/* Minification failed. Returning unminified contents.
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* #region Variables */
:root {
  --cor-primaria-simples: #DA291C;
  --cor-primaria: linear-gradient(to right, #ad170c, #DA291C, #ad170c);
  --cor-branca: #f7f7f7;
  --fundo-site-gestao: linear-gradient(180deg, #f7f7f7 0%, #eaeaea 100%);
  --panel-cabeca: linear-gradient(to right, #DA291C, #ad170c);
  --panel-borda: linear-gradient(to right, #DA291C, #ad170c);
  --cor-font-panel: #fff;
  --cor-font-pills: #DA291C;
}
.drawer {
  border-right: 3px solid #FFA400 !important;
}
#NomeUsuarioNav {
  color: #1A658F !important;
}
#NomeEmpresaNav {
  color: #FFA400 !important;
}
.panel-danger {
  border-color: #eee !important;
}
.grid-action-icon {
  color: #1A658F !important;
  font-size: initial;
}
.grid-action-icon:hover {
  color: #FFA400 !important;
  font-size: initial;
}
.btn_white {
  background-color: white !important;
  color: #1A658F !important;
}
.btn_white:hover {
  background-color: #FFA400 !important;
  color: white !important;
}
.nav-pills > li > a {
  background: #fff;
  cursor: pointer;
  color: #DA291C !important;
  /* transition: background-color .5s ease; */
  -webkit-box-shadow: 4px 4px 4px gainsboro;
  -moz-box-shadow: 4px 4px 4px gainsboro;
  -webkit-transition: background-color 0.5s ease;
}
.nav-pills > li > a :hover {
  background: #fff;
  cursor: pointer;
  color: black !important;
  /* transition: background-color .5s ease; */
  -webkit-box-shadow: 4px 4px 4px gainsboro;
  -moz-box-shadow: 4px 4px 4px gainsboro;
  -webkit-transition: background-color 0.5s ease;
}
.nav-pills > li.active > a {
  background-image: linear-gradient(to right, #ad170c, #DA291C, #ad170c) !important;
  cursor: pointer;
  color: white !important;
  -webkit-transform: rotateZ(-4deg);
  -ms-transform: rotateZ(-4deg);
  transform: rotateZ(-4deg);
  border-radius: 5px;
}
.panel-danger > .panel-heading {
  color: white !important;
  background-color: #DA291C !important;
  border-color: #DA291C !important;
}
@font-face {
  font-family: SulSans;
  src: url(fonts/SulSans-Regular.woff2);
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/* #endregion */

/* #region General */

html {
  overflow: hidden;
}
html,
body {
  font-family: "SulSans", Helvetica, sans-serif;
  background-color: #fff;
  height: 100%;
  font-size: 12px;
  overflow-x: hidden;
}
textarea {
  resize: none;
}
.modal-dialog {
  margin-top: 15px !important;
}
.modal-body {
  position: static !important;
}
.bold {
  font-weight: bold;
}
.blue {
  color: #41608f;
}
.modal-register .modal-header,
.modal-select .modal-header {
  background-color: #0094de;
  display: none;
}
.modal-register .btnmodalok,
.modal-select .btnmodalok {
  background-color: #0094de;
  border-color: #0094de;
}
.table-with-scroll-container {
  width: auto;
  max-width: none;
  overflow: hidden;
}
.table-with-scroll-container table {
  width: auto;
  max-width: none;
}
.table-with-scroll-container .table-with-scroll-container-button {
  position: absolute;
  display: none;
  width: 46px;
  height: 89px;
  vertical-align: middle;
  display: inline-block;
}
.table-with-scroll-container .table-with-scroll-container-button.table-with-scroll-container-button-left {
  background-image: url('images/table-scroll-left-arrow.png');
  background-repeat: no-repeat;
  background-size: 46px 89px;
  -webkit-background-size: 46px 89px;
  -moz-background-size: 46px 89px;
  -o-background-size: 46px 89px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .table-with-scroll-container .table-with-scroll-container-button.table-with-scroll-container-button-left {
    background-image: url('images/2x/table-scroll-left-arrow.png');
  }
}
.table-with-scroll-container .table-with-scroll-container-button.table-with-scroll-container-button-right {
  background-image: url('images/table-scroll-right-arrow.png');
  background-repeat: no-repeat;
  background-size: 46px 89px;
  -webkit-background-size: 46px 89px;
  -moz-background-size: 46px 89px;
  -o-background-size: 46px 89px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .table-with-scroll-container .table-with-scroll-container-button.table-with-scroll-container-button-right {
    background-image: url('images/2x/table-scroll-right-arrow.png');
  }
}
.table-with-scroll-container:hover {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .table-with-scroll-container .table-with-scroll-container-button {
    display: none !important;
  }
}
#handleLoadingDiv {
  z-index: 99999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: progress;
}
.modal-error .modal-header {
  background-color: #9c241c;
}
.modal-error .btnmodalok {
  background-color: #9c241c;
  border-color: #9c241c;
}
.modal-info .modal-header {
  background-color: #0094de;
}
.modal-info .btnmodalok {
  background-color: #0094de;
  border-color: #0094de;
}
label.error {
  display: none !important;
}
.modal-decision .modal-header {
  background-color: #e8b000;
}
.modal-decision .btnmodalok {
  background-color: #e8b000;
  border-color: #e8b000;
}
.modal-success .modal-header {
  background-color: #389e82;
}
.modal-success .btnmodalok {
  background-color: #389e82;
  border-color: #389e82;
}
.title {
  font-size: 20px;
}
.container {
  width: 100%;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
label {
  color: #000;
  font-weight: normal;
}
.btn-toggle-checkbox {
  padding: 4px 12px;
}
.btn-toggle-checkbox-mini {
  font-size: 12px;
}
.radioButton {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 7px;
  border: 1px solid #000;
}
.radioButton.radioButtonChecked {
  background-color: #41608f;
}
.mark-checked {
  height: 10px;
  width: 10px;
  background-color: #41608f;
  border: none;
}
.breadcrump {
  color: #000;
  margin-top: 10px;
}
.pagetitle {
  text-align: center;
  color: #41608f;
  margin-top: 20px;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
.dropdown {
  font-weight: bolder;
  font-variant-caps: petite-caps;
}
.dropdown ul {
  min-width: 100%;
}
.dropdown-menu {
  margin: 0px;
}
.dropdown-menu li:hover .sub-menu {
  display: block;
}
@media (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.caretregisteroptions {
  color: #000;
}
.menu-action .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.openregisteroptions {
  border: 1px #000 solid;
  padding: 5px;
  color: #000;
  border-radius: 4px;
  background: url(images/seta_dropdown.png) 98% center no-repeat #fff;
  cursor: pointer;
  text-align: left;
  height: 34px;
}
.openregisteroptions span {
  margin-right: 20px;
  margin-top: 3px;
}
.openregisteroptions img {
  margin-top: 2px;
}
.openregisteroptions *,
.openregisteroptions .background {
  float: left;
  margin-right: 5px !important;
}
.openregisteroptions:hover {
  color: #000;
}
.modal-dialog {
  width: 95% !important;
  max-width: 1050px !important;
}
.modal-open .modal {
  overflow-y: hidden !important;
}
.modal-body {
  overflow-y: auto;
  padding-top: 0px;
}
.modal-header {
  color: white !important;
  background-image: linear-gradient(to right, #ad170c, #DA291C, #ad170c);
  border-color: #1A658F !important;
}
.modal-header,
.modal-footer,
.modal-content {
  border-radius: 0px;
}
.modal-footer {
  background-color: #DA291C !important;
}
@media (max-width: 1005px) {
  .registeractions .dropdown {
    float: inherit !important;
  }
}
.field-validation-error {
  color: #f00;
}
.input-validation-error {
  border-color: #f00;
}
.validation-error-message-for-control-with-button {
  float: left;
  clear: left;
}
.extra-information {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 12px;
}
.extra-information .extra-information-title {
  font-weight: bold;
}
fieldset {
  padding-left: 0px;
  padding-right: 0px;
}
fieldset.fieldset-with-action-link legend {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section-action-link img {
  margin-top: -3px;
}
.section-action-link[disabled] {
  cursor: default;
  color: #ccc;
}
.filterperiodfilters .period {
  padding-left: 10px !important;
}
.filterperiodfilters .fromdate {
  margin-left: 0px !important;
  width: 100% !important;
}
.filterperiodfilters .todatediv {
  margin-top: 5px;
}
.filterperiodfilters .todate {
  margin-left: 0px !important;
  width: 100% !important;
}
.remove-col-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ui-datepicker-div {
  z-index: 9999 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #fff;
  color: #000;
  border: none;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-active {
  background: #41608f;
  color: #fff;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #41608f;
  text-align: center;
}
.ui-timepicker-table .ui-timepicker .ui-state-disabled {
  width: 25px;
}
.ui-timepicker-table .ui-timepicker .ui-timepicker-hour-cell a,
.ui-timepicker-table .ui-timepicker .ui-timepicker-minute-cell a {
  width: 25px;
}
.ui-timepicker-table .ui-timepicker .ui-timepicker-hour-cell .ui-state-default,
.ui-timepicker-table .ui-timepicker .ui-timepicker-minute-cell .ui-state-default {
  background: #fff;
  color: #000;
  border: none;
  text-align: center;
}
.ui-timepicker-table .ui-timepicker .ui-timepicker-hour-cell .ui-state-active,
.ui-timepicker-table .ui-timepicker .ui-timepicker-minute-cell .ui-state-active {
  background: #41608f;
  color: #fff;
  text-align: center;
}
.ui-timepicker-table .ui-timepicker .ui-timepicker-hour-cell .ui-state-highlight,
.ui-timepicker-table .ui-timepicker .ui-timepicker-minute-cell .ui-state-highlight {
  border: 1px solid #41608f;
  text-align: center;
}
tfoot {
  background-color: #dedfe0;
}
tfoot td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  font-weight: bold;
}
td.td-currency {
  text-align: right;
}
th.td-currency {
  text-align: right;
}
td.td-image {
  text-align: center;
}
th.td-image {
  text-align: center;
}
.icone_novo_registro {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}
/* ações que ficarão com underline */

.tooolbarbutton:hover,
.breadcrump > a:hover,
.customtoolbarsection a:hover,
.section-action-link:hover,
.grid-link-action:hover,
.expand-more-filters:hover,
.tabitemcontainer:hover,
.linkActionButton:hover,
#panelBackButton:hover {
  text-decoration: underline;
}
/* ações que ficarão com background */

.registeractions > a:hover,
.form-control-button:hover span,
.form-dropdown-button:hover span,
.submitFilter:hover,
.filter-button:hover,
.imageActionButton:hover,
.expand-lateral-menu:hover,
.icone_input:hover {
  background-color: #ccc;
}
.tooolbarbutton {
  white-space: nowrap;
}
.tooolbarbutton .buttonimage {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 5px;
}
.rowclear {
  clear: both;
}
.customtoolbarsection {
  margin-top: -25px !important;
}
.customtoolbarsection .leftside .leftsideitem {
  margin-right: 10px;
  float: left;
}
.customtoolbarsection .rightside {
  text-align: right;
}
.customtoolbarsection .rightside .rightsideitem {
  margin-left: 10px;
  float: right;
}
.customtoolbarsection .action-button {
  margin-top: 4px;
}
.customtoolbarsection .action-button img {
  margin-top: -1px;
}
.icone_input {
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .customtoolbarsection {
    margin-top: 0px !important;
  }
}
.highlighttext {
  padding: 8.5px;
  border-radius: 4px;
  color: #fff;
  background-color: #41608f;
}
.highlighttext .highlightitle {
  font-weight: bold;
}
.table-parent-row {
  cursor: pointer;
}
.table-detail-row-head.opened,
.table-detail-row-body.opened {
  display: table-row;
}
.table-detail-row-body {
  display: none;
  background-color: #F9F9F9;
  border-bottom: 3px solid #ddd;
}
.table-detail-row-body td {
  border-top: none !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.table-detail-row-body .k-editor-toolbar-wrap,
.table-detail-row-body .k-editable-area {
  padding: 0px !important;
}
.table-detail-row-body .k-editable-area {
  border-top: 1px solid #ccc !important;
}
.table-detail-row-body:hover {
  background-color: #F9F9F9 !important;
}
.table-detail-row-head {
  background: #f2f2f3;
  display: none;
  border-bottom: 2px solid #FFF;
}
.table-detail-row-head td {
  border-top: none !important;
  padding: 0px !important;
}
.table-detail-row-head .head-button {
  text-align: center !important;
}
.table-detail-row-head .head-button .icon {
  width: 28px;
  height: 25px;
  vertical-align: middle;
  display: block;
  margin-bottom: 5px;
  margin-left: 26px;
}
.table-detail-row-head .head-button a {
  color: #000;
  padding: 5px;
  display: block;
  width: 90px;
}
.table-detail-row-head .head-button.selected {
  background: #fff;
}
/* #endregion */

/* #region Kendo */

.k-multiselect-wrap {
  min-height: 30px;
  height: 100%;
}
.k-multiselect-wrap [role=listbox] .k-button {
  background-color: #41608f;
  border-color: #41608f;
}
.k-multiselect-wrap .k-input {
  min-width: 100% !important;
}
.k-multiselect-wrap .k-input {
  text-indent: 1.2em !important;
}
.filterForm .k-multiselect-wrap {
  overflow-y: auto;
}
.kendoMultiSelect .k-input.k-readonly {
  margin-top: 5px;
}
.k-list > .k-state-selected.k-state-focused,
.k-list > .k-state-selected {
  background-color: #41608f;
  border-color: #41608f;
  color: #fff;
}
.k-list > .k-state-focused {
  border-color: #41608f;
}
.monthYearPicker {
  padding: 0px !important;
}
.k-calendar-container .k-state-selected,
.k-calendar-container .k-state-focused.k-state-selected {
  background-color: #41608f;
  box-shadow: none;
  border-color: #41608f;
}
.k-calendar-container .k-state-focused {
  box-shadow: none;
  border-color: #41608f;
}
.k-calendar .k-header {
  background-color: #41608f;
  color: #fff !important;
}
.k-calendar .k-header .k-link,
.k-calendar .k-header .k-link.k-nav-fast {
  color: #fff;
}
/* #endregion */

/* #region MasterPage */

#menuDrawer .drawer-contents {
  background-color: #1A658F !important;
  overflow-x: hidden;
}
.detalhesUsuariosMenu {
  background-color: #474747;
  height: 105 x;
  margin-top: 10px;
}
#draweheaderlogo {
  text-align: center;
  background-image: url(images/LogoSite.webp);
  background-repeat: no-repeat;
  height: 54px;
  background-position: center center;
  background-size: contain;
  margin-top: 3px;
  /*visibility:hidden;*/

}
#draweheaderlogoWhite {
  text-align: center;
  background-image: url(images/LogoSiteE1.webp);
  background-repeat: no-repeat;
  height: 54px;
  background-position: center center;
  background-size: contain;
  margin-top: 3px;
  /*visibility:hidden;*/

}
#draweheadergvd {
  text-align: right;
  background-image: url('images/LogoGVDOff.png');
  background-repeat: no-repeat;
  background-size: 192px 35px;
  -webkit-background-size: 192px 35px;
  -moz-background-size: 192px 35px;
  -o-background-size: 192px 35px;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-position-x: right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #draweheadergvd {
    background-image: url('images/2x/LogoGVDOff.png');
  }
}
.drawer-fullnav li {
  margin-top: 10px;
  margin-left: 20px;
}
.drawer-fullnav li a {
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 20px;
}
.expand-lateral-menu {
  color: #fff;
  margin-top: 2px;
  width: 18px;
  height: 18px;
}
.drawer-nav li.active a,
.drawer-fullnav li.active a,
.drawer-nav li a:focus,
.drawer-fullnav li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #22313F;
}
.drawer-nav li a,
.drawer-fullnav li a {
  padding-left: -10px;
}
.drawer-nav li a,
.drawer-fullnav li a {
  color: #fff;
}
.drawer-nav li a:hover,
.drawer-fullnav li a:hover {
  background-color: #FFA400;
  color: white;
}
#menuDrawer.fold .drawer-controls {
  width: 0px;
  margin-right: -17px;
}
#menuDrawer.open .drawer-controls {
  width: 16.66666667% !important;
  margin-right: -16.66666667% !important;
}
#menuDrawer.open {
  width: 250px;
}
#menuDrawer.folding {
  width: 250px;
}
#menuDrawer.folding .drawer-controls {
  width: 16.66666667% !important;
  margin-right: -16.66666667% !important;
}
#toggleMenuDrawer,
.toggleMenuDrawer:focus,
.toggleMenuDrawer:hover,
.toggleMenuDrawer:active {
  margin-top: 5px;
  background-color: transparent;
  border: none;
  color: #fff;
}
#header {
  background-color: #22313F;
  height: 62px;
}
.logocompany {
  background-image: url('images/logo_c_software.png');
  background-repeat: no-repeat;
  background-size: 99px 34px;
  -webkit-background-size: 99px 34px;
  -moz-background-size: 99px 34px;
  -o-background-size: 99px 34px;
  display: inline-block;
  width: 99px;
  height: 34px;
  vertical-align: middle;
}
#headerlogo {
  text-align: center;
  margin: 20px 0px 20px 0px;
  background-image: url('images/logo_header.png');
  background-repeat: no-repeat;
  background-size: 110px 51px;
  -webkit-background-size: 110px 51px;
  -moz-background-size: 110px 51px;
  -o-background-size: 110px 51px;
  height: 51px;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #headerlogo {
    background-image: url('images/2x/logo_header.png');
  }
}
#headerEmpresa {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 20px 0px 0px 0px;
}
#headerUsuario {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#footer {
  background-color: #22313F;
  text-align: center;
  padding-top: 20px;
}
#footerBtnPedido {
  color: white;
  background-color: forestgreen;
  text-align: center;
  padding-top: 10px;
  height: 70px;
  box-shadow: inset 0 0 1em darkgreen, 0 0 2em black;
}
#footerBtnPedidoValorMinimo {
  color: white;
  background-color: darkgoldenrod;
  text-align: center;
  padding-top: 10px;
  height: 60px;
  box-shadow: inset 0 0 1em darkgoldenrod, 0 0 2em black;
}
#footerBtnPedidoFechado {
  color: white;
  background-color: firebrick;
  text-align: center;
  padding-top: 10px;
  height: 50px;
  box-shadow: inset 0 0 1em firebrick, 0 0 2em black;
}
#footerMensagemCookiePrivacidade {
  color: white;
  background-color: firebrick;
  text-align: center;
  padding-top: 10px;
  height: auto;
  box-shadow: inset 0 0 1em firebrick, 0 0 2em black;
  font-size: initial;
  margin-bottom: 0px;
}
.fontPrivacidadeLink {
  color: gold;
  cursor: pointer;
}
#footerBtnPedido:hover {
  color: white;
  background-color: green;
  text-align: center;
  padding-top: 20px;
  height: 70px;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -70px;
}
#footer,
#push {
  height: 70px;
}
#masterPageConfiguration {
  margin-right: 5px;
}
.caretmasterpagemenu {
  color: #fff;
}
.dropdown-menu.itemsaligned li a {
  padding-left: 5px;
}
.dropdown-menu {
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
}
.dropdown-menu .divider {
  margin: 0px;
}
.dropdown-menu li a {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu li a:hover {
  color: #fff;
  background-color: #41608f;
}
.dropdown-menu li .userMenuUser {
  background-position: 10px center;
  background-color: #41608f;
  color: #fff;
}
#masterPageUser {
  text-align: right;
  padding-top: 34px;
}
.pagination .active {
  background-color: #41608f;
}
.pagination .morepagesindication {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ddd;
}
.pagination .morepagesindication:hover {
  background-color: #fff;
  cursor: default;
}
.pagination .last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.paginationResume {
  margin-top: 10px;
  float: left;
  clear: left;
}
.hidden-with-space {
  visibility: hidden;
}
#masterPageUserMenu {
  z-index: 9999;
}
/* #endregion */

