body {
    font-size: 12px;
    line-height: 1.70;
}

.btn {
    font-size: 12px;
}

.dropdown-menu {
    font-size: 12px;
}

.form-control {
  font-size: 12px;
  border: 1px solid rgba(24, 28, 33, 0.16);
  line-height: 12px;
}

.form-control {
    min-height: 34px;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    min-height: 34px;
}

select {
    min-height: 34px;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5fb;
    opacity: 0.9;
}

div.dataTables_wrapper div.dataTables_length .form-control {
    min-height: 30px;
}

div.dataTables_wrapper div.dataTables_filter input {
    min-height: 34px;
}

.form-label, .col-form-label, .col-form-legend {
  font-size: 12px;
}

.sidenav-item .sidenav-link>:not(.sidenav-icon) {
    font-size: 13px;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    padding-left: 5px;
}

.sidenav-vertical .sidenav-item .sidenav-link, .sidenav-vertical .sidenav-header, .sidenav-vertical .sidenav-block {
  padding: .60rem 2rem;
}

.sidenav-icon {
    font-size: 21px;
}

.custom-control-label::before {
  border: 1px solid rgba(24, 28, 33, 0.16);
}

.custom-select {
    height: 34px;
    /*border: 1px solid rgba(24, 28, 33, 0.16);
    line-height: 12px;*/
}

.btn-default {
  border-color: rgba(24,28,33,0.1);
  background: white;
  color: #4E5155;
}

h4.modal-title {
  font-size: 1rem;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 8px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.54;
    color: #4E5155;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: 1px solid rgba(24,28,33,0.1);
    border-radius: .25rem;
}

/* inicio - correção de bug typeahed x bootstrap 4 que
   reduz o tamanho do input */
.input-group>.twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.twitter-typeahead:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.twitter-typeahead>.tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control.tt-input:focus {
    z-index: 3
}
/* fim da correção de bug */

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #4E5155;
    background-color: #fff;
    border-color: rgba(24, 28, 33, 0.16);
}

.nav-tabs {
    border-color: rgba(24, 28, 33, 0.16);
}

.nav-tabs .nav-link.active {
    border-bottom-color: #fff;
}


div.dataTables_processing { 
    border:2px dotted #3380d8; 
}

/*
    inicio upload
*/

.DocumentInput-wrap {
	width: 100%
}

.DocumentInput {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 10px 8px 11px;
	position: relative;
	z-index: 0;
	cursor: pointer;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	transition: all .2s ease-in-out
}

.DocumentInput:active,
.DocumentInput:focus,
.DocumentInput:hover {
	background-color: #f7f7f7
}

.DocumentInput--toUpload {
    border: 2px dashed #a3a4a6;
}

.DocumentInput--toUpload:hover {
	background-color: #e9f5ff
}

.DocumentInput-body {
	flex: 1;
	overflow: hidden
}

.DocumentInput-filename,
.DocumentInput-text {
	word-wrap: break-word
}

.DocumentInput-text {
	/*color: #1e98ff;*/
    color: gray;
	font-weight: 500
}

.DocumentInput-filename {
	color: #bdbdbd;
	font-size: 16px;
	font-weight: 300
}

.DocumentInput-input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	cursor: pointer
}

.DocumentInput-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3
}

.DocumentInput-delete {
	color: #8e8e8e;
	border: none;
	background: transparent;
	padding: 0;
	margin-left: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 4;
	cursor: pointer
}
.UploadThumb-icon--absence-front {
    height: 35px;
}
.UploadThumb-icon {
    width: 60px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.UploadThumb-state {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 23px;
    height: 23px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
}
.UploadThumb-image {
    margin-right: 16px;
    width: 60px;
    position: relative;
    display: flex;
    align-items: center;
}
.DocumentInput-delete {
    color: #8e8e8e;
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.Icon {
    width: 21px;
    height: 21px;
    font-size: 18px;
    display: flex;
    background-position: 50%;
    align-items: center;
    background-repeat: no-repeat;
    justify-content: center;
}

.sidenav-vertical .sidenav-menu .sidenav-link {
    padding-left: 4rem;
}


.default-style .datepicker-dropdown {
    z-index: 99999 !important;
}


.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active>a:not(.page-link), .pagination li.active>a:not(.page-link):hover, .pagination li.active>a:not(.page-link):focus {
    border-color: rgba(24,28,33,0.1) !important;
    background-color: white !important;
    color: #4E5155 !important;
}

.example-print {
    display: none;
}
@media print {
   .example-screen {
       display: none;
    }
    .example-print {
       display: block;
    }
}

.teste{
    border-color: transparent;
    background: #CD5C5C;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.298rem 1.125rem;
    font-size: .894rem;
    line-height: 1.54;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-
}

.activeButton{
    border-color: transparent;
    background: white;
    color: black;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.298rem 1.125rem;
    font-size: .894rem;
    line-height: 1.54;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-
}

.obrigatorio{
  border: 1px solid red !important;
}
.obrigatorioLabel{
  color: red !important;
}
.obrigatorioLabel2{
  color: red !important;
  margin-left: -136px !important;
}
.start_hours_satur{
    margin-right: 0px;
}
.start_hours_satur2{
    margin-right: 63px;
}
.start_hours_sund2{
    margin-right: 55px;
}
.start_hours_holi2{
    margin-right: 64px;
}
#state{
    width: 100%;
    border: 1px solid rgba(24, 28, 33, 0.16);
}
#type{
    width: 100%;
    border: 1px solid rgba(24, 28, 33, 0.16);
}
#session_type{
    width: 100%;
    border: 1px solid rgba(24, 28, 33, 0.16);
}
.asteristicoObrigatorio{
    color: red !important;
}

