/*!
 * # Semantic UI 0.0.1 - Fix
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/* prevent in computer screen the width menu go to larger then 100% when sidebar is visible */

@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 {
    appearance: none;
    float: left;
    margin: 0 !important;
    padding-top: -5px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* fix search result width */

.ui.search > .results {
    width: 100%;
}

#modal_cep .ui.search > .results {
    margin-left: -10px;
    margin-top: 20px;
    width: calc(100% + 20px);
}

/* create the .ui.search>.results td and tr */

.ui.search > .results .th,
.ui.search > .results .td {
    display: inline-block;
    font-weight: 400;
}

/* create the .ui.progress.hidden */

.ui.progress.hidden {
    display: none;
}

/* create the .container.full class to use column in 100% width */

.ui.container.full {
    margin-left: 24px !important;
    margin-right: 24px !important;
    width: auto !important;
}

.ui.container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1080px;
}

@media only screen and (max-width: 1366px) {
    .ui.container {
        margin-left: 24px !important;
        margin-right: 24px !important;
        width: auto;
    }
}

/* create the .column.small class to use in login segments */

.column.small {
    max-width: 340px;
}

/* create the .image.normal size */

.ui.image.normal {
    height: 180px;
    width: 180px;
}

.image.cliente {
    border-radius: 40px;
}

/* 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%;
}

*:focus {
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

/* control limit size of tables */

.table_limit {
    /* max-height: calc(100vh - 250px); */
    display: block;
    margin: 0;
    overflow: auto;
    width: 100%;
}

.table_limit.search {
    margin-top: 15px;
}

.table_limit table thead tr th {
    position: sticky !important;
    top: 0 !important;
}

@media only screen and (max-width: 1001px) {
    .ui.table [class*='left aligned'],
    .ui.table[class*='left aligned'] {
        text-align: left !important;
    }
}

/* default font scheme */

* {
    font-family: 'Readex Pro', sans-serif !important;
    letter-spacing: 0px !important;
}

a:hover {
    text-decoration: none !important;
}

/*!
 * # Semantic UI 0.0.1 - Skin
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Icon
*******************************/

.ui.labeled.icon.button > .icon.hotkey,
.ui.labeled.icon.buttons > .button > .icon.hotkey {
    font-family: 'Regular', sans-serif !important;
}

.ui.label,
.ui.labels .label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.green.label,
.ui.green.labels .label {
    color: #fff !important;
}

i.icon {
    font-family: 'Icons' !important;
}

i.circular.icon {
    padding: 0.5em 0.48em !important;
}

i.disabled.icon {
    opacity: 0.8 !important;
}

.icon.toggle {
    cursor: pointer;
}

.ui.black.label,
.ui.black.labels .label {
    background-color: #4a4c4b !important;
    border-color: #4a4c4b !important;
    color: #fff !important;
}

/*******************************
            Body
*******************************/

body,
body > .pusher,
body.pushable > .pusher {
    background: #f4f4f4;
    min-height: calc(100vh - 40px);
}

.pusher {
    padding: 24px 0;
}

/*******************************
            Segment
*******************************/

.ui.segments .segment,
.ui.segment {
    background: #fff;
    border-radius: 0;
    border: 2px solid #eee;
    box-shadow: 0;
    box-shadow: none;
    margin: 12px 0;
    padding: 14px;
}

.ui.segment:last-child {
    margin-bottom: 12px;
}

.ui.segment.mini:last-child {
    margin-bottom: 0;
}

.ui.segment .fields {
    margin: 0 -0.5em;
}

.ui.segment .fields.first {
    margin-top: -12px;
}

.ui.segment.red {
    border: 0;
}

.ui.red.segment:not(.inverted) {
    border-top: 0 !important;
}

.ui.segment.red label {
    color: #fff !important;
}

.ui.segment.box {
    font-size: 11px;
    text-align: center;
}

.ui.segment.box span {
    color: #4a4c4b;
    display: block;
    font-size: 11px;
}

.ui.segment.box strong {
    color: #5a5c5b;
    display: block;
    font-size: 17px;
    line-height: 20px;
}

.ui.segment.min {
    padding-top: 15px;
}

.ui.disabled.segment {
    color: rgba(40, 40, 40, 0.6);
    opacity: 0.45;
}

/*******************************
            Pusher
*******************************/

@media screen and (min-width: 960px) {
    .ui.visible.left.sidebar ~ .fixed,
    .ui.visible.left.sidebar ~ .pusher {
        transform: translate3d(230px, 0, 0) !important;
        width: calc(100% - 230px) !important;
    }
    .ui.visible.left.tiny.sidebar ~ .pusher,
    ui.visible.left.tiny.sidebar ~ .fixed {
        transform: translate3d(100px, 0, 0) !important;
        width: calc(100% - 100px) !important;
    }
}

/*******************************
            Menu
*******************************/

.ui.menu {
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 40px;
    width: 100%;
}

.ui.menu:not(.vertical) .item {
    border: 0;
    cursor: pointer;
}

.ui.menu:not(.vertical) .item.title {
    cursor: default;
}

.ui.menu:not(.vertical) .item.title:hover {
    background: none !important;
}

.ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover,
.ui.link.inverted.menu .item:hover {
    background: none;
    color: #fff;
}

.ui.menu .form.item {
    height: 39px;
}

.ui.menu .item > i.icon {
    font-size: 11px;
    margin: 0;
}

.ui.menu .item > i.icon.sidebar {
    font-size: 13px;
    margin-top: -1px;
}

.ui.menu .item.caixa {
    color: #4a4c4b;
    font-size: 11px;
}

.ui.menu .item.caixa label {
    margin: 0 4px 0 12px;
}

.ui.menu .item.caixa strong {
    background: #999;
    border-radius: 0;
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.menu .item.user_name {
    font-size: 10px;
    color: #aaa;
}

@media only screen and (max-width: 1200px) {
    .ui.menu .item.user_name {
        display: none;
    }
}

.ui.menu .item.caixa strong:last-child {
    background: #333;
}

.ui.menu .ui.button {
    height: 25px;
    line-height: 1px !important;
    margin: 7px 0;
}

.ui.labeled.icon.button,
.ui.labeled.icon.buttons .button {
    line-height: 1px !important;
}

.ui.menu .item.toggle-sidebar ~ .item {
    padding: 0;
}

.ui.menu .item > img:not(.ui) {
    opacity: 0.8;
    width: 1.6em;
}

.ui.menu a.item.submit {
    height: 40px;
}

.shadow {
    height: 40px;
}

/*******************************
            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 a.item {
    padding: 12px 12px 12px 22px;
}

.ui.vertical.menu .item.disabled {
    padding: 12px 12px 12px 22px;
}

.ui.vertical.menu a.item.active {
    background: rgba(0, 0, 0, 0.14);
}

.ui.vertical.menu .content a.item.active {
    background: none;
}

.ui.vertical.menu .item > i.icon {
    color: rgba(255, 255, 255, 0.5);
    float: left;
    margin: -1px 12px 0 0;
    width: 1.18em;
}

.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover,
.ui.inverted.menu .item.disabled .icon {
    color: rgba(255, 255, 255, 0.2) !important;
}

.ui.inverted.menu .item .ball {
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.8);
    float: right;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin: -5px 2px 0 0;
    text-align: center;
    width: 20px;
}

/*******************************
            Tooltip
*******************************/

[data-tooltip]:before {
    display: none;
}

[data-tooltip]:after {
    border-radius: 0;
    font-size: 10px;
    padding: 8px 10px;
}

/*******************************
            Notification
*******************************/

.ui.message.notification {
    border: 2px solid #222;
    box-shadow: none;
    padding: 10px 14px;
}

.ui.message.notification.green {
    border-color: #54bbab;
    background-color: #e6fffb;
    color: #4b9b8f;
}

.ui.message.notification.red {
    border-color: #ab2828;
    color: #ab2828;
}

.ui.message.login {
    background: #ab2828;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ui.message.login strong {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.ui.message.login .close {
    bottom: -30px;
    color: #fff;
    font-size: 17px;
    left: calc(50% - 12.4px);
    opacity: 0.05;
    position: absolute;
}

.ui.message.login .close:hover {
    opacity: 0.2;
}

.ui.message.login.orange {
    background: #e67c35;
}

.ui.message.hidden {
    display: none;
}

.ui.labeled.icon.button,
.ui.labeled.icon.buttons .button {
    padding-left: 3.37142857em !important;
}

/*******************************
            Header
*******************************/

h2.ui.header {
    color: #5a5c5b;
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

h2.ui.header span {
    color: #aaa;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: -7px;
}

h2.ui.header div {
    color: #aaa;
    display: inline-block;
    font-weight: 400;
}

h2.ui.header a i {
    color: #5a5c5b !important;
    float: left;
    font-size: 11px !important;
    margin: 0 10px 0 0 !important;
}

h3.ui.header {
    color: #5a5c5b;
    font-size: 13px;
    font-weight: 500;
    margin: 12px 0 0 4px;
    padding: 0;
}

h5.ui.header {
    color: #5a5c5b;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 5px 0;
    padding: 0;
}

h4.ui.header {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.ui.header .icon {
    color: #5a5c5b;
    display: inline-block;
    font-size: 13px;
    margin: -3px 5px 0 5px;
    padding: 0;
}

.ui.header div.limite {
    display: inline-block;
    font-size: 11px;
    text-align: right;
}

/* control limit size of tables */

@media only screen and (max-width: 1001px) {
    .ui.table [class*='left aligned'],
    .ui.table[class*='left aligned'] {
        text-align: left !important;
    }
}

/*******************************
            Form
*******************************/

.ui.form textarea,
.ui.form input[type='checkbox'] {
    vertical-align: middle;
}

.ui.checkbox {
    font-size: 11px;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    border-width: 2px;
}

.ui.checkbox .box:after,
.ui.checkbox label:after {
    font-size: 11px;
    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: 10px;
    font-weight: 400;
    margin: 12.4px 0 3px 0px;
    color: #888;
    line-height: 10px;
}

.ui.form .field.required > label {
    color: #1a1a1a !important;
    font-weight: 500;
}

.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 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'],
.ui.form select {
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    color: #4a4c4b;
    display: flex;
    font-size: 11px;
    height: 30px;
    line-height: 34px !important;
    margin: 0;
    padding: 0 7px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-border-radius: 0;
    -moz-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -ms-border-radius: 0;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-border-radius: 0;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.ui.calendar.input {
    display: flex;
}

.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 {
    background: #ffffff;
    border-color: #4a4c4b;
    border-radius: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -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);
}

.ui.action.input input[type='file'] {
    display: none;
}

.ui.form input[readonly='readonly'] {
    background: #f4f4f4;
    color: #aaa;
}

.input.huge {
    font-size: 15px !important;
    height: 40px !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,
.ui.button.active,
.ui.buttons .button.active,
.ui.button:focus,
.ui.buttons .button:focus {
    border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.03);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    font-weight: 500;
    height: 30px;
    letter-spacing: 0.3px !important;
    line-height: 26px !important;
    margin: 0;
    overflow: hidden;
    padding: 0 7px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.button:hover,
.ui.buttons .button:hover {
    color: #fff;
}

.ui.buttons .button.active,
.ui.button:focus,
.ui.buttons .button:focus {
    border: 2px solid #2a2c2b !important;
}

.ui.grey.button,
.ui.grey.buttons .button {
    background-color: #9d9e9f;
}

.ui.grey.button:hover,
.ui.grey.buttons .button:hover {
    background-color: #b6b6b6;
}

.ui.grey.tiny.button,
.ui.grey.tiny.buttons .button {
    font-size: 10px !important;
    line-height: 28px !important;
}

.ui.inverted.grey.button:hover,
.ui.inverted.grey.buttons .button:hover {
    background-color: #e6e6e6;
}

button.clean {
    background: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.ui.button:focus,
.ui.labeled.icon.button:focus,
.ui.labeled.icon.buttons .button:focus {
    border-color: #2a2c2b;
}

.ui.deny.button,
.ui.deny.buttons .button {
    background-color: #aaa;
}

.ui.deny.button:hover,
.ui.deny.buttons .button:hover,
.ui.deny.button:focus,
.ui.deny.buttons .button:focus,
.ui.deny.button.active,
.ui.deny.buttons .button.active {
    background: #aaa;
}

.ui.action.input > .button,
.ui.action.input > .buttons > .button {
    margin: 0;
    padding: 0 7px;
}

.icon.hotkey {
    line-height: 27px !important;
}

/*******************************
            Dropdown
*******************************/

.ui.form .inline.fields .field > .selection.dropdown,
.ui.form .inline.field > .selection.dropdown {
    width: 100%;
}

.ui.selection.dropdown {
    border-radius: 0;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    font-size: 11px;
    height: 30px;
    min-height: 30px;
    min-width: 0;
    padding: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.selection.dropdown:hover {
    border-color: #e5e5e5;
}

.ui.selection.active.dropdown,
.ui.selection.dropdown:focus,
.ui.selection.active.dropdown:hover {
    border-color: #4a4c4b;
}

.ui.selection.dropdown .menu {
    border-color: #4a4c4b !important;
    border-radius: 0em 0em 0 0;
    border-width: 2px;
    margin: 0 2px 0 -2px;
    outline: none;
    width: calc(100% + 4px);
    -webkit-border-radius: 0em 0em 0 0;
    -moz-border-radius: 0em 0em 0 0;
    -ms-border-radius: 0em 0em 0 0;
    -o-border-radius: 0em 0em 0 0;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    line-height: 1;
    right: 8px;
    top: 1px;
}

.ui.selection.dropdown .menu > .item {
    color: rgba(0, 0, 0, 0.8);
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 7px !important;
}

.ui.dropdown .menu > .item:hover,
.ui.dropdown .menu > .item.active,
.ui.dropdown .menu > .item.selected {
    background: #4a4c4b;
    color: #fff;
    font-weight: 400;
}

.ui.dropdown .menu > .unlock {
    margin-top: -19px;
    position: absolute;
    right: 8px;
}

.ui.dropdown .menu > .unlock .icon {
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 18px;
}

.ui.dropdown .menu > .unlock em {
    float: right;
    font-size: 10px;
    margin-right: 5px;
    max-width: 100px;
    overflow: hidden;
}

.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
    height: 25px;
    padding: 0 7px;
}

.ui.search.dropdown .menu {
    max-height: 200px;
}

/*******************************
            Search
*******************************/

.ui.search > .results {
    background: #f6f6f6;
    border-radius: 0;
    border: 0;
    border: 2px solid #4a4c4b;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.search > .results > :first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.search > .results .result {
    background: #fff;
    border: 0 !important;
    font-size: 11px;
    padding: 8px 0;
}

.ui.search > .results > :last-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.search > .results > .message.standard {
    background: #555;
}

.ui.search > .results > .message.standard .description {
    color: #fff;
    margin: 0;
    padding: 0 5px;
}

.ui.search > .results .header {
    background: #333;
    border-top: 2px solid #4a4c4b;
    margin-top: -2px;
    padding: 2px 0;
    width: 100%;
}

.ui.search > .results .th {
    background: none;
    color: #eee;
    font-size: 10px;
    padding: 0;
    text-align: left;
}
.ui.search > .results .td {
    padding: 0 !important;
}

.ui.search > .results .th span,
.ui.search > .results .td span {
    padding: 0 8px;
}

.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: #4a4c4b;
    color: #fff;
    font-weight: 400;
}

.ui.search .icon.address.card:not(.disabled) {
    color: #f1c40e;
}

.ui.search .icon.cart:not(.disabled) {
    color: #54bf08;
}

.ui.search .icon.disabled {
    color: #ddd;
}

.ui.search > .results .result.disabled,
.ui.search > .results .result.disabled:hover {
    background: #f4f4f4;
    color: #aaa;
    cursor: default;
}

.ui.grid > .column:not(.row) {
    padding-bottom: 10px;
    padding-top: 10px;
}

button.item.submit {
    height: 39px;
}

/*******************************
            Grid Footer (extra)
*******************************/

.ui.grid.footer {
    background: #e6e6ea;
    border-radius: 0;
    margin: 20px -14px -14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.grid.footer .column {
    color: #4a4c4b;
    font-size: 10px;
    font-weight: 400;
    margin: 15px 0 !important;
    padding: 0;
    text-align: center;
}

.ui.grid.footer > .column.left {
    border-right: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 15px;
    text-align: right;
}

.ui.grid.footer > .column.right {
    padding-left: 15px;
    padding-right: 10px;
    text-align: left;
}

.ui.grid.footer .column.logo {
    background: #e0e0e0;
    border-top: 1px solid #dadada;
    margin: 0 35px !important;
    padding: 12px 0 16px 0;
}

.ui.grid.footer .column strong {
    display: block;
    font-size: 13px;
    line-height: 14px !important;
}

.ui.grid.footer > .column img {
    display: block;
    margin: 0 auto;
    width: 180px;
}

/*******************************
            Calendar
*******************************/

.ui.calendar .ui.table {
    border-radius: 0;
    border: 2px solid #555;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.calendar .ui.table td.focus,
.ui.calendar .ui.table td:hover {
    color: #fff !important;
}

.ui.calendar .ui.table thead th {
    border: 0 !important;
    padding: 12px !important;
}

.ui.calendar .ui.table tbody td {
    border: 0 !important;
    font-size: 11px;
    padding: 10px 12px !important;
}

.ui.calendar .ui.table.day tr:first-child th {
    background: #fff;
}

/*******************************
            Modal
*******************************/

.ui.modal {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media only screen and (min-width: 1200px) {
    .ui.modal {
        width: 700px;
    }
}

.ui.modal.full {
    width: calc(100% - 40px);
}

.ui.modal.full img {
    border: 1px solid #aaa;
    display: inline-block;
    margin-right: 15px;
    width: 309px;
}

.ui.modal.full img:last-child {
    margin: 0;
}

.ui.modal > .actions,
.ui.modal > .content,
.ui.modal > .header {
    text-align: center;
}

.ui.modal > .content {
    background: none;
    font-size: 11px;
    padding: 10px;
}

.ui.modal > .content span {
    display: block;
}

.ui.modal > .content strong {
    font-size: 11px;
}

.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 {
    font-size: 11px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.ui.fullscreen.modal > .close {
    top: 1px;
    right: 0;
}

.ui.form .field.required > label {
    color: #aaa;
}

.ui.modal .content.form {
    padding: 0 10px 10px 10px;
    text-align: left;
}

.ui.modal .content.form .fields {
    margin-bottom: 0;
}

/*******************************
            Extra
*******************************/

.version {
    color: #4a4c4b;
    display: block;
    font-size: 11px;
    margin: 8px 0 0 0;
    text-align: center;
}

.ui.accordion .title:not(.ui) {
    font-size: 11px;
}

#add_vendedor,
#search_vendedor {
    display: none;
}

#disabled_vendedor {
    display: block;
}

.ui.form .fields .wide.field.inline-text {
    color: #4a4c4b;
    font-size: 11px;
    font-size: 11px;
    line-height: 30px;
    margin: 0;
    text-align: left;
}

.ui.labeled.icon.button > .icon,
.ui.labeled.icon.buttons > .button > .icon {
    border-color: rgba(0, 0, 0, 0.03);
    color: #fff;
    font-size: 11px;
    padding: 0;
    width: 35px;
}

.for-checkbox {
    height: 30px;
    margin: 0 !important;
}

.ui.form .field .prompt.label {
    background: #d54040 !important;
    border: 0 !important;
    color: #fff !important;
    padding: 7px;
    white-space: normal;
}

#cep_table {
    display: none;
    max-height: 450px;
    overflow: auto;
}

.contact.options {
    display: inline-block;
    margin-left: 20px;
    margin-top: 6px;
}

.contact.options label {
    display: inline-block;
    margin: 0 20px 0 0;
}

.contact.options input {
    display: inline-block;
}

.ui.tabular.menu .item {
    border-bottom: 0;
    border-radius: 0 !important;
    border: 1px solid #fdfdfd;
    font-size: 11px !important;
    font-weight: 500;
    padding: 0 13px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.ui.tabular.menu .active.item {
    background: #fdfdfd;
    border-bottom: 0;
    border-color: #ddd;
    border-top-width: 1px;
    color: rgba(0, 0, 0, 0.95);
    margin: -2px 0;
    padding: 0 12px;
}

.ui.inverted.menu .active.item {
    background: none;
}

.ui.inverted.menu .active.item:hover {
    background: rgba(0, 0, 0, 0.14);
    cursor: default;
}

.ui.tabular.menu + .attached:not(.top).segment,
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
    border-top: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 7px;
    width: 100% !important;
}

.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.troca-container {
    bottom: 0px;
    left: 6px;
    position: absolute;
    vertical-align: bottom;
    width: calc(100% - 12px);
}

.troca-container.relative {
    position: relative !important;
}

@media (max-width: 1000px) {
    .troca-container {
        bottom: auto;
        left: auto;
        padding-top: 20px;
        position: relative;
        vertical-align: bottom;
        width: 100%;
    }
}

.troca-container .trocados {
    color: #aaa;
    font-size: 10px;
}

.troca-container .disponivel {
    color: #2a2c2b;
    font-size: 11px;
    padding-bottom: 8px;
}

.troca-container .disponivel strong {
    color: #222;
    font-size: 11px;
}

.troca-container .disponivel.margin {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.brinde_block {
    background: #eee;
    border-radius: 0;
    border: 2px solid #ddd;
    cursor: pointer;
    display: inline-block;
    height: 213px;
    margin: 4px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.brinde_block:hover {
    border-color: #4a4c4b;
}

.brinde_block.disabled {
    cursor: default;
    opacity: 0.5;
}

.brinde_block.disabled:hover {
    border-color: #ddd;
}

.brinde_block.empty {
    cursor: default;
    opacity: 0.5;
}

.brinde_block.empty:hover {
    border-color: #ddd;
}

.brinde_block.none {
    cursor: default;
    opacity: 0.8;
}

.brinde_block.none:hover {
    border-color: #ddd;
}

.brinde_block .picture {
    height: 113px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 200px;
}

.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 {
    color: #fff;
    font-size: 50px;
    margin: 30px 0 0;
    opacity: 0.5;
    padding: 0;
}

.brinde_block.totem .picture .icon {
    font-size: 70px;
    margin: 60px 0 0;
}

.brinde_block .text {
    background: #f9f9f9;
    color: #2a2c2b;
    display: table-cell;
    height: 70px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px;
    vertical-align: middle;
    width: 200px;
}

.brinde_block .number {
    background: #e2e2e2;
    bottom: 0;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.button.text {
    font-size: 10px;
    line-height: 24px;
    width: 100%;
}

/*
.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: #4a4c4b !important;
}

.none {
    display: none !important;
}

.invisible {
    display: none !important;
}

/*******************************
            TV
*******************************/

.tv-screen {
    border-radius: 0;
    display: table;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.tv-item {
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.tv-container {
    background: #ddd;
    border-radius: 0;
    display: block;
    height: 500px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    position: relative;
    width: 800px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.draggable {
    border: 2px dashed rgba(0, 0, 0, 0);
    cursor: pointer;
}

.tv-container:hover .draggable {
    background: rgba(255, 255, 255, 0.4);
    border: 2px dashed rgba(0, 0, 0, 0.6);
}

.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 {
    /* border: 2px solid #e5e5e5; */
    border-bottom: 2px solid #eaedef !important;
    border-collapse: collapse;
    border-radius: 0;
    border: 0 !important;
    overflow: hidden;
}

.ui.table thead tr > th,
.ui.table thead tr > th:hover,
.ui.sortable.table thead tr > th,
.ui.sortable.table thead tr > th:hover {
    background: #4a4c4b !important;
    border-radius: 0 !important;
    border: 2px solid #424443 !important;
    color: #ddd;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    padding: 7px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.ui.table tbody td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border: 2px solid #eaedef !important;
    font-size: 11px;
    line-height: 18px;
    padding: 8px;
}

.ui.table.nowrap > td,
.ui.table.nowrap > th {
    white-space: nowrap !important;
}

.ui.selectable.table tbody tr:hover {
    background-color: #eff3f5 !important;
}

/*
.ui.table tbody tr:hover td {
    background-color: #fafafa;
}
*/

.ui .ui.table tbody td i.icon {
    color: #4a4c4b;
    font-size: 15px;
    margin: 0 0 -4px 0;
    padding: 0;
}

.ui .ui.table tbody td i.icon.slash {
    color: #ddd;
}

.ui .ui.table tbody td i.icon.trash {
    font-size: 15px;
}

.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, 0.4);
}

.table_total td {
    font-weight: 500;
    /* : #e6e6e6; */
}

table.totem {
    width: 100%;
}

table.totem td {
    text-align: center;
    width: 25%;
}

table.totem td button {
    height: 40px !important;
    width: calc(100% - 20px);
}

.ui.message.notfound {
    margin: -14px -8px;
}

.ui.message.grey {
    background: #ddd;
    color: #aaa;
}

.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, 0.2);
}

.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 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

.ui .ui.table tbody td i.icon.table-error {
    display: block;
    float: left;
    margin-right: 5px;
}

.ui.table tr.error {
    background: #fafafa !important;
}

.ui.table tr.error.hidden td {
    background: #fafafa !important;
    color: #ddd !important;
}

.ui .ui.table tbody tr.hidden td i.icon.table-error {
    color: #ddd !important;
}

.ui .ui.table tbody td i.icon.disabled,
.ui .ui.table tbody td i.icon.hidden {
    color: #ddd !important;
}

.ui.table th,
.ui.table td {
    border: 1px solid #e8e8e8 !important;
    border-collapse: collapse;
}

/*******************************
            progress
*******************************/

.ui.progress.qrcode {
    background: #ddd;
    border-radius: 0;
    display: none;
    margin: -30px 0 0 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.progress.qrcode .bar {
    border-radius: 0;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.progress.qrcode .bar .progress {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.progress > .label {
    font-size: 11px;
}

h3.limite {
    font-size: 11px;
    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 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui.report .ui.segment {
    color: #aaa;
    font-size: 11px;
    text-align: center;
}

/* report */

.ui.report .ui.segment strong {
    color: #2a2c2b;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.ui.report .ui.segment strong span {
    font-weight: 500;
}

.ui.report.start .field {
    align-items: center;
    color: #4a4c4b;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    padding: 30px 10px;
    text-align: center;
}

.ui.report.start .field img {
    border-radius: 100%;
    display: block;
    margin: 0 auto 10px auto;
    width: 150px;
}

/* report */

.ui.report.start div.numero {
    background: #333;
    border-radius: 50px;
    color: #fff;
    display: table;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    width: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.ui.report.start div.numero span {
    font-weight: 500;
}

.slide_show_animate {
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-name: slider;
    animation-timing-function: ease-in-out;
    background-position-x: -31px;
    background-size: cover;
    background: #f00;
    border-radius: 100%;
    display: block;
    height: 160px;
    margin: 0 auto 10px auto;
    width: 160px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.participantes {
    background-color: #4ab2ee;
    background-image: url('../img/relatorio_participantes.svg');
}

.notas {
    background-color: #f1c84c;
    background-image: url('../img/relatorio_notas.svg');
}

.compras {
    background-color: #b1d355;
    background-image: url('../img/relatorio_compras.svg');
}

@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 */
}

#cliente_buscar_cep .results.transition.visible {
    margin-top: 20px;
    margin: 20px -10px 0 -10px;
    width: calc(100% + 20px);
}

/* editor_html */

#editor_toolbar {
    background: #eee;
    border-radius: 0px;
    margin: 3px 0 20px 0;
    padding: 0 5px;
}

#editor_toolbar a,
#editor_toolbar div {
    border-right: 1px solid #dfdfdf;
    color: #4a4c4b;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}

#editor_toolbar a:hover,
#editor_toolbar div:hover {
    color: #2a2c2b;
}

#editor_toolbar a:last-child {
    border: 0;
}

#editor_toolbar.backoffice {
    border-radius: 4px;
    border: 0;
    margin: 0;
    overflow: hidden;
    width: 500px;
}

.editor_container {
    background-color: rgb(248, 242, 212);
    padding: 20px;
    width: 100%;
}

.ui.segment.editor_html {
    width: 355px;
}

#editor_html {
    background: none;
    font-size: 13px !important;
    margin: 0 0 10px 0;
    min-height: 50px;
    outline: none;
    padding: 0;
    resize: none;
    width: 280px;
}

span.var {
    color: #1273e4;
}

#editor_textarea {
    background: #111;
    color: #ddd;
    font-size: 11px;
    height: 700px;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
}

.ui.segment.variaveis {
    left: 365px;
    position: absolute;
    text-align: center;
    top: -14px;
    width: 200px;
}

.ui.segment.variaveis div {
    color: #4a4c4b;
    font-size: 10px;
    font-weight: 500;
    margin: 2px 0;
}

.ui.segment.variaveis hr {
    border-bottom: 1px solid #eee;
    border: 0;
    margin: 5px 0;
    padding: 0;
}

.ui.segment.configuracao_tv {
    margin: 0 auto;
    max-width: 800px;
}

.user_icon {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin: 8px 4px;
    text-align: center;
    width: 40px;
}

.user_icon i.large.icon,
.user_icon i.large.icons {
    color: rgba(255, 255, 255, 0.6) !important;
    margin: 0 !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;
    font-size: 11px;
    margin: 0;
}

.ui.search > .results > .message.empty .description em {
    color: #ddd;
    display: block;
    font-size: 10px;
    margin: 0;
}

.ui.styled.accordion.parametro .accordion .title,
.ui.styled.accordion.parametro .title {
    color: #222;
    font-size: 11px;
    padding: 5px 8px;
}

.ui.styled.accordion .title.red {
    color: #b13f52;
}

.ui.styled.accordion .active.title.red {
    background: #b13f52 !important;
}

.ui.styled.accordion.parametro .active.title {
    background: #353a40;
    color: #eee;
}

.icon.parametro {
    cursor: pointer;
    font-size: 11px !important;
    line-height: 1;
    margin: -4px 0 -2px 0;
    vertical-align: middle;
}

.accordion.parametro h2 {
    border-bottom: 1px solid #ddd;
    color: #4a4c4b;
    font-size: 10px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
}

.accordion.parametro label {
    color: #4a4c4b;
}

.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-bottom: 1px solid #ddd;
    border: 0;
    margin: 0 0 15px 0;
    padding: 0;
}

.ui.accordion.configuracao .title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    padding: 8px 12px;
}

.ui.accordion.configuracao .title:hover {
    color: #fff;
}

.ui.accordion.configuracao .item {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    margin: 0;
    padding: 12px 0 12px 16px;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
    background: rgba(0, 0, 0, 0.12);
    padding: 10px 0;
}

label.important {
    font-weight: 500;
}

.ui.styled.accordion .active.title.master {
    color: #fff;
}

.csv_gerar {
    background: #1b7924;
    border-radius: 100%;
    border: 0;
    bottom: 80px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
}

.csv_gerar:hover {
    background: #195b1f;
}

.csv_gerar i {
    font-size: 24px;
    line-height: 25px;
    margin-left: 5px;
}

#pdf_gerar {
    border-radius: 100%;
    border: 0;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
}

#pdf_gerar i {
    font-size: 24px;
    line-height: 25px;
    margin-left: 5px;
}

#pdf_conteudo {
    max-width: 1080px;
    min-height: 400px;
    overflow-x: hidden;
}

