@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),
         local('OpenSans'),
         url(/ORGANONWEB/GLO/css/fonts/open-sans-400.woff2) format('woff2'),
         url(/ORGANONWEB/GLO/css/fonts/open-sans-400.woff) format('woff');
}

.code, code {
    font-family: monospace;
    font-size: 0.9em;
}

html {
    -ms-overflow-style: scrollbar;
}

body {
    background-color: #262624;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    padding-top: 57px;
}

a {
    color: #c9342c;
    text-decoration: none;
}

a:hover, a:focus {
    color: #9f2923;
    text-decoration: underline;
}

body:before {
    content: '';
    background-color: #262624;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

body.noWall:before {
    background: #262624;
}

#cabecalho-sistema {
    background: #c9342c;
    border-bottom: 1px solid #4f1511;
    color: white;
    display: block;
    line-height: 32px;
    left: 0;
    top: 0;
    right: 0;
    padding: 0px;
    position: fixed;
    z-index: 1000;
}

#cabecalho-sistema .pads, #cabecalho-sistema .jpad {
    padding: 12px;
}

#cabecalho-sistema .pads {
    background-color: #c9342c;
    transition: 0.4s;
}

#cabecalho-sistema .pads:hover {
    background-color: #9f2923;
}

#cabecalho-sistema a,#cabecalho-sistema a:hover {
    color: white;
    text-decoration: none;
}

#cabecalho-sistema .badge {
    color: #c9342c;
    background-color: white;
}

#cabecalho-sistema .user-data img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

#cabecalho-sistema .dropdown-menu {
    border: 0;
    margin: 0;
    width: 240px;
}

#cabecalho-sistema .dropdown-menu>li>a {
    color: #c9342c;
    padding: 3px 10px;
    text-align: left;
}

#cabecalho-sistema .dropdown-menu .lefty {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 80%;
}

#cabecalho-sistema .dropdown-menu .righty {
    display: inline-block;
    overflow: hidden;
    text-align: right;
    width: 20%;
}

#retorno,
.db-grid,
.menu-class,
.menu-class-subitem,
a,
h1,
h2,
h3,
input,
label,
legend,
p,
span,
textarea {
    font-family: 'Open Sans', sans-serif;
}

b {
    font-weight:bold;
}

h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.5em;
    margin-top:0;
    font-weight: bold;
    padding: 0.5em 0;
    color: #c9342c;
    border-bottom: 1px solid #ddd;

}

h2 {
    font-size: 1.3em;
    text-align: center;
    margin-top:0;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    color: gray;
}

h3 {
    font-size: 1.2em;
    text-align: center;
    color: #c9342c;
    font-weight: bold;
    margin-top:0;
    margin-bottom: 0.5em;

}

.form-control-box {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background-color: #ddd;
}

.form-sistema,
.form-style {
    background-color: rgba(255,255,255,0.95);
    border-radius: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-align: left;
}

    .form-sistema label,
    .form-style label {
        font-size: 0.8em;
    }

        .form-sistema label *,
        .form-style label * {
            font-size: 1.2em;
        }

    .form-sistema fieldset>legend,
    .form-style fieldset>legend {
        width: initial;
        border-bottom: none;
        font-size: 0.8em;
        margin-bottom: 0;
    }

.form-flutuante {
    box-shadow: 0px 0px 10px #333;
    cursor: move;
    position: fixed;
    overflow: visible;
    z-index: 600;
}


#div-form-alerta-novo {
    left: 75%;
    top: 15%;
}

#div-form-alerta-update {
    left: 50%;
    top: 40%;
}

input, textarea, select, .form-tab-set label {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius:4px;
    margin-bottom:4px;
    background: white;
    font-size: 0.9em;
}

.form-control, .form-group, .input-group {
    margin-bottom: 4px;
}

.form-group .form-control, .input-group .form-control {
    margin-bottom: 0;
}

.control-label {
    padding-top: 7px;
}

