body {padding: 0 !important;}

header h1 {
    background: url("../images/logo.png") no-repeat scroll left top transparent;
    color: #fff;
    height: 110px;
}

h1 a {
    height: 110px;
    width: 290px;
    display: block;
}

h1 span {
    display: none;
}

.nav > li {
    padding: 10px 15px;
}
.nav > li a {
    padding: 0;
}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  border-radius: 4px;
  border: 1px solid #98c571;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: #bfdba7;
  background: -webkit-linear-gradient(bottom, #b2d495, #cce2b9);
  background: -ms-linear-gradient(bottom, #b2d495, #cce2b9);
  background: -moz-linear-gradient(bottom, #b2d495, #cce2b9);
  background: -o-linear-gradient(bottom, #b2d495, #cce2b9);
  background: linear-gradient(to top, #b2d495, #cce2b9);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -2px 0px #aacf8a, inset 0 1px 0 #d4e7c4;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 25px 10px 25px;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #444444;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  background: rgba(125, 125, 125, 0.04);
}
#cssmenu > ul > li:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .15;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 6px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .35;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
  display: none;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}

.h403 {
  /* background: url("../images/peugeot-403-09.jpg") no-repeat scroll center top transparent; */
    color: #fff;
    height: 665px;
    text-align: center;
}
.h404 {
    background: url("../images/peugeot-404.jpg") no-repeat scroll center top transparent;
    color: #fff;
    height: 665px;
    text-align: center;
}

.h403 span, .h404 span {
  display: none;
}

.sortableContainer {
  height: 280px;
}
#sortable1, #sortable2, #sortable3, #sortable4, .sortable__list {
  width: 90%;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 30px;
  height: 240px;
  overflow: auto;
  background-color: white;
}
#sortable1 li, #sortable2 li, #sortable3 li, #sortable4 li, .sortable__list li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  width: 90%;
  cursor: grab;
  display: flex;
  justify-content: space-between;
}
#sortable1 li .action__delete, #sortable2 li .action__delete, #sortable3 li .action__delete, #sortable4 li .action__delete, .sortable__list li .action__delete {
  cursor: pointer;
}
#sortable1 li.ui-sortable-helper, #sortable2 li.ui-sortable-helper, #sortable3 li.ui-sortable-helper, #sortable4 li.ui-sortable-helper, .sortable__list li.ui-sortable-helper {
  cursor: grabbing;
}

/*#sortable1, #sortable2 {
  width: 320px;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 30px;
  height: 240px;
  overflow: auto;
  background-color: white;
}
#sortable1 li, #sortable2 li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  width: 120px;
  cursor: grab;
}
*/

.border-body{
  padding-top: 19px;
  padding-right: 25px;
  padding-left: 36px !important;
}

.box-search{
  padding-left: 0px;
  padding-right: 13px;
}

.al-right{
  margin-left: 0px !important;
}

.padding-left{
  padding-left: 0px;

}
.margin-bottom-none{
  margin-bottom: 0px;
}

.border-table{
    border-style:solid;
    border-color:#F2F5F6;
}

.btn-search {
  margin-top: 40px;
  padding-bottom:20px;
}

.btn-search2{
  border-bottom-width: 0px;
  padding-bottom: 3px;
  margin-bottom: 7px;
}

.btn-right{
  float: right;
  border-right-width: 0px;
  margin-right: 9px;
}
.btn-right-importer{
  float: right;
  border-right-width: 0px;
  margin-right: 17px;
}
.btn-left-importer{
  float: left;
  border-right-width: 0px;
  margin-left: 31px;
}

.head-btn {
  padding-bottom:40px;
  margin-right: 0px; /**65px; */
  margin-left: 0px;
}

.input-left{
  padding-left: 0px;
  padding-right: 0px;
}