#pdf_conteudo canvas {
    display: block;
}

th.sorted.ascending:after {
    content: '\2191';
}

th.sorted.descending:after {
    content: '\2193';
}

#var_qrcode {
    color: #ddd;
    font-size: 11px;
}

#var_qrcode::-webkit-input-placeholder {
    color: #ddd;
    font-size: 11px;
}

#var_qrcode::-moz-placeholder {
    color: #ddd;
    font-size: 11px;
}

#var_qrcode:-ms-input-placeholder {
    color: #ddd;
    font-size: 11px;
}

i.icon.white {
    color: #fff;
}

.ui.form .fields .wide.field {
    padding-left: 6px;
    padding-right: 6px;
}

.ui.modal > .close {
    color: #2a2c2b;
    right: -1px;
    top: -1px;
}

.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 {
    background-color: none;
    border-radius: 20px;
    border: 3px solid #aaa;
    color: #aaa;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 5px;
    padding: 0 20px;
}

.radio-toolbar label:hover {
    border-color: #222;
    color: #222;
}

.radio-toolbar input[type='radio']:checked + label,
.radio-toolbar input[type='checkbox']:checked + label {
    background-color: #4a4c4b;
    border-color: #4a4c4b;
    color: #fff;
}

.ui.vertical.menu .title i.icon.exclamation {
    float: right;
    font-size: 13px;
    margin: 0;
    width: 2em;
}

