/*
Theme Name: Aryzta 1.0 Child
Description: Um tema filho com funções baseadas no Pai
Author: PMT
Template: flatsome
Version: 3.2
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.nav_categorias,
.nav-line > li > a:before,
input[type='submit']:not(.is-form) {
	background-color: #2d0078 !important;
}
.nav-dropdown {
    background-color: #2a3074 !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-bottom-color: #2a3074 !important; 
}
	
.button.primary:not(.is-outline) {
	background-color: #2a3074 !important;
}

.is-outline:hover,
.button.submit-button, 
button[type="submit"] {
	background-color: #eb0029 !important;
}

.accordion-title.active {
	color: #eb0029;
}

.accordion-title.active,
.is-outline:hover {
	border-color: #eb0029;
}

.nav>li>a:hover {
    color: rgb(235 0 41 / 85%) !important;
}

.infosFooter ul {
  margin-top: 0 !important;
  list-style: none !important;
  margin-bottom: 0 !important;
}

.infosFooter li {
  color: #2a3074 !important;
  font-size: 15px !important;
  margin-bottom: 0px !important;
  font-weight: 600 !important;
}

.infosFooter li a {
  color: #2a3074 !important;
  text-decoration: none;
  font-weight: 400 !important;
}

.infosFooter li a i {
    font-size: 20px;
    margin: 0 4px;
}

/* BLOG */

.col.post-item {
    display: flex;
    flex-direction: row;
}

.col.post-item .col-inner {
    width: auto !important;
}

.receitasdireita p {
    font-size: 18px;
    color: #444;
    max-width: 251px;
}

.receitasdireita span {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    color: #444;
}

.linkecommerce {
	display: none !important;
}

.receitasdireita span img {
    margin-right: 10px;
}

.col-inner.receitasdireita {
    width: auto !important;
    margin-top: 40px;
    padding-left: 23px;
}

span.linkecommerce a {
    padding: 0;
    margin: 0;
    border: 0;
    color: #7A1600;
}

.badge-inner {
    background-color: #2d0078 !important;
    color: #fff !important;
    border: none !important;
    border-radius:10px;
}
.badge-inner:hover {
    background-color: #2d0078 !important;
    color: #fff !important;
    border: none !important;
    text-decoration: underline;
}
.col.post-item .box.box-vertical {
    display: flex;
    flex-direction: column;
    max-width: 791px;
    margin: 0 0;
    padding-left: 10px;
}
.post-item h5.post-title {
    font-weight: 900;
    color: #eb0029;
    font-size: 28px;
    line-height: 34px;
}
.post-item .box-image {
  width: 100% !important;
}

.post-item .badge.post-date {
    top: 120px;
    left: 0%;
}

.post-item .box-text p {
    margin-top: 9px;
    color: #444;
    font-size: 16px;
}

.post-item .box-text {
  padding-left:0;
  padding-right:0;
}

.box-text-inner.blog-post-inner .button.is-outline {
    background-color: #282e6e;
    color: #fff;
    border: none;
    font-weight: 900;
    font-size: 14px;
    margin: 21px auto 0;
    display: block;
    width: 335px;
}
.col.receitascat .row .col .box {
    max-width: 100%;
}
.col.receitascat .row .col {
    width: 100% !important;
}

.col.receitascat .row {
    width: 100%;
}

.single-post .col-inner p {
    color: #444;
    font-size: 19px;
    line-height: 35px;
}
.single-post .col-inner h3 {
    color: #eb0029;
    font-size: 19px;
    line-height: 35px;
}
.badgerendimento {
  opacity: 1 !important;
  width: 48px !important;
  height: 83px !important;
  top: 75px !important;
  pointer-events: visible !important;
}
.badgerendimento img {
    margin-bottom: 5px;
}
.badgeganho {
    top: 170px !important;
    opacity: 1 !important;
    width: 48px !important;
    height: 83px !important;
    pointer-events: visible !important;
}
.badgeganho img {
    margin-bottom: 5px;
}
.col.receitasdireita {
    width: 235px !important;
    margin: 41px 0 0;
    padding: 0 0 0 8px;
}
.col.post-item .row .col {
    width: 791px;
}
.receitasmobile {display: none;}

.banner .social-icons.follow-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .social-icons.follow-icons a {
    margin-right: 7px;
}
.downloadblog {
  display: none;
}
.grecaptcha-badge { visibility: hidden; }
/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: auto;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* BLOG - SINGLE */
body.receitas .page-title {
    display: none;
}
.badgerendimento span {
    float: left;
    text-align: center;
    width: 100%;
}
.box-text-inner a.plain {
    width: 100%;
}
.singlecategory {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    color: #2d0078;
    padding-top: 30px;
    display: block;
}
.receitasingle h2 {
    font-size: 49px;
    font-weight: 900;
    color: #eb0029;
    margin-bottom: 10px;
}
.receitasingle p {
    color: #444;
    font-weight: 700;
    font-size: 22px;
    max-width: 70%;
    margin: 0 auto 40px;
}
.col.receitasingle {
    text-align: center;
    margin-top: 20px;
    padding-top: 30px 10px 30px;
    background: linear-gradient(rgb(195 195 195 / 24%) 62%, white 50%);
}
.receitaimg {
  width: 100%;
}
.row.iconessingle .col {
    background-color: #ec1c2d;
    border-radius: 15px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    padding: 0 5px 30px;
}
.row.iconessingle .col img {
    align-self: center;
}
.iconessingle .col figure {
    height: 140px;
    padding-top: 39px;
    margin-bottom: 32px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}
