@import "novo_layout/sidebar.css";
@import "novo_layout/relatorios.css";
@import "novo_layout/topbar.css";
@import "novo_layout/login.css";
@import "novo_layout/content.css";
@import "novo_layout/inputs.css";
@import "novo_layout/ajuda.css";
@import "novo_layout/backoffice/aplicativo.css";

/* FONTE */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Light.woff2') format('woff2'),
         url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf') format('truetype');
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  body {
    background-color: #fff !important; /* ajuste se quiser outra cor */
  }
}

* {
    font-family: 'Poppins' !important;
    letter-spacing: 0.2px !important;
    font-weight: 400;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #c5c5c5; 
}

::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #f2711c; 
    border-radius: 10px;
}

/*!
 * # Semantic UI 0.0.1 - Fix
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


 body, body>.pusher, body.pushable>.pusher {
    background: #fff;
 }

.ui.grid {
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 960px) {
    .ui.visible.left.sidebar~.fixed,
    .ui.visible.left.sidebar~.pusher {
        width: calc(100% - 260px) !important;
    }
    .ui.visible.left.tiny.sidebar~.pusher,
    ui.visible.left.tiny.sidebar~.fixed {
        width: calc(100% - 150px) !important;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: -5px !important;
    margin: 0 !important;
    float: left;
}


/* fix search result width */

.ui.search>.results {
    width: 100%;
    
}

#modal_cep .ui.search>.results {
    margin-top: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
}


/* create the .ui.search>.results td and tr */

.ui.search>.results .th,
.ui.search>.results .td {
    font-weight: 400;
    display: inline-block;
}


/* create the .ui.progress.hidden */

