/*#region FONTS */

@font-face {
  font-family: 'MuseoSans-100';
  src: url('fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans-100.otf') format('opentype'), url('fonts/MuseoSans-100.woff') format('woff'), url('fonts/MuseoSans-100.ttf') format('truetype'), url('fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans-300';
  src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans-300.otf') format('opentype'), url('fonts/MuseoSans-300.woff') format('woff'), url('fonts/MuseoSans-300.ttf') format('truetype'), url('fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans-500';
  src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans-500.otf') format('opentype'), url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf') format('truetype'), url('fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans-700';
  src: url('fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans-700.otf') format('opentype'), url('fonts/MuseoSans-700.woff') format('woff'), url('fonts/MuseoSans-700.ttf') format('truetype'), url('fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans-900';
  src: url('fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans-900.otf') format('opentype'), url('fonts/MuseoSans-900.woff') format('woff'), url('fonts/MuseoSans-900.ttf') format('truetype'), url('fonts/MuseoSans-900.svg#MuseoSans-900') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*#endregion*/
/*#region COLORS */
/*#endregion*/
/*#region SIZES */
/*#endregion*/

html,
body {
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 80px;
  font-family: 'MuseoSans-300', sans-serif;
  font-weight: 300;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.inline-block {
  display: inline-block;
}
.boxFix *,
.boxFix *::before,
.boxFix *::after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
/*#region Especifico para o Account */

.sg-account-wrapper {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
}
.sg-account-header {
  width: 100%;
  max-height: 130px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
/*#region BUTTON COMMONS */

.sg-btn-floating:focus {
  outline: none;
}
.sg-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
/*#endregion */

/*#region LAYOUT COMMONS */

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 10000;
  height: 100%;
}
.sg-clearfix {
  clear: both;
  width: 100%;
  height: 1px;
}
.sg-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.sg-no-padding-left {
  padding-left: 0;
}
.sg-no-padding-right {
  padding-right: 0;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
.affix {
  width: 100%;
}
.swal2-container {
  z-index: 10060 !important;
}
/*#endregion*/

/*#region Containers com borda e imagem no topo centrada */

.sg-container-no-tabstrip {
  margin-top: 61px;
}
/*#region Tabs das páginas */

.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items {
  display: table;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px #5c5b5f;
  -moz-box-shadow: 0 0 5px #5c5b5f;
  box-shadow: 0 0 5px #5c5b5f;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item {
  padding: 10px 15px;
  font-family: 'MuseoSans-500', sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 0;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item .k-loading {
  border: none;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item .k-link {
  color: #5c5b5f;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #a3cc00;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item.k-state-hover {
  background: white;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item.k-state-hover .k-link {
  color: #a3cc00;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-content {
  padding: 15px;
  margin-top: 10px;
  border: none;
}
.k-tabstrip-wrapper .k-widget.k-tabstrip .k-content .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
/*#endregion */

/*#region Paginação das Grid */

.sg-grid-pager-container {
  height: auto;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.sg-grid-pager-container .sg-grid-pager .sg-pager-actions {
  width: 20px;
  height: 20px;
  padding: 5px;
}
.sg-grid-pager-container .sg-grid-pager .sg-pager-info {
  top: -8px;
  position: relative;
  font-family: 'MuseoSans-700', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #bdbcbc;
}
.sg-grid-pager-container .sg-grid-pager .sg-pager-info.sg-pager-first-counter {
  margin-left: 10px;
}
.sg-grid-pager-container .sg-grid-pager .sg-pager-info.sg-pager-total-counter {
  margin-right: 10px;
}
.sg-grid-pager-container.sg-grid-pager-container-no-tabstrip * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*#endregion*/

/*#region Windows da Kendo */

.k-overlay {
  background-color: white;
}
.k-widget {
  border: none;
}
.k-widget.k-window {
  border-radius: 0;
  border: 1px solid #a3cc00;
  -webkit-box-shadow: 0 0 15px #5c5b5f;
  -moz-box-shadow: 0 0 15px #5c5b5f;
  box-shadow: 0 0 15px #5c5b5f;
}
.k-widget.k-window .k-window-titlebar {
  background: white;
  border-bottom: none;
  margin-top: -35px !important;
}
.k-widget.k-window .k-window-titlebar .k-window-actions .k-window-action {
  opacity: 1;
}
.k-widget.k-window .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
  border: none;
  background: none;
  padding: 2px;
}
.k-widget.k-window .k-window-titlebar .k-window-actions .k-icon {
  opacity: 0.7;
}
.k-widget.k-window .k-window-titlebar .k-window-actions .k-icon:hover {
  opacity: 1;
}
.k-widget.k-window .k-window-titlebar .k-window-actions .k-icon.k-i-close {
  background: url(icon/fechar_portal_sige.svg) no-repeat center center;
  background-size: 24px 24px;
  padding: 12px;
  position: absolute;
  top: 0;
  right: -5px;
}
.k-widget.k-window .k-window-titlebar .k-window-actions .k-icon.k-i-custom {
  background: url(icon/seta_portal_sige.svg) no-repeat center center;
  background-size: 24px 24px;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 25px;
}
.k-widget.k-window .k-window-content {
  padding: 15px;
}
/*#endregion */

/*#region HEADING COMMONS */

h1,
h2,
h3,
h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
/*#endregion */

.sg-content {
  padding-top: 190px;
  padding-bottom: 15px;
}
.sg-footer {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 5000;
}
.sg-footer.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sg-footer.login-shadow {
  -webkit-box-shadow: 0px 20px 40px 40px white;
  -moz-box-shadow: 0px 20px 40px 40px white;
  box-shadow: 0px 20px 40px 40px white;
}
.sg-footer .sg-footer-inner-container {
  background: white;
}
.sg-footer .sg-footer-inner-container .sg-footer-widget-brand {
  height: 80px;
}
.sg-footer .sg-footer-inner-container .sg-footer-widget-brand.sg-footer-widget-brand-school {
  float: left;
  margin-left: 15%;
  margin-right: 2%;
}
.sg-footer .sg-footer-inner-container .sg-footer-widget-brand.sg-footer-widget-brand-company {
  float: right;
  margin-right: 15%;
  padding: 5px;
}
.sg-footer .sg-footer-inner-container address {
  text-transform: uppercase;
  font-family: 'MuseoSans-500', sans-serif;
  font-size: 11px;
  color: black;
  height: 100%;
  padding-top: 10px;
  margin-bottom: 0;
  margin-left: 90px;
  line-height: 1;
}
.sg-footer .sg-footer-inner-container address p {
  margin-bottom: 5px;
}
.sg-footer .sg-footer-inner-container address p a {
  color: black;
}
#loading-screen {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: white;
  z-index: 9999;
  text-align: center;
}
#loading-screen .hidden {
  display: none;
}
#loading-screen .loading-image {
  position: relative;
  top: 50%;
  text-align: center;
  z-index: 100;
}
/*#endregion */

/*#region Window dos comunicados */

#sg-notice-window {
  font-family: 'MuseoSans-300', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#sg-notice-window .sg-notice-window-actions {
  margin-top: 15px;
}
#sg-notice-window .sg-notice-window-actions .sg-notice-window-button {
  width: 100px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'MuseoSans-500', sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #a3cc00;
  border-radius: 0;
  background: none;
  color: #a3cc00;
  margin: 0 25px;
}
#sg-notice-window .sg-notice-window-actions .sg-notice-window-button:hover {
  background: #a3cc00;
  color: white;
  border: 1px solid #a3cc00;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*#endregion */

/*#region MEALS PAGE */

.k-widget.k-scheduler {
  border-radius: 0;
  border: none;
}
.k-widget.k-scheduler .k-scheduler-toolbar {
  display: none;
}
.k-widget.k-scheduler .k-scheduler-layout {
  /*tr:first-child {
                display: none;
            }*/
  font-family: 'MuseoSans-300', sans-serif;
  font-size: 10px;
  color: black;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-times .k-scheduler-table th.k-slot-cell,
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-scheduler-table th.k-slot-cell,
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-times .k-scheduler-table td,
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-scheduler-table td {
  border-color: black;
  border-right-color: white;
}
.k-widget.k-scheduler .k-scheduler-layout.k-scheduler-dayview .k-scheduler-header {
  display: none;
}
.k-widget.k-scheduler .k-scheduler-layout.k-scheduler-dayview .k-current-time {
  display: none;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-scheduler-table .k-middle-row .k-today,
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-scheduler-table tr[role="row"] .k-today {
  background: none;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-scheduler-table .k-middle-row td {
  border-color: #5c5b5f;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-scheduler-table tr td {
  border-left: 0px;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content .k-event {
  border-radius: 0;
  border-color: #b3b3b3;
  border-width: 1px;
  background: #a3cc00;
  color: black;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content div.horario-evento {
  height: 100%;
  padding: 3px 5px;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-content div.horario-evento div {
  white-space: nowrap;
  overflow-x: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.k-widget.k-scheduler .k-scheduler-layout .k-scheduler-header .k-scheduler-table th {
  border-left: 0px;
}
.k-widget.k-scheduler .k-scheduler-footer {
  display: none;
}
/*#region MESSAGES PAGE */

.sg-new-message {
  color: #a3cc00;
}
.sg-modal-window .row {
  margin: 0;
}
.sg-modal-window [class*='col-'] {
  padding: 0;
}
.sg-modal-window .sg-message-detail-window-header {
  color: black;
}
.sg-modal-window .sg-message-detail-window-header .sg-message-detail-window-header-top {
  font-family: 'MuseoSans-300', sans-serif;
  font-weight: 300;
}
.sg-modal-window .sg-message-detail-window-header .sg-message-detail-window-header-bottom {
  font-family: 'MuseoSans-100', sans-serif;
  font-weight: 100;
}
.sg-modal-window .sg-message-detail-window-content {
  font-family: 'MuseoSans-100', sans-serif;
  font-weight: 100;
  color: black;
}
#sg-new-message-window .form-group,
#sg-forward-message-window .form-group {
  font-family: 'MuseoSans-300', sans-serif;
  font-weight: 300;
  font-size: 12px;
}
#sg-new-message-window .form-group .editor-label,
#sg-forward-message-window .form-group .editor-label {
  width: calc(15% - 15px);
  margin-right: 15px;
  display: inline-block;
}
#sg-new-message-window .form-group .editor-field,
#sg-forward-message-window .form-group .editor-field {
  width: calc(85% - 15px);
  margin-left: 15px;
  display: inline-block;
}
#sg-new-message-window .form-group .editor-field input,
#sg-forward-message-window .form-group .editor-field input,
#sg-new-message-window .form-group .editor-field textarea,
#sg-forward-message-window .form-group .editor-field textarea,
#sg-new-message-window .form-group .editor-field .k-textbox,
#sg-forward-message-window .form-group .editor-field .k-textbox {
  width: 100%;
}
#sg-new-message-window .form-group .editor-field textarea,
#sg-forward-message-window .form-group .editor-field textarea {
  height: 120px;
  resize: none;
}
#sg-new-message-window .form-group .editor-field #Assunto,
#sg-forward-message-window .form-group .editor-field #Assunto,
#sg-new-message-window .form-group .editor-field #Corpo,
#sg-forward-message-window .form-group .editor-field #Corpo {
  border-radius: 0;
  border: 1px solid #5c5b5f;
}
#sg-new-message-window .form-group .editor-field .k-widget.k-multiselect.k-header,
#sg-forward-message-window .form-group .editor-field .k-widget.k-multiselect.k-header {
  border-color: #5c5b5f;
  border-radius: 0;
}
#sg-new-message-window .form-group .editor-field .k-widget.k-multiselect.k-header .k-multiselect-wrap,
#sg-forward-message-window .form-group .editor-field .k-widget.k-multiselect.k-header .k-multiselect-wrap {
  min-height: 2.25em;
}
#sg-new-message-window .form-group .editor-field .k-widget.k-multiselect.k-header .k-multiselect-wrap .k-button,
#sg-forward-message-window .form-group .editor-field .k-widget.k-multiselect.k-header .k-multiselect-wrap .k-button {
  background: #a3cc00;
  border: none;
  border-radius: 0;
  margin: 2px;
}
#sg-new-message-window .form-group .editor-field .k-widget.k-multiselect.k-header .k-multiselect-wrap .k-button .sg-multiselect-tag,
#sg-forward-message-window .form-group .editor-field .k-widget.k-multiselect.k-header .k-multiselect-wrap .k-button .sg-multiselect-tag {
  margin-right: 5px;
}
#sg-new-message-window .form-group .editor-field.multiselect,
#sg-forward-message-window .form-group .editor-field.multiselect {
  width: calc(85% - 16px);
  margin-left: 12px;
}
#sg-new-message-window .no-label-field .form-group .editor-label,
#sg-forward-message-window .no-label-field .form-group .editor-label {
  display: none;
}
#sg-new-message-window .no-label-field .form-group .editor-field,
#sg-forward-message-window .no-label-field .form-group .editor-field {
  width: 100%;
  margin: 0;
  display: block;
}
.k-widget.k-window .popover {
  border-radius: 0;
  font-family: 'MuseoSans-300', sans-serif;
  font-weight: 300;
  color: black;
}
.k-widget.k-window .popover .popover-content p {
  margin-bottom: 0;
}
.k-widget.k-window .popover .popover-content p:hover {
  text-decoration: none;
  color: #a3cc00;
}
.sg-disabled {
  border-color: #b3b3b3 !important;
  color: #b3b3b3 !important;
}
/*#endregion*/