.bonus_acao {
    background: #333;
    border-radius: 0px;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 10px 0;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.bonus_acao input {
    margin-right: 4px;
}

.bonus_acao span {
    color: #aaa;
    display: block;
    font-size: 10px;
    line-height: 12px;
}

.ui.form textarea.query {
    background: #222;
    color: #fff;
    font-family: 'Courier New' !important;
    font-size: 11px;
    text-transform: none !important;
}

.configuracao_logo_preview {
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 560px;
}

.var_arquivo_preview {
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 520px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.var_arquivo_preview img {
    width: 500px;
}

span.disabled {
    color: #aaa;
}

.relatorio_filtro {
    margin-bottom: 10px !important;
}

span.param {
    background: #222;
    border-radius: 4px;
    color: #fff;
    font-size: 7px;
    padding: 3px 5px;
}

.ui.selectable.table tr.unlink,
.ui.selectable.table tr td.unlink,
.ui.table tr td.selectable.unlink {
    background: #eee !important;
    color: #4a4c4b !important;
}

.ui.inverted.popup {
    font-size: 10px;
}

h3.parametro {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: normal;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
}

.cliente_preview {
    background-color: #222;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 365px;
    margin: 0 auto;
    width: 480px;
}

video.cliente_preview {
    border: 10px solid #f2711c;
}

img.cliente_preview {
    border: 10px solid #2a2c2b;
}

a.cliente_foto {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    display: block;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 160px;
}

a.cliente_foto img {
    height: 160px;
    margin-left: -3px;
}

.tirar_foto {
    /* animation-name: sair_tirar_fotinha; */
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #ddd;
    height: 160px;
    left: 0;
    padding: 50px 0 0 0;
    position: absolute;
    text-align: center;
    top: 160px;
    width: 165px;
}

a.cliente_foto:hover .tirar_foto {
    animation-duration: 0.5s;
    animation-name: tirar_fotinha;
    top: 0px;
}

.bemvindo {
    bottom: 0px;
    height: 350px;
    position: absolute;
    right: 100px;
    width: 300px;
}

.aviso_auditoria {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 7px;
    text-align: center;
}

.ui.segment.form.temporizador {
    background: #333;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 7px;
}

.botao_ntfs:hover .ui.horizontal.label {
    background: #444 !important;
}

table.pdf.clean {
    margin-bottom: -5px;
}

#backoffice_ntfs_img {
    background: #222;
    height: 500px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 500px;
}

#backoffice_ntfs_img #backoffice_ntfs_img_pan {
    bottom: 0;
    height: 500px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    z-index: 88;
}