input:hover,
textarea:hover,
select:hover,
.form-tab-set label:hover {
    border: 1px solid #646464;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

.form-tab-set label,
.form-tab-set,
.menu,
button,
div,
form,
h1,
h2,
input.header,
input[type='button'],
input[type='file']::-webkit-file-upload-button,
input[type='reset'],
input[type='submit'],
p,
span {
    -webkit-user-select: none;
}

td {
    -webkit-user-select: text;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
   line-height: initial;
}

.form-tab-set label {
    line-height: 1.4em;
}

input[type='button'], input[type='submit'], input[type='reset'], button, .form-tab-set label {
    background: rgb(221, 221, 221);
    display: inline-block;
}

input[type='file']::-webkit-file-upload-button {
    background: rgb(221, 221, 221);
    display: inline-block;
}

input[type="file"] {
   display: initial;
}

input:disabled:not([type='button']),
select:disabled,
input[readonly] {
    background: rgb(221, 221, 221);
    color: black;
}

input[type='button'],
input[type='reset'],
input[type='submit'],
.form-tab-set label {
    color: black;
    font-weight: bold;
    position: relative;
    transition: 0.2s;
}

input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
    background-color: rgb(221, 221, 221) !important;
    border-color: gray !important;
    color: initial !important;
    left: 0px !important;
    top: 0px !important;
}

input[type='button'].salva:hover,
input[type='reset'].salva:hover,
input[type='submit'].salva:hover,
.form-tab-set label.salva:hover,
.form-tab-set label.active.salva {
    background-color: white;
    border-color: hsl(78, 93%, 39%);
    color: hsl(78, 93%, 39%);
}

input[type='button'].del:hover, input[type='reset'].del:hover, input[type='submit'].del:hover, .form-tab-set label.del:hover,
input[type='button'].canc:hover, input[type='reset'].canc:hover, input[type='submit'].canc:hover, .form-tab-set label.canc:hover {
    color: hsl(10, 93%, 39%);
    border-color: hsl(10, 93%, 39%);
    background-color: white;
}

input[type='button'].alt:hover, input[type='reset'].alt:hover, input[type='submit'].alt:hover, .form-tab-set label.alt:hover {
    color: hsl(60, 93%, 43%);
    border-color: hsl(60, 93%, 43%);
    background-color: white;
}

input[type='button'].busca:hover, input[type='reset'].busca:hover, input[type='submit'].busca:hover, .form-tab-set label.busca:hover {
    color: hsl(30, 93%, 50%);
    border-color: hsl(30, 93%, 50%);
    background-color: white;
}

input[type='button'].novo:hover, input[type='reset'].novo:hover, input[type='submit'].novo:hover, .form-tab-set label.novo:hover,
input[type='button'].add:hover, input[type='reset'].add:hover, input[type='submit'].add:hover, .form-tab-set label.add:hover {
    color: hsl(182, 93%, 39%);
    border-color: hsl(182, 93%, 39%);
    background-color: white;
}

.form-tab-set label.active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.form-tab-set label:active {
    top: 1px;
}


input[type='button'].salva:active, input[type='reset'].salva:active, input[type='submit'].salva:active, .form-tab-set label.salva:active{
    background-color: hsl(78, 93%, 39%);
    color: white;
    border-color: white;
}

input[type='button'].del:active, input[type='reset'].del:active, input[type='submit'].del:active, .form-tab-set label.del:active,
input[type='button'].canc:active, input[type='reset'].canc:active, input[type='submit'].canc:active, .form-tab-set label.canc:active{
    background-color: hsl(10, 93%, 39%);
    color: white;
    border-color: white;
}

input[type='button'].alt:active, input[type='reset'].alt:active, input[type='submit'].alt:active, .form-tab-set label.alt:active{
    background-color: hsl(60, 93%, 43%);
    color: white;
    border-color: white;
}

input[type='button'].busca:active, input[type='reset'].busca:active, input[type='submit'].busca:active, .form-tab-set label.busca:active{
    background-color: hsl(30, 93%, 50%);
    color: white;
    border-color: white;
}

