/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 11:28:33 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2018, 3:29:32 PM
    Author     : mv
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  display: none;
}
@media only screen and (min-width: 769px) {
  .invisible-md {
    display: none;
  }
}
/*** DISPLAY ***/
.display-block {
  display: block;
}
/*** FLEX ***/
.flex {
  display: flex;
  width: 100%;
}
.flex .flex-grow {
  flex-grow: 1;
}
/*** FLOATS ***/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*** TEXT ***/
.uppercase,
.text-uppercase {
  text-transform: uppercase;
}
.lowercase,
.text-lowercase {
  text-transform: lowercase;
}
.bold,
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*** SIZES ***/
.w-300 {
  width: 300px;
}
/*** BORDER ***/
.bb {
  border-bottom: 1px solid #dddddd;
}
/*** PADDING AND MARGINS ***/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx {
  margin-left: 8px;
  margin-right: 8px;
}
.my {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px {
  padding-left: 8px;
  padding-right: 8px;
}
.py {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa {
  padding: 8px;
}
.pa-2 {
  padding: 16px;
}
.pa-4 {
  padding: 32px;
}
.pt {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-4 {
  padding-top: 32px;
}
.pb {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pr {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-4 {
  padding-right: 32px;
}
.pl {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-4 {
  padding-left: 32px;
}
.ma {
  margin: 8px;
}
.ma-2 {
  margin: 16px;
}
.ma-4 {
  margin: 32px;
}
.mt {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 32px;
}
.mb {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mr {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 32px;
}
.ml {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-4 {
  margin-left: 32px;
}
@media only screen and (min-width: 769px) {
  .pa-md {
    padding: 8px;
  }
  .pa-2-md {
    padding: 16px;
  }
  .pa-4-md {
    padding: 32px;
  }
  .pt-md {
    padding-top: 8px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pb-md {
    padding-bottom: 8px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .pr-md {
    padding-right: 8px;
  }
  .pr-2-md {
    padding-right: 16px;
  }
  .pr-4-md {
    padding-right: 32px;
  }
  .pl-md {
    padding-left: 8px;
  }
  .pl-2-md {
    padding-left: 16px;
  }
  .pl-4-md {
    padding-left: 32px;
  }
  .ma-md {
    margin: 8px;
  }
  .ma-2-md {
    margin: 16px;
  }
  .ma-4-md {
    margin: 32px;
  }
  .mt-md {
    margin-top: 8px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mb-md {
    margin-bottom: 8px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .mr-md {
    margin-right: 8px;
  }
  .mr-2-md {
    margin-right: 16px;
  }
  .mr-4-md {
    margin-right: 32px;
  }
  .ml-md {
    margin-left: 8px;
  }
  .ml-2-md {
    margin-left: 16px;
  }
  .ml-4-md {
    margin-left: 32px;
  }
}
/*** COLORS ***/
.color-white {
  color: white;
}
.bg-white {
  background-color: white;
}
.color-black {
  color: black;
}
.bg-black {
  background-color: black;
}
.color-main {
  color: #3e5368;
}
.bg-main {
  background-color: #3e5368;
}
iframe[name="__cmpLocator"] {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 9, 2019, 10:30:37 AM
    Author     : mv
*/
.new_popin .content .btn-social {
  height: auto;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.new_popin .content .btn-social:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.new_popin .content .btn-social-facebook {
  background-color: #3b5998;
}
.new_popin .content .btn-social-google {
  background-color: #DB3236;
}
@media only screen and (max-width: 800px) {
  #pipeline_wrapper,
  #home_content_wrapper {
    width: auto !important;
  }
}
/*@import 'app/import/imported.less';

@import 'app/base/template.less';

@import "app/components/horizontallist-scroll.less";
@import "app/components/icon.less";
@import "app/components/separator.less";
@import "app/components/msg.less";
@import "app/components/map.less";
@import "app/components/pagination.less";
@import "app/components/card.less";
@import "app/components/box.less";
@import "app/components/listitem-leftimage.less";
@import "app/components/entities-related.less";

@import "app/components/lists/header.less";

@import "app/components/btns/btn.less";
@import "app/components/btns/border.less";
@import "app/components/btns/social.less";

@import 'app/components/rb/odds.less';
@import "app/components/rb/poll.less";

@import "app/components/form/form.less";
@import "app/components/form/control.less";
@import "app/components/form/input.less";
@import "app/components/form/toggle.less";
@import "app/components/form/checkbox.less";
@import "app/components/form/radio.less";
@import "app/components/form/select.less";

@import "app/components/popups/popup.less";

@import "app/components/bars/filete-mundo.less";

@import "app/components/header/hotlinks.less";
@import 'app/components/header/playmaker.less';
@import 'app/components/header/social-bar.less';

@import 'app/components/menu/menu-admin.less';

@import "app/components/tabs.less";

@import "app/modules/matchbox.less";
@import "app/modules/entity-header.less";
@import "app/modules/bookmaker-textlink.less";
@import "app/modules/header-videopromo.less";

@import "app/pages/ui_mobile.less";
@import "app/pages/search.less";
@import "app/pages/login.less";
@import "app/pages/live.less";


// Desktop overwrites
@import "app/desktop/header.less";*/