.iformateredit{
    color:  #3c97fe !important;
    font-size: 15px !important;
}
.iformaterdelete{
    color: #FA8072 !important;
    font-size: 15px !important;
}
.alinharAcao{
    text-align: center !important;
    left: 6px !important;
}
.tamanhoCadastrar{
    font-size: 15px !important;
}
.alighSecondary{
    margin-left: 20px;
}
.quebraLinha{
    display: block !important;
}
.alinhaInfo{
    width: 95% !important;
    margin-left: 35px !important;
    margin-bottom: 10px !important;
    padding-top : 29px;
}
.cashbacklabel {
    top: -2px !important;
    position: relative;
    font-weight: bold;
}
.checkbannerslabel {
    top: -2px !important;
    position: relative;
    font-weight: bold;
    margin-left: 10px;
}
.logo-detail{
    font-size: 30px !important;
    size: 30px !important;
}
#profile_type{
    width: 100% !important;
    border: 1px solid rgba(24, 28, 33, 0.16) !important;
}
.pencilEdit{
    color: green !important;
}

.loader {
  margin-top: -15px !important;
  margin-bottom: 8px !important;
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}

.loader2 {
  margin-top: -15px !important;
  margin-bottom: 20px !important;
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}

#preview{
    margin-left: 5px !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#fl_type{
    width: 100% !important;
    border: 1px solid rgba(24, 28, 33, 0.16) !important;
}

#city{
    width: 100% !important;
    border: 1px solid rgba(24, 28, 33, 0.16) !important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0px solid rgba(24,28,33,0.2);
    border-radius: 0.25rem;
    outline: 0;
    margin-top: 150px !important;
}

.alightPre{
    margin-right: 20px;
}

.dy-push-preview .topbar .battery:after,
.dy-push-preview .topbar .battery:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #ffffff;
}

.dy-push-preview {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.dy-push-preview .topbar {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}

.dy-push-preview .topbar .time {
  width: 100%;
  color: #ffffff;
  top: 5px;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 12px;
  margin-left: 6px;
  font-size: larger;
}

.dy-push-preview .topbar .battery {
  width: 12px;
  height: 8px;
  display: inline-block;
  right: 10px;
  top: 10px;
  border-radius: 2px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  background-clip: padding-box;
}

.dy-push-preview .topbar .battery:before {
  width: 3px;
  height: 4px;
  top: 2px;
  right: -2px;
  border-radius: 1px;
}

.dy-push-preview .topbar .battery:after {
  top: 0;
  left: 0;
  width: 12px;
  height: 8px;
}

.dy-push-preview .notification {
  background: #ffffff;
  color: #111111;
  width: 100%;
  z-index: 9;
  border-radius: 2px;
  min-height: 80px;
}

.dy-push-preview .titlebar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  z-index: 10;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 16px;
  padding-top: 10px;
  
}

.dy-push-preview .titlebar .icon {
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #607d8b;
  border-radius: 4px;
  display: inline-block;
  float: left;
  margin: 0 4px 0 0;
}

.dy-push-preview .titlebar .title {
  text-align: left;
  font-size: 11px;
  margin-right: 4px;
  color: #607d8b;
}

.dy-push-preview .titlebar .timestamp {
  width: 50px;
  display: inline-block;
  font-size: 11px;
  color: gray;
}

.dy-push-preview .notification-block {
  position: relative;
  background: #ffffff;
  padding: 0 16px 16px;
}

.dy-push-preview .notification-block .message {
  position: relative;
}

.dy-push-preview .notification-block p {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.dy-push-preview .notification-block .text {
  color: gray;
  width: 100% !important;
  display: inline-block;
  margin-bottom: 30px !important;
}

.notification-block.collapsed .caption-img {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 16px;
}

.notification-block.collapsed .thumb-img {
  width: 42px;
  height: 42px;
  float: right;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.notification-block .message > img {
  height: 160px;
  width: 100%;
}

.dy-action-buttons button.NONE,
.dy-action-buttons button.None,
.dy-action-buttons button.none,
.dy-action-buttons button:empty {
  display: none;
}

.notification-block.expanded .caption-img {
  width: 100%;
  height: 200px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dy-push-preview .dy-action-buttons {
  padding: 0;
}

.dy-push-preview .dy-action-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}

.dy-push-preview .dy-action-buttons button {
  background: 0 0;
  border: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1em;
}

.-expanded .notification-block.collapsed {
  display: none;
}

.-collapsed .notification-block.collapsed,
.-expanded .notification-block.expanded {
  display: block;
}

.-collapsed .dy-action-buttons,
.-collapsed .notification-block.expanded {
  display: none;
}

.-expanded .dy-action-buttons {
  display: block;
}

.dy-webshot-capture-area .notification-block.collapsed {
  display: none !important;
}

.batteryAlight{
    margin-right: 10px !important;
}

.wifiAlight {
    margin-right: 10px !important;
}

#textMessage {
    border: solid 1px #FFF0;
    margin-left: -14px !important;
}

#service_type{
    width: 100% !important;
}

#blah2{
    width: 97% !important;
}