@font-face {
  font-family: "Sackers";
  src: url("../fonts/geometric706btmediumb.otf");
}

@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);

/*
 * Imagenes del input de telefonos
 */
.iti-flag {background-image: url("../img/flags.png");}
.intl-tel-input {width: 100%;}

.bg-gray {
  background-color: #eaeaec !important;
}

.bg-blue {
  background-color: #3c8dbc !important;
}

/*.text-red {
  color: #d73925 !important;
}*/

/**
 *
 * Notificaciones
 * 
 */
.navbar-nav>.notifications-menu>.dropdown-menu{
  width: 350px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    white-space: normal;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    white-space: normal;
}

/**
 * 
 * Logo
 * 
 */

.main-header .logo {
  padding: 0 5px;
  /*background-color: #ecf0f5 !important;*/
}

.logo-mini{
  font-size: 16px !important;
  line-height: 60px;
  text-align: center;
  font-family: 'Sackers','Kaushan Script', cursive;
  font-weight: 500;
  height: 50px;
  display: block;
}

.logo-lg {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  width: 220px;
  font-family: 'Sackers','Kaushan Script', cursive;
  font-weight: 500;
  height: 50px;
  display: block;
}

.logo-image {
  height: 35px;
  display: inline-block;  
}

.logo-image.rigs {
  height: 35px;
  display: inline-block;  
}

/**
 *
 * Login
 * 
 */
.login-box {
  width: 360px;
  margin: 90px auto 0 auto;
}
.login-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
}
.login-box .header.thot {
  background: #3c8dbc;
  color: #fff;
}
.login-box .header.rigs {
  background: #ddd;
  color: #111;
}
.login-box .header.rigs img:nth-of-type(1){
  height: 50px;
}
.login-box .header img{
  height: 50px;
}
.login-box .body,
.login-box .footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
}
.login-box .footer.thot {
  background: #fff;
  color: #444;
}
.login-box .footer.rigs {
  background: #ddd;
  color: #111;
}
.login-box .body > .form-group,
.login-box .footer > .form-group {
  margin-top: 20px;
}
.login-box .body > .form-group > input,
.login-box .footer > .form-group > input {
  border-color: #fff;
}
.login-box .body > .btn,
.login-box .footer > .btn {
  margin-bottom: 10px;
}
.login-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767px) {
  .login-box {
    width: 90%;
  }
}



/**
 *
 * Validaciones
 * 
 */