.ui.progress.hidden {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .ui.container {
        width: auto !important;
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}


/* create the .column.small class to use in login segments */

.column.small {
    max-width: 320px;
}


/* create the .image.normal size */

.ui.image.normal {
    width: 180px;
    height: 180px;
}

.image.cliente {
    border-radius: 40px;
}


/* create the .uppercase */

.uppercase {
    text-transform: uppercase !important;
}


/* create the .lowercase */

.lowercase {
    text-transform: lowercase !important;
}


/* fix .ui.form .one.wide.field to go 100% in mobile display */

@media (max-width: 767px) {
    .ui.form .one.wide.field {
        width: 100% !important;
    }
}


/* fix issue .selection.dropdown can't typping when click on dropdown icon */

.ui.form .field>.selection.dropdown>.dropdown.icon {
    float: right;
    z-index: -1;
}

.ui.centered.inline.loader.active,
.ui.centered.inline.loader.visible {
    top: 50%;
}


/*!
 * # Semantic UI 0.0.1 - Skin
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

* {
    font-family: sans-serif;
    font-weight: 400;
}

*:focus {
    outline: none;
}


/*******************************
            Icon
*******************************/

.ui.labeled.icon.button>.icon.hotkey,
.ui.labeled.icon.buttons>.button>.icon.hotkey {
    font-family: 'Regular', sans-serif !important;
}

i.icon {
    font-family: 'Icons' !important;
}

i.red.icon {
    color: #d43b3b !important;
}

i.circular.icon {
    padding: 0.5em 0.48em !important;
}

i.disabled.icon {
    opacity: .80 !important;
}

.icon.toggle {
    cursor: pointer;
}


/*******************************
            Body
*******************************/

body,
body>.pusher,
body.pushable>.pusher {
    background: #fff;
    min-height: calc(100vh - 40px);
}

/*******************************
            Segment
*******************************/

.ui.segments .segment {
    border-color: #e5e5e5;
    background: #fdfdfd;
    border-radius: 6px;
    padding: 12px;
    margin: 7px 0;
    border: 2px solid #eaeaea;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

.ui.segment:last-child {
    margin-bottom: 15px;
}

.ui.segment.mini:last-child {
    margin-bottom: 0;
}

.ui.segment .fields {
    margin: 0 -0.5em;
}

.ui.segment .fields.first {
    margin-top: -10px;
}

.ui.segment.red {
    background: #DB2828;
    border: 0;
}

.ui.segment.red .ui.button.red {
    background: #931d1d;
}

.ui.segment.red label {
    color: #fff !important;
}

.ui.segment.box {
    text-align: center;
    font-size: 13px;
}

.ui.segment.box span {
    display: block;
    font-size: 12.4px;
    color: #777;
}

.ui.segment.box strong {
    display: block;
    font-size: 16px;
    color: #111;
}

.ui.segment.min {
    padding-top: 8px;
}

/*******************************
            Pusher
*******************************/

@media screen and (min-width: 960px) {
    .ui.visible.left.sidebar~.fixed,
    .ui.visible.left.sidebar~.pusher {
        width: calc(100% - 230px) !important;
        transform: translate3d(230px, 0, 0) !important;
    }
    .ui.visible.left.tiny.sidebar~.pusher,
    ui.visible.left.tiny.sidebar~.fixed {
        width: calc(100% - 100px) !important;
        transform: translate3d(100px, 0, 0) !important;
    }
}


/*******************************
            Menu
*******************************/
.topbar, .topbar .menu .item {
    height: 50px;
}

.topbar .menu .item {
    border: none;
}

.topbar .menu.right a span {
    margin-left: 5px;
    font-size: 12px;
}

.ui.menu {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
}

.ui.menu:not(.vertical) .item.title {
    cursor: default;
    margin-left: 10px;
    color: #444;
    font-weight: 600 !important;
}

.ui.menu:not(.vertical) .item.title:hover {
    background: none !important;
}

.ui.menu .form.item {
    height: 39px;
}

.ui.menu .item>i.icon {
    margin: 0;
    font-size: 14px;
}

.ui.menu .item.caixa {
    font-size: 12px;
    color: #555;
}

.ui.menu .item.caixa label {
    margin: 0 4px 0 12px;
}

.ui.menu .item.caixa strong {
    padding: 0 6px;
    margin: 0;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    background: #999;
    color: #fff;
}

.ui.menu .item.caixa strong:last-child {
    background: #333;
}

.ui.menu .ui.button {
    margin: 7px 0;
    height: 25px;
    line-height: 1px !important;
}

.ui.labeled.icon.button,
.ui.labeled.icon.buttons .button {
    line-height: 1px !important;
}

.ui.menu .item.toggle-sidebar~.item {
    padding: 0;
}

.ui.inverted.menu .header.item {
    background: rgba(0, 0, 0, 0.2);
}

.ui.menu .item>img:not(.ui) {
    width: 1.6em;
    opacity: 0.8;
}

.ui.menu a.item.submit {
    height: 40px;
}

.shadow {
    height: 40px;
}

.ui.inverted.menu {
    background: #202124;
}


/*******************************
            Sidebar
*******************************/
.ui.left.sidebar,
.ui.right.sidebar {
    width: 230px;
}

.ui.left.sidebar.tiny,
.ui.right.sidebar.tiny {
    width: 100px;
}

.ui.vertical.inverted.menu .item:before,
.ui.vertical.sidebar.menu>.item:first-child:before {
    display: none !important;
}

.ui.vertical.menu .item {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.ui.vertical.menu .item>i.icon {
    color: #f2711c;
    margin: -2px 0 0 4px;
}

.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover,
.ui.inverted.menu .item.disabled .icon {
    color: #ffffff25 !important;
}

.ui.inverted.menu .item .ball {
    border-radius: 100%;
    background: #16ab39;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    float: right;
    margin: -5px 2px 0 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}


/*******************************
            Tooltip
*******************************/

[data-tooltip]:before {
    display: none;
}

[data-tooltip]:after {
    padding: 8px 10px;
    font-size: 9px;
    border-radius: 0;
}


/*******************************
            Notification
*******************************/

.ui.message.notification {
    padding: .7rem;
    background: #fff !important;
    border: 1px solid #ddd;
    color: #333;
    box-shadow: none;
}

.ui.message.login {
    background: #ffbcbc;
    border: none;
    color: #DB2828;
    margin-bottom: 10px;
    font-size: 10px;
    margin: 5px 15px;
}

.ui.message.login strong {
    font-weight: 700;
    color: #DB2828;
    font-size: 12.4px;
}

.ui.message.login .close {
    font-size: 18px;
    color: #DB2828;
    opacity: 0.05;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 12.4px);
}

.ui.message.login .close:hover {
    opacity: 0.2;
}

.ui.message.login.orange {
    background: #f2711c;
}

.ui.message.hidden {
    display: none;
}

.ui.message.notification.negative {
    border-color: #d63838;
}

.ui.message.notification.negative .icon {
    color: #d63838;
}

.ui.message.notification.success {
    border-color: #93b534;
}

.ui.message.notification.success .icon {
    color: #93b534;
}

.ui.message.notification.top-right {
    top: 60px;
}

.ui.message.notification.top-right span {
    font-size: 12px !important;
    margin-top: 3px;
}

.ui.message.notification.top-right .label {
    font-size: 10px !important;
    text-transform: lowercase; 
}


/*******************************
            Header
*******************************/

h2.ui.header {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 20px 0;
    padding: 0;
}

h5.ui.header {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    padding: 0;
    color: #444;
}

h4.ui.header {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: #f2711c;
    padding: 0;
}

.ui.header .icon {
    display: inline-block;
    padding: 0;
    margin: -3px 5px 0 5px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.ui.header div.limite {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #a00;
    text-align: right;
}

.table_limit {
    width: 100%;
    overflow: auto;
    margin: 0;
}

.table_limit.search {
    margin-top: 15px;
}


/*******************************
            Form
*******************************/

.ui.form textarea,
.ui.form input[type="checkbox"] {
    vertical-align: middle;
}

.ui.checkbox {
    font-size: 12.4px;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    border-width: 2px;
}

.ui.checkbox .box:after,
.ui.checkbox label:after {
    font-size: 12px;
    left: 0.5px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

button.clean {
    background: none;
}

.totem button {
    opacity: 0.75;
}

.totem button:hover,
.totem button.active {
    opacity: 1;
}

.ui.form {
    margin: 0;
}

.ui.form .field>label {
    font-size: 9px;
    font-weight: 400;
    margin: 12.4px 0 3px 2px;
    color: #888;
    line-height: 9px;
}

.ui.form .field.required>label {
    color: #111 !important;
    font-weight: 700;
}

.ui.form .field.error,
.ui.form .field.error .input,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .fields.error .field label {
    color: #9f3a38;
}

.ui.form .required.fields:not(.grouped)>.field>label:after,
.ui.form .required.fields.grouped>label:after,
.ui.form .required.field>label:after,
.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,
.ui.form .required.field>.checkbox:after {
    content: '';
    display: none;
}

.ui.form select,
.ui.form input:not([type]),
.ui.form input[type="color"],
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"] {
    line-height: 34px !important;
    display: flex;
    font-size: 12.4px;
    height: 30px;
    margin: 0;
    color: #555;
    background-color: #fff;
    padding: 15px 7px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, 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;
}

.ui.calendar.input {
    display: flex;
}

#data-bloqueio input[type="datetime-local"] {
    line-height: 10px !important;
}

.ui.form select:focus,
.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="url"]:focus {
    padding: 15px 7px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.ui.action.input input[type="file"] {
    display: none;
}

.ui.form input[readonly="readonly"] {
    background: #f4f4f4;
    color: #999;
}

.input.huge {
    height: 40px !important;
    font-size: 16px !important;
}

.input.center {
    text-align: center;
}


/*******************************
            Placeholder
*******************************/

.ui.input input::-webkit-input-placeholder {
    text-transform: none;
}

.ui.input input::-moz-placeholder {
    text-transform: none;
}

.ui.input input:-ms-input-placeholder {
    text-transform: none;
}


/*******************************
            Button
*******************************/

.ui.button {
    font-size: 12.4px;
    font-weight: 400;
    overflow: hidden;
    height: 30px;
    line-height: 26px !important;
    margin: 0;
    padding: 0 7px !important;
    border: 2px solid rgba(0, 0, 0, .03);
    border-radius: 4px;
}

button.clean {
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
}

.ui.button:focus,
.ui.labeled.icon.button:focus,
.ui.labeled.icon.buttons .button:focus {
    border-color: #222;
}

.ui.blue.button,
.ui.blue.buttons .button {
    background-color: #45cfff;
}

.ui.blue.button:hover,
.ui.blue.buttons .button:hover {
    background: #309fc4;
}

.ui.blue.button:focus,
.ui.blue.buttons .button:focus {
    background: #45cfff;
}

.ui.blue.button.active,
.ui.blue.buttons .button.active {
    background-color: #1c84a7;
}

.ui.grey.button,
.ui.grey.buttons .button {
    background: #aaaaac;
}

.ui.inverted.grey.button:hover,
.ui.inverted.grey.buttons .button:hover {
    background-color: #e6e6e6;
}

.ui.action.input>.button,
.ui.action.input>.buttons>.button {
    margin: 0;
    padding: 0 7px;
}

.icon.hotkey {
    line-height: 27px !important;
}

/*******************************
            Search
*******************************/

.ui.search>.results {
    width: 100%;
    margin-top: 10px;
    border: 0;
    border-radius: 4px;
    border: 2px solid #555;
    background: #f6f6f6;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.ui.search>.results> :first-child {
    border-radius: 2px 2px 0 0;
}

.ui.search>.results .result {
    padding: 7px;
    background: #fff;
    font-size: 12.4px;
}

.ui.search>.results>.message.standard {
    background: #333;
}

.ui.search>.results>.message.standard .description {
    color: #fff;
    padding: 0 5px;
    margin: 0;
}

.ui.search>.results .header {
    width: 100%;
    padding: 0 4px;
    background: #444;
}

.ui.search>.results .th {
    padding: 0 5px;
    font-size: 9px;
    text-align: left;
    color: #eee;
    background: #444;
}

.ui.search>.results .th.center,
.ui.search>.results .td.center {
    text-align: center;
}

.ui.search>.results .result.active .title {
    color: #fff;
}

.ui.search>.results .result.active {
    background: #f2711c;
    color: #fff;
}

.ui.search .icon.ban:not(.disabled) {
    color: #ee420a;
}

.ui.search .icon.address.card:not(.disabled) {
    color: #f1c40e;
}

.ui.search .icon.cart:not(.disabled) {
    color: #54bf08;
}

.ui.search .icon.lock:not(.disabled) {
    color: #db2828;
}

.ui.search .icon.disabled {
    color: #aeaeae;
}

.ui.search>.results .result.disabled,
.ui.search>.results .result.disabled:hover {
    color: #aaa;
    cursor: default;
    background: #f4f4f4;
}

.ui.grid>.column:not(.row) {
    padding-top: 10px;
    padding-bottom: 10px;
}

button.item.submit {
    height: 39px;
}


/*******************************
            Grid Footer (extra)
*******************************/

.ui.grid.footer {
    margin: 12px -14px -14px;
    background: #e6e6e6;
    border-radius: 0 0 6px 6px;
}

.ui.grid.footer .column {
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    color: #777;
    padding: 0;
    margin: 15px 0 !important;
}

.ui.grid.footer>.column.left {
    -text-align: right;
    -padding-right: 15px;
    padding-left: 10px;
    border-right: 1px solid #dadada;
}

.ui.grid.footer>.column.right {
    -text-align: left;
    -padding-left: 15px;
    padding-right: 10px;
}

.ui.grid.footer .column.logo {
    padding: 12px 0 16px 0;
    -background: #e0e0e0;
    border-top: 1px solid #dadada;
    margin: 0 35px !important;
}

.ui.grid.footer .column strong {
    display: block;
    font-size: 14px;
    line-height: 14px !important;
}

.ui.grid.footer>.column img {
    width: 180px;
    display: block;
    margin: 0 auto;
}


/*******************************
            Calendar
*******************************/

.ui.calendar .ui.table {
    border-radius: 5px;
    border: 2px solid #555;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.ui.calendar .ui.table td.focus,
.ui.calendar .ui.table td:hover {
    color: #fff !important;
    background: #f2711c !important;
}

.ui.calendar .ui.table thead th {
    padding: 12px;
    color: rgba(0, 0, 0, .5);
    background: #fff;
}

.ui.calendar .ui.table tbody td {
    padding: 10px 4px;
    font-size: 13px;
}

.ui.calendar .ui.table.day tr:first-child th {
    background: #fff;
}

.ui.popup:before {
    border-width: 2px !important;
    border-color: #555 !important;
}


/*******************************
            Modal
*******************************/

@media only screen and (min-width: 1200px) {
    .ui.modal {
        width: 700px;
    }
}

.ui.modal.full {
    width: calc(100% - 40px);
}

.ui.modal.full img {
    width: 309px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #aaa;
}

.ui.modal.full img:last-child {
    margin: 0;
}

.ui.modal>.actions,
.ui.modal>.content,
.ui.modal>.header {
    text-align: center;
}

.ui.modal>.content {
    padding: 10px;
    background: none;
    font-size: 13px;
}

.ui.modal>.content span {
    display: block;
}

.ui.modal>.content strong {
    font-size: 13px;
}

.ui.modal>.content h4 {
    margin: 10px 0 0;
    padding: 0;
}

.ui.modal .actions>.button {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ui.modal>.header {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.ui.fullscreen.modal>.close {
    top: 1px;
    right: 0;
}

.ui.form .field.required>label {
    color: #bbb;
}

.ui.modal .content.form {
    padding: 0 10px 10px 10px;
    text-align: left;
}

.ui.modal .content.form .fields {
    margin-bottom: 0;
}


/*******************************
            Extra
*******************************/
.title {
    font-size: 13px;
    font-weight: 400;
}

#add_vendedor,
#search_vendedor {
    display: none;
}

#disabled_vendedor {
    display: block;
}

.ui.form .fields .wide.field.inline-text {
    font-size: 12.4px;
    line-height: 12.4px;
    margin: 8px 0 0 0;
    text-align: left;
    color: #333;
}

.ui.labeled.icon.button>.icon,
.ui.labeled.icon.buttons>.button>.icon {
    width: 35px;
    padding: 0;
    border-color: rgba(0, 0, 0, .03);
}

.for-checkbox {
    height: 30px;
    margin: 0 !important;
}

.ui.form .field .prompt.label {
    padding: 7px;
    white-space: normal;
    color: #fff !important;
    border: 0 !important;
    background: #d54040 !important;
}

#cep_table {
    display: none;
    overflow: auto;
    max-height: 450px;
}

.contact.options {
    display: inline-block;
    margin-top: 6px;
    margin-left: 20px;
}

.contact.options label {
    display: inline-block;
    margin: 0 20px 0 0;
}

.contact.options input {
    display: inline-block;
}

.ui.tabular.menu .item {
    font-size: 12px !important;
    padding: 0 12px;
    border-radius: .28571429rem .28571429rem 0 0 !important;
    border: 1px solid #fdfdfd;
    border-bottom: 0;
    font-weight: 700;
}

.ui.tabular.menu .active.item {
    margin: -1px 0;
    padding: 0 12px;
    color: rgba(0, 0, 0, .95);
    border-color: #d4d4d5;
    border-top-width: 1px;
    background: #fdfdfd;
    border-color: #ccc;
    border-bottom: 0;
}

.ui.tabular.menu+.attached:not(.top).segment,
.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment {
    width: 100% !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 7px;
    border-top: none;
}

.ui.attached:not(.message)+.ui.attached.segment:not(.top) {
    margin-bottom: 0 !important;
}

.troca-container {
    /*
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);

    */
    vertical-align: bottom;
}

.troca-container .trocados {
    font-size: 10px;
    color: #888;
}

.troca-container .disponivel {
    font-size: 12px;
    color: #333;
    padding-bottom: 8px;
}

.troca-container .disponivel strong {
    font-size: 13px;
    color: #222;
}

.troca-container .disponivel.margin {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.brinde_block {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    height: 213px;
    margin: 4px;
    cursor: pointer;
    vertical-align: top;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #eee;
}

.brinde_block:hover {
    border-color: #444;
}

.brinde_block.disabled {
    opacity: 0.5;
    cursor: default;
}

.brinde_block.disabled:hover {
    border-color: #ddd;
}

.brinde_block.empty {
    opacity: 0.5;
    cursor: default;
}

.brinde_block.empty:hover {
    border-color: #ddd;
}

.brinde_block.none {
    cursor: default;
    opacity: .8;
}

.brinde_block.none:hover {
    border-color: #ddd;
}

.brinde_block .picture {
    width: 200px;
    height: 113px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #16ab39;
}

.brinde_block .picture img {
    height: 100%;
    width: 100%;
}

.brinde_block.avulso .picture {
    background: #db2828;
}

.brinde_block.disabled .picture {
    background: #bbb;
}

.brinde_block .picture.file {
    background: #fff;
}

.brinde_block.disabled .picture.file img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brinde_block .picture .icon {
    margin: 30px 0 0;
    padding: 0;
    opacity: .5;
    font-size: 50px;
    color: #fff;
}

.brinde_block.totem .picture .icon {
    margin: 60px 0 0;
    font-size: 70px;
}

.brinde_block .text {
    padding: 5px;
    color: #333;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
    line-height: 20px;
    height: 70px;
    overflow: hidden;
    background: #f9f9f9;
}

.brinde_block .number {
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    background: #e2e2e2;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.button.text {
    width: 100%;
    font-size: 9px;
    letter-spacing: 1px !important;
    line-height: 24px;
}


/*
.adicionar_nota {
    display: flex;
    position: relative;
    right: -5px;
    top: 24px;
}

.adicionar_nota.com_formapagamento {
    top: 76px;
}
*/

@media (min-width: 767px) {
    .botao_solitario {
        margin-top: -18px !important;
    }
    .sem_formapagamento {
        margin-top: -60px !important;
    }
}

.ui.action.input:not([class*='left action'])>input {
    border-right: 0;
}

.ui.action.input:not([class*='left action'])>input:focus {
    border-right-color: #444 !important;
}

.none {
    display: none !important;
}

.invisible {
    display: none !important;
}


/*******************************
            TV
*******************************/

.tv-screen {
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 3px;
}

.tv-item {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
}

.tv-container {
    background: #ddd;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 20px auto 0 auto;
    width: 800px;
    height: 500px;
}

.draggable {
    cursor: pointer;
    border: 2px dashed rgba(0, 0, 0, 0);
}

.tv-container:hover .draggable {
    border: 2px dashed rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.4);
}

.draggable:nth-child(1) {
    left: 2%;
    top: 2%;
}

.draggable:nth-child(2) {
    left: 2%;
    top: 14%;
}

.draggable:nth-child(3) {
    left: 2%;
    top: 26%;
}

.draggable:nth-child(4) {
    left: 2%;
    top: 38%;
}

.draggable:nth-child(5) {
    left: 2%;
    top: 50%;
}

.draggable:nth-child(6) {
    left: 2%;
    top: 62%;
}

.draggable:nth-child(7) {
    left: 2%;
    top: 74%;
}

.draggable:nth-child(8) {
    left: 26%;
    top: 2%;
}

.draggable:nth-child(9) {
    left: 26%;
    top: 14%;
}

.draggable:nth-child(10) {
    left: 26%;
    top: 26%;
}

.draggable:nth-child(11) {
    left: 26%;
    top: 38%;
}

.draggable:nth-child(12) {
    left: 26%;
    top: 50%;
}

.draggable:nth-child(13) {
    left: 26%;
    top: 62%;
}

.draggable:nth-child(14) {
    left: 26%;
    top: 74%;
}

.draggable:nth-child(15) {
    left: 50%;
    top: 2%;
}

.draggable:nth-child(16) {
    left: 50%;
    top: 14%;
}

.draggable:nth-child(17) {
    left: 50%;
    top: 26%;
}

.draggable:nth-child(18) {
    left: 50%;
    top: 38%;
}

.draggable:nth-child(19) {
    left: 50%;
    top: 50%;
}

.draggable:nth-child(20) {
    left: 50%;
    top: 62%;
}

.draggable:nth-child(21) {
    left: 50%;
    top: 72%;
}


/*******************************
            Table
*******************************/

.ui.table {
    overflow: hidden;
    border-radius: 0;
}

.ui.table thead tr>th {
    border-radius: 0 !important;
}

.ui.table thead th {
    padding: 7px;
    line-height: 9px;
    font-size: 9px;
    font-weight: 700;
    background: none;
    color: #222;
}

.ui.table tbody td {
    padding: 8px;
    font-size: 12.4px;
    line-height: 12.4px;
}

.ui .ui.table tbody td i.icon:not('icon-block-small') {
    margin: 0 0 -4px 0;
    font-size: 17px;
    padding: 0;
}

.ui .ui.table tbody td i.icon:not('icon-block-small') {
    color: #444;
}

.ui .ui.table tbody td i.icon.slash {
    color: #ccc;
}

.ui.table tr td.disabled,
.ui.table tr.disabled td,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled,
.ui.table tr td.grey,
.ui.table tr.grey td,
.ui.table tr.grey:hover,
.ui.table tr:hover td.grey {
    color: rgba(0, 0, 0, .4);
}

.table_total td {
    background: #e6e6e6;
}

table.totem {
    width: 100%;
}

table.totem td {
    width: 25%;
    text-align: center;
}

table.totem td button {
    width: calc(100% - 20px);
    height: 40px !important;
}

.ui.message.notfound {
    margin: -14px -8px;
}

.ui.message.grey {
    background: #ddd;
    color: #888;
}

.ui.table tr td.hidden,
.ui.table tr.hidden td,
.ui.table tr.hidden:hover,
.ui.table tr:hover td.hidden {
    color: rgba(0, 0, 0, .4);
}

.ui.table tr td.hidden>img,
.ui.table tr.hidden td>img,
.ui.table tr.hidden:hover>img,
.ui.table tr:hover td.hidden>img {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ui .ui.table tbody td i.icon.table-error {
    float: left;
    margin-right: 5px;
    display: block;
}

.ui.table tr.error {
    background: #fafafa !important;
}

.ui.table tr.error td {
    background: #ffe7e7 !important;
    color: #c93936 !important;
}

.ui.table tr.error.hidden td {
    background: #fafafa !important;
    color: #ccc !important;
}

.ui .ui.table tbody tr.hidden td i.icon.table-error {
    color: #ccc !important;
}

.ui .ui.table tbody td i.icon.disabled,
.ui .ui.table tbody td i.icon.hidden {
    color: #ccc !important;
}


/*******************************
            progress
*******************************/

.ui.progress.qrcode {
    margin: -30px 0 0 0;
    border-radius: 4px;
    display: none;
    width: 100%;
    background: #ddd;
}

.ui.progress.qrcode .bar {
    height: 30px;
    border-radius: 4px;
}

.ui.progress.qrcode .bar .progress {
    border-radius: 4px;
}

.ui.progress>.label {
    font-size: 12px;
}

h3.limite {
    color: #e00;
    font-size: 13px;
    margin-left: 8px;
}

.ui.buttons .disabled.button,
.ui.disabled.button,
.ui.button:disabled,
.ui.disabled.button:hover,
.ui.disabled.active.button {
    opacity: 0.25 !important;
}

img.fullscreen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* report */

.ui.report .ui.segment strong {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    display: block;
}

.ui.report .ui.segment strong span {
    font-weight: bold;
}

.ui.report.start .field {
    padding: 10px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

/* report */

.ui.report.start div.numero {
    color: #f2711c;
    font-size: 23px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 5px;
    width: auto;
    display: table;
}

.ui.report.start div.numero span {
    font-weight: bold;
}

/* HOME */
#home-container {

}

.slide_show_animate {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto 10px auto;
    background: #f00;
    border-radius: 10px;
    background-position-x: -31px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation-name: slider;
    animation-duration: 40s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes slider {
    12.5% {
        background-position-x: -31px;
    }
    14.5% {
        background-position-x: -255px;
    }
    25% {
        background-position-x: -255px;
    }
    28% {
        background-position-x: -480px;
    }
    37.5% {
        background-position-x: -480px;
    }
    /* menino */
    39.5% {
        background-position-x: -705px;
    }
    50% {
        background-position-x: -705px;
    }
    52% {
        background-position-x: -930px;
    }
    /* dede */
    62.5% {
        background-position-x: -930px;
    }
    64.5% {
        background-position-x: -1150px;
    }
    75% {
        background-position-x: -1150px;
    }
    77% {
        background-position-x: -1375px;
    }
    87.5% {
        background-position-x: -1375px;
    }
    89.5% {
        background-position-x: -1600px;
    }
    100% {
        background-position-x: -1600px;
    }
    /* 1600px */
}

.php_errors {
    margin: 0px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #111;
    color: #ddd;
}

.php_errors li {
    list-style: none;
    font-size: 10px !important;
}

.php_errors li.notice {
    color: #867070;
}

.php_errors li.error {
    color: #e97d7d;
}

.php_errors li.warning {
    color: #d0aeae;
}

.php_errors .date {
    color: #666;
    font-size: 10px !important;
}

#cliente_buscar_cep .results.transition.visible {
    margin-top: 20px;
    margin: 20px -10px 0 -10px;
    width: calc(100% + 20px);
}


/* editor_html */

.ui.segment.editor_html {
    max-width: 392px;
    padding: 0 12px;
    margin: 0 auto;
    background: #fff url('../img/administracao_modelo.svg') repeat-y;
}

#editor_toolbar {
    background: #f2711c;
    margin: 0;
    width: 100%;
    padding: 0 5px;
    border-radius: 0px;
}

#editor_toolbar a,
#editor_toolbar div {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    cursor: pointer;
}

#editor_toolbar a:hover,
#editor_toolbar div:hover {
    color: #111;
}