.iconessingle span {
    font-size: 19px;
    color: #fff;
    line-height: 24px;
}
.iconeslast p {
    color: #d9d9d9;
    font-size: 17px;
    padding: 0 10px;
    text-align: center;
}
.iconeslast span {
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
    height: 100px;
    margin-top: 10px;
}
.row.iconessingle {
    display: flex;
    flex-flow: row nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.iconessingle strong {
    margin-top: 10px;
    display: block;
    font-size: 22px;
}
.wrapiconsblog {
    background: linear-gradient(rgb(195 195 195 / 24%) 62%, white 50%);
}
figure.logoaryztablog {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.row.iconessingle.iconeslast {
    padding: 0 20px !important;
}

h3.titulosreceitas {
    text-align: center;
    background-color: #2d0078;
    color: #fff;
    padding: 7px;
    font-size: 24px;
}
.col.preparo {
    font-size: 25px;
    text-align: center;
    color: #444;
    font-weight: 400;
    padding-bottom: 0;
}
.ingredientes table thead {
    background: #2d0078;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}
.ingredientes table tr th:first-child {
    padding: 10px 17px;
}
.ingredientes table thead tr th {
    padding: 0;
    font-weight: 900;
}
.ingredientes table tbody tr {
    background: rgb(0 74 241 / 35%);
    color: #7A1600;
}
.ingredientes table tbody tr:last-child td {
    font-weight: 900;
}
.ingredientes table tbody tr td {
    border-top: 5px solid #fff;
    padding:0;
    font-size: 19px;
    color: #fff;
}
.ingredientes table tbody tr td:first-child {
    padding: 10px 17px;
    width: 200px !important;
}
.ingredientes table tbody tr td:last-child {
    width: 180px;
}
.ingredientes table tbody tr:nth-of-type(odd) {
  background: #2a3074;
  color: #7A1600;
}
.page-id-13035 .flickity-viewport.animate-height, .burgueracao .flickity-viewport.animate-height {
    height: 500px !important;
}
.page-id-13035 .flickity-slider > *, .burgueracao .flickity-slider > * {
    height: 100%;
}
.page-id-13035 .flickity-slider .bg.bg-loaded, .burgueracao .flickity-slider .bg.bg-loaded {
  background-position: center center !important;
}
h2.burguertitle {
    padding: 0 30px;
    margin: 0;
    font-size: 48px;
    font-weight: 900;
    color: #eb0029;
    margin-bottom: -21px;
}
.single-post.burgueracao .container .section, .single-post.burgueracao .row .section {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post.burgueracao .col {
  padding: 0 15px 30px !important;
}
.single-post.burgueracao .post {
  padding: 0 15px !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid #2d0078;
    border-radius: 7px;
    font-size: 17px;
    color: #2d0078;
    background: transparent;
    font-weight: 900;
    height: 60px;
    padding: 21px;
}
div#wpcf7-f13137-o1 {
    padding: 40px 30px 0;
}
div#wpcf7-f13137-o1 input.wpcf7-form-control.wpcf7-submit {
  background-color: #F1AA00;
  color: #fff;
}
span.wpcf7-list-item-label {
    color: #2d0078;
}
span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: #2d0078;
}
h4.formburguertitle {
    color: #ec1c2d;
    font-size: 23px;
    margin-bottom: 20px;
}
hr.postend {
    margin-top: -40px;
    margin-bottom: 40px;
}
@media (min-width:915px) {
  .col.post-item .box.box-vertical {
    min-width: 596px;
  }
}
@media (min-width:1050px) {
  .col.post-item .box.box-vertical {
    min-width: 791px;
  }
}
@media (max-width:1050px) {
  .col.post-item .row .col {
    width: 660px;
  }
  .receitasdireita span img {
    margin-right: 10px;
    width: 43px;
  }
  .receitasdireita span {
    font-size: 14px;
  }
  .receitasdireita p {
    margin-bottom: 4px;
  }
  .badgerendimento .badge-inner img {
      width: 29px;
      display: block;
      margin: 0 auto 6px;
  }
  .badgerendimento .badge-inner, .badgeganho .badge-inner  {
      font-size: 14px;
  }
  .badgerendimento {
    width: 45px !important;
    height: 69px !important;
  }
  .badgeganho {
    width: 45px !important;
    height: 69px !important;
    top: 157px !important;
  }
  .badgeganho .badge-inner img {
      width: 29px;
      display: block;
      margin: 0 auto 6px;
  }
  .receitasdireita span {
    margin-top: 13px;
  }
  .receitasdireita p {
    margin-bottom: 15px;
  }
  .col.post-item .col-inner {
      max-width: 630px;
  }
}

@media (max-width:915px) {
  h2.burguertitle {
    font-size: 38px;
  }
  .page-id-13035 .flickity-viewport.animate-height, .burgueracao .flickity-viewport.animate-height {
      height: 360px !important;
  }
  .col.post-item .col-inner {
    max-width: 100%;
  }
  .col-inner.receitasdireita {
    display: none;
  }
  .receitasmobile {display: block;}

  .receitasmobile p {
    width: 100%;
  }
  .iconesmobile {
      display: flex;
      flex-direction: row;
      margin-top: 13px;
      justify-content: center;
      color: #7A1600;
      text-align: center;
  }
  .iconesmobile span {
      margin-right: 30px;
  }
  .iconesmobile span img {
    margin-bottom:  6px;
  }
  .receitasmobile p {
    font-size: 18px !important;
  }
  .row.iconessingle {
    flex-wrap: wrap;
  }
  .row.iconessingle .col {
      max-width: 31%;
      flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
      margin-bottom: 10px;
  }
  .row.iconessingle {
    flex-wrap: wrap;
    justify-content: center;
  }
  .row.iconessingle.iconeslast .col {
      max-width: 47%;
      flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
      margin-bottom: 10px;
  }
  .col.receitasingle {
    background: rgba(241,170,0,0.24);
  }
  .wrapiconsblog {
    background: rgba(241,170,0,0.24);
    padding-top: 40px;
  }
}

@media (max-width: 850px) {
	#top-bar {display: none !important;}
}

@media (max-width:600px){
  h2.burguertitle {font-size: 27px;}
  .page-id-13035 .flickity-viewport.animate-height, .burgueracao .flickity-viewport.animate-height {
      height: 280px !important;
  }
  h4.formburguertitle {
    font-size: 18px;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 13px;
    height: 50px;
    padding: 18px;
  }
  input.wpcf7-form-control.wpcf7-submit {
    margin: 11px auto 0;
    display: block;
  }
}
@media (max-width:500px){
  .row.iconessingle .col {
    max-width: 47%;
    flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    margin-bottom: 10px;
  }
}
@media (max-width:400px){
  div#wpcf7-f13137-o1 input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
  }
  .row.iconessingle .col {
      max-width: 100%;
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      margin-bottom: 10px;
  }
  .row.iconessingle.iconeslast .col {
    max-width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.header-main .nav>li.membersLinks a {
  background: #E3DFDF;
  padding: 8px 12px;
  border-radius: 5px;
}

#menu-item-11138 a.nav-top-link {
  background: #E3DFDF !important;
  padding: 8px 12px !important;
  border-radius: 5px !important;
}

.btn_chat {
  display: none;
  position: fixed !important;
  z-index: 22;
  bottom: -23px;
  right: 20px;
}

.back-to-top {
  bottom: 38px !important;
}


ul.menu>li, .widget>ul>li {
	list-style: none;
	margin-bottom: .3em;
	margin: 0;
	text-align: center;
	width: 245px;
}
.footer_aryzta {background-color:#D7D7D7; margin-top: -21px;}
.footer_aryzta li {width: 200px; float: left; color:#525252; text-align: center; font-weight:bold; }

.gform_wrapper {
	overflow: inherit;
	max-width: 80%;
	margin: 0 auto;
}


.gform_wrapper input, .gform_wrapper select,.gform_wrapper textarea {
	border: 1px solid #ccc;
	background-color: transparent;
	padding-left:10px !important;
	display: table !important;
}
.gform_wrapper .top_label .gfield_label {
	margin:0px !important;
	display: table !important;
}
.gform_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	left: 30%;
	clear: both ;
}
.gform_wrapper ul.gform_fields {padding-left: 25px !important;}

#field_1_1 {margin: 0px; height:auto;}
#field_1_2 {height:auto; margin-bottom: 0px;}
#field_1_6 {margin-top: -20px;}
#field_1_7 {margin-top: -14px;}
#input_5, #input_1_5, #input_1_3 {height: 35px }

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 11px;
}

.gform_wrapper .top_label input.large {
	height: 30px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {height: 35px}
.gform_wrapper .top_label li.gfield.gf_left_third input.medium,{height: 35px !important}


@media screen and (max-width: 768px) {
	ul.menu>li, .widget>ul>li {width: 100%;}
	.container-footer-itens {width:100% !important; display: inline-block !important; }
	.gform_wrapper .gform_footer {left: 0px}
}

.infosFooter h3 {margin-bottom: 0px; margin-top: 40px;}
.infosFooter p {color:#2a3074; font-size:15px; margin-bottom: 0px; }
.infosFooter p a{color:#2a3074;}
.infosFooter p span a {color:#2a3074}
.infosFooter p span a:hover {color: blue;cursor: pointer;}

/* DATATABLE - BOOTSTRAP */
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}