/*#region HORÁRIO PAGE */

#schedule-page {
  font-family: 'MuseoSans-100', sans-serif;
  font-weight: 100;
}
#schedule-page .k-scheduler-table {
  text-transform: uppercase;
}
/*#endregion*/

/*#region MEALS WIDGET*/

#sg-container-meals .sg-container-content {
  padding-top: 0;
}
#sg-container-meals .sg-container-content .sg-container-meals-margin-top {
  margin-top: 15px;
  border-right: 1px solid #b3b3b3;
}
#sg-container-meals .sg-container-content .sg-container-meals-margin-top:last-child {
  border-right: none;
}
#sg-container-meals .sg-container-content .sg-container-meals-margin-top .sg-container-meals-weekday {
  color: black;
  font-family: 'MuseoSans-300', sans-serif;
  font-size: 10px;
  text-align: center;
}
#sg-container-meals .sg-container-content .sg-container-meals-margin-top .sg-container-meals-img {
  max-width: 75px;
  margin: 10px auto;
}
#sg-container-meals .sg-container-content .sg-container-meals-margin-top .sg-container-meals-status {
  color: black;
  font-family: 'MuseoSans-300', sans-serif;
  font-size: 9px;
  margin-bottom: 0;
}
#sg-home-meals-calendar .cal-week-box {
  border: none;
  position: relative;
}
#sg-home-meals-calendar .cal-week-box .cal-row-head {
  text-transform: uppercase;
}
#sg-home-meals-calendar .cal-week-box .cal-row-head:hover {
  background: none;
}
#sg-home-meals-calendar .cal-week-box .cal-row-head .cal-cell1:hover {
  background: none;
}
#sg-home-meals-calendar .cal-week-box .cal-cell1.day-highlight {
  background: none;
}
#sg-home-meals-calendar .cal-week-box .cal-cell1.day-highlight .sg-meals-home-margin {
  margin-top: 15px;
  margin-bottom: 5px;
}
#sg-home-meals-calendar .cal-week-box .cal-cell1.day-highlight a {
  display: inline-block;
  width: 100%;
}
/*#endregion*/