#backoffice_ntfs_img #backoffice_ntfs_img_pan img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.ui.form.infos a {
    color: #2a2c2b;
}

.ui.table.perfil tbody td {
    font-size: 10px;
}

.ui.table.perfil tbody td.grupo {
    background: #f1f1f1;
    font-weight: 500;
}

/* 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 {
    background: #2a2c2b;
    bottom: 0;
    display: block;
    height: 250px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.softkeys_container {
    display: inline-block;
    margin: 10px;
}

.softkeys {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.softkeys ul {
    margin: 0;
    padding: 0;
}

.softkeys__btn {
    background: #eee;
    border-radius: 0;
    border: 0;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 24px !important;
    font-weight: 500;
    height: 47px !important;
    line-height: 47px;
    margin: 5px;
    min-width: 50px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.softkeys__btn:active {
    color: #fff;
    outline: none;
}

.softkeys__btn:hover {
    color: #fff;
    outline: none;
}

.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 {
    background: #222;
    cursor: grab;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 500px;
    z-index: 101;
}

.iviewer_common {
    display: none;
}

/* spot-metrics */

img.ui.centered.image.spot-logo {
    height: 60px;
    margin: 16px 0 20px 8px;
}

.header_cliente_leitura {
    font-size: 19px;
    font-weight: 500;
    margin-left: 3px;
}