#editor_toolbar a:last-child {
    border: 0;
}

#editor_toolbar.backoffice {
    width: 500px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
}

#editor_html {
    background: none;
    min-height: 50px;
    overflow: auto;
    font-family: 'Courier New' !important;
    font-size: 12.5px !important;
    padding: 40px 0 40px 20px;
    margin: 0 0 10px 0;
    width: 500px;
    resize: none;
    outline: none;
    position: relative;
    z-index: 999;
}

#editor_html span,
#editor_html div,
#editor_html b,
#editor_html i,
#editor_html strong,
#editor_html p,
#editor_html em,
#editor_html center {
    font-family: 'Courier New' !important;
    font-size: 12.5px !important;
}

#editor_html center {
    max-width: 330px;
}

span.var {
    color: #1273e4;
}

#editor_textarea {
    font-family: 'Courier New' !important;
    font-size: 12.5px;
    padding: 10px;
    background: #111;
    color: #ddd;
    height: 700px;
    width: 100%;
    margin: 0 0 10px 0;
}

.ui.segment.variaveis {
    width: 170px;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -380px;
    text-align: center;
}

.ui.segment.variaveis div {
    margin: 2px 0;
    font-size: 10px;
    color: #555;
    letter-spacing: 1.5px !important;
    font-weight: 700;
}