.form-group label.has-success {
    color: #00a65a;
}
.form-group .has-success.form-control {
    border-color: #00a65a !important;
    box-shadow: none;
}
.form-group label.has-warning {
    color: #f39c12;
}
.form-group  .has-warning.form-control {
    border-color: #f39c12 !important;
    box-shadow: none;
}
.form-group label.has-error {
    color: #dd4b39;
}
.form-group .has-error.form-control {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.form-group .has-success + span .select2-selection {
    border-color: #00a65a !important;
    box-shadow: none;
}

/**
 *
 * Validaciones Select2
 * 
 */


.form-group select.has-success ~ .select2 .selection .select2-selection {
    border-color: #00a65a !important;
    box-shadow: none;
}

.form-group select.has-warning ~ .select2 .selection .select2-selection {
    border-color: #f39c12 !important;
    box-shadow: none;
}

.form-group select.has-error ~ .select2 .selection .select2-selection {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

/**
 *
 * Font Awesome mas estilos
 * 
 */
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}

/**
 *
 * Custom de la aplicación
 * 
 */

a.logo:visited,a.logo:hover,a.logo:focus {
  color: #fff;
};

.box .box-header .box-title.titulo-inicio {
  font-size: 18px;
  float: none;
}

.box .box-header .box-title.titulo-inicio-md {
  font-size: 18px;
  float: none;
}

.box .box-header .box-title.titulo-inicio-sm {
  font-size: 18px;
  float: none;
}

.box .box-header.widget-inicio {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.box .box-header .box-header-link{
  color:#3c8dbc;
  display: inline-block;
  padding: 10px 0px 0px 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  float: left;
  cursor: pointer;
}

.box .box-header .box-header-link:hover,
.box .box-header .box-header-link:active,
.box .box-header .box-header-link:visited,
.box .box-header .box-header-link:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

.box .box-body.widget-inicio{
  margin-top: 5px;
  padding-top: 0px;
}

.box .box-body.widget-inicio p{
  padding-top: 10px;
}


.box-link {
  color: #333;
}

.box-link:visited{
  color: #333;
}

.box-link:hover,:focus {
  color: #555;
}

.box-link .box .box-header .box-title{
  cursor: auto;
}

div.clear {
  clear: both;
  height: 0;
  width: 100%;
  float: none !important;
}

div.dataTables_paginate {
  float: none;
  margin: 0;
  text-align: right;
}

.btn-sim-link {
  color: #fff;
}

.admin-btn-master {
  display: inline-block;
}

.inline {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

.filtros-pronosticos{
  margin-top: 10px;
}

.table-filters-select{
  margin-top: 5px;
}


.table-condensed2>tbody>tr>td, .table-condensed2>tbody>tr>th, .table-condensed2>tfoot>tr>td, .table-condensed2>tfoot>tr>th, .table-condensed2>thead>tr>td, .table-condensed2>thead>tr>th {
  padding: 3px;
}

/*
en el datatables.bootstrap comente unas lineas
 */


/*div.DTFC_LeftWrapper table.dataTable,
div.DTFC_LeftWrapper table.dataTable td,
div.DTFC_LeftWrapper table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}*/

/**
 * 
 * Custom tables
 * 
 */

.table-scroll {
  overflow: hidden;
}

/**
 * 
 * Custom datatables
 * 
 */

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* Hace que todo quede en una sola linea sin saltos de linea */
.datatable-server-scroll th, 
.datatable-server-scroll td,
.datatable-simple-scroll th, 
.datatable-simple-scroll td {
  white-space: nowrap;
}

/* Soluciona el error de que desaparece el scroll x */
.dataTables_wrapper > .dataTables_scroll > div.dataTables_scrollBody,
.dataTables_wrapper > .dataTables_scroll > div.dataTables_scrollHead,
.dataTables_wrapper > .dataTables_scroll > div.dataTables_scrollFoot {
  width: 100% !important;
}

/**
 * Locale dropdown
 */
.navbar-nav > .locale-menu > .dropdown-menu {
  min-width: 50px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .locale-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .locale-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .locale-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444!important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .locale-menu > .dropdown-menu > li.footer > a {
    background: #fff!important;
    color: #444!important;
  }
}
.navbar-nav > .locale-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .locale-menu > .dropdown-menu > li .menu {
  max-height: 82px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .locale-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  text-align: center;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .locale-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .locale-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
.navbar-nav > .locale-menu > .dropdown-menu > li .slimScrollDiv {
  height: auto !important;
  width: auto !important
}

.navbar-nav > .locale-menu > .dropdown-menu > li .menu > li > a i {
  margin-right: 7px;
}

.navbar-nav>.user-menu>.dropdown-menu{
  width: 300px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  margin: 0px auto;
}

.carousel-caption-space {
    width: 50px;
    height: 60px;
}

.carousel-caption {
    bottom: initial;
    top: 0px;
    font-size: 18px;
    padding-top: 0px;
    color: inherit;
    font-family: 'Source Sans Pro',sans-serif;
    text-shadow: initial;
}

.carousel-control {
  color: #222;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #443;
}

/*
/*
 * Inicio Estilos extraidos de gentelella.css
 */

.pricing {
  background: #fff; }

.pricing .title {
  background: #337ab7;
  height: 110px;
  color: #fff;
  padding: 15px 0 0;
  text-align: center; }

.pricing .title h2 {
  text-transform: capitalize;
  font-size: 29px;
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-weight: 400; }

.pricing .title h1 {
  font-size: 30px;
  margin: 12px; }

.pricing .title span {
  background: rgba(51, 51, 51, 0.28);
  padding: 2px 5px; }

.pricing_features {
  background: #FAFAFA;
  padding: 20px 15px;
  min-height: 230px;
  font-size: 13.5px; }

.pricing_features ul li {
  margin-top: 10px; }

.pricing_footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.pricing_footer p {
  font-size: 13px;
  padding: 10px 0 2px;
  display: block; }

  .ui-ribbon-container {
  position: relative; }

.ui-ribbon-container .ui-ribbon-wrapper {
  position: absolute;
  overflow: hidden;
  width: 85px;
  height: 88px;
  top: -3px;
  right: -3px; }

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
  background-color: #5b90bf; }

.ui-ribbon-container .ui-ribbon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
  border-top: 2px solid #5b90bf; }

.ui-ribbon-container .ui-ribbon:before {
  left: 0;
  bottom: -1px; }

.ui-ribbon-container .ui-ribbon:before {
  right: 0; }

.ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
  position: absolute;
  content: " ";
  line-height: 0;
  border-top: 2px solid #555;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent; }

.plan-item-container {
  min-height: 193px; 
}

/*
 * Inicio Estilos extraidos de gentelella.css
 */

.tab-plan {
  padding-top: 10px;
}