/*#region ATM WIDGET*/

#sg-container-atm {
  font-family: 'MuseoSans-300', sans-serif;
  font-weight: 300;
}
#sg-container-atm .list-group {
  margin-right: 0;
  margin-bottom: 5px;
}
#sg-container-atm .list-group .list-group-item {
  border: none;
  padding: 5px 0;
}
#sg-container-atm .list-group .list-group-item.warning {
  margin-top: 20px;
  font-weight: bold;
}
#sg-container-atm .list-group .list-group-item:last-child {
  padding-bottom: 0;
}
#sg-container-atm .list-group .list-group-item .badge {
  font-family: 'MuseoSans-700', sans-serif;
  font-weight: 700;
  color: #5c5b5f;
  background: none;
}
/*#endregion*/

/*#region ATM WIDGET*/

#sg-container-schedule .sg-container-content-body {
  padding-top: 0;
}
#sg-container-schedule #sg-schedule-widget .k-scheduler-layout.k-scheduler-dayview > tbody > tr:first-child {
  display: none;
}
/*#endregion*/

/*#endregion*/

/*#region ACCESS */

#sg-new-specific-auth-window .info {
  margin-bottom: 15px;
}
#sg-new-specific-auth-window #Obs {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  resize: none;
}
/*#endregion*/