.ui.segment.variaveis hr {
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 5px 0;
    padding: 0;
}

.ui.segment.configuracao_tv {
    max-width: 800px;
    margin: 0 auto;
}

.user_icon {
    margin: 8px 4px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
}

.user_icon i.large.icon,
.user_icon i.large.icons {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding: 0 !important;
}

.user_ico:hover {
    background: rgba(255, 255, 255, 0.7);
}

.message.empty {
    background: #444;
}

.message.empty .header {
    display: none;
}

.ui.search>.results>.message {
    padding: 6px 12px;
}

.ui.search>.results>.message.empty .description {
    color: #fff;
    margin: 0;
    font-size: 12.4px;
}

.ui.search>.results>.message.empty .description em {
    color: #ccc;
    display: block;
    margin: 0;
    font-size: 10px;
}

.ui.styled.accordion.parametro .accordion .title,
.ui.styled.accordion.parametro .title {
    font-size: 12px;
    color: #222;
    padding: 5px 8px;
}

.ui.styled.accordion.parametro .active.title {
    background: #353a40;
    color: #eee;
}

.icon.parametro {
    line-height: 1;
    vertical-align: middle;
    font-size: 12px !important;
    margin: -4px 0 -2px 0;
    cursor: pointer;
    color: #d90;
}