input[type='button'].novo:active, input[type='reset'].novo:active, input[type='submit'].novo:active, .form-tab-set label.novo:active,
input[type='button'].add:active, input[type='reset'].add:active, input[type='submit'].add:active, .form-tab-set label.add:active{
    background-color: hsl(182, 93%, 39%);
    color: white;
    border-color: white;
}

input[type='radio'].todos, input[type='checkbox'].todos {
    display: inline;
    width: auto;
}

.form-alerta input, .form-alerta textarea {
    width: 16em;
    max-width: 16em;
    display: block;
}

input[type='button'].salva-alerta, input[type='submit'].salva-alerta {
    width: auto;
    float: right;
}
.placeholder {visibility: hidden;}
.input-1em {width: 1em; display: inline-block; font-size: 0.9em;}
.input-serie, .input-2em {width: 2em; display: inline-block; font-size: 0.9em;}
.input-3em {width: 3em; display: inline-block; font-size: 0.9em;}
.input-4em {width: 4em; display: inline-block; font-size: 0.9em;}
.input-codigo, .input-placa, .input-5em {width: 5em; display: inline-block; font-size: 0.9em;}
.input-6em {width: 6em; display: inline-block; font-size: 0.9em;}
.input-7em {width: 7em; display: inline-block; font-size: 0.9em;}
.input-8em {width: 8em; display: inline-block; font-size: 0.9em;}
.input-9em {width: 9em; display: inline-block; font-size: 0.9em;}
.input-codigo-grande, .input-10em {width: 10em; display: inline-block; font-size: 0.9em;}
.input-data, .input-11em {width: 11em; display: inline-block; font-size: 0.9em;}
.input-12em {width: 12em; display: inline-block; font-size: 0.9em;}
.input-13em {width: 12.9em; display: inline-block; font-size: 0.9em;}
.input-14em {width: 14em; display: inline-block; font-size: 0.9em;}
.input-descricao, .input-16em {width: 16em; display: inline-block; font-size: 0.9em;}
.input-17em {width: 16.9em; display: inline-block; font-size: 0.9em;}
.input-18em {width: 18em; display: inline-block; font-size: 0.9em;}
.input-20em {width: 20em; display: inline-block; font-size: 0.9em;}
.input-24em {
    width: 24em; display: inline-block; font-size: 0.9em;}

.input-razao,
.input-26em {
    display: inline-block;
    font-size: 0.9em;
    width: 26em;
}

.input-max {
    display: inline-block;
    font-size: 0.9em;
    width: 100%;
}

.form-alerta label {
    color: gray;
    font-size: 0.9em;
    font-weight: bold;
}

.menu {
    cursor: default;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}

span.icone-fecha {
    position: absolute;
    top: -0.562em;
    right: -0.562em;
    cursor: pointer;
}

span.icone-busca {
    position: absolute;
    cursor: pointer;
}

.menu .ui-icon {
    display: inline-block;
    cursor: pointer;
}

#display-alertas {
    position: fixed;
    right: 0;
    top: 57px;
    min-width: 26em;
    transition: 0.4s;
    z-index: 300;
}

#display-alertas.active {
    display: block;
}

#display-alertas.inactive {
    display: none;
}

#display-alertas:hover {
    bottom: 0 !important;
    transition: 0.2s;
}

.menu-class {
    background: #c9342c;
    border-bottom: 1px solid #4f1511;
    color: white;
    overflow: hidden;
    transition: 0.4s;
    display: block;
}

.menu-class:hover {
    background: #9f2923;
}

.menu span.right {
    float: right;
    border: none;
}

.menu-header {
    height: 2.615em;
}

.menu-header span.right {
    background: #9f2923;
    box-sizing: content-box;
}

.menu-item a {
    color: #c9342c;
    font-weight: normal !important;
    text-shadow: none !important;
}

.dropdown-menu {
    padding: 0;
}