@media only screen and (max-width: 420px) {
  
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 0 !important;
  }
  .sg-footer-gradient {
    bottom: 0 !important;
  }
  .k-widget.k-window:not(#sg-user-menu-window) {
    width: 90% !important;
  }
  /*#region LAYOUT COMMONS */
  
  .sg-container.sg-container-no-tabstrip {
    margin-top: 0;
  }
  /*#endregion*/
  
  /*#region FOOTER */
  
  .sg-footer {
    position: absolute;
  }
  .sg-footer.no-footer {
    display: none;
  }
  .sg-footer .sg-footer-inner-container {
    background: white;
    text-align: center;
  }
  .sg-footer .sg-footer-inner-container > div > div {
    display: block;
    margin: 0 auto;
  }
  .sg-footer .sg-footer-inner-container > div > div > * {
    display: inline-block;
    vertical-align: top;
  }
  .sg-footer .sg-footer-inner-container .sg-footer-widget-brand.sg-footer-widget-brand-company,
  .sg-footer .sg-footer-inner-container .sg-footer-widget-brand.sg-footer-widget-brand-school {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .sg-footer .sg-footer-inner-container address {
    margin-left: 0;
  }
  .sg-footer .sg-footer-inner-container .sg-header-inner-container-right {
    text-align: center;
    height: 0;
  }
  .sg-footer .sg-footer-inner-container .sg-header-inner-container-right > div {
    height: 0;
    padding-top: 10px;
    padding-right: 0;
  }
  .sg-footer .sg-footer-inner-container .sg-header-inner-container-right > div img {
    top: -25px;
    right: -85px;
  }
  .sg-footer .sg-footer-inner-container .logo-container {
    margin-top: 10px;
  }
  .sg-footer .sg-footer-inner-container .logo-container img {
    height: 60px;
  }
  /*#endregion*/
  
  /*#region PROFILE PAGE */
  
  .sg-container-content-profile-top > div {
    float: none;
    text-align: center;
  }
  /*#endregion*/
  
  /*#region GRID WIDGET com SUBGRID*/
  
  .k-widget.k-grid tbody .sg-grid-row .sg-grid-column .sg-grid-column-info-bottom span {
    padding-right: 0;
  }
  .k-widget.k-grid tbody .sg-grid-row .sg-grid-column.sg-grid-column-text-left {
    padding-left: 0;
  }
  .k-widget.k-grid tbody .sg-grid-row .sg-grid-column.sg-grid-column-actions .sg-grid-column-actions-button-left,
  .k-widget.k-grid tbody .sg-grid-row .sg-grid-column.sg-grid-column-actions .sg-grid-column-actions-button-right {
    padding-left: 0;
  }
  /*#endregion*/
  
  /*#region Específico para a página de MOVIMENTOS */
  
  #sg-tabstrip-transactions #sg-grid-normal-transactions .sg-grid-column.sg-grid-column-text-right .sg-grid-column-info-bottom {
    font-family: 'MuseoSans-700', sans-serif;
    font-weight: 700;
  }
  /*#endregion*/
  
  /*#region DOCUMENTATION PAGE */
  
  #sg-grid-forasking-documents,
  #sg-grid-requested-documents,
  #sg-grid-ready-documents {
    overflow: auto;
  }
  /*#endregion*/
  
  /*#region MEALS weekly view */
  
  .sg-scheduled-meals-container .day-header {
    margin-top: 42px;
  }
  .sg-scheduled-meals-container .day-header.no-margin-top {
    margin-top: 5px;
  }
  .sg-scheduled-meals-container .meals-container .sg-scheduled-right-container .meal-time-container {
    padding-top: 10px;
    border-top: 1px solid;
    border-color: #cccbcf;
    margin-top: 10px;
  }
  .sg-scheduled-meals-container .meals-container .sg-scheduled-right-container .meal-time-container.no-border {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  /*#endregion */
  
  /*#region override of access general auth for small devices */
  
  .checkbox-group {
    border-left: none !important;
  }
  .checkbox-group-inline {
    padding: 0;
  }
  .checkbox-group-inline .checkbox-inline {
    padding-left: 10px;
    margin-left: 0;
  }
  /*#endregion*/
}
#sg-grid-access .obs {
  width: 35px;
  border-left: none;
}
#sg-grid-inbox-messages .sg-grid-row {
  cursor: pointer;
}
#sg-container-transactions .k-grid-norecords-template {
  line-height: 2em !important;
}
#sg-grid-requested-documents .sg-grid-column-text-left {
  vertical-align: top;
}
.validation-summary-errors ul {
  padding-left: 0;
  font-family: 'MuseoSans-700', sans-serif;
  font-size: 18px;
  list-style-type: none;
  background: white;
  padding: 2px;
  margin-top: 55px;
}
.validation-summary-errors ul li {
  color: #ee3535;
}
/*#region ACESSOS -> AUTORIZAÇÕES GERAIS PAGE */