.accordion.parametro h2 {
    font-size: 10px;
    border-bottom: 1px solid #ddd;
    color: #555;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
    font-weight: 400;
}

.accordion.parametro label {
    color: #777;
}

.ui.styled.accordion .accordion.parametro .content,
.ui.styled.accordion.parametro .content {
    margin: 0;
    padding: 0 12px;
}

.ui.styled.accordion .accordion.parametro .content.margin,
.ui.styled.accordion.parametro .content.margin {
    padding: 12px 12px 0 12px;
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
    padding: 0;
}

v .ui.accordion:not(.styled) .accordion .title~.content:not(.ui),
.ui.accordion:not(.styled) .title~.content:not(.ui) {
    padding: 0;
}

label.important {
    font-weight: 700;
    color: #f2711c !important;
}

.ui.styled.accordion .title.master {
    color: #d00;
}

.ui.styled.accordion .active.title.master {
    background: #d00;
    color: #fff;
}

.csv_gerar {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    border: 0;
    background: #1b7924;
    color: #fff;
    cursor: pointer;
}

.csv_gerar:hover {
    background: #195b1f;
}

.csv_gerar i {
    font-size: 25px;
    line-height: 25px;
    margin-left: 5px;
}

#pdf_gerar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    border: 0;
    background: #da2323;
    color: #fff;
    cursor: pointer;
}