.menu-item {
    border: 1px solid #e0e0e0;
    border-top: 0;
    color: #c9342c;
    margin: 0;
}

.menu .left,
.menu .right  {
    padding: 0 0.625em;
    line-height: 2.615em;
    height: 100%;
    display: inline-block;

}

.odd-menu-item,
.menu-item:nth-child(odd) {
    background-color: white;
}

.even-menu-item,
.menu-item:nth-child(even) {
    background-color: #f4f4f4;
}

.list-select:hover {
    background: #c9342c;
    color: white;
    transition: 0.6s;
}

.alerta-item {
  position: relative;
  display: flex;
}

.titulo-alerta {
    flex-grow: 1;
}

.select-alerta {
    align-self: center;
}

#ui-datepicker-div{
    font-size: 0.8em;
}

#main-form, .main-form, #login-form, #modal-form {
    margin: 2em auto;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

#login-form h1 {
    border: 0;
    font-size: 3.5em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
}

.form-tab-set input[type='radio'] {
    display: none;
}

#main-form .center,
.main-form .center {
    display: inline-block;
    text-align: justify;
}

i.count {
    height: 1.35em;
    display: block;
}

.hidden {
    display:none !important;
}

.form-busca-flutuante {
    width: 440px;
}

#retorno-busca-cliente,
#retorno-busca-fornecedor,
#retorno-busca-parceiro,
#retorno-busca-produto {
    background: white;
    color: #c9342c;
}

#div-form-busca-cliente p,
#div-form-busca-fornecedor p,
#div-form-busca-parceiro p,
#div-form-busca-produto p,
.form-busca-flutuante p,
.list-select {
    cursor: pointer;
    padding: 0.625em;
}

.float-right {
    float: right !important;
}

input.header {
    background: #c9342c;
    border-color: #9f2923;
    color: white !important;
    font-weight: 400 !important;
}

input.header::-webkit-input-placeholder {
    color: white !important;
}

textarea {
    resize: none;
}

input, select, textarea, .form-tab-set label {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.center-align {
    text-align: center !important;
}

.form-tab-set,
.tab-set-div {
    text-align: left;
}

.left-align {
    text-align: left !important;
}

input[type='number'] {
    text-align: right;
}

.right-align {
    text-align: right !important;
}

#aguarde {
    background-color: rgba(240,240,240,0.95);
    display: none;
    left: 50%;
    margin-left: -8em;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 16em;
}

.flexbox {
    display: -webkit-box;
}

.flex {
    display: flex;
}

.flex-row {
    display: flex;
    margin-right: -4px;
    margin-left: -4px;
}

.flex-grow {
    flex-grow: 1;
}

.flex-col {
    padding-left: 4px;
    padding-right: 4px;
}

.stretch {
    align-items: stretch;
}

.flexbox label {
    line-height: 2em;
}

.flexbox label:first-child {
    display: inline-block;
    text-align: left;
    width: 6em;
}

address {
    color: gray;
    font-style: italic;
    margin-top: 2em;
}

.noScrolls::-webkit-scrollbar {
    width: 0 !important;
}

div.db-grid {
    border: 1px solid black;
    cursor: initial;
    overflow: auto;
}

div.db-grid table {
    border-collapse: collapse;
    width: 100%;
}

div.db-grid table tr {
    font-size: 0.8em;
}

div.db-grid th {
    background: lightgray;
    border: 1px solid darkgray;
    padding: 8px;
    vertical-align: middle;
}

div.db-grid td {
    background: white;
    border: 1px solid darkgray;
    padding: 8px;
    white-space: nowrap;
    width: auto;
}

div.db-grid.db-grid-small th {
    padding: 4px 8px;
}
div.db-grid.db-grid-small td {
    padding: 0 8px;
}

.modalShadow {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9001;
}

#aguardeShadow {
    background: none;
    z-index: 9201;
}

.modalShadow.out {
    display: none;
}

.modalShadow.in {
    display: block;
}

.inline-block {
    display: inline-block;
}