#sg-general-auth-form .form-group:last-child {
  margin-bottom: 0;
}
#sg-general-auth-form .checkbox-group .k-checkbox-label {
  padding: 11px 0 0 35px;
}
#sg-general-auth-form .checkbox-group-inline .k-checkbox-label {
  padding: 11px 0 0 30px;
}
#sg-general-auth-form .k-checkbox-label {
  font-weight: 300;
  border-style: none;
}
#sg-general-auth-form .k-checkbox-label:before {
  background: url(icon/checkbox_semcheck_portal_sige.svg) no-repeat center center;
  content: '';
  width: 30px;
  height: 30px;
  border-style: none;
}
#sg-general-auth-form .k-checkbox:checked + .k-checkbox-label:before {
  background: url(icon/checkbox_comcheck_portal_sige.svg) no-repeat center center;
  content: '';
  border-style: none;
  outline: 0;
}
.checkbox-group {
  border-left: 1px solid #e1e1e1;
  padding: 5px 0 5px 10px;
}
.checkbox-group-inline {
  padding: 5px 0;
}
.sg-general-auth-submit-container {
  margin-bottom: 10px;
}
.sg-general-auth-submit-container button {
  padding: 0;
  font-family: 'MuseoSans-500', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  color: black;
  background: white;
  outline: 0;
}
.sg-general-auth-submit-container button img {
  width: 42px;
  height: 42px;
}
/*#endregion*/

/*#region ACESSOS -> AUTORIZAÇÕES ESPECÍFICAS PAGE */

#sg-grid-specific-auth .sg-grid-row .sg-grid-column.sg-grid-column-actions img.sg-button {
  cursor: default;
}
#sg-grid-specific-auth .sg-grid-row .sg-grid-column.sg-grid-column-actions img.sg-button.sg-editable-auth {
  cursor: pointer;
}
/*#endregion*/