#pdf_gerar:hover {
    background: #901e1e;
}

#pdf_gerar i {
    font-size: 25px;
    line-height: 25px;
    margin-left: 5px;
}

#pdf_conteudo {
    max-width: 1127px;
    min-height: 400px;
    overflow-x: hidden;
    padding: 0 15px;
}

#pdf_conteudo canvas {
    display: block;
}

th.sorted.ascending:after {
    content: "\2191";
}

th.sorted.descending:after {
    content: "\2193";
}

#var_qrcode {
    font-size: 12px;
    color: #ddd;
}

#var_qrcode::-webkit-input-placeholder {
    font-size: 12px;
    color: #ddd;
}

#var_qrcode::-moz-placeholder {
    font-size: 12px;
    color: #ddd;
}

#var_qrcode:-ms-input-placeholder {
    font-size: 12px;
    color: #ddd;
}

i.icon.white {
    color: #fff;
}

.ui.modal>.close {
    top: -1px;
    right: -1px;
    color: #333;
}

.ui[class*="right labeled"].icon.button {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
}


/* radio-toolbar ------------------------------------------------------------ */

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"],
.radio-toolbar input[type="checkbox"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: none;
    padding: 0 20px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    color: #aaa;
    line-height: 38px;
    border: 3px solid #aaa;
    border-radius: 20px;
}