.v-gutter {
    margin-top: 8px;
    margin-bottom: 8px;
}

.col-xs-1-9, .col-xs-2-9, .col-xs-3-9, .col-xs-4-9, .col-xs-5-9, .col-xs-6-9, .col-xs-7-9, .col-xs-8-9,
.col-sm-1-9, .col-sm-2-9, .col-sm-3-9, .col-sm-4-9, .col-sm-5-9, .col-sm-6-9, .col-sm-7-9, .col-sm-8-9,
.col-md-1-9, .col-md-2-9, .col-md-3-9, .col-md-4-9, .col-md-5-9, .col-md-6-9, .col-md-7-9, .col-md-8-9,
.col-lg-1-9, .col-lg-2-9, .col-lg-3-9, .col-lg-4-9, .col-lg-5-9, .col-lg-6-9, .col-lg-7-9, .col-lg-8-9,
.col-xs-1-15, .col-xs-2-15, .col-xs-3-15, .col-xs-4-15, .col-xs-5-15, .col-xs-6-15, .col-xs-7-15, .col-xs-8-15, .col-xs-9-15, .col-xs-10-15, .col-xs-11-15, .col-xs-12-15, .col-xs-13-15, .col-xs-14-15,
.col-sm-1-15, .col-sm-2-15, .col-sm-3-15, .col-sm-4-15, .col-sm-5-15, .col-sm-6-15, .col-sm-7-15, .col-sm-8-15, .col-sm-9-15, .col-sm-10-15, .col-sm-11-15, .col-sm-12-15, .col-sm-13-15, .col-sm-14-15,
.col-md-1-15, .col-md-2-15, .col-md-3-15, .col-md-4-15, .col-md-5-15, .col-md-6-15, .col-md-7-15, .col-md-8-15, .col-md-9-15, .col-md-10-15, .col-md-11-15, .col-md-12-15, .col-md-13-15, .col-md-14-15,
.col-lg-1-15, .col-lg-2-15, .col-lg-3-15, .col-lg-4-15, .col-lg-5-15, .col-lg-6-15, .col-lg-7-15, .col-lg-8-15, .col-lg-9-15, .col-lg-10-15, .col-lg-11-15, .col-lg-12-15, .col-lg-13-15, .col-lg-14-15 {
    position: relative;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.col-xs-1-9, .col-xs-2-9, .col-xs-3-9, .col-xs-4-9, .col-xs-5-9, .col-xs-6-9, .col-xs-7-9, .col-xs-8-9,
.col-xs-1-15, .col-xs-2-15, .col-xs-3-15, .col-xs-4-15, .col-xs-5-15, .col-xs-6-15, .col-xs-7-15, .col-xs-8-15, .col-xs-9-15, .col-xs-10-15, .col-xs-11-15, .col-xs-12-15, .col-xs-13-15, .col-xs-14-15 {
    float: left;
}
.col-xs-1-9 {
    width: 11.11111111%;
}
.col-xs-2-9 {
    width: 22.22222222%;
}
.col-xs-3-9, .col-xs-5-15 {
    width: 33.33333333%;
}
.col-xs-4-9 {
    width: 44.44444444%;
}
.col-xs-5-9 {
    width: 55.55555556%;
}
.col-xs-6-9, .col-xs-10-15 {
    width: 66.66666667%;
}
.col-xs-7-9 {
    width: 77.77777778%;
}
.col-xs-8-9 {
    width: 88.88888889%;
}
.col-xs-1-15 {
    width: 6.66666667%;
}
.col-xs-2-15 {
    width: 13.33333333%;
}
.col-xs-3-15 {
    width: 20%;
}
.col-xs-4-15 {
    width: 26.66666667%;
}
.col-xs-6-15 {
    width: 40%;
}
.col-xs-7-15 {
    width: 46.66666667%;
}
.col-xs-8-15 {
    width: 53.33333333%;
}
.col-xs-9-15 {
    width: 60%;
}
.col-xs-11-15 {
    width: 73.33333333%;
}
.col-xs-12-15 {
    width: 80%;
}
.col-xs-13-15 {
    width: 86.66666667%;
}
.col-xs-14-15 {
    width: 93.33333333%;
}


@media (min-width: 768px) {
    .col-sm-1-9, .col-sm-2-9, .col-sm-3-9, .col-sm-4-9, .col-sm-5-9, .col-sm-6-9, .col-sm-7-9, .col-sm-8-9,
    .col-sm-1-15, .col-sm-2-15, .col-sm-3-15, .col-sm-4-15, .col-sm-5-15, .col-sm-6-15, .col-sm-7-15, .col-sm-8-15, .col-sm-9-15, .col-sm-10-15, .col-sm-11-15, .col-sm-12-15, .col-sm-13-15, .col-sm-14-15 {
        float: left;
    }
    .col-sm-1-9 {
        width: 11.11111111%;
    }
    .col-sm-2-9 {
        width: 22.22222222%;
    }
    .col-sm-3-9, .col-sm-5-15 {
        width: 33.33333333%;
    }
    .col-sm-4-9 {
        width: 44.44444444%;
    }
    .col-sm-5-9 {
        width: 55.55555556%;
    }
    .col-sm-6-9, .col-sm-10-15 {
        width: 66.66666667%;
    }
    .col-sm-7-9 {
        width: 77.77777778%;
    }
    .col-sm-8-9 {
        width: 88.88888889%;
    }
    .col-sm-1-15 {
        width: 6.66666667%;
    }
    .col-sm-2-15 {
        width: 13.33333333%;
    }
    .col-sm-3-15 {
        width: 20%;
    }
    .col-sm-4-15 {
        width: 26.66666667%;
    }
    .col-sm-6-15 {
        width: 40%;
    }
    .col-sm-7-15 {
        width: 46.66666667%;
    }
    .col-sm-8-15 {
        width: 53.33333333%;
    }
    .col-sm-9-15 {
        width: 60%;
    }
    .col-sm-11-15 {
        width: 73.33333333%;
    }
    .col-sm-12-15 {
        width: 80%;
    }
    .col-sm-13-15 {
        width: 86.66666667%;
    }
    .col-sm-14-15 {
        width: 93.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1-9, .col-md-2-9, .col-md-3-9, .col-md-4-9, .col-md-5-9, .col-md-6-9, .col-md-7-9, .col-md-8-9,
    .col-md-1-15, .col-md-2-15, .col-md-3-15, .col-md-4-15, .col-md-5-15, .col-md-6-15, .col-md-7-15, .col-md-8-15, .col-md-9-15, .col-md-10-15, .col-md-11-15, .col-md-12-15, .col-md-13-15, .col-md-14-15 {
        float: left;
    }
    .col-md-1-9 {
        width: 11.11111111%;
    }
    .col-md-2-9 {
        width: 22.22222222%;
    }
    .col-md-3-9, .col-md-5-15 {
        width: 33.33333333%;
    }
    .col-md-4-9 {
        width: 44.44444444%;
    }
    .col-md-5-9 {
        width: 55.55555556%;
    }
    .col-md-6-9, .col-md-10-15 {
        width: 66.66666667%;
    }
    .col-md-7-9 {
        width: 77.77777778%;
    }
    .col-md-8-9 {
        width: 88.88888889%;
    }
    .col-md-1-15 {
        width: 6.66666667%;
    }
    .col-md-2-15 {
        width: 13.33333333%;
    }
    .col-md-3-15 {
        width: 20%;
    }
    .col-md-4-15 {
        width: 26.66666667%;
    }
    .col-md-6-15 {
        width: 40%;
    }
    .col-md-7-15 {
        width: 46.66666667%;
    }
    .col-md-8-15 {
        width: 53.33333333%;
    }
    .col-md-9-15 {
        width: 60%;
    }
    .col-md-11-15 {
        width: 73.33333333%;
    }
    .col-md-12-15 {
        width: 80%;
    }
    .col-md-13-15 {
        width: 86.66666667%;
    }
    .col-md-14-15 {
        width: 93.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-9, .col-lg-2-9, .col-lg-3-9, .col-lg-4-9, .col-lg-5-9, .col-lg-6-9, .col-lg-7-9, .col-lg-8-9,
    .col-lg-1-15, .col-lg-2-15, .col-lg-3-15, .col-lg-4-15, .col-lg-5-15, .col-lg-6-15, .col-lg-7-15, .col-lg-8-15, .col-lg-9-15, .col-lg-10-15, .col-lg-11-15, .col-lg-12-15, .col-lg-13-15, .col-lg-14-15 {
        float: left;
    }
    .col-lg-1-9 {
        width: 11.11111111%;
    }
    .col-lg-2-9 {
        width: 22.22222222%;
    }
    .col-lg-3-9, .col-lg-5-15 {
        width: 33.33333333%;
    }
    .col-lg-4-9 {
        width: 44.44444444%;
    }
    .col-lg-5-9 {
        width: 55.55555556%;
    }
    .col-lg-6-9, .col-lg-10-15 {
        width: 66.66666667%;
    }
    .col-lg-7-9 {
        width: 77.77777778%;
    }
    .col-lg-8-9 {
        width: 88.88888889%;
    }
    .col-lg-1-15 {
        width: 6.66666667%;
    }
    .col-lg-2-15 {
        width: 13.33333333%;
    }
    .col-lg-3-15 {
        width: 20%;
    }
    .col-lg-4-15 {
        width: 26.66666667%;
    }
    .col-lg-6-15 {
        width: 40%;
    }
    .col-lg-7-15 {
        width: 46.66666667%;
    }
    .col-lg-8-15 {
        width: 53.33333333%;
    }
    .col-lg-9-15 {
        width: 60%;
    }
    .col-lg-11-15 {
        width: 73.33333333%;
    }
    .col-lg-12-15 {
        width: 80%;
    }
    .col-lg-13-15 {
        width: 86.66666667%;
    }
    .col-lg-14-15 {
        width: 93.33333333%;
    }
}

.over-visible {
    overflow: visible!important;
}

.no-mg {
    margin: 0 !important;
}

.fill {
    width: 100%;
}

.nospin::-webkit-inner-spin-button,
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.form-control.transp {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.form-title {
    position: relative;
}

.form-title .btn {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.pointer {
    cursor: pointer;
}

.selectable,
.sweet-alert pre {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}

.pre-line {
    white-space: pre-line;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
        min-height: 0;
    }

    #display-alertas {
        display: none;
    }

    #login-form,
    #main-form,
    .main-form,
    #modal-form {
        width: 100%
    }

    span#cabecalho-mid-section {
        max-width: 40%;
    }

    .form-title .btn {
        display: none;
    }

}

.main-menu {
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 0 6px;
    transition: 0.3s ease-in-out all;
    border: 1px solid #ccc;
    left: -700px;
    z-index: 800;
}
.main-menu.active {
    left: 0;
}
.nm-section, .nm-category {
    padding: 12px 6px;
}
.nm-category {
    border-top: 1px solid #ccc;
}
.nm-items {
    transition: 0.2s ease-in-out all;
    transform: rotateX(0deg);
    list-style: none;
    padding-left: 16px;
    margin: 0;
}
.nm-header {
    display: flex;
    cursor: pointer;
}
.nm-entry {
    display: flex;
    padding: 2px 0;
}
.nm-entry .link-item, .nm-cat-name {
    flex-grow: 1;
}
.nm-entry .fav {
    cursor: pointer;
}
.nm-items.ng-hide {
    transform: rotateX(90deg);
}

.main-menu {
    width: 100%;
}

a.unstyled, a.unstyled:hover, a.unstyled:active {
    text-decoration: none;
}

@media (min-width: 576px) {
    .main-menu {
        width: 320px;
    }
}

@media (min-width: 768px) {
    .main-menu {
        width: 440px;
    }
}