.form-select{
  margin: 0px 9px 9px 0px;
  border-right-width: 0px;
  width: 120px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.form-select-conciliacion{
  margin: 0px 9px 9px 0px;
  border-right-width: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
  margin-right:0px;
  width:151px;
}

.select-filter{
  margin-left:-5px;
}

.title-abm{
  padding-bottom:50px;
  margin-top:0px;
  margin-left:0px;
  margin-right:-29px;
}

.title-report{
  margin-left:15px;
 /* padding-bottom:30px;
 margin-top:0px;
    */
}

select.input-xs {
  height: 22px;
  line-height: 20px;
  padding: 0px 3px;
  width: 194px;
}

.text-broadcast{
  width: 273px;
  height: 97px;
}

.verde{
  background-color: #00A600;
}

.amarillo{
    background-color: #DFE40E;
}

.rojo{
    background-color: #FF2B2B;
}

*:before, *:after {
    box-sizing: border-box;
}

  .table-margin-actions{
    width: 133px;
  }

  .margin-left-importer-label{
    margin-left: 17px;
  }

.charts-tooltip {
  color: white;
}
.charts-tooltip div {
  background-color: black !important;
}
.radio-inline, .checkbox-inline {
    margin-top: -2px !important;
}
.fa16 {
    font-size: 16px;
    color: #282E6C;
    margin-top: 3px;
}

.btn-disabled {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
}
.exec {
    cursor: pointer;
    color: #dd4b39;
}
.playfilter {
     color:green;
}
h1 {
  font-weight: 700;
}
h3 {
  font-size: 16px;
}
.col-back {
  padding: 0;
  width: 70px;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #dd4b39;
    border-color: #d73925;
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.modal-dialog {
  width: auto !important;
  margin: 0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px solid #dd4b39 !important;
    background: #dd4b39 !important;
}
#tabsContainer {
  margin-bottom: 15px;
}
#tabsContainer .ui-widget,
#tabsContainer .ui-widget input,
#tabsContainer .ui-widget select,
#tabsContainer .ui-widget textarea,
#tabsContainer .ui-widget button {
  font-family: inherit !important;
}
#tabsContainer ul.ui-widget-header {
  background: white !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.ui-tabs .ui-tabs-nav li {
  margin:0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px !important;
}
#slider-range label {
  position: absolute;
  width: 20px;
  margin-top: 10px;
  margin-left: -10px;
  margin-bottom: -10px;
  text-align: center;
  font-weight: 400;
}
#slider-range {
  margin-bottom: 15px;
}
#botonera {
  padding-bottom: 15px;
}
.btnSlider.active {
  color: black;
}
.slideNotFive {
  color: #bbb;
}
#slider-vals {
    display: none;
}

@media (max-width: 767px) {
    .slideNotFive {
        display: none;
    }
    #slider-vals {
        display: inline;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .slideNotFive {
        display: none;
    }
    .sidebar-collapse .slideNotFive {
        display: block;
    }

}
.table>thead>tr>th, .table>tbody>tr>th {
  background-color: #dd4b39 !important;
  color: white !important;
}
.table>thead>tr>th a, .table>tbody>tr>th a {
  color: white !important;
}
.table-hover>tbody>tr:hover {
  background-color: #dedddd;
}

.vertical-center {
  height:100%;
  width:100%;

  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;    /* vertical alignment of the inline element */
  height: 100%;
}

.vertical-center > .container {
  max-width: 100%;

  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
                           /* reset the font property */
  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ort-header {
  margin-top: 5px;
}
.box-header h3 {
  margin-top: 5px !important;
}
.notop {
  border-top: 0;
}
#divProgreso {
  height: 5px;
}
.page-campaigns .row,
.page-forms-map .row,
.page-aggregators .row{
  width: 100%;
}

.espaciado{
  margin-top: 10px;
}

#ajax-loading{
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
 }

 .ajax-loader {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
}
.fb-pages .table-responsive .table-condensed,
.forms-map .table-responsive .table-condensed,
.forms-map .table-responsive .table-condensed,
.aggregators .table-responsive .table-condensed,
.campaigns .table-responsive .table-condensed{
  font-size: 14px;
}
.item-sorteable{
  border: 2px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
  width: 98%!important;
}
.item-sorteable:hover {
    cursor: move;
    box-shadow: 0 0 10px rgba(180, 20, 20, 1);
}


/* Logo Opratel Responsive */

.skin-red .main-header .logo {
  background-color:#d73925;
  color:#fff;
  border-bottom: 0 solid
  transparent;
  background-image: url(http://dev1.omanager.opratel.com/images/omanager_logo_1.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
  
}

.skin-red.sidebar-collapse .main-header .logo {
  background-image: url(http://dev1.omanager.opratel.com/images/o_logo.png) !important;
}


/* SuperSearch */

.supersearch-top,.profile-top,.lang-top{
  margin-top:6px;
  margin-right: 12px;
}

.supersearch-menu-sponsor{
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}

.super-search-form{
  display: inline-block;
  padding-top: 8px;
  margin-left: 12px;
}

.search-panel-sponsor button {
  border-radius: 0px !important;
}

.supersearch-error{
  display:none;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  width: -moz-max-content;
  display: inline-flex;
  margin-top: 6px;
}

#siteloader {
  margin-top: 40px;
}

.table-monitor{
	color: #ffffff;
}

.profile-top{
  float: right;
}

.profile-top .dropdown-menu {
  left: initial !important;
  right: 0 !important;
}

div#supersearch_modal {
  top: 50px !important;
    position: relative;
    left: 0 !important;
    margin-top:0 !important;
}

.d-none {
  display: none !important;
}

textarea {
  resize: none;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.w-100 {
  width: 100% !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}