.radio-toolbar label:hover {
    border-color: #222;
    color: #222;
}

.radio-toolbar input[type="radio"]:checked+label,
.radio-toolbar input[type="checkbox"]:checked+label {
    border-color: #444;
    background-color: #444;
    color: #fff;
}

.ui.vertical.menu .title i.icon.exclamation {
    width: 2em;
    font-size: 15px;
    float: right;
    margin: 0;
}

.ui.celled.table tr td,
.ui.celled.table tr th {
    line-height: 12px;
}

.bonus_acao {
    background: #333;
    color: #fff;
    font-size: 12.4px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    line-height: 20px;
    border-radius: 5px;
}

.bonus_acao input {
    margin-right: 4px;
}

.bonus_acao span {
    color: #aaa;
    display: block;
    line-height: 12px;
    font-size: 10px;
}

.ui.form textarea.query {
    background: #222;
    color: #fff;
    font-family: 'Courier New' !important;
    font-size: 12px;
}

.configuracao_logo_preview {
    width: 560px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}

.administracao_relatorio_logo_preview {
    width: 620px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.administracao_relatorio_logo_preview img {
    width: 600px;
}

span.disabled {
    color: #aaa;
}

.relatorio_filtro {
    margin-bottom: 10px !important;
    border: 0 !important;
    box-shadow: none !important;
}

span.param {
    background: #222;
    padding: 3px 5px;
    color: #fff;
    font-size: 7px;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border-radius: 4px;
}

.ui.selectable.table tr.unlink,
.ui.selectable.table tr td.unlink,
.ui.table tr td.selectable.unlink {
    background: #eee !important;
    color: #666 !important;
}

.ui.inverted.popup {
    font-size: 10px;
}

.buttons-actions {
    button {
        position: relative !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }
}

h3.parametro {
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: normal;
}

.cliente_preview {
    width: 480px;
    height: 365px;
    background-color: #222;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
}

video.cliente_preview {
    border: 10px solid #f2711c;
}

img.cliente_preview {
    border: 10px solid #c95f18;
}

a.cliente_foto {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.4);
}