.header_cliente_leitura span {
    color: #4a4c4b;
    font-size: 13px;
    margin: 0 4px;
}

.results .td {
    vertical-align: top;
}

.ui.message {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.viewer.loading:before {
    animation-iteration-count: infinite;
    animation: segment-spin 0.6s linear;
    border-color: #fff #fff #fff rgba(0, 0, 0, 0.2);
    border-radius: 500rem;
    border-style: solid;
    border-width: 4px;
    box-shadow: 0 0 0 1px transparent;
    content: '';
    height: 3em;
    left: 50%;
    margin: -1.5em 0 0 -1.5em;
    position: absolute;
    top: 50%;
    visibility: visible;
    width: 3em;
    z-index: 10;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation: segment-spin 0.6s linear;
    -webkit-box-shadow: 0 0 0 1px transparent;
}

@media only screen and (max-width: 1001px) {
    .ui.table [class*='left aligned'],
    .ui.table[class*='left aligned'] {
        text-align: center;
    }
    .ui.table [class*='right aligned'],
    .ui.table[class*='right aligned'] {
        text-align: center;
    }
}

label.termos {
    font-size: 10px !important;
    font-weight: 500;
    padding-left: 25px !important;
    padding-left: 25px;
}
label.termos a {
    color: #4a4c4b;
    font-size: 10px !important;
    font-weight: 500;
    text-decoration: underline;
}

label.termos.totem {
    color: #2a2c2b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 29px !important;
    margin-left: -40px !important;
}

label.termos.totem a {
    font-size: 13px !important;
}

.ui.styled.accordion,
.ui.styled.accordion .accordion {
    border-radius: 0;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui.bottom.left.popup:before {
    background: #4a4c4b;
    bottom: auto;
    box-shadow: -2px -2px 0 0 #4a4c4b;
    left: 1em;
    margin-left: 0;
    right: auto;
    top: -0.30714286em;
    -webkit-box-shadow: 0px 0px 0 0 #4a4c4b !important;
}

.divider {
    padding: 0 5px;
}

@media only screen and (max-width: 1001px) {
    .ui.form:not(.unstackable) .fields:not(.unstackable) > .one.wide.field,
    .ui.form:not(.unstackable) .one.fields:not(.unstackable) > .field,
    .ui.form:not(.unstackable) .one.fields:not(.unstackable) > .fields {
        width: 100% !important;
    }
}

.term {
    padding: 6px 0 0 0;
    cursor: pointer;
}

.term div {
    margin-left: 27px;
}

.fields.line {
    border-top: 2px solid #f4f4f4;
    margin-top: 12px !important;
    padding-top: 12px !important;
}

.ui.checkbox input:checked:focus ~ .box:before,
.ui.checkbox input:checked:focus ~ label:before,
.ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before,
.ui.checkbox input:not([type='radio']):indeterminate:focus ~ .box:before,
.ui.checkbox input:not([type='radio']):indeterminate:focus ~ label:before {
    background: #fff;
    border-color: #2a2c2b;
}

.ui.modal .actions > button {
    margin-left: 0.75em !important;
}

.ui.attached.segment {
    border: 2px solid #eee;
}

.ui.tabular.menu .active.item {
    border-color: #eee;
    border-radius: 0px !important;
    border-width: 2px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.ui.tabular.menu {
    border-bottom: 2px solid #eee;
}

.ui.styled.accordion .accordion .content,
.ui.styled.accordion .content {
    margin: 0;
    padding: 20px 40px;
}

i.icon.cogs.admin {
    display: block;
    font-size: 170px;
    height: 180px;
    left: calc(50% - 90px);
    line-height: 180px;
    opacity: 0.18;
    position: absolute;
    top: calc(50% - 90px);
    width: 180px;
}