/* #region Panel */

.panelitem {
  height: 100px;
  background-color: #DA291C;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 15px;
  background-position: 10px bottom;
  background-repeat: no-repeat;
}
.panelItem-icon {
  color: white;
}
.panelItem-text {
  color: white;
}
@media (min-width: 767px) and (max-width: 928px) {
  .panelitem.big-text {
    padding-top: 25px;
  }
  .panelitem.super-big-text {
    padding-top: 18px;
  }
}
@media (min-width: 929px) and (max-width: 1200px) {
  .panelitem.super-big-text {
    padding-top: 25px;
  }
}
.statisticsbutton {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.printbutton {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.panelitem:hover {
  background-color: #FFA400;
}
.panelitemdescriptions:hover {
  background-color: #2C3E50;
}
.pnlitemdescription {
  position: absolute;
  top: 0px;
  left: 15px;
  height: 100%;
  background-color: rgba(65, 96, 143, 0.6);
  display: none;
  width: 70%;
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9941608f', endColorstr='#9941608f');
}
.pnlitemdescription.overflowauto {
  overflow: auto;
}
.pnlitemdescription.overflowhidden {
  overflow: hidden;
}
@media (max-width: 767px) {
  .panelitem {
    margin-bottom: 20px;
  }
}
.panelrow {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .panelrow {
    margin-bottom: 20px;
  }
}
.custom-tooltip {
  border: #000 solid 1px;
  position: absolute;
  display: none;
  z-index: 999;
  background-color: #fff;
}
.custom-tooltip .custom-tooltip-title {
  color: #fff;
  background-color: #41608f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-tooltip .custom-tooltip-body {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
/* #endregion */

/* #region CRUD */

.hrhead {
  margin-top: 10px;
}
.titulo {
  color: #41608f;
  font-size: 15px;
  font-weight: bold;
}
.crudhead span {
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.crudhead .k-button span {
  color: #fff;
  font-size: 12px;
}
.crudhead .k-button .k-i-close {
  color: #41608f;
}
.crudhead .headtitleimg {
  float: left;
  padding-left: 15px;
}
.crudhead .headtitle {
  float: left;
  margin-left: 2px;
}
.crudhead .headsubtitle {
  float: left;
  font-weight: normal;
  clear: left;
  margin-top: -25px;
  margin-left: 63px;
}
.crudhead .icone_topo {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.modal-body .crudhead {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .crudtoolbar .toolbarbuttons {
    text-align: right;
    width: 100%;
  }
  .crudtoolbar .toolbarbuttons a {
    margin-top: 25px;
  }
  .crudtoolbar .toolbarfilterdescription {
    width: 100%;
  }
  .crudtoolbar .toolbarfilterdescription.toolbarfilterdescriptionnocontent {
    display: none;
  }
}
.crudtoolbar {
  margin-bottom: 10px;
}
.crudtoolbar .toolbarbuttons {
  text-align: right;
}
.crudtoolbar .toolbarbuttons a {
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
}
.crudtoolbar .toolbarbuttons a img {
  margin-top: -3px;
}
.crudtoolbar .toolbarfilterdescription {
  color: #41608f;
}
.crudtoolbar .toolbarbuttons.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #f2f2f3;
}
.crudtoolbar .toolbarbuttons.fixed a {
  float: none;
  clear: none;
  margin-top: 0px;
}
.modal-body .crudtoolbar .toolbarbuttons.fixed {
  padding-right: 28px;
  display: none;
}
.submitFilter {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .submitFilter.onefilter {
    float: right;
    margin-top: -47px;
  }
}
table.fixedlayout {
  table-layout: fixed;
}
table.fixedlayout td.wordwrap {
  word-wrap: break-word;
}
.table {
  color: #585858;
}
.table thead {
  color: #000;
  font-weight: bold;
}
.table th {
  padding-left: 0px;
  padding-right: 0px;
}
.table th:hover {
  text-decoration: underline;
  cursor: pointer;
}
.table tbody tr:hover {
  background-color: #f2f2f3;
}
.table tbody tr.rowselected {
  background-color: #41608f;
  color: #fff;
}
.table tbody tr.rowselected a.grid-link-action {
  color: #fff;
  text-decoration: underline;
}
.table tbody tr.rowselected .grid-menu-actions {
  color: inherit;
}
.table tbody td .grid-menu-actions {
  font-size: 17px;
}
.table .registeractions {
  text-align: right;
  width: auto;
}
@media (max-width: 1023px) {
  .table .registeractions .hidden-xs {
    display: none !important;
  }
  .table .registeractions .visible-xs {
    display: block !important;
  }
}
@media (min-width: 1023px) {
  td .grid-action-icon {
    font-size: 17px;
    margin-left: 15px;
    color: #41608f;
    cursor: pointer;
  }
  tr.rowselected td .grid-action-icon {
    color: inherit;
    cursor: pointer;
  }
}
td .icone_editar_valor_coluna_grid {
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .crudhead {
    margin-top: 20px;
  }
  .crudtoolbar {
    margin-top: 20px;
  }
  .crudtoolbar .toolbarbuttons {
    text-align: right;
  }
  .toolbarfilterdescription {
    margin-bottom: 20px;
  }
}
.crudsectiontitle {
  background-color: #41608f;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  min-width: 200px;
  width: auto;
  text-align: center;
}
@media (min-width: 767px) {
  .crudsectiontitle.no-margin-top {
    margin-top: -40px;
  }
}
.crudsectiontitleex {
  background-color: #41608f;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  min-width: 200px;
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .titlebutton {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
  }
}
.crudsectionsubtitle {
  font-weight: bold;
  color: #000;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .crudsectionsubtitle.no-margin-top {
    margin-top: 0px;
  }
  .crudsectionsubtitle.less-margin-top {
    margin-top: 10px;
  }
}
.crudfilters .filterForm .form-group.form-group-sm {
  padding-left: 0px;
  padding-right: 25px;
  margin-bottom: 5px;
}
.crudfilters .filterForm .form-group.form-group-sm.last-input-filter {
  margin-right: -22px;
}
.crudfilters .filterForm .filter-button {
  margin-top: -28px;
  float: right;
}
.crudfilters .filterForm .filter-button.form-control-button {
  margin-right: 15px;
}
.crudfilters .filterForm .filter-button.form-control-two-buttons-first {
  margin-right: 40px;
}
.crudfilters .filterForm .filter-button.form-control-two-buttons-second {
  margin-right: 15px;
}
.crudfilters .filterForm .filter-button.form-dropdown-button {
  margin-right: 15px;
}
.crudfilters .filterForm .filter-button.form-dropdown-two-buttons-first {
  margin-right: 40px;
}
.crudfilters .filterForm .filter-button.form-dropdown-two-buttons-second {
  margin-right: 15px;
}
.crudfilters .filterForm .filter-button.form-dropdown-three-buttons-first {
  margin-right: 65px;
}
.crudfilters .filterForm .filter-button.form-dropdown-three-buttons-second {
  margin-right: 40px;
}
.crudfilters .filterForm .filter-button.form-dropdown-three-buttons-third {
  margin-right: 15px;
}
.crudfilters .filterForm .submitFilter {
  float: right;
  margin-top: -32px;
  position: relative;
  z-index: 1000;
}
.crudfilters .filterForm .expand-more-filters {
  margin-top: 5px;
  padding-right: 27px;
  outline: 0px;
  text-align: right;
}
.crudfilters .filterForm .expand-more-filters:hover,
.crudfilters .filterForm .expand-more-filters:focus {
  outline: 0px;
}
.crudfilters .filterForm .more-filters {
  display: none;
}
.crudfilters .filterForm .k-multiselect-wrap {
  position: inherit;
}
.crudfilters .filterForm .monthYearPicker {
  font-weight: normal;
}
.crudfilters .filterForm .k-datepicker {
  width: 100%;
}
.crudfilters .filterForm .k-datepicker .k-state-hover {
  background-color: #fff !important;
}
.crudfilters .filterForm .k-datepicker .k-input {
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  outline: 0;
  width: 100%;
  padding-left: 5px !important;
}
.crudfilters .filterForm .k-datepicker .k-picker-wrap {
  font-size: 14px;
}
@media (max-width: 767px) {
  .crudfilters {
    margin-top: 10px;
    text-align: center;
  }
  .crudfilters .filterForm .form-group.form-group-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .crudfilters .filterForm .submitFilter {
    float: none;
    margin-top: 0px;
  }
}
.crudform .control-label {
  text-align: left !important;
}
.crudform .control-label,
.crudform .form-control {
  width: 100%;
}
.crudform .form-control-with-one-button {
  float: left;
  padding-right: 25px !important;
}
.crudform .form-control-with-two-buttons {
  float: left;
  padding-right: 50px !important;
}
.crudform .form-control-with-three-buttons {
  float: left;
  padding-right: 75px !important;
}
.crudform .form-control-button {
  margin-left: -25px;
  float: left;
  padding-top: 5px;
}
.crudform .form-control-two-buttons-first {
  margin-left: -50px;
  float: left;
  padding-top: 5px;
}
.crudform .form-control-two-buttons-second {
  margin-left: -25px;
  float: left;
  padding-top: 5px;
}
.crudform .form-control-three-buttons-first {
  margin-left: -75px;
  float: left;
  padding-top: 5px;
}
.crudform .form-control-three-buttons-second {
  margin-left: -50px;
  float: left;
  padding-top: 5px;
}
.crudform .form-control-three-buttons-third {
  margin-left: -25px;
  float: left;
  padding-top: 5px;
}
.crudform .form-dropdown-with-one-button {
  float: left;
}
.crudform .form-dropdown-with-two-buttons {
  float: left;
}
.crudform .form-dropdown-with-three-buttons {
  float: left;
}
.crudform .form-dropdown-button {
  margin-left: -40px;
  float: left;
  padding-top: 5px;
}
.crudform .form-dropdown-two-buttons-first {
  margin-left: -65px;
  float: left;
  padding-top: 5px;
}
.crudform .form-dropdown-two-buttons-second {
  margin-left: -40px;
  float: left;
  padding-top: 5px;
}
.crudform .form-dropdown-three-buttons-first {
  margin-left: -90px;
  float: left;
  padding-top: 5px;
}
.crudform .form-dropdown-three-buttons-second {
  margin-left: -65px;
  float: left;
  padding-top: 5px;
}
.crudform .form-dropdown-three-buttons-third {
  margin-left: -40px;
  float: left;
  padding-top: 5px;
}
.crudform .form-control-mini {
  float: left;
  width: 28%;
  margin-right: 2%;
}
.crudform .form-control-with-one-mini {
  float: left;
  width: 70%;
}
.crudform textarea.form-control {
  height: 60px !important;
}
.crudform .control-label.checkbox-label {
  width: auto;
}
.crudform fieldset {
  margin: 0 0px;
  border: 0px;
}
.crudform fieldset legend {
  font-size: 12px;
}
/* #endregion */

/*#region Tabs*/

.tabitemcontainer {
  float: left;
  margin-bottom: 10px;
}
.tabitemcontainer .tabitem {
  color: #000;
  background-color: #fff;
  padding: 10px;
  /* Mudado de 4 para 10 para maior destaque */
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
}
.tabitemcontainer .tabitem.selected {
  background-color: #41608f;
  color: #fff;
}
.tabitemcontainer.last {
  margin-right: 0px;
}
/*#endregion*/

/*#region generalreport*/

.previousActionButton {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.nextActionButton {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.background-clock {
  display: inline-block;
  width: 16px;
  height: 18px;
}
.background-search {
  font-size: 18px;
}
.reportFilter {
  background-color: #f2f2f3;
}
.iconeMenuBranco {
  font-size: 27px;
  color: #1A658F;
}
.iconePerfilUsuario {
  color: #fff;
  font-size: 23px;
  display: inline-block;
}
.reportgroup {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
.generalReportTable .childrow.rowselected {
  background-color: #f2f2f3;
  color: #585858;
}
/*#endregion*/

@media (max-width: 991px) and (min-width: 768px) {
  .patienttextsuffix.visible-sm {
    display: inline !important;
  }
}
.MenuConfig {
  background-color: #41608f;
  min-height: 710px;
  position: absolute;
  z-index: 990;
  color: white;
  width: 16.66666667%;
  padding: 1px;
  top: 0px;
}
.DadosMenuConfig {
  top: 100px;
  position: relative;
  width: 92%;
  min-height: 510px;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
.DadosMenuConfig a:link {
  text-decoration: none;
  color: #FFF;
}
.DadosMenuConfig a:active {
  text-decoration: none;
}
.DadosMenuConfig a:visited {
  text-decoration: none;
  color: #FFF;
}
.DadosMenuConfig a:hover {
  text-decoration: underline;
  color: #FFF;
}
.SetaMenuConfig {
  position: relative;
  width: 8%;
  background-color: #003366;
  float: left;
  min-height: 510px;
  z-index: 995;
}
input.KendoPesquisaEntidade {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  padding-left: 10px;
  font-weight: bold;
}
span.KendoPesquisaEntidade {
  width: 100%;
  background-color: transparent !important;
  border: 0px solid #ccc !important;
  top: initial;
  padding: 0;
}
.winKendoDiv {
  float: left;
  margin-right: 2%;
  margin-left: 3%;
}
.winKendoInput {
  height: 14px;
  line-height: 0 !important;
  width: 100% !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 6px !important;
  padding-right: 0 !important;
}
.wk-row {
  width: 98%;
  margin-top: 2%;
  margin-right: 2%;
  float: left;
}
.wk-col-12 {
  width: 95%;
}
.wk-col-1 {
  width: 3.333333333%;
}
.wk-col-2 {
  width: 11.666666667%;
}
.wk-col-3 {
  width: 20%;
}
.wk-col-4 {
  width: 28.333333333%;
}
.wk-col-5 {
  width: 36.666666667%;
}
.wk-col-6 {
  width: 45%;
}
.wk-col-7 {
  width: 53.333333333%;
}
.wk-col-8 {
  width: 61.666666667%;
}
.wk-col-9 {
  width: 70%;
}
.wk-col-10 {
  width: 78.333333333%;
}
.wk-col-11 {
  width: 86.666666667%;
}
.k-window-titlebar {
  background-color: #41608f;
  color: #FFFFFF;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #b5b5b5;
}
input.arquivo {
  width: 65%;
  color: #b5b5b5;
  background-color: #fff;
  padding-left: 10px;
}
input.arquivo ::-webkit-input-placeholder {
  color: #b5b5b5;
}
input.arquivo :-moz-placeholder {
  color: #b5b5b5;
}
input.arquivo ::-moz-placeholder {
  color: #b5b5b5;
}
input.arquivo :-ms-input-placeholder {
  color: #b5b5b5;
}
/*#region CheckBox e Radio*/

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
.ItemMenuNovo td {
  padding-top: 10px;
}
.ItemMenuNovo a {
  color: white;
}
.ItemMenuNovo i {
  color: #b5b5b5;
}
/*#endregion*/

/*#region TreeView*/

.tree-view-wrapper {
  top: 10px;
  position: relative;
}
.tree-view-wrapper,
.tree-view-wrapper ul {
  list-style: none;
}
.show-hide,
.edit {
  cursor: pointer;
}
.tree-checkbox {
  margin: 6px !important;
}
.edit {
  margin-right: 6px !important;
}
.edit i {
  color: #D77105;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/*#endregion*/

.TituloPagina {
  height: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,486684+15,486684+51,486684+85,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 0%, #486684 15%, #486684 51%, #486684 85%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 0%, #486684 15%, #486684 51%, #486684 85%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #486684 15%, #486684 51%, #486684 85%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */

}
.panel-pesquisa {
  background-color: #e6e6e6;
  border-color: #333333;
}
.input-group-addon.primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.input-group-addon.success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.input-group-addon.info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.input-group-addon.warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.input-group-addon.danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.sombraclara {
  box-shadow: 4px 4px 4px #232323;
  -webkit-box-shadow: 4px 4px 4px #232323;
  -moz-box-shadow: 4px 4px 4px #232323;
}
.borda-arredondada {
  border-radius: 20px;
}
.backgroundSite {
  background-color: #474747;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.backgroundSite2 {
  background-color: #474747;
  background-image: url(images/rungirl.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.backgroundSite3 {
  background-color: #474747;
  background-image: url(images/runboy.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.backgroundSite4 {
  background-color: #474747;
  background-image: url(images/pesos.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.k-grid td {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.k-grid th {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
input.KendoPesquisaEntidade {
  width: 100%;
  box-sizing: border-box;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  padding-left: 10px;
  font-weight: bold;
}
input.KendoPesquisaEntidadeThin {
  width: 100%;
  box-sizing: border-box;
  height: 21px !important;
  border-radius: 3px !important;
  padding-left: 10px;
  font-weight: bold;
}
input.KendoPesquisaEntidadeComp {
  width: 100%;
  box-sizing: border-box;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  padding-left: 10px;
  font-weight: bold;
}
span.KendoPesquisaEntidadeComp {
  width: 100%;
  background-color: transparent !important;
  border: 0px solid #ccc !important;
  top: initial;
  padding: 0;
}
span.KendoPesquisaEntidade {
  width: 100%;
  background-color: transparent !important;
  border: 0px solid #ccc !important;
  top: initial;
  padding: 0;
}
.popupunder {
  width: 300px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  border: 0;
  padding: 20px;
}
.popupunder.alert-success {
  border: 1px solid #198b49;
  background: #27AE60;
  color: #fff;
}
.popupunder .close {
  font-size: 10px;
  position: absolute !important;
  right: 2px;
  top: 3px;
}
.navbar-nav > li > a {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
  color: #FFF;
}
.navbar-nav {
  margin-top: 15px;
  margin-left: 15px;
  background-color: #FFA400 !important;
}
.navbar {
  min-height: 28px !important;
  border-radius: 0px;
  background-color: #f7f7f7 !important;
}
.navbar-brand {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.dropdown-menu > li.kopie > a {
  padding-left: 5px;
  color: aqua;
}
.dropdown-submenu {
  position: relative;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #DA291C !important;
  color: white !important;
}
.datetimepicker .datetimepicker-dropdown-bottom-right .dropdown-menu {
  background-color: floralwhite !important;
}
.dropdown-menu {
  background-color: white;
}
.dropdown-menu li a {
  color: #DA291C !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu li a:hover {
  color: white !important;
  background-color: #DA291C !important;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .navbar-nav {
    display: inline;
  }
  .navbar .navbar-brand {
    display: inline;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
    margin-top: 15px;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #DA291C;
  }
  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
.GradienteBarraOld {
  background: #b0bccf;
  background: -moz-linear-gradient(left, #b0bccf 0%, #22313f 18%, #22313f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b0bccf), color-stop(18%, #22313f), color-stop(100%, #22313f));
  background: -webkit-linear-gradient(left, #b0bccf 0%, #22313f 18%, #22313f 100%);
  background: -o-linear-gradient(left, #b0bccf 0%, #22313f 18%, #22313f 100%);
  background: -ms-linear-gradient(left, #b0bccf 0%, #22313f 18%, #22313f 100%);
  background: linear-gradient(to right, #b0bccf 0%, #22313f 18%, #22313f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0bccf', endColorstr='#22313f', GradientType=1);
}
.GradienteBarra {
  /*background: rgba(38, 154, 188, 0.52) !important;*/
  background: -moz-linear-gradient(left, #f7cf46 0%, #e3b637 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7cf46), color-stop(100%, #e3b637));
  background: -webkit-linear-gradient(left, #f7cf46 0%, #e3b637 100%);
  background: -o-linear-gradient(left, #f7cf46 0%, #e3b637 100%);
  background: -ms-linear-gradient(left, #f7cf46 0%, #e3b637 100%);
  background: linear-gradient(to right, #e3b637 0% #f7cf46 50%, #e3b637 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0bccf', endColorstr='#22313f', GradientType=1);
}
.GradienteBarraFooter {
  background-image: linear-gradient(to right, #ad170c, #DA291C, #ad170c);
  /*  background: -moz-linear-gradient(left, @cF1 0%, @cF2 50%, @cF1 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, @cF1), color-stop(50%, @cF2), color-stop(100%, @cF1));
    background: -webkit-linear-gradient(left, @cF1 0%, @cF2 50%, @cF1 100%);
    background: -o-linear-gradient(left, @cF1 0%, @cF2 50%, @cF1 100%);
    background: -ms-linear-gradient(left,@cF1 0%, @cF2 50%, @cF1 100%);
    background: linear-gradient(to right, @cF1 0% @cF2 50%, @cF1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0bccf', endColorstr='#22313f', GradientType=1 ); */

}
#draweheadergvdwhite {
  text-align: right;
  background-image: url('images/logo-youdelivery-branca.png');
  background-repeat: no-repeat;
  background-size: 192px 50px;
  -webkit-background-size: 192px 50px;
  -moz-background-size: 192px 50px;
  -o-background-size: 192px 50px;
  height: 50px;
  background-position: center center;
  background-size: contain;
  background-position-x: right;
  margin-top: -10px !important;
  margin-right: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #draweheadergvdwhite {
    background-image: url('images/2x/logo-youdelivery-branca.png');
  }
}
.ToolbarGVD {
  /*background-color: @PanelItemBackColor !important;*/
  background-image: linear-gradient(to right, #ad170c, #DA291C, #ad170c);
}
/*.ImagemBackLocalizacao {
    background: -moz-linear-gradient(left, #221f20 0%, #771c0f 100%);
    background: -webkit-gradient(left, #221f20 0%, #771c0f 100%);
    background: -webkit-linear-gradient(left, #221f20 0%, #771c0f 100%);
    background: -o-linear-gradient(left, #221f20 0%, #771c0f 100%);
    background: -ms-linear-gradient(left, #221f20 0%, #771c0f 100%);
    background: linear-gradient(left, #221f20 0%, #771c0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221f20', endColorstr='#771c0f', GradientType=1 );
}*/

.ImagemBackLocalizacao {
  background-color: #f7f7f7 !important;
}
.BackGestao {
  background-color: #e7ecf2 !important;
}
.scrolling-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  /*A value other than height:auto needs to be set*/

}
#InstaIcon {
  color: #FFA400 !important;
}
#FaceIcon {
  color: #FFA400 !important;
}
.btn-appinstall:hover {
  border-color: #FFA400 !important;
  border-width: medium !important;
  color: #FFA400 !important;
}
.icon-bar {
  background-image: linear-gradient(to right, #DA291C, #DA291C, #DA291C) !important;
}
.BarraDivHeader {
  background-image: linear-gradient(to right, #FFA400, #FFA400, #FFA400) !important;
}
.MenuSitePrincipal {
  /*background-image: linear-gradient(to right, #ff6c00, #ff7e00, #ff6c00)!important;*/
  background-image: linear-gradient(to right, #DA291C, #DA291C, #DA291C) !important;
  color: white !important;
}
.MenuSitePrincipal:hover {
  /*background-image: linear-gradient(to right, #ff6c00, #ff7e00, #ff6c00)!important;*/
  background-image: linear-gradient(to right, #FF9300, #FF9300) !important;
  color: white !important;
}
.MenuSitePrincipal > a:hover {
  /*background-image: linear-gradient(to right, #ff6c00, #ff7e00, #ff6c00)!important;*/
  background-image: linear-gradient(to right, #FF9300, #FF9300) !important;
  color: white !important;
}
#AncNossaMidia > h1 {
  color: #ff7e00 !important;
}
#AncFaleConosco > h1 {
  color: #ff7e00 !important;
}
#AncLocalizacao > h1 {
  color: #ff7e00 !important;
}
.PanelAncLocalizacao {
  background-image: linear-gradient(to right, #ad170c, #DA291C, #ad170c) !important;
}
#Restaurante01 {
  background-image: linear-gradient(to right, #ad170c, #DA291C, #ad170c) !important;
}
.btn-PecaAgora {
  color: #fff;
  background-image: linear-gradient(to right, #ad170c, #DA291C);
  border-color: #eee;
}
.btn-PecaAgora:hover {
  color: #fff;
  background-image: linear-gradient(to right, #FF9300, #FF9300);
  border-color: #FF9300;
}
.BarraInicialSite {
  height: 1vh;
  background-color: #006699;
}
.TextoPedido {
  font-size: 2.5vw;
  font-weight: 800;
  color: #f1c742;
}
.ImagemBackLocalizacaoPedido {
  background: -moz-linear-gradient(left, #00334d 0%, #006699 100%);
  background: -webkit-gradient(left, #00334d 0%, #006699 100%);
  background: -webkit-linear-gradient(left, #00334d 0%, #006699 100%);
  background: -o-linear-gradient(left, #00334d 0%, #006699 100%);
  background: -ms-linear-gradient(left, #00334d 0%, #006699 100%);
  background: linear-gradient(left, #00334d 0%, #006699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0bccf', endColorstr='#22313f', GradientType=1);
}
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  colr: 0;
}
@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
.btnSair {
  background-color: #232323;
  border-radius: 20px;
}
.btnSair:hover {
  background-color: #363636;
  border-radius: 10px;
}
.floatWhat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #DA291C;
  color: #fff900;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 4px 4px 4px #232323;
  z-index: 1049;
}
.floatWhat:hover {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: firebrick;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 4px 4px 4px #232323;
  z-index: 1049;
}
.floatWhat:visited {
  color: #fff900;
}
.my-floatWhat {
  margin-top: 16px;
}