a.cliente_foto img {
    height: 160px;
    margin-left: -3px;
}

.tirar_foto {
    background: rgba(0, 0, 0, 0.6);
    width: 165px;
    color: #ddd;
    height: 160px;
    position: absolute;
    left: 0;
    top: 160px;
    text-align: center;
    padding: 50px 0 0 0;
    /* animation-name: sair_tirar_fotinha; */
    animation-duration: 0.5s;
}

a.cliente_foto:hover .tirar_foto {
    animation-name: tirar_fotinha;
    animation-duration: 0.5s;
    top: 0px;
}

.bemvindo {
    width: 300px;
    height: 350px;
    position: absolute;
    bottom: 0px;
    right: 100px;
}

.aviso_auditoria {
    font-size: 8px;
    color: #d60;
    line-height: 10px;
    margin-top: 7px;
    display: block;
    text-align: center;
}

.botao_ntfs:hover .ui.horizontal.label {
    background: #444 !important;
}

table.pdf.clean {
    margin-bottom: -5px;
}

#backoffice_ntfs_img {
    height: 500px;
    width: 500px;
    background: #222;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden;
}

#backoffice_ntfs_img #backoffice_ntfs_img_pan {
    height: 500px;
    width: 500px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    z-index: 88;
    bottom: 0;
    left: 0;
}

#backoffice_ntfs_img #backoffice_ntfs_img_pan img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ui.form.infos a {
    color: #111;
}


/* Standard syntax */

@keyframes tirar_fotinha {
    0% {
        top: 160px;
    }
    100% {
        top: 0px;
    }
}


/* Standard syntax */

@keyframes sair_tirar_fotinha {
    0% {
        top: 0px;
    }
    100% {
        top: 160px;
    }
}


/* softkeys ----------------------------------------------------------------- */

#softkeys {
    height: 40%;
    text-align: center;
    background: #40474e;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: block;
}

.softkeys_container {
    display: inline-block;
    margin: 10px;
}

.softkeys {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.softkeys ul {
    padding: 0;
    margin: 0;
}

.softkeys__btn {
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 24px !important;
    height: 47px !important;
    min-width: 50px;
    text-transform: uppercase;
    padding: 0;
    margin: 5px;
    border: 2px solid #f2711c;
    border-radius: 6px;
    background: #f2711c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.softkeys__btn:active {
    outline: none;
    background-color: #c95f18;
    border-color: #c95f18;
    color: #fff;
}

.softkeys__btn:hover {
    outline: none;
    background-color: #c95f18;
    border-color: #c95f18;
    color: #fff;
}

.softkeys__btn[data-type="delete"] {
    width: 112px;
}

.softkeys__btn[data-type="space"] {
    width: 732px;
}

#softkeys_alphanumeric {
    display: none;
}

@media screen and (max-width: 1001px) {
    /* #softkeys {
        height: 510px;
    } */
    #softkeys_alphanumeric {
        display: block;
    }
    #softkeys_alpha,
    .full #softkeys_numeric {
        display: none;
    }
}


/* iviewer */

.viewer {
    -ms-touch-action: none;
    width: 500px;
    height: 500px;
    overflow: hidden;
    background: #333;
    position: relative;
    cursor: grab;
}

.iviewer_common {
    display: none;
}

#alert-message-ntfs {
    margin: 0; 
    color: red;
    font-size: 12px;
    padding: 10px;
    background: #ffe3e3;
    margin-bottom: 8px;
    border-radius: 5px;
    display: none;
}

/* brindes agendados — namespaced rich editor (mirrors #editor_*, fluid width) */
#ba_editor_toolbar {
    background: #f2711c;
    margin: 0;
    width: 100%;
    padding: 0 5px;
    border-radius: 4px 4px 0 0;
}

#ba_editor_toolbar a {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    cursor: pointer;
}

#ba_editor_toolbar a:hover {
    color: #111;
}

#ba_editor_toolbar a:last-child {
    border: 0;
}

#ba_editor_html {
    background: #fff;
    min-height: 80px;
    overflow: auto;
    font-family: 'Courier New' !important;
    font-size: 12.5px !important;
    padding: 15px 20px;
    margin: 0 0 10px 0;
    width: 100%;
    resize: vertical;
    outline: none;
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

#ba_editor_html span,
#ba_editor_html div,
#ba_editor_html b,
#ba_editor_html i,
#ba_editor_html strong,
#ba_editor_html p,
#ba_editor_html em,
#ba_editor_html center {
    font-family: 'Courier New' !important;
    font-size: 12.5px !important;
}

#ba_editor_textarea {
    font-family: 'Courier New' !important;
    font-size: 12.5px;
    padding: 10px;
    background: #111;
    color: #ddd;
    height: 300px;
    width: 100%;
    margin: 0 0 10px 0;
}