#sg-menu-products-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  border: none;
}
#sg-menu-products-list .sg-menu-products-list-product {
  flex: 0 0 16.666666667%;
  box-sizing: border-box;
  color: #171e42;
  padding: 0 15px;
  margin: 15px 0;
  text-align: center;
}
#sg-menu-products-list .sg-menu-products-list-product .img-responsive {
  width: 100%;
}
#sg-menu-products-list .sg-menu-products-list-product .sg-menu-products-list-product-name {
  margin-bottom: 5px;
}
#sg-menu-products-list .sg-menu-products-list-product .sg-menu-products-list-product-price {
  font-weight: bold;
}
.sg-cart-table thead > tr > th,
.sg-cart-table tbody > tr > td {
  border: none;
}
.sg-cart-table .sg-cart-table-item td {
  vertical-align: middle;
}
.sg-cart-table .sg-cart-table-item .sg-cart-table-item-remove-btn,
.sg-cart-table .sg-cart-table-item .sg-cart-table-item-remove-btn:focus,
.sg-cart-table .sg-cart-table-item .sg-cart-table-item-remove-btn:active,
.sg-cart-table .sg-cart-table-item .sg-cart-table-item-remove-btn:hover {
  width: 26px;
  height: 26px;
  background-color: none;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
  border: none;
  outline: none;
}
.sg-cart-table .sg-cart-table-item .sg-cart-table-item-qty {
  text-align: center;
  font-family: 'MuseoSans-700', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  #sg-menu-products-list .sg-menu-products-list-product {
    flex: 2 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  #sg-menu-products-list .sg-menu-products-list-product {
    flex: 3 0 33%;
  }
}
@media only screen and (min-width: 991px) {
  #sg-menu-products-list .sg-menu-products-list-product {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1440px) {
  #sg-menu-products-list .sg-menu-products-list-product {
    flex: 0 0 16.666666667%;
  }
}
.sg-color {
  color: lightblue;
}
#take-away .sg-cart-table-item-remove-btn {
  background-color: transparent;
}
#take-away #submit-container {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#take-away #submit-container #total {
  text-align: center;
  font-weight: bold;
}
#take-away #submit-container button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#SelectAccount_listbox li,
#SelectAccount_listbox li:hover {
  background-color: white !important;
  color: black !important;
  padding: 1px, 5px, 1px, 5px !important;
}
#open-door {
  float: right;
}
.sg-grid-column-text-right .sg-grid-column-info-top {
  height: 21px;
}
.sg-account-form-container input {
  border-radius: 0;
}
.navbar .navbar-header {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.navbar .icone-inovar {
  margin: 0 15px;
}
.navbar .container .collapse {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .navbar-header {
    display: block !important;
  }
  .navbar-header .sg-header-carrinho {
    display: inline-block;
  }
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}
.swal-btn-container {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.swal-btn-round {
  border-radius: 80px !important;
  padding: 3px !important;
  margin: 5px;
  font-weight: 900 !important;
  width: 140px !important;
  color: white;
  font-size: 14px;
  background-color: #a3cc00;
}
.swal-btn-conta-Normal {
  background-color: #a3cc00 !important;
  line-height: 34px;
}
.swal-btn-conta-Subsidiada {
  background-color: coral !important;
  line-height: 34px;
}
.swal-btn-conta-Manuais {
  background-color: #8cbcb9 !important;
  line-height: 34px;
}
.swal-btn-conta-Visitas {
  background-color: #f7b538 !important;
  line-height: 34px;
}
.sg-checkout {
  margin: 0;
}
.sg-checkout .sg-checkout-border {
  border: 3px solid;
  border-radius: 20px;
  text-align: center;
  font-weight: 800;
  padding: 5px;
  margin: 0;
}
.sg-checkout .sg-checkout-border.conta-Normal {
  border-color: #a3cc00;
  color: #a3cc00;
}
.sg-checkout .sg-checkout-border.conta-Subsidiada {
  border-color: coral;
  color: coral;
}
.sg-checkout .sg-checkout-border.conta-Manuais {
  border-color: #8cbcb9;
  color: #8cbcb9;
}
.sg-checkout .sg-checkout-border.conta-Visitas {
  border-color: #f7b538;
  color: #f7b538;
}
.sg-checkout .sg-checkout-items {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding-top: 5px;
}
.sg-checkout .sg-checkout-items .checkout-descricao {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.sg-checkout .sg-checkout-items p {
  font-weight: 800;
}
.sg-checkout .sg-checkout-items .k-numerictextbox {
  width: 3.8em;
  border: none;
  padding: 0 5px 0 0;
  border-radius: 0 !important;
}
.sg-checkout .sg-checkout-items .k-numerictextbox .k-select {
  width: 1.2em;
}
.sg-checkout .sg-checkout-items .k-numerictextbox .k-numeric-wrap {
  height: 30px;
  padding: 0;
}
.sg-checkout .sg-checkout-items .k-numerictextbox .k-numeric-wrap .k-input {
  padding: 0;
}
.sg-checkout .sg-checkout-total {
  font-weight: 800;
}
.sg-checkout .sg-checkout-total p {
  text-align: right;
}
.sg-checkout table {
  border: none !important;
}
.sg-checkout td,
.sg-checkout th {
  border: 0 !important;
  text-align: right;
  font-weight: 800;
  vertical-align: middle !important;
}
.sg-checkout img {
  width: 100%;
}
.sg-checkout .k-numerictextbox {
  width: 3.8em;
}
.sg-checkout .k-numerictextbox .k-select {
  width: 1.2em;
}
.sg-checkout .k-numerictextbox .k-numeric-wrap {
  border-radius: 0;
}
.sg-checkout hr {
  border-top: 1px solid #a3cc00;
}
.sg-checkout .termos-condicoes p {
  margin-top: 0;
  margin-bottom: 0;
}
.sg-checkout h3 {
  color: #a3cc00;
}
.sg-checkout .aviso-carregamento {
  color: #ee3535;
}
.sg-checkout .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sg-checkout .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sg-checkout .container .checkout-label {
  position: relative;
  top: 4px;
}
.sg-checkout .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eeeeee;
  border: 1px solid #525252;
}
.sg-checkout .container:hover input ~ .checkmark {
  background-color: #cccccc;
}
.sg-checkout .container input:checked ~ .checkmark {
  background-color: #a3cc00;
}
.sg-checkout .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sg-checkout .container input:checked ~ .checkmark:after {
  display: block;
}
.sg-checkout .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .sg-checkout .sg-checkout-items > * {
    padding: 0 3px 0 3px;
  }
  .sg-checkout .col-md-9 {
    width: 76%;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .sg-checkout .col-md-9 {
    width: 76%;
    float: left;
  }
}
.sg-product-list {
  overflow: auto;
}
.sg-product-list .k-widget.k-listview {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.sg-product-list .k-numeric-wrap {
  height: 30px;
}
.sg-product-list .product {
  width: 18%;
  margin: 0 7px 10px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sg-product-list .produto-imagem {
  position: relative;
  width: 130px;
  box-shadow: inset 0px 0px 22px rgba(0, 0, 0, 0.4);
  border: 3px solid white;
}
.sg-product-list .produto-imagem.selected {
  border: 3px solid #a3cc00;
}
.sg-product-list img {
  max-width: 100%;
  height: 130px;
  width: 130px;
}
.sg-product-list .overlayEstado {
  position: absolute;
  text-align: center;
  margin: auto;
  left: 27px;
  top: 55px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.sg-product-list .produto-thumb {
  position: absolute;
  top: 5px;
  right: 5px;
}
.sg-product-list .produto-info p {
  margin: auto;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.1em;
  text-align: center;
  text-overflow: ellipsis;
  padding: 5px 0 5px 0;
}
.sg-product-list .produto-descricao {
  font-weight: 900;
}
.sg-product-list .sg-container-product-add {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.sg-product-list .k-numerictextbox {
  width: 3.8em;
  border: none;
}
.sg-product-list .k-numerictextbox .k-select {
  width: 1.2em;
}
.sg-product-list .k-numerictextbox .k-numeric-wrap {
  height: 30px;
  padding: 0;
}
.sg-product-list .k-numerictextbox .k-numeric-wrap .k-input {
  padding: 0;
}
.sg-product-list .produto-inativo,
.sg-product-list .produto-esgotado,
.sg-product-list .produto-bloqueado {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}
@media only screen and (max-width: 411px) {
  
}
@media only screen and (max-width: 992px) {
  .sg-product-list .product {
    width: 30%;
  }
}
@media only screen and (max-width: 620px) {
  .sg-product-list .product {
    width: 100%;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
  }
  .sg-product-list .overlayEstado {
    display: none;
  }
  .sg-product-list .produto-imagem {
    width: 50px;
  }
  .sg-product-list .produto-info {
    width: 50%;
  }
  .sg-product-list .produto-add {
    text-align: right;
    width: 33.333%;
  }
  .sg-product-list .product img {
    max-width: 50px;
    height: auto;
  }
  .sg-product-list .produto-thumb {
    display: none;
  }
  .sg-product-list .product p {
    text-align: left;
    margin-left: 10px;
    max-width: 100%;
  }
  .sg-product-list .product > * {
    padding: 0 3px 0 3px;
  }
  .sg-product-list .k-numerictextbox .k-numeric-wrap .k-input {
    display: inline-block;
  }
}
.sg-carrinho-container {
  padding: 5px;
}
.sg-carrinho-container .produto-carrinho {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding-top: 5px;
}
.sg-carrinho-container .produto-carrinho .col-xs-1,
.sg-carrinho-container .produto-carrinho .col-xs-2 {
  text-align: center;
  padding: 0;
}
.sg-carrinho-container hr {
  border-top: 1px solid #a3cc00;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sg-carrinho-container .k-numerictextbox {
  width: 3.8em;
  border: none;
  padding: 0 5px 0 0;
  border-radius: 0 !important;
}
.sg-carrinho-container .k-numerictextbox .k-select {
  width: 1.2em;
}
.sg-carrinho-container .k-numerictextbox .k-numeric-wrap {
  height: 30px;
  padding: 0;
}
.sg-carrinho-container .k-numerictextbox .k-numeric-wrap .k-input {
  padding: 0;
  display: inline-block;
}
.sg-carrinho-container .produto-descricao {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 900;
  margin-bottom: 0;
  padding: 12px 0;
  float: left;
}
.sg-carrinho-container .produto-artigos {
  max-width: 195px;
  width: 100%;
  font-weight: 900;
}
.sg-carrinho-container .col-xs-7 {
  padding-right: 0;
}
.sg-carrinho-container .my-product-total {
  font-weight: normal;
}
.sg-carrinho-container .carrinho-footer {
  float: right;
  margin-top: 10px;
  font-weight: 900;
}
.sg-carrinho-container .carrinho-total {
  color: #5c5b5f;
  font-weight: 900;
}
.sg-carrinho-container .carrinho-total .total {
  color: #a3cc00;
}
.sg-menu-user-header {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin-right: 15px;
}
.sg-menu-user-header .item-container {
  color: white;
  margin: auto 0;
  padding: 10px 10px 10px 0;
}
.sg-menu-user-header .item-container h4 {
  margin: 5px 0;
  font-weight: 900;
}
.sg-menu-user-header .item-container .saldo {
  color: #a3cc00;
}
.sg-menu-user-header .btn-container {
  top: 33px;
  position: relative;
}
#sg-user-menu-window ul {
  margin-bottom: 0;
}
#sg-user-menu-window a {
  color: #777777;
}
#sg-user-menu-window span {
  color: #a3cc00;
}
#sg-user-menu-window .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#sg-user-menu-window .borderless-li {
  border: none;
}
.swal2-top-end {
  top: 180px !important;
  transform: scale(1.2);
}
.swal2-shown {
  overflow: auto;
  padding-right: 0 !important;
}
.k-numeric-wrap {
  border-radius: 0px !important;
  transform: scale(0.95) !important;
  border-color: #8e8a8a !important;
}
.hidden {
  display: none;
}
#sg-new-specific-auth-form .sg-btn-send {
  width: 50px;
  height: 50px;
  border: none;
}
#sg-tabstrip-marcarRefeicao {
  height: 50px;
}
#sg-tabstrip-marcarRefeicao ul {
  display: inline-block !important;
  margin: 0 auto !important;
  max-width: 100%;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sg-user-profile {
  margin: 20px 0;
}
.sg-user-profile .profile-header {
  padding: 0;
}
.sg-user-profile .foto {
  width: 140px;
  margin-top: 15px;
  text-align: center;
}
.sg-user-profile .nav-tabs > li.active > a,
.sg-user-profile .nav-tabs > li.active > a:hover,
.sg-user-profile .nav-tabs > li.active > a:focus {
  color: #a3cc00;
  font-weight: 900;
}
.sg-user-profile a {
  color: Grey;
}
.sg-user-profile .qr-container {
  padding: 0;
}
.sg-user-profile .qr-container .qr-code {
  width: 100%;
}
.sg-user-profile .tab-content .col-md-3 {
  text-align: right;
  padding: 0;
}
.sg-user-profile .row p span {
  margin: 0;
}
.sg-user-profile .row {
  display: flex;
  align-items: center;
}
.sg-user-profile .row label {
  margin: 5px 0;
}
.sg-user-profile .row p {
  margin: 5px 0;
}
.sg-user-profile .edit-email {
  margin-top: 10px;
  padding: 0;
}
.sg-user-profile .tab-content {
  padding: 10px 0;
}
.sg-user-profile ol li {
  margin-bottom: 15px;
}
.sg-user-profile ol li::before {
  color: #a3cc00;
  font-weight: bold;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */

}
.sg-licenca-invalida {
  margin-top: 200px;
  margin-left: 200px;
}
.sg-licenca-invalida #sg-licenca-invalida-img {
  width: 60px;
  height: 60px;
  display: inline;
}
.sg-licenca-invalida #sg-licenca-invalida-message {
  display: inline;
}
.k-grid-content {
  height: 100% !important;
}
.k-grid-header {
  display: none;
}
.sg-container-content .sg-scheduled-meals-container .k-tabstrip-wrapper .k-widget.k-tabstrip .k-tabstrip-items .k-item {
  border: 1px solid #a3cc00;
}
.sg-versao {
  position: absolute;
  bottom: 80px;
  z-index: 100000000000000;
  right: 10px;
}
.filliation-no-color {
  color: black;
}
.sg-mudar-refeicoes label {
  width: 100%;
}
.sg-mudar-refeicoes h3 {
  text-align: center;
  margin-top: 0;
}
.sg-mudar-refeicoes .card-input-element {
  display: none;
}
.sg-mudar-refeicoes .card-input {
  margin: 10px;
  padding: 0;
}
.sg-mudar-refeicoes .card-input:hover {
  cursor: pointer;
}
.sg-mudar-refeicoes .card-input-element:checked + .card-input {
  box-shadow: 0 0 1px 1px #2980b9;
}
.sg-mudar-refeicoes .items {
  overflow: auto;
  height: calc(25%);
}
.sg-mudar-refeicoes .window-footer {
  position: absolute;
  bottom: 0;
  display: block;
  width: 95%;
  padding: 15px 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#mbway .submit-button,
#mbway .submit-button:focus {
  background-color: transparent;
  border: none;
}
#mbway .submit-button {
  margin-left: calc(25%);
}
#sg-container-content-charging #calcular-taxa {
  white-space: normal;
  width: 100%;
  height: initial;
}
#choose-modo-carregamneto img {
  height: 150px;
  width: auto;
  margin-top: 100px;
  cursor: pointer;
}
