body {
  font-family: 'Open Sans', sans-serif;
}

header {
  min-height: 110px; 
}

.loader {
    transition: all linear 1s;
    opacity: 1;
}

.loader.ng-hide {
    opacity: 0;
}

.ng-hide {
    opacity: 0;
    transition: none 0;
}

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

.angular-pointer {
  cursor: pointer;
}

.disabled {
  color: gray;
  cursor: default;
}

a{
  outline: none;
}

.fa-2x {
    font-size: 1.8em;
    /* font-size: 2em; */
}

a.disabled:hover, a.disabled:focus {
  color: gray;
  text-decoration: none;
}

.custom-icon[class*=" iconic-"] {
  background-size: 100% 100%;
  background-position: left center;
  display: inline-block;
}
.iconic-shopping {
  background: url('images/cart_logo.png') no-repeat;
  width: 47px;
  height: 28px;
}
.iconic-premium {
  margin-top: 16px;
  background: url('images/premium.png') no-repeat;
  width: 50px;
  height: 50px;
}
.iconic-premium-mini {
  background: url('images/premium.png') no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.iconic-info-mini {
  background: url('images/icon_info.png') no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.iconic-symbol {
  background: url('images/symbol.png') no-repeat;
  width: 35px;
  height: 50px;
  background-size: 90% 90% !important;
  background-position: center !important;
}
.iconic-shopping2 {
  background: url('images/cart_logo2.png') no-repeat;
  width: 48px;
  height: 29px;
  background-size: 90% 90% !important;
  background-position: center !important;
  vertical-align: top;
}

#content-breadcumb {
  text-align: center;
  background-color: #f1f1f1;
}
#content-breadcumb h3 {
  margin:10px 0;
  /*font-weight: 100;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 1.5em;
}
#wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: auto;
  height: 100%;
  position: relative;
}
/*header + .wrapper-on {
          margin-top: 10px !important;
  }
@media (min-width: 992px){
  header + .wrapper-on {
      padding-top: 24px !important;
  }
}
header + .wrapper-off {
  padding-top: 0px !important;
  margin-top: -36px !important;
}*/

.group-select .form-control{
  width:50%;
}

.navbar {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
  min-height: auto;
}

.navbar-fixed-top + #wrapper,
.navbar-fixed-top + #layout-fixed {
  padding-top: 56px !important;
}
.logo-area {
  display: inline-block;
  vertical-align: middle;
}
.navbar-nav {
  float: none;
  margin: 0;
  display: block;
  vertical-align: middle;
  margin-top: 8px;
}

@media (max-width: 992px) {
  .navbar-nav {
    width: 100%;
  }
}

.navbar-default {
  background-color: #fff;
  border: 0px;
}
.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-brand {
  font: 0/0 a !important;
  width: 146px;
  height: 73px;
  padding: 0px!important;
  margin-right: 50px;
  margin-top: -17px;
}
@media (min-width:992px) and (max-width: 1199px) { 
  .navbar-brand {
    margin-top: 11px;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-top: 11px;
  }
  .navbar-toggle {
    margin: 37px 0px;
  }
  .navbar-nav {
    margin-bottom: 11px!important;
  }
/*  .utl-search-btn-home {
    width: 100px!important;
  }*/

  .carousel .content-img {margin: auto;}
    .carousel .utl-text-slide {margin: auto;}
    .carousel-indicators {display: none!important}
    .logos-cr {
        padding-top: 30px!important;
        padding-bottom: 60px!important;
    }
}
@media (max-width: 748px) {

  .utl-search-btn-home {
    margin-top: 4px;
    width: 98%!important;
  }
  .custom-select {
    display: block!important;
  }
  .search-domain-select {display: block!important; margin-top: 4px;}
  .custom-select-wrapper {display: block!important;}
  .custom-select-wrapper select {display: none!important;}
  .custom-select-trigger {
    /*width: 100%!important;*/
  }
  .search-domain-input {
    width: 100%!important;
    /*display: block!important;*/
  }
  .search-domain-btn {
    display: block!important;
  }
  .search-domain {
    padding-bottom: 50px;
    background-size: 285% !important;
    background-position-y: inherit!important;
  }

  textarea.utl-search-home {
    width: 127% !important;
  }

  .search-domain .price {
    margin-bottom: 10px !important;
    text-align: center !important;
  }

  .feature-domain img {
    margin-left: -225px;
  }
}



@media (max-width: 991px) {
  .utl-detect-right {
         display: block!important;; 
     float: inherit!important;
     padding-left: 0px!important;; 
     padding-right: 0px!important;; 
    margin: auto;
    width: 375px;
  }
  .utl-home {
    margin: 10px 0px!important;
  }

  .feature-domain img {
    float: inherit!important;
    width: auto !important;
    margin-right: 0px!important;
    margin-top: 40px!important;
  }
}


.nav {
  margin-bottom: 0;
}
.nav > li a {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  
}
.breadcrumb {
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  display: block;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
}
.table {
  margin-bottom: 0px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px;
}
.table > thead > tr > th {
  border-bottom: 0px;
}
.table > tbody + tbody {
  border-top: 0px;
}
a {
  color: #333;
}
.pagination {
  margin: 0px;
}
.search-domain {
  background: url(images/fondos/4.jpg) no-repeat;
  color: #FFF;
  padding-top: 50px;
  min-height: 299px;
  background-size: 100%;
  background-position-x: center;
}
.price-domain {
    min-height: 390px;
}
.price-domain p {
    font-size: 16px;
}
.price-domain .title{
    font-size: 28px;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.search-domain .title {
  font-size: 24px;
  padding: 0px 30px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.search-domain .price {
  font-size: 24px!important;
  /*padding: 0px 30px;*/
  margin-top: 0px;
  margin-bottom: 0px;
}
.search-domain .price small {
  font-size: 50%;
  color: #FFF;
}
.search-domain .form .col-sm-6,
.search-domain .form .col-xs-6 {
  padding-right: 0;
}
.search-domain .form .utl-btn {
  border-radius: 0;
}

.whois-domain{
  min-height: 334px;
}
.step {
  display: block;
}
.step-in {
  color: #ccc;
  vertical-align: top;
  display: inline-block;
  margin-right: 45px;
}
.step-in:last-child {
  margin-right: 0px;
}
.step-in.active {
  color: #000;
}
.step-containter {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.step-number {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  font-family: Arial;
  font-weight: 900;
}
.step-title {
  margin-left: 5px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.checkout {
  display: block;
}
.checkout-form {
  margin-top: 10px;
}
/*.checkout-form label {
  font-weight: normal;
  font-size: 85%;
}*/
.checkout-header {
  background-color: rgba(0,0,0,0.05);
  border-top: 1px dotted #ccc !important;
  padding: 20px 10px;
  margin-bottom: 10px;
  display: block;
}
.checkout-payment {
  display: block;
  padding: 20px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.checkout-payment .nav-tabs {
  border: 0px;
}
.checkout-payment .nav > li:last-child a {
  padding-right: 0;
}
.checkout-payment .nav > li a {
  border: 0px;
  display: block;
  padding-left: 0;
}
.checkout-payment .nav > li a:hover {
  background-color: transparent;
}
.checkout-payment .nav > li.active a:hover {
  border: 0px;
}
.checkout-payment .orden {
  display: inline-block;
  vertical-align: middle;
}
.cart {
  display: block;
}
.cart-sumary {
  display: block;
  border: 1px solid #ccc !important;
  /*padding: 10px 0px 60px 60px;*/
}
.cart-sumary .block-right {
  display: block;
  max-width: 7%;
  width: 100%;
  text-align: left;
  right: 0;
  position: absolute;
  margin-right: 15px;
}
.cart-sumary .block-right small {
  display: block;
}
.cart-sumary .title {
  padding: 10px;
  padding-top: 20px;
}
.cart-tos {
  display: block;
  margin-bottom: 10px;
}
.cart-tos .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  margin-right: 10px;
}
.cart-tos .checkbox input[type="checkbox"] {
  margin-left: auto;
  position: inherit;
}
.cart-tos .text {
  vertical-align: middle;
  display: inline-block;
  max-width: 90%;
}
.cart-domains {
  margin-top: 10px;
}
.cart-domains ul {
  margin-bottom: 0;
}
.cart-input {
  display: inline-block;
  max-width: 70%;
}
.cart-btn {
  display: inline-block;
  max-width: 25%;
}
.cart-title {
  font-size: 16px;
  margin-top: 0px;
}
.cart-price {
  text-align: right;
}
.cart-subtotal {
  margin-bottom: 0px;
}
.cart-subtotal span {
  display: inline-block;
  min-width: 49%;
}
.cart-containter {
  padding: 10px;
  border: 1px solid #ddd !important;
}
.cart-separator {
  margin: 50px 0px 30px;
}
.cart-separator h4{
  margin: 10px 0px;
}

.cart-separator h4 span {
  color: #616161;
  font-family: Lato;
  font-size: 18px;
  line-height: 24px;
}
.cart-separator-title {
  padding: 10px;
}
.cart-content {
  padding: 10px 0;
}
.cart-list {
  list-style: none;
  padding-left: 0px;
}
.cart-list li {
  margin-bottom: 15px;
  /*clear: both;*/
}
.search-available, .search-available strong{
  font-size: 1.4em;
  color:#000;
}
.search-notavailable, .search-notavailable strong{
  font-size: 1.4em;
  color:#D81C2D;
}

.search-promocode-error{
  font-size: 0.9em;
  color:#D81C2D;
}
.search-promocode-success{
  font-size: 0.9em;
  color: #3eb73d;
}

.red{
  color: #D81C2D;
}
.cart-list-domain-info {
  display: inline-block;
  /*min-width: 70%;*/
  vertical-align: top;
  float: left;
}
.cart-list-domain-action {
  text-align: right;
  display: inline-block;
  /*min-width: 30%;*/
  vertical-align: top;
  float: right;
}
.cart-list-domain-action select {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 10px;
}

/* confirmar carrito */

.confirmar-container {
  margin: auto;
  width: 50%;
}

.confirmar-container > div.bordered {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 0px 15px 0px 15px;
}

.confirmar-header {
  background-color: #f3f3f3;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.confirmar-product {
  background-color: #fafafa;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #ededed;
}

.confirmar-space {
  background-color: #fafafa;
  height: 20px;
  margin: 0px -15px;
}

.confirmar-subtotal {
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #ededed;
}

.checkout-complete {
  border: 1px solid #E8E8E8;
  background-color: #FBFBFB;
  height: 440px;
  width: 80%;
  margin: auto;
  margin-top: 8%;
  padding: 65px;
}

.checkout-complete h3 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

.control-panel-head-no-lt {
  padding-left: 0px !important;
}
.control-panel-bdt {
  border-top: 1px dotted #ddd !important;
}
.control-panel-bdb {
  border-bottom: 1px dotted #ddd !important;
}
.control-panel-head-no-rt {
  padding-right: 0px !important;
}
.control-panel-head-no-lt-rt {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.control-panel-head {
  padding: 1.125em 0em;
}
.control-panel-nav {
  list-style: none;
  padding-left: 0;
}
.control-panel-nav a {
  text-decoration: none;
}
.control-panel-nav li {
  margin-bottom: 2px;
  background-color: #F1F1F1;
  padding: 10px 20px;
}
.control-panel-nav li.active {
  background-color: #D81C2D;
}
.control-panel-nav a li.active {
  color: #fff;
}
.table-header {
  background-color: rgba(0,0,0,0.05);
  border-top: 1px dotted #ccc !important;
  padding:25px 1em;
}
.control-panel-table > thead > tr.small > th {
  padding: 25px 1em;
}
.table > tbody > tr > td {
  padding: 5px 1em;
}
.control-panel-table > thead > tr.small > th:first-child {
  padding-left: 41px;
}
table.dataTable thead > tr > th {
  padding-left: 8px;
  padding-right: 30px;
}
table.dataTable tbody td, table.dataTable tbody td {
  padding: 5px 10px;
  vertical-align: middle;
}
.control-panel-footer .left
{
  float: left;
}
.control-panel-footer .left ul
{
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}
.control-panel-footer .left p
{
  display: inline-block;
}
.control-panel-footer .left ul li
{
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  cursor: pointer;
}
.control-panel-footer .left ul li.active
{
  color: #D81C2D;
  font-weight: bold;
  cursor: auto;
}
.control-panel-footer .right
{
  float: right;
}
/*-footer {
padding: 2.125em 0;
}
-bulk {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
background-color: rgba(0,0,0,0.05);
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}*/
.navTop-action {
  list-style: none;
  float: right;
  margin-bottom: 0px;
}
.navTop-action li {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 12px;
  vertical-align: top;
}
.navTop-action li a {
  text-decoration: none;
}
.navTop-action li:last-child {
  padding-right: 0 !important;
}
.navTop-action-rt {
  padding-right: 0px !important;
}
.navTop-action-lf {
  padding-left: 0px !important;
}
.navTop-action-lf:before {
  padding-left: 5px !important;
  padding-right: 5px !important;
  content: "/";
}
.navTop-action .dropdown-menu {
  min-width: auto;
  font-size: auto;
  padding: 0;
}
.navTop-action .dropdown-menu li {
  padding: 0;
}
.utl {
  background-color: transparent;
}
.utl-fontwhois {
  font-size: "Courier";
}
.utl-colorborder {
  border: 1px solid #999;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5%;
}
.utl-colorbg {
  background-color: #efefef;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5%;
}
.utl-colornormal {
  background-color: #fff;
}
.utl-info {
  display: block;
}
.utl-info-text-10 {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  max-width: 10%;
}
.utl-info-text-40 {
  display: inline-block;
  max-width: 39%;
  vertical-align: middle;
  width: 100%;
}
.utl-info-text-60 {
  display: inline-block;
  max-width: 59%;
  vertical-align: middle;
  width: 100%;
}
.utl-info-text-70 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.utl-info-text-30 {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  max-width: 30%;
}
.utl-info-text-30 span {
  width: 60px;
  display: inline-block;
}
.utl-head-title-up {
  border-top: 1px dotted #ddd !important;
  margin-top: 10px;
}
.utl-head-title-bot {
  border-bottom: 1px dotted #ddd !important;
  margin-bottom: 10px;
}
.utl-head-title {
  border-bottom: 1px dotted #ddd !important;
}
.utl-fix-btn-search {
  margin-left: -5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.utl-fix-close-top {
  vertical-align: top !important;
  font-weight: normal !important;
}
.utl-fix-close-middle {
  vertical-align: middle !important;
}
.utl-container-5 {
  padding: 5% 0;
}
.utl-container-10 {
  padding: 10% 0;
}
.utl-top-bot-10 {
  margin: 10px 0;
}
.utl-right-10 {
  margin-right: 10px;
}
.utl-btn {
  min-height: 45px;
  line-height: 2.28571 !important;
}
.utl-btn-format-rt {
  margin-right: 5px !important;
  border-radius: 0;
  background-color: #ccc;
  border: 1px solid #999;
}
.utl-btn-format {
  border-radius: 0;
  background-color: #D81C2D;
  border-left: solid #D81C2D 15px;
  border-right: solid #D81C2D 15px;
  color: #FFF;
}
.btn-fix{
  line-height: 2.428571;
}
.btn-black, .btn-black:hover{
  background-color: #252525;
  border-left: solid #252525 15px;
  border-right: solid #252525 15px;
  min-height: 40px;
  padding: 0px;
  border-radius: 0px;
  color: #FFF;
}
.utl-btn-format:hover {
  background-color: #252525;
  border-left: solid #252525 15px;
  border-right: solid #252525 15px;
  color: #FFF;
}


.search-domain-input-panel {
  

  display: block;
  vertical-align: top;
  margin-left: -15px;
  margin-bottom: 5px;
}

.search-domain-input-panel  .utl-search-home{
  border: 1px solid #000;
  height: 60px!important;
}

.search-domain-select-panel {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 102.3%;*/
    display: block;
    margin-left: -15px;
}
.search-domain-select-panel .custom-select-trigger{
  border: 1px solid #000;
  height: 60px!important;
  line-height: 60px!important;

}
.search-domain-btn-panel{
  display:block;
  vertical-align: top;
  margin: auto -15px;
}
.search-domain-btn-panel .utl-search-btn-home{
  height: 60px!important;
  width: 98%;
  margin-top: 5px;
}
.search-domain-input{
  width: 65%;
  display:inline-block;
  vertical-align: top;
}
.multisearch-domain-input {
  width: 78.2%;
  display:inline-block;
  vertical-align: top;
}


  #paymentSelect.nav-tabs > li {
    text-align: center;
    float: inherit!important;
    margin-bottom: 10px;
  }
@media (min-width: 736px) { 
    #paymentSelect.nav-tabs > li {
    text-align: left;
    float: left!important;
    margin-bottom: 0px;
  }
.search-domain-input-panel {
    width: 79.3%;
    display:inline-block;
    vertical-align: top;
    margin-left: -15px;
  }
.search-domain-select-panel {
  display:inline-block;
  vertical-align: top;
  width: auto;
  margin-left: -0px;
}
}

@media (max-width: 1199px) { 
  .search-domain-input{
    width: 60%;
  }
}

@media (min-width: 1200px) {
      .search-domain-input-panel {
        width: 62%;
      }
      .search-domain-btn-panel{
        margin: auto;
        display:inline-block;
      }
      .search-domain-btn-panel .utl-search-btn-home{
        width: 165px;
        margin-top: 0px;
      }
}
.search-domain-select{
  display:inline-block;
  vertical-align: top;
}
.search-domain-btn{
  display:inline-block;
  vertical-align: top;
}
.utl-link-white, .utl-link-white:focus {
  color: #fff;
  text-decoration: underline;
}

.utl-link-white:hover {
  color: #fff;
  text-decoration: none;
}

.utl-search-btn {
  min-height: 70px;
  padding: 0px;
  font-size: 1.7em;
}
.utl-search-btn-home {
    width: 165px;
    height: 70px;
    font-size: 24px;
    line-height: 24px;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-color: #D81C2D;
    color: #FFF;
    border: none;
}
.utl-feature-domain-btn {
    width: 93px;
    height: 36px;
    font-size: 15px;
    font-weight: 600px;
    line-height: 36px;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-color: #D81C2D;
    color: #FFF;
    border: none;
    margin-top: 30px;
}
.utl-search-btn-home:hover, .utl-feature-domain-btn:hover {
    background-color: #252525;
    color: #fff;
    text-decoration: none;
}
.utl-text-sub-btn {
    font-size: 14px;
    margin: 10px 0px;
    display: block;
}
.utl-search-page-btn {
  min-height: 55px;
  padding: 0px;
  font-size: 1.2em;
  border-left: solid #000 15px;
  border-right: solid #000 15px;
}
.utl-search-page-btn:hover {
  background-color: #252525;
  color: #fff;
  border-left: solid #252525 15px;
  border-right: solid #252525 15px;
}
.utl-search-btn:hover {
  background-color: #252525;
  color: #fff;
  border-left: solid #252525 15px;
  border-right: solid #252525 15px;
}
.utl-search-home {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0px;
    font-size: 24px;
    color: #c2c2c2;
    background-color: #ffffff;
    background-image: none;
    border: none;
    padding: 0px 30px;
    box-sizing: border-box;
}
.utl-input {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0px;
    font-size: 24px;
    color: #c2c2c2;
    background-color: #ffffff;
    background-image: none;
    border: none;
    box-sizing: border-box;
}
.utl-input-select {
    display: block;
    width: 146px;
    height: 70px;
    padding: 0px;
    font-size: 24px;
    color: #c2c2c2;
    background-color: #ffffff;
    background-image: none;
    border: none;
    box-sizing: border-box;
}
.utl-search-page {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1.2em;
  color: #999;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  outline:none;
}

.shopping-cart .search-domain-btn .btn-search {
  height: 55px;
  width: 150px;
  background-color: #D81C2D;
  /* box-shadow: 0 2px 9px 0 rgba(0,0,0,0.5); */
  border: none;
  margin-left: 0px;
}

.shopping-cart .search-domain-input .utl-search-page, .search-domain-select .utl-search-page {
  height: 55px;
  border: 1px solid #979797;
  /*opacity: 0.21;*/
  /*background-color: #D8D8D8;*/
  /*box-shadow: 0 2px 9px 0 rgba(0,0,0,0.5);*/
  /*color: #000000;*/
}

.shopping-cart .search-domain-input {
  width: 77%;
}

.shopping-cart .search-domain-select .utl-search-page {
  margin-left: -19px;
  width: 120px;
}

.shopping-cart .search-domain-select .custom-select-trigger {
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 22px;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important; 
  color: #000;
  background-color: #ffffff;
  border: none;
  box-sizing: border-box;
}

.shopping-cart .pasos div {
  height: 50px;
  border-bottom: 1px solid #F0F0F0;
  text-align: center;
}

.shopping-cart .pasos div.active {
  border-color: #D62133;
}

.shopping-cart .pasos div.ready {
  color: #D6D6D6;
  text-decoration: line-through;
}

.shopping-cart .pasos div.ready > span::before {
  content: " ";
  position: absolute;
  display: block;
  background: url('images/check_solo_icon.png') no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  right: 70%;
}

.shopping-cart .pasos {
  margin: 0px;
  margin-bottom: 50px;
}

.shopping-cart h2 {
  color: #1B2125;
  font-family: Lato;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

.shopping-cart h2 + p {
  color: #616161;
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
}

.shopping-cart .label-for-shopping {
  color: #616161;
  font-family: Lato;
  font-size: 14px;
  /*font-weight: 600;*/
  /*line-height: 17px;*/
  text-transform: uppercase;
}

.shopping-cart .label-for-shopping + input,
.shopping-cart .label-for-shopping + select,
.shopping-cart .label-for-shopping + textarea,
.custom-select-trigger2 {
  height: 54px !important;
  width: 100% !important;
  border: 1px solid #B9B9B9 !important;
  border-radius: 3px !important;
  background-color: #FFFFFF !important;
  padding: 0 20px !important;
  color: #000000 !important;
  font-family: Lato !important;
  font-size: 16px !important;
  line-height: 54px !important;
}

.shopping-cart .label-for-shopping + textarea {
  height: 120px !important;
}

.shopping-cart .fa-extra-pay {
  position: absolute;
  width: 30px;
  height: 20px;
  right: 40px;
  margin-top: -80px;
  background-image: url('images/Amex.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.shopping-cart .fa-paypalx {
  width: 90px;
  height: 24px;
  background-image: url('images/Paypal.png');
}

.shopping-cart .fa-mastercard {
  right: 110px;
  background-image: url('images/Mastercard.png');
}

.shopping-cart .fa-visa {
  right: 75px;
  background-image: url('images/Visa.png');
}

.card-icons .fa {
  margin-top: -10px;
}

.custom-select2 {
  width: 100%;
}

.custom-select-wrapper2 {
  width: 100%;
}

.custom-select2.opened .custom-select-trigger2::after {
  transform: rotate(180deg);
  top: 55%;
}
.custom-select2 .custom-options {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.26);
}

.volver-shopping {
  margin-top: 35px;
}

.shopping-cart .p-for-shopping {
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.shopping-cart .domain-name {
  color: #181818;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

input:focus, a:focus, button:focus, select:focus, option:focus {
  outline: none !important;
  -moz-outline-style: none !important;
}


/*::-webkit-input-placeholder { 
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: #999;
}
::-moz-placeholder { 
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: #999;
}
:-ms-input-placeholder {
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: #999;
}
:-moz-placeholder {
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: #999;
}*/
.utl-input-bn {
  border-radius: 0;
  min-height: 45px;
  height: auto!important;
}
.utl-input-bn:focus {
  border-color: none;
  box-shadow: none;
  border-color: none;
}
.utl-mt-4-porcent {
  margin-top: 4%;
  height: 1px;
}
.utl-mb-0 {
  margin-bottom: 0;
}
.utl-mb-md {
  margin-bottom: 10px;
}
.utl-ml-sm {
  margin-left: 5px;
}
.utl-pl-sm {
  padding-left: 5px;
}
.utl-pb-sm {
  padding-bottom: 5px;
}
.utl-pb-md {
  padding-bottom: 10px;
}
.utl-list-pb-sm li {
  padding-bottom: 5px;
}
.utl-list-pb-md li {
  padding-bottom: 10px;
}
.utl-list-p {
  list-style: none;
}
.utl-list-non {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.utl-list-non-social {
  display: block;
}
.utl-list-non-social li {
  display: inline-block;
  padding: 0 1px;
}
.utl-list-non-social li:first-child {
  padding-left: 0 !important;
}
.utl-footer {
  margin-top: 10px;
}
.utl-search {
  color: #333;
}
.utl-middle {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.utl-premium {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  padding-left: 15px;
}
.utl-premium:first-child {
  padding-left: 0px!important;
}
.utl-en {
  margin-left: 21px!important;
}
.utl-home {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  font-size: 23px;
  line-height: 28px;
  margin-top: 100px;
  margin-left: 18px;
}
.utl-home:first-child {
  padding-left: 0px;
}
.utl-title-home {
  font-size: 2em;
  margin: 0px;
  margin-bottom: 40px;
}
.utl-ishome {
  margin-top: 0px;
}
.utl-bubble {
  border-radius: 50px;
  background-color: #000;
  color: #333;
  /*border: 1px solid #ccc;*/
  margin-left: 14px !important;
  display: inline-block;
  padding: 0px 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 0;
  display: none;
  overflow: hidden;
}
@media (min-width: 980px) {
  .utl-bubble {
    display: inline-block;
  }
}
.utl-detect-right {
  display: inline-block;
  float: right;
  padding-left: 15px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .search-domain-btn .utl-btn-format {
    margin-left: 0px;
  }
}
@media (max-width: 611px) {
  .search-domain-btn .utl-btn-format {
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
    #angular-carousel {
        min-height: 600px!important;
  }
}
@media (max-width: 768px) {
  .utl-detect-right {
    float: left;
    margin-top: 20px;

  }
}
.carousel-indicators {
  bottom: -70px;
}
.utl-text-slide {
    width: 98%;
}

.utl-text-slide a {
  text-decoration: none !important;
}

.utl-text-slide span {
  font-size: 18px;
  padding: 0px 18px;
  margin-top: 20px;
  color: #000;
  display: block;
  font-weight: 600;
  text-decoration: none !important;
}

.utl-text-slide a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

div.ga [type="checkbox"]:not(:checked),
div.ga [type="checkbox"]:checked {
  position: unset;
  left: 0;
}


/*div.checkout-form [type="checkbox"]:not(:checked),
div.checkout-form [type="checkbox"]:checked {
  position: unset;
  left: 0;
}*/


/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  /*padding-left: 25px;*/
  cursor: pointer;
  font-weight: normal;
}
/* radio aspect */
[type="radio"]:not(:checked) + label::before, [type="radio"]:checked + label::before {
  content: '';
  height: 18px;
  width: 18px;
  border: 1px solid #616161;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  margin: 2px 0px 10px 0px;
  float: left;
}

[type="radio"]:checked + label:before {
  border: 2px solid #D62133;
}

[type="radio"]:not(:checked) + label:hover::before {
  border: 1px solid #616161 !important;
}

[type="radio"]:checked + label:hover::before {
  border: 2px solid #D62133 !important;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label::after, [type="radio"]:checked + label::after {
  content: '';
  width: 10px;
  height: 10px;
  /* border: 1px solid #616161; */
  background: #D62133;
  border-radius: 50%;
  display: block;
  margin: 6px 0px 10px 4px;
  float: left;
  position: absolute;
  top: 0px;
}

[type="radio"] + label span {
  display: block;
  margin-left: 30px;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: 1px dotted #00f;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #D81C2D;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #00f;
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important;
}
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.nav.black > li a {
  border-color: #000;
}
.nav.black > li a.active {
  background-color: #D81C2D;
  color: #fff;
  outline: none;


}
.navbar-nav.gray-link li a, .volver-a-nic {
  background-color: #252525;
  color: #fff;
  width: 114px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: none;
  margin-right: 3px;
  padding: 0;
  font-size: 13px;
}
.navbar-nav.gray-link li a.shopping, .navbar-nav.gray-link li a.shopping:hover, .navbar-nav.gray-link li a.shopping:focus {
  background-color: transparent;
  color: #fff;
  width: 72px;
  margin-right: 0px;
}
.shopping-count {
  color: #D81C2D;
  font-size: 1.5em;
  line-height: 1.2em;
}

.navbar-nav.gray-link li a:hover, .navbar-nav.gray-link li a:focus, .volver-a-nic:hover, .volver-a-nic:focus {
  background-color: #D81C2D;
  color: #fff;
}

.navbar-nav.gray-link li a.shopping-cart:focus {
  background-color: transparent;
  color: #fff;
}

/*.navbar-default .navbar-nav > li > {
background-color: #d51b2c;
color: #fff;
outline: none;
}*/
.navbar-default.black {
  color: #000;
  border-radius: 0;
}
.navbar-brand.white-logo {
  background: url("images/logo_web.png") no-repeat;
  background-position: 50%;
  background-size: 90%;
  /*margin-top: -35px;*/
  margin-bottom: 20px;
}
.navbar .black {
  margin-bottom: 0;
}
.black {
  background-color: #000;
  border-color: #000;
}
.white {
  color: #fff;
}
.bg-black, .bg-black:focus, .bg-black.focus {
  color: #fff;
  background-color: #000;
}
.bg-black:hover {
    color: #ccc;
    text-decoration: none;
}
/* {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}*/

.bg-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: 40px;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.8;
}
.bg-white-n-border {
  color: #000;
  background-color: #fff;
  height: 40px;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.8;
  display: inline-block;
  border: 1px solid transparent; 
  padding: 6px 12px;
}
.bg-black-n-border {
  color: #fff;
  background-color: #000;
  height: 40px;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.8;
  display: inline-block;
  border: 1px solid transparent; 
  padding: 6px 12px;
  cursor: pointer;
}
.bg-black-n-border:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#footer.black {
  background-color: #000;
  width: 100%;
  width: 100vw;
  /*margin-left: calc(-1 * ((100vw - 100%) / 2));*/
  /*padding-left: 10%;*/
  /*padding-right: 10%;*/
  padding-top: 1em;
}
.footer-left {
  display: inline-block;
  float: left;
}
.footer-right {
  margin-top: 1em;
  display: inline-block;
  float: right;
}
.footer-right.white,
.footer-right a {
  color: #fff;
}
.top-spacer {
  margin-top: 5em;
}
.navTop-action.black li {
  background-color: #000;
  color: #fff;
}
.navTop-action.white-link a {
  color: #fff;
}
/*@media (min-width: 992px) {*/
/*}*/


.bgg .col-md-2 {
    width: 41%;
}
.bgg .col-md-1 {
    width: 41%;
}
@media (min-width: 1200px) {
  .bgg .col-md-2 {
      width: 21.3%;
  } 
  .bgg .col-md-1 {
    padding: 0;
    width: 8%;
  } 
}
/*.col-md-3.col-sm-3 {
float: right;
padding-top: 1em;
text-align: right;
}*/

.nospace {
  white-space: nowrap;
}

.title-left {
  font-size: x-large;
  padding: 20px 0;
  text-align: left;
}
h1.title-left {
      font-size: 32px;
    font-weight: bold;
  padding: 20px 0;
  text-align: left;
}
.video-history {
  text-align: center;
}
.content-justify {
  text-align: justify;
}
.title-right {
  background-color: #eee;
  padding: 0.5em;
  margin: 35px 0 10px 0;
  font-weight: bold;
}
.img-right {
  margin-bottom: 0.1em;
}
/*.fp-section {
  height: auto !important;
}*/
.title-center {
  text-align: center;
}

body {
  overflow: hidden !important;
}
/*@media (max-width:800px) and (min-width:320px) {
.utl-btn-format {
margin-left: 1.1em;
}
}*/
@media (min-height:1024px) {
  #footer.black {
    min-height: 50em;
  }
}


/* start luis diego includes */
.faqHeader {
  font-size: 27px;
  margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072"; /* "play" icon */
  float: right;
  color: #EE1F1F;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}
/* end luis diego includes */

.massive-search a {
  color: #FFF;
}
#product {
  background-color: #F1F1F1;
  padding-top: 1em;
}

#angular-carousel {
  min-height: 492px;
}
.carousel .title {
    margin: 50px 0px;
    font-size: 28px
    line-height: 28px;
}


.carousel .content-img {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .carousel .content-img {
    max-height: 199px;max-width: 98%;
}
}

img.carousel-img-horizontal{
  width: 100%;
}

.carousel-img {
  width: 25%;
  float: left;
}
.carousel-control {
  display: none;
}
.caption {
  display: block;
}
.container-img {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.carousel-indicators li {
  background-color: #ffffff;
  border: 1px solid #DA1B2D;
}
.carousel-indicators li.active {
  background-color: #da1b2d;
  border: 1px solid #DA1B2D;
}

.title-pecera {
  color: #da1b2d;
  text-align: left;
  font-size: 200%;
  /*margin-top: 2em;*/
}
.btn-leer-mas {
  color: #FFF;
  background-color: #DA1B2D;
}
.pecera-img {
  background: url("images/Pecera.jpg") no-repeat;
  /*background-size: 100% auto;*/
  height: 400px;
  background-position: center top;
  background-attachment: fixed;
}

.saldo { 
  background-color: #D8D8D8;
  font-size: 20px;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}

.order-summary {
  margin: 0 0 20px 0;
  padding: 0;
  /*background-color: #F7F7F7;*/
}

.order-summary h2 {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 18px;
  background-color: #181818;
  text-align: center;
  height: 71px;
  line-height: 71px;
  margin: 0px;
  font-weight: 300;
}

.order-summary h2 span {
  font-size: 1em;
}

.summary-container {
  margin: 0;
  padding: 0px;
  min-height: 100px;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-size: 1em;
  padding-top: 10px;
}

.order-summary .product-name {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}
.order-summary .product-group {
  margin: 0 0 5px 0;
  display: block;
  font-style: italic;
}
.order-summary .summary-totals {
  margin: 5px 0;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.order-summary .total-due-today span {
  display: block;
  text-align: right;
}
.order-summary .total-due-today .amt {
  font-size: 2.3em;
}

.order-summary .loader {
  position: relative;
  top: 10px;
  height: 0;
  padding-right: 10px;
  text-align: right;
  color: #efefef;
}
.order-summary .total-due-today-padded {
  margin: 20px 0;
}
.order-summary .recurring-charges {
  font-size: 1em;
  color: #777;
  font-style: italic;
  text-align: right;
}

.summary-container .items {
  padding: 0px 35px;
}

.order-summary .subtotal {
  margin: 0;
  padding: 0px 0px 20px 0px;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
}

.summary-container div:last-child {
  border: none;
}

.order-summary .subtotal.total {
  background-color: #D8D8D8;
  padding: 0px;
  /*height: 97px;*/
  line-height: 40px;
  vertical-align: middle;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 35px;
}

.summary-container .promocode {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 25px;
}

.summary-container .items a {
  position: absolute;
  right: 50px;
  background: url('images/equis2_icon.png') no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
}

.summary-container .items a i {
  display: none;
}

.summary-container .items .pull-right.ng-binding.ng-scope {
  margin-right: 35px;
}

.search-result {
  min-height: 270px;
  border-radius: 2px;
  padding: 0 25px;
}

.search-result span.name {
  line-height: 69px;
  font-family: Lato;
  font-weight: bold;
  font-size: 34px;
  color: inherit;
  margin-left: 40px;
}

.search-result span.name::before {
  content: " ";
  background: url("images/check.png") no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-size: 25px;
  position: absolute;
  margin-top: 25px;
  margin-left: -40px;
}

.search-result.notavailable span.name::before {
  background: url("images/equis3_icon.png") no-repeat;
  background-size: 25px;
}

.search-result.available {
  /*border: 1px solid #7CC60A;*/
  border-radius: 5px;
  /*background-color: rgba(124,198,10,0.08);*/
  background-color: #1D1D1D;
  color: #FFFFFF;
  padding: 10px 35px;
}

.search-result.available .iconic-premium-mini {
  background: url('images/sello.png') no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-size: 25px;
}

.search-result.available .iconic-info-mini {
  background: url('images/icon_info.png') no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-size: 25px;
  margin-left: 0px;
  transform: scale(0.7);
}

.search-result.available .iconic-premium-mini + small {
  color: #fff;
}

.search-result .topdesc {
  border-bottom: 1px solid rgba(151,151,151, 0.25);
  padding: 10px 35px;
  margin: -10px -35px;
}

.search-result.notavailable .topdesc {
  background-color: #c5363a;
  border-radius: 7px 7px 0 0;
}

.search-result.notavailable {
  /*border: 1px solid #C60A35;*/
  background-color: #1D1D1D;
  /*background-color: rgba(198,10,53,0.08);*/
  cursor: default;
  border-radius: 5px;
  padding: 10px 35px;
  color: #ffffff;
}

.search-result span.pull-right {
  color: #616161;
  font-size: 16px;
}

.search-result.notavailable span.pull-right .fa, .search-result.available span.pull-right .fa {
  color: #C60A35;
  font-size: 24px;
  display: block;
  position: absolute;
  margin: 22px -26px;
}

.search-result.available span.pull-right .fa {
  color: #7CC60A;
}

.search-result div.addbtn, div.incart, div.addbtn2 {
  border-radius: 3px;
  background-color: #7CC60A;
  /* box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5), 0 2px 7px 0 rgba(124,198,10,0.41); */
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 27px;
  text-align: center;
  position: absolute;
  right: 54px;
  margin-top: -54px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 227px;
}

.search-result div.addbtn(not:.incart):hover {
  background-color: #73B70C !important;
}

/*.search-result.notavailable div.addbtn {
  background-color: transparent;
  color: #7CC60A;
  border: 1px solid #7CC60A;;
}*/

div.addbtn2 {
  position: relative;
  float: right;
  color: #7CC60A;
  border: 1px solid #7CC60A;
  background-color: transparent;
  right: auto;
  margin: 20px 0px;
  padding: 5px 8px !important;
  min-width: 100px;
  transition-duration: .4s;
}

div.addbtn2:hover {
  background-color: #7CC60A;
  border: 1px solid transparent;
  color: #fff;
  transition-duration: .4s;
}

div.addbtn2.incart:hover {
  background-color: transparent;
  color: #7CC60A;
  border: none;
}


.search-result strong.price {
  color: #7CC60A;
  line-height: 69px;
  font-family: Lato;
  font-weight: 400;
  font-size: 34px;
}

.search-result strong.price + span {
  color: #7CC60A;
  position: absolute;
  margin: 50px -50px;
  width: 70px;
}

.search-result strong.price + span + div {
  float: right;
  line-height: 69px;
  margin-left: 8px;
}

div.incart {
  background-color: transparent;
  color: #7CC60A;
  border: none !important;
  cursor: default !important;
}

.availablewaitlist .fa {
  width: 14px;
}

.availablewaitlist .fa.fa-check {
  color: #7CC60A;
}

.other-domains .other-domain {
  border-bottom: 1px solid #979797;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  margin-top: 5px;
  padding: 2px;
}

.other-domain .fa {
  width: 35px;
}

.other-domain .fa.fa-check {
  color: #7CC60A;
}

.btn-continue {
  height: 54px;
  width: 90% !important;
  border-radius: 3px;
  background-color: #D62133;
  box-shadow: 0 2px 7px 0 rgba(149,120,120,0.25);
  color: #FFFFFF;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  border: none !important;
  /*margin-top: 35px;*/
  margin: 10px;
  text-transform: uppercase;
}

.pay-method {
  min-height: 137px;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 40px;
  margin-bottom: 35px;
  /*overflow: hidden;*/
}

.use-balance {
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  background-color: #FFFFFF;
  margin: 0px;
  /*line-height: 65px;*/
}

.use-balance .col-md-3 {
  text-align: center;
  background-color: #F7F7F7;
  line-height: 65px;
  font-weight: bold;
  font-family: Lato;
}

.use-balance .col-md-9 {
  line-height: 65px;
  padding-left: 30px;
}

.use-balance label {
  margin-bottom: 0px;
}

.use-balance [type="checkbox"]:not(:checked) + label::after, .use-balance [type="checkbox"]:checked + label::after,
.use-balance [type="checkbox"]:not(:checked) + label::before, .use-balance [type="checkbox"]:checked + label::before {
  top: 25px;
}

div.consejo-consultivo {
  margin: 10px 0;
}
div.consejo-consultivo img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}

.equipo-inline {
  width: 74px !important;
  height: 100px !important;
}

div.team_cr {
  text-align: center;
}
div.team_cr a{
  text-decoration: none;
  margin: 0 -15px;
}
.equipo-nic-carousel ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}
.equipo-nic-carousel li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor:pointer;
}
.equipo-nic-carousel img {
  display: block;
  height: auto;
  max-width: 100%;
}
.equipo-nic-carousel li a img {
  display: block;
  height: auto;
  max-width: 100%;
  height: 100px !important;
}
.logo-partner img{
  margin: 0 auto;
}
.community-partner h2{
  text-align: left;
  /*font-size: 23px;*/
}
.community-partner a.read-more{
  text-align: left;
  color: #D81C2D;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}

.comunidad-nic-carousel img{
  margin: 0 auto;
}

div .title-icons-home {
  text-align: center;
  font-size: 20px;
  color: #4b4c4c;
}

p.whois-warning{
  text-align: justify;
  font-size: 14px;
}

p.create_account a{
  text-decoration: underline;
}

.facebook-color{
  color: #49659F;
}

.twitter-color{
  color: #1DA1F2;
}

.linkedin-color{
  color: #0077b5;
}

.google-plus-color{
  color: #de5449;
}

.youtube-color{
  color: #ee1c1b;
}

.instagram-color{
  color: #333333;
}

.vimeo-color{
  color: #1DA1F2;
}

p.domain-pricing-home{
  text-align: justify;
}


.main-image{
  text-align: center;
}

.main-image img{
  width: 100%
}

h1.news-title{
  font-size: 36px;
  color: #666666;
  text-align: left;
}

div.news-content{
  text-align: left;
  font-size: 14px;
  color: #666666;
}

.news-content img {
  width: 100% !important;
  margin-top: 35px;
  margin-bottom: 35px;
}

.noticia-nic-carousel img{
  margin: 0 auto;
  height:400px;
}

.feature-domain {
    position: relative;
    min-height: 492px;
}
.feature-domain .title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #da1b2d;
    text-align: left;
}
.feature-domain p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.feature-domain img {
    vertical-align: middle;
    float: right;
    width: 67.1%;
    margin-right: -35px;
}
@media (min-width:992px) and (max-width: 1199px) {
  .feature-domain{
    height: 373px;
  }
  .feature-domain img {
      width: 62.1%;
  }
  .feature-domain .title {
    margin: 30px 0px;
  }
  }
/*@media (max-width: 992px) {
}
*/


.logos-cr {
    position: relative;
    min-height: 395px;
    /*width: 100%;*/
    /*background: #F1F1F1;*/
    padding-top: 106px;
}
.logos-cr .title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.footer-cr {
    /*height: 393px;*/
    background-color: #000;
    padding-top: 56px;
    padding-bottom: 56px;
}
.footer-cr p {
    font-size: 16px;
    font-weight: 300;
}
.footer-cr .niccr {
    width: 125px;
    margin-bottom: 20px;
}

.logof1 {
  width: 185px !important;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 24px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #000;
    background-color: #ffffff;
    border: none;
    box-sizing: border-box;

}

.custom-select-trigger::after {
  position: absolute;
  display: block;
  content: ' ';
  width: 10px;
  height: 6px;
  top: 50%;
  right: 25px;
  /* transform: rotate(90deg); */
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
  /* border-left: 10px solid #000000; */
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  background: url('images/flecha_dropdown_icon.png') no-repeat;
  background-size: 10px;
}
.custom-options {
  position: absolute;
  display: block;
  top: 80%; left: 0; right: 0;
  min-width: 100%;
  margin: 15px 0;
  /*border: 1px solid #b5b5b5;*/
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.07);
  background: #fff;
  transition: all .4s ease-in-out;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border-radius: 4px;
  max-height: 400px;
  overflow-y: scroll;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  /*content: '';*/
  bottom: 100%; right: 25px;
  width: 7px; height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  /*font-weight: 600;*/
  color: #000;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}
.custom-option.selection {
  color: #000;
}

.alert-error {
    background-color: #f0d8d8;
    border-color: #e9c6c6;
    color: #bf1b1b;
}

.section.section-content {
 min-height: 85vh;
}

/* blog de noticias */

/* base */

/* --- header --- */

.bblog {
  font-family: 'Open Sans', sans-serif;
}

.bblog .navbar {
  height: 75px;
}

.bblog .banner .navbar {
  margin-top: 15px;
}

.bblog .banner .nav::after {
  clear: none;
}

.bblog .white-logo {
  width: 75px;
  margin-bottom: 0px; 
}

.bblog .white-logo + span {
  font-size: 32px;
  color: #FFFFFF;
  display: inline-block;
  margin-left: -42px;
}

.bblog .nav {
  margin-top: 4px;
  margin-right: 35px;
}

.bblog .nav .navbar-nav.gray-link li a {
  width: 100px;
}

.bblog .nav .navbar-nav.gray-link li a:hover {
  background-color: #ED1C24;
}

.bblog .iconic-buscar {
  background: url('images/buscar.png') no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  margin-top: 6px;
}

.bblog .buscar-form {
  display: none;
}

.bblog #buscar {
  width: 112px;
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin-top: 8px;
}

/* --- footer --- */

.bblog #footer{
  padding-top: 35px;
  padding-bottom: 20px;
}

.bblog #footer .white-color {
  color: #FFFFFF;
}

.bblog .logo {
  height: 40px;
}

.bblog #footer .fa-2x {
  font-size: 20px;
}

/* --- noticias --- */

/* --- index --- */

.blog {
  padding-left: 100px;
  padding-right: 100px;
}

.blog .row {
  margin: 0px;
}

.blog ul li {
  color: #666666;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.blog ul li:hover, .blog ul li.active {
  color: #ED1C24;
  cursor: pointer;
  /*font-size: 14px;*/
}

.blog .new .h1 {
  color: #666666;
  font-size: 18px;
  margin-top: 12px
}

.blog .new small {
  color: #666666;
  font-size: 12px;
}

.blog a {
  text-decoration: none;
  color: inherit;
}

.blog .col-lg-6 {
  height: 320px;
  padding: 0px;
  position: relative;
  z-index: 1;
}

.blog .bnew {
  position: relative;
  z-index: 1;
}

.blog .new {
  width: 350px;
}

.blog .new:hover img {
  opacity: 0.4;
  background-color: #ED1C24;
}

.blog .over {
  background-color: #ED1C24;
  width: 350px;
  height: 200px;
  margin-top: -200px;
  display: none;
}

.blog .new:hover .over {
  display: block;
}

.blog .col-2 .new {
  margin-left: -60px;
}

.blog .img {
  width: 350px;
  height: 200px;
  overflow: hidden;
}

.blog .img img {
  max-width: none;
  height: 200px;
  width: 350px;
}

.blog .filtro {
  position: absolute;
  right: 20px;
  top: 0px;
  margin-top: 86px;
  margin-right: 69px;
  z-index: 100;
  width: 190px;
}

.blog .filtro .ul-annos {
  list-style-type: none;
  margin-left: -20px;
}

.blog .filtro .ul-annos ul {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding-bottom: 20px;
}

.blog .filtro .ftitle {
  font-size: 21px;
  color: #666666;
}

.blog .filtro .anno {
  width: 100%;
  display: inline-block;
}

.blog .filtro ul li {
  margin-top: 14px;
}

.no-new h2 {
  color: #999999;
  font-size: 23px;
}

.no-new {
  margin-top: 100px !important;
}

/* paginador */

.bblog .pagination > li > a, .bblog .pagination > li > span {
  color: #000;
  border: none;
}

.bblog .pagination > .active > a, .bblog .pagination > .active > span, .bblog .pagination > .active > a:hover, .bblog .pagination > .active > span:hover, .bblog .pagination > .active > a:focus, .bblog .pagination > .active > span:focus {
  color: #ffffff;
  background-color: #ED1C24;
}

/* view */

.bblog .btn-blog {
  /*width: 150px;*/
  /*height: 36px;*/
  border: 1px solid #000000;
  color: #666666;
  border-radius: 0;
  font-size: 13px;
}

.bblog .btn-blog:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.bblog .btn-volver {
  position: fixed;
  right: 100px;
  bottom: 50px;
  display: none;
}

.bblog .btn-inverse {
  color: #FFFFFF;
  background-color: #000000;
}

.bblog .btn-inverse:hover {
 /* color: #000000;
  background-color: #FFFFFF;*/
}

.bblog .num-comentarios {
  font-size: 13px;
  color: #666666;
}

.bblog .num-comentarios i {
  font-size: 30px;
}

.bblog .num-comentarios span {
  display: inline-block;
  margin-top: -5px;
}

.bblog .row-comment {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
  margin-left: 0px;
  margin-right: 0px;
}

.bblog .row-comment .col-lg-10, .bblog .row-comment .col-lg-2 { 
  padding-left: 0px;
  padding-right: 0px;
}

.bblog .submit-comment {
  display: none;
}

.bblog .submit-comment .blabel, .bblog .submit-comment .errorlist li {
  color: #666666;
  font-size: 13px;
  margin-top: 25px;
}

.bblog .submit-comment .errorlist li {
  color: #F00;
  margin-top: 2px;
}

.bblog .comment-form {
  height: 40px;
  width: 100%;
  border: 1px solid #000000;
  resize: none;
}

.bblog .form-area {
  height: 175px;
}

.bblog .row-comment .date {
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: 0px;
  top: 0px;
}

.bblog .row-comment .author {
  font-size: 16pt;
  color: #666666;
  margin-top: 0px;
}

/* contacto */

.bblog .contact h1 {
  color: #000000;
  font-size: 24px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
  font-weight: lighter;
  margin-bottom: 40px;
}

.bblog .contact p {
  font-size: 13px;
  color: #666666;
  margin-bottom: 40px;
}

.bblog .contact p span {
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
}

.bblog .buscar-xs {
  display: none;
}

.bblog .neww p, .bblog .neww span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #666666;
}

@media all and (max-width: 1200px) {
  
  .hidden-sm, .hidden-xs {
    display: none !important;
  }

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

  .blog .new {
    width: auto;
  }

  .blog .col-2 .new {
    margin-left: 0px;
  }

  .blog .col-lg-6 {
    padding: 0px;
  }

  .blog ul li {
    font-size: 11px;
  }

  .bblog .white-logo {
    width: 75px;
    margin-top: -20px;
  }

  .bblog .white-logo + span {
    margin-top: -3px;
  }

  .bblog #nav-collapse {
    position: absolute;
    left: 15px;
    border: none;
    z-index: 100;
    margin-top: 3px;
  }

  .bblog #nav-collapse .buscar {
    display: none;
  }

  .bblog .video-history {
    margin-left: 0px !important;
    margin-top: 100px;
  }

  .bblog .video-history iframe {
    height: 300px;
    width: 100%;
  }

  .bblog .navbar-toggle {
    margin: 0px;
    float: left;
    margin-right: 20px;
    margin-left: -30px;
    border: none;
  }

  .bblog .navbar-toggle:hover, .bblog .navbar-toggle:focus {
    background-color: #000000;
  }

  .bblog .buscar-xs {
    display: block !important;
  }

  .bblog .buscar-xs .iconic-buscar {
    position: absolute;
    right: -10px;
    top: 3px;
  }

  .bblog #buscar {
    position: absolute;
    right: 20px;
    top: 3px;
  }

  .bblog .neww {
    margin: 0px !important;
    width: 100% !important;
  }

  .bblog .new-date {
    font-size: 11px !important;
  }

  .bblog .row-comment img {
    width: 45px !important;
    height: 45px !important;
  }

  .bblog .row-comment .date {
    font-size: 9px;
  }

  .bblog p {
    color: #666666;
    font-size: 11px;
  }

  .bblog .news-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .bblog .new .h1 {
    font-size: 13px;
  }

  .blog .new small {
    font-size: 9px;
  }

  .bblog .no-new {
    margin-left: 0px;
  }

  /* CARRITO */

  .container.shopping-cart {
    padding: 15px !important;
  }

  .shopping-cart .search-domain-btn .btn-search {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 10px;
  }

  .shopping-cart .search-domain-input {
    width: 70% !important;
  }

  .shopping-cart .search-domain-select {
    width: 30% !important;
  }

  .shopping-cart .search-domain-select .utl-search-page {
    width: 100%;
  }

  .shopping-cart .search-domain-select {
    padding-right: 0px;
  }

  .shopping-cart .utl-search-btn-home {
    padding: 0px !important
  }

  .search-result {
    min-height: 350px;
  }

  .search-result div.addbtn, div.incart, div.addbtn2 {
    margin-top: 0px;
  }

  .search-result div.addbtn + .pull-right, div.incart + .pull-right, div.addbtn2 + .pull-right {
    margin-top: 40px;
  }

  h2.movil {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 200;
    cursor: pointer;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 18px;
    background-color: #181818;
    text-align: center;
    height: 71px;
    line-height: 71px;
    margin: 0px;
    font-weight: 300;
    display: block !important;
  }

  h2.movil + div {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .order-summary .search-domain-input {
    margin-left: 15px;
  }

  .order-summary .search-domain-btn {
    width: 30%;
    float: right;
    margin-right: 15px;
  }

  .order-summary .search-domain-btn .utl-btn-format {
    margin-top: 0px;
    margin-right: 15px;
  }

  #orderSummary {
    position: fixed;
    top: 13%;
    background-color: #FFF;
    border: 5px solid #FFF;
    left: 5%;
    z-index: 201;
    border-radius: 6px;
    width: 90%;
    padding: 15px;
    display: none;
  }

  #orderSummary .close {
    margin: -23px -18px;
    color: #000;
    font-size: 26px;
    opacity: 0.6;
    display: block !important;
  }

  #orderSummary .summary-container .items {
    max-height: 130px;
    overflow-y: scroll;
  }

  .step-one [type="radio"]:not(:checked) + label::after, .step-one [type="radio"]:checked + label::after {
    /*margin: -34px 0px 10px 4px;*/
  }

  .shopping-cart .pasos {
    margin-bottom: 30px;
  }

  .shopping-cart .pasos span span {
    display: none;
  }

  .shopping-cart .pasos div {
    height: 35px;
  }

  .extra-xs-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .col-md-5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .col-md-7 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .pay-method {
    padding: 25px;
  }

  .tonopadding .col-xs-7 {
    padding-right: 0px;
  }

  .tonopadding .col-xs-5 {
    padding-left: 0px;
  }

  .use-balance .col-md-9 {
    line-height: 24px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .use-balance [type="checkbox"]:not(:checked) + label::after, .use-balance [type="checkbox"]:checked + label::after, .use-balance [type="checkbox"]:not(:checked) + label::before, .use-balance [type="checkbox"]:checked + label::before {
    top: 4px;
  }

  .confirmar-container {
    margin: auto;
     width: 100%; 
  }

  .confirmar-product {
    height: 75px;
    line-height: 20px;
    padding-top: 25px;
  }

  .confirmar-subtotal {
    height: 75px;
    line-height: 20px;
    padding-top: 25px;
  }

  .search-result span.name {
    font-size: 30px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .search-result div.addbtn, div.incart, div.addbtn2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 230px;
    right: 0px;
  }

  .search-result strong.price {
    font-size: 30px;
    width: 100%;
    margin-left: auto !important;
    text-align: center;
    margin-right: auto !important;
  }

  .search-result div.addbtn + .pull-right, div.incart + .pull-right, div.addbtn2 + .pull-right {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }

  .search-result strong.price + div {
    float: initial !important;
    line-height: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  div.addbtn2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 40px;
    min-width: 40px;
    margin-top: 20px;
  }

  div.incart.addbtn2 {
    margin-right: 25px;
    margin-top: 22px;
  }

  div.incart {
    font-size: 12px;
  }

  .summary-container .items a {
    z-index: 1;
    margin: -2px -13px;
  }

  #orderSummary .summary-container .items {
    z-index: 2;
    position: relative;
  }
}

@media all and (max-width:430px) {
  
  .utl-home {
    font-size: 15px!important;
    font-weight: 600!important;
  }

}

@media all and (max-width:380px) {

  .utl-home {
    font-size: 12px!important;
    font-weight: 600!important;
  }

  .utl-home:first-child {
    padding-left: 22px!important;
  }

  .utl-detect-right {
    display: inline-block!important;
  }

}

@media all and (max-width:310px) {
  .utl-home:first-child {
    padding-left: 0px !important;
  }

}
/******************************
**********WHOIS GUARD**********
******************************/

.whois-guard{

    display: inline-block;
    margin: auto;

}

.primary-whois-guard{

    display: block;
    margin-bottom: 5px;

}

.secondary-whois-guard-wrapper{
  display: none;
}

.secondary-whois-guard{
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding-left: 5%;

}


#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
    display: none;
}

#confirmBox{
    border-radius: 3%;
	background:#ffffff;
	width:355px;
	position:fixed;
	left:53%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);

	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h4{
    color: #000;
    font-size: 21px;
}

#confirmBox h4,
#confirmBox p{
	font:21px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 4px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox p{
	background:none;
	font-size:15px;
	line-height:1.4;
}

#confirmButtons{
	padding:10px 70px 25px;
	text-align:right;

}

.btn-primary {
    color: #ffffff;
    background-color: #D81C2D;
    width: 40%;
    height: 30px;
    border: none;
    border-radius: 3.6px;

}

.btn-primary span{
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    color: white;

}

.btn-default span{
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    color: #000;
}


.btn-default {
    background-color: #ecf0f1;
    /*width: 40%;*/
    height: 30px;
    border: none;
    border-radius: 3.6px;
}

@media (min-width: 990px) and (max-width: 1200px){

  .second{
    padding-left: 9% !important;
  }

  .third{
    padding-left: 20% !important;
  }

  .fifth{
    padding-left: 8% !important;
  }

  .sixth{
    padding-left: 6% !important;
  }

  .seventh{
    padding-left: 5% !important;
  }

}

/******************************
**********WHOIS GUARD**********
******************************/


.switch {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}

.slider {

  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: .4s;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  left: 4px;
  width: 26px;
  bottom: 4px;
  -webkit-transition: .4s;
  background-color: white;
  transition: .4s;
/*  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);*/
}

/*input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  

}*/
.slider.round {
/* Rounded sliders */
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.slider-noeffect {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: .4s;
  background-color: #2196F3;
  transition: .4s;
  border-radius: 34px;
}
.slider-noeffect:before {
  position: absolute;
  content: "";
  height: 26px;
  left: 4px;
  width: 26px;
  bottom: 4px;
  -webkit-transition: .4s;
  background-color: white;
  transition: .4s;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  border-radius: 50%;
}

.table-responsive {
  border: none !important;
}

/*-----------------------------------*/

/* MEDIA < 480

/*-----------------------------------*/

@media all and (max-width:480px) {

.utl-search-btn-home {
  margin-top: 4px;
  width: 100% !important;
}

  #ver-pendientes {
    width: 50% !important;
  }

  .step-in {
    width: 100%;
  }

  .cart-sumary {
    padding: 0 !important;
  }
}


/*-----------------------------------*/

/* MEDIA < 320

/*-----------------------------------*/

@media all and (max-width:320px) {

  .utl-search-btn-home {
    margin-top: 4px;
    width: 94.5% !important;
  }

}

/* NUEVO HOME */

.home .section {
  width: 100vw;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 10px;
}

.home .section p {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.47px;
    line-height: 28px;
    text-align: center;
}

.home .section p.tmb {
  height: 118px;
  width: 928px;
}

.home1 header .navbar {
  background-color: transparent;
  padding: 40px;
  margin-top: -15px;
}

.home1 .navbar-brand {
  margin-top: -5px;
  margin-left: 22px !important;
  width: 100px;
  margin-right: 40px;
}

.home1 .nv1 {
  margin-top: 15px;
  margin-bottom: -20px;
  margin-right: -125px;
  position: relative;
  z-index: 100;
  width: 300px;
}

.home1 .nv1 li {
  padding: 0px !important;
}

.home1 .navbar-brand.white-logo {
  background: url("images/logo_web.png") no-repeat;
  background-size: 100%;
}

#navfix .navbar-brand.white-logo {
  background-size: 95%;
  margin-top: 0px;
}

.home1 .navTop-action li {
  background-color: transparent;
  color: #fefefe;
}

.home1 .navTop-action li a {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 14px;
  line-height: 19px;
}

.home1 .navbar-nav.gray-link li a, .btn-active {
  background-color: transparent;
  width: 114px;
  text-align: center;
  height: 53px;
  line-height: 36px;
  border: none;
  margin-right: 3px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-family: Lato;
  font-size: 14px;
  text-decoration: none !important;
  display: block;
}

/*.home1 .navbar-nav.gray-link li a:hover, .home1 .navbar-nav.gray-link li a:focus, */
.home1 .navbar-nav.gray-link li a.active, .btn-active {
  background-color: transparent;
  color: #fefefe;
  border-bottom: 3px solid #D62133;
  border-radius: 0px;
}

.btn-active {
  border: 1px solid #D62133 !important;
  height: 40px !important;
  line-height: 36px !important;
  border-radius: 3px !important;
}

.btn-active:hover {
  background-color: #D62133 !important;
}

.home1 .navTop-action-lf::before {
   padding-left: 0px !important; 
   padding-right: 0px !important; 
   content: ""; 
}

.hsearch {
  margin-left: 1px;
  cursor: pointer;
  margin-top: 3px;
  display: block;
}

.hsearch i {
  font-size: 15px;
}

.hinputsearch {
  width: 100px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin-top: 0px;
  display: none;
  position: absolute;
  margin-left: 10px;
}

#username {
  color: #f5f5f5;
  position: absolute;
  width: 300px;
  margin-top: -20px;
  margin-left: -115px;
  text-align: right;
}

#navfix, #navfix2 {
  height: 70px;
  top: -200px;
}

#navfix .container, #navfix2 .container {
  height: 10px;
}

#navfix .navbar, #navfix2 .navbar {
  padding-top: 0px;
  top: -20px;
  height: 80px;
}

#navfix .nv1, #navfix2 .nv1 {
  margin-top: 28px;
  margin-bottom: -19px;
  margin-right: -130px;
  position: relative;
  z-index: 100;
  width: 300px;
}

#navfix .navbar-right, #navfix2 .navbar-right {
  margin-right: 115px;
}

.home1 h1 {
  height: 220px;
  color: #FFFFFF;
  font-family: Oswald;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 15px 0 rgba(0,0,0,0.87);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #000;
}

.home1 .price {
  color: #FFFFFF;
  text-align: center;
  width: 190px;
  font-size: 18px;
  font-family: Lato;
  text-shadow: 3px 3px 4px #000;
  width: 100%;
}

.home1 .price-fa {
  position: absolute;
  margin-left: 213px;
  margin-top: -24px;
  color: #999 !important;
  font-size: 10px;
  display: none;
}

#busq {
  margin-top: 80px;
}

.search-domain-input {
  width: 50%;
}

.multisearch-domain-input {
  width: 62%;
  margin-right: -3px;
}

.utl-text-sub-btn {
  text-transform: uppercase;
}

.search-domain-select {
  margin-left: -4px;
  margin-right: -4px;
  border-left: 2px solid #CCC;
}

.utl-search-home {
  padding: 15px 20px;
  font-size: 20px;
}

.go-down {
  color: #ffffff;
  width: 100vw;
  text-align: center;
  top: 90vh;
  margin-top: 0px;
}

.go-down span {
  cursor: pointer;
  text-transform: uppercase;
}

.go-down span a {
  color: inherit;
}

.home1 {
  background-color: #000 !important;
}

.home2 .subt, .home2 p {
  color: #000 !important;
}

.home5 {
  background-color: #272729;
  min-height: 93vh !important;
}

.home2 {
  height: 110vh !important;
  min-height: 110vh !important;
}

.home3 {
  background-color: #ffffff;
}

.home4 {
  background-color: #f2f3f5;
}

.home6 {
  background-color: #ffffff;
  height: 70vh !important;
  min-height: 70vh !important;
}

.home4 {
  height: 438px !important;
  min-height: 438px !important;
  padding-top: 0px !important;
}

.subt {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: Oswald;
  font-size: 38px;
  font-weight: 700;
  line-height: 71px;
  text-shadow: 0 2px 11px 0 rgba(0,0,0,0.5);
  margin-top: 50px;
}

.subt + div {
  text-align: center;
}

.subt + div span {
  display: block;
  width: 110px;
  height: 2px;
  background-color: #386f8c;
  margin-top: 5px;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.home6 .subt, .home3 .subt {
  color: #303030;
}


/* PRECIOS */


.panel-home {
  background-color: #181818;
  padding: 12px;
  width: 230px;
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
}

.panel-home.panel-blue {
  background-color: #439bc8;
}

.panel-home .panel-body {
  border: 1px solid #323232;
  text-align: center;
  color: #fff;
  height: 210px;
  overflow: hidden;
}

.panel-home.panel-blue .panel-body {
  border-color: #fff;
}

.panel-home h3 {
  font-size: 60px;
  margin-bottom: 25px;
  font-family: 'Oswald';
}

.panel-home span {
  display: block;
}

.panel-home:hover {
  transform: scaleY(1.1);
}

.panel-home:hover .panel-body {
  border-color: #3d8fb8;
}

.panel-home:hover .panel-body h3 {
  color: #3d8fb8;
  font-size: 35px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.panel-home.panel-blue:hover .panel-body {
  border-color: #181818;
}

.panel-home.panel-blue:hover .panel-body h3 {
  color: #181818;
}

.panel-home .hprecio {
  font-size: 55px;
  opacity: 0;
}

.panel-home .hprecio span {
  font-size: 18px;
  display: inline;
}

.panel-home:hover .hprecio {
  opacity: 1;
}

.panel-home .panel-body span + div span {
  height: 1px;
  width: 70%;
  display: block;
  background-color: #575757;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 10px;
  opacity: 0;
}

.panel-home:hover .panel-body span + div span {
  opacity: 1;
}

.panel-home:hover .panel-body span + div span,
.panel-home:hover .hprecio,
.panel-home:hover .panel-body h3,
.panel-home:hover .panel-body,
.panel-home:hover,
.panel-home .panel-body span + div span,
.panel-home .hprecio,
.panel-home .panel-body h3,
.panel-home .panel-body,
.panel-home {
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}


/* BLOG */

.utl-text-slide span {
  font-size: 18px;
  padding: 0px !important;
  margin-top: 20px;
  color: #333;
  display: block;
  font-weight: 600;
  text-decoration: none !important;
  font-family: Lato;
  height: 40px;
}

.home a:hover, a:focus {
  text-decoration: none;
}

.new-des {
  height: 100px !important;
  width: auto !important;
  text-align: left !important;
  font-family: Lato;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 22px !important;
  color: #333 !important;
  padding: 0px 8px;
}

.slick-next {
  right: -75px !important;
  height: 45px !important
}

.slick-prev {
  left: -85px !important;
  height: 45px !important
}

.slick-next::before, .slick-prev::before {
  font-size: 30px;
  color: #000 !important;
}

.slick-prev::before {
  content: ' ' !important;
  background-image: url('images/flecha_izq.svg');
  height: 45px;
  width: 20px;
  display: block;
}

.slick-next::before {
  content: ' ' !important;
  background-image: url('images/flecha_der.svg');
  height: 45px;
  width: 20px;
  display: block;
}

.slick-slide div {
  padding: 8px;
}

.home4 .row .col-lg-4 {
  margin-top: 100px;
}

.nuevo {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 12px;
  background-color: #009DCD;
  padding: 3px;
  width: 75px;
  display: block;
  text-align: center;
}

.dominios-personales {
  margin-top: 15px;
  display: block;
  color: #181818;
  font-family: Oswald;
  font-size: 26px;
  letter-spacing: 0.62px;
  line-height: 36px;
  text-shadow: 0 2px 11px 0 rgba(0,0,0,0.5);
}

.personal-example-cr {
  height: 110px;
  width: 576px;
  color: #181818;
  font-family: Oswald;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 110px;
  text-shadow: 0 2px 15px 0 rgba(0,0,0,0.87);
}

.registrar-mi-dominio {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  width: 265px;
  background-color: #D62133;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.5);
  display: block;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  margin-top: 20px;
}

.registrar-mi-dominio:hover, .registrar-mi-dominio:focus, .registrar-mi-dominio:active {
  color: #FFF;
}

.home5 img {
  width: 98%;
}

.home5 h3 {
  height: 94px;
  width: 424px;
  color: #FFFFFF;
  font-family: Oswald;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1.66px;
  line-height: 94px;
  text-shadow: 0 2px 11px 0 rgba(0,0,0,0.5);
  text-transform: uppercase;
}

.home5 h3 + div span {
  height: 1px;
  width: 50%;
  display: block;
  background-color: #D62133;
  margin-top: -10px;
}

.home5 .description1 {
  width: 360px !important;
  opacity: 0.4 !important;
  font-family: Lato !important;
  font-size: 24px !important;
  font-style: italic;
  font-weight: 300 !important;
  letter-spacing: 0.94px !important;
  text-align: left !important;
  margin-top: 20px !important;
  /*height: auto !important;*/
}

.home5 .description2 p {
  /*height: auto !important;*/
  width: 388px !important;
  font-family: Lato !important;
  font-size: 14px !important;
  letter-spacing: 0.47px !important;
  /*line-height: 36px !important;*/
  text-align: left !important;
}

.utl-search-btn-home:hover, .utl-feature-domain-btn:hover {
  background-color: #AE1010;
}

.home6 p {
  color: #181818 !important;
}

.home6 .logos-cr {
  padding-top: 20px;
  min-height: 290px;
}

.home6 .logos-cr .col-lg-3 {
  width: 16.66666667%;
}

.home6 .title {
  color: #000000;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.home6 img {
  width: 170px !important;
}

#go-up {
  color: #181818;
  width: 100vw;
  text-align: center;
}

#go-up span {
  cursor: pointer;
  text-transform: uppercase;
}

.derechos {
  width: 326px;
  opacity: 0.4;
  color: #D8D8D8;
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.footer-p {
  line-height: 32px;
}

.footer-p a {
  color: #D8D8D8;
}


.footer-cr .fa-circle {
  color: transparent !important;
}

.utl-list-non-social {
  margin-top: -35px;
}

.logof {
  margin-left: 35px;
}

.iconic-shopping {
  background: url('images/cart.png') no-repeat;
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
}

.shopping-count {
  background-color: #D62133;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  margin: -20px 40px;
  z-index: 1000;
  position: relative;
}

.home1 .shopping-count {
  margin: -12px 12px;
}

.home1 .dropdown .btn {
  color: #FFFFFF;
  background-color: transparent;
}

.home1 .dropdown .fa.fa-angle-down {
  color: #D62133;
  font-size: 22px;
  display: block;
  float: right;
  margin: 0px -20px;
  position: relative;
  z-index: 999;
}

.home1 .navbar-nav.gray-link .dropdown-menu li a {
  color:  #1d1d1d;
  width: 100%;
  line-height: 53px
}

.home1 .navbar-nav.gray-link .dropdown-menu li a:hover {
  background-color: #F8F8F8;
}

.home1 .navbar-nav.gray-link .dropdown-menu li a:hover {
  border-color: transparent;
}

.home1 .navbar-nav.gray-link .btn:active, .home1 .navbar-nav.gray-link .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.home1 .dropdown-menu {
  right: -10px;
}

.header-space {
  height: 120px;
  position: relative;
}

#navfix2 .navbar-brand {
  margin-top: 0px !important;
}

.loader {
  background: rgba(255,255,255,1) !important;
}


.home .custom-select-trigger, .panel-control .custom-select-trigger {
  width: 146px !important;
}



/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  direction: ltr;
  max-width: 265px;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.datepicker table tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.datepicker table tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #e0e0e0;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #bdbdbd;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #bdbdbd;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #ffdb99 !important;
  border-color: #ffdb99 !important;
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffd280 !important;
  border-color: #ffd280 !important;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover {
  background-color: #ffd280;
  border-color: #ffa90a;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #ffa500;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #e0e0e0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f0c370 !important;
  border-color: #f0c370 !important;
  color: #000000;
  background-color: #f0c370;
  border-color: #e19a18;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #ebaf42;
  border-color: #aa7412;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f0c370;
  border-color: #e19a18;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f0c370;
  background-color: #000000;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #edb959 !important;
  border-color: #edb959 !important;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f0c370;
  border-color: #e19a18;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f0c370;
  background-color: #000000;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover {
  background-color: #edb959;
  border-color: #bc8114;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #ecb34b;
  border-color: #b37b13;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f0c370;
  border-color: #e19a18;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f0c370;
  background-color: #000000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
  color: #ffffff;
  background-color: #bdbdbd;
  border-color: #9e9e9e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #a4a4a4;
  border-color: #7f7f7f;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #bdbdbd;
  border-color: #9e9e9e;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #bdbdbd;
  background-color: #ffffff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #b0b0b0 !important;
  border-color: #b0b0b0 !important;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #bdbdbd;
  border-color: #9e9e9e;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #bdbdbd;
  background-color: #ffffff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover {
  background-color: #b0b0b0;
  border-color: #8a8a8a;
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #a9a9a9;
  border-color: #858585;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #bdbdbd;
  border-color: #9e9e9e;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #bdbdbd;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #03a9f4 !important;
  border-color: #03a9f4 !important;
  color: #ffffff;
  background-color: #03a9f4;
  border-color: #03a9f4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #0286c2;
  border-color: #027fb8;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #03a9f4;
  background-color: #ffffff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #0398db !important;
  border-color: #0398db !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #03a9f4;
  background-color: #ffffff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover {
  background-color: #0398db;
  border-color: #038dcc;
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #038dcc;
  border-color: #0286c2;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #03a9f4;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #e0e0e0;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #bdbdbd;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #03a9f4 !important;
  border-color: #03a9f4 !important;
  color: #ffffff;
  background-color: #03a9f4;
  border-color: #03a9f4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #0286c2;
  border-color: #027fb8;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #03a9f4;
  background-color: #ffffff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #0398db !important;
  border-color: #0398db !important;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #03a9f4;
  background-color: #ffffff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  background-color: #0398db;
  border-color: #038dcc;
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #038dcc;
  border-color: #0286c2;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #03a9f4;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #bdbdbd;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #e0e0e0;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #e0e0e0;
  border: solid #e0e0e0;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}



/*-----------------------------------*/

/* MEDIA < 480

/*-----------------------------------*/


.timeleftdanger {
  color: #AE1010;
}

@media all and (max-width:480px) {

  .footer-cr .fa-2x {
    font-size: 1.4em;
  }

  .utl-list-non-social {
    text-align: center;
  }

  .footer-cr {
    padding-top: 35px;
  }

  .footer-cr .page-header {
    margin-top: -25px;
    border-color: #333335;
    border-width: 2px;
  }

  .logof {
    margin-left: 0px;
  }

  .logof1 {
    float: right;
    /*margin-left: 30px;*/
    /*margin-right: 5px;*/
    margin-right: 30%;
  }

  .logof2 {
    float: left;
  }

  .footer-right {
    margin-top: -20px;
  }

  #go-down {
    top: 100vh;
  }

  .footer-right {
    width: 100%;
    text-align: center;
    /*margin-top: -157%;*/
  }

  .footer-left {
    width: 100%;
    text-align: center;
    /*margin-top: 60%;*/
  }

  .footer-left .logo {
    margin-bottom: 20px;
  }

  .derechos {
     width: auto;
  }

  .footer-cr ul li {
    margin-bottom: 15px;
  }

  .footer-cr .niccr {
    margin-top: 20px;
  }

  .home.pricesh {
    margin-left: -35px !important;
  }

  .panel-home {
    margin-bottom: 30px;
    transform: scaleY(1.1);
  }

  .panel-home .hprecio {
    opacity: 1;
    font-size: 32px;
    margin-top: 30px;
  }

  .panel-home .panel-body h3 {
    color: #FFFFFF;
    font-size: 35px;
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .panel-home .panel-body {
    border-color: #FFFFFF;
  }

  .panel-home .panel-body span + div span {
    opacity: 1;
    background-color: #FFFFFF;
    margin-top: 30px;

  }

  .pricesh .section p.tmb {
    margin-bottom: 50px;
  }

  .pricesh .row .row div:nth-child(odd) .panel-home {
    margin-left: 10px;
  } 

  .pricesh .row .row div:nth-child(even) .panel-home {
    margin-left: -10px;
  }

  .panel-home {
    width: 165px;
    height: 195px;
  }

  .panel-home .panel-body {
    height: 170px;
  }

  .panel-home .hprecio {
    margin-top: 0px !important;
  }

  .panel-home .panel-body span + div span {
     margin-top: 20px !important; 
  }

  .utl-search-home {
    height: 50px;
  }

  .utl-search-home, .utl-search-home::-webkit-input-placeholder {
      font-size: 12px;
  }

  .custom-select-trigger {
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
  }

  .custom-select-trigger::after {
    top: 55%;
    right: 8px;
    border-width: 6px;
  }

  .custom-select.opened .custom-select-trigger::after {
    right: 20px;
  }

  .utl-search-btn-home {
    height: 50px;
  }

  textarea.utl-search-home {
    width: 100% !important;
  }

  .iconic-shopping {
    width: 24px;
    height: 20px;
  }

  .price1 {
    margin-left: 7px;
  }

  .price2 + .price-fa {
    margin-left: 106px;
  }

  .price3 {
    margin-left: -14px;
  }

  .home1 .navbar-nav.gray-link li a.active, .btn-active {
    background-color: transparent;
    color: #3e9edb;
    border-bottom: 3px solid transparent;
    border-radius: 0px;
  }

  .home1 .navbar-nav.gray-link li a, .btn-active {
    height: 36px;
    line-height: 36px;
  }

  .utl-search-home {
    padding: 10px 10px;
    font-size: 15px;
  }

  .footer-cr .btn-active {
    margin: auto;
    margin-top: 40px;
  }

  .home5 {
    height: 130vh !important;
  }
}


/*-----------------------------------*/

/* MEDIA < 992

/*-----------------------------------*/


@media all and (max-width:992px) {

  .personalesbgmovil {
    position: absolute;
    width: 100vw;
    top: -120px;
    z-index: 1;
  }

  .multisearch-domain-input {
    width: 84.5%;
    margin-left: 30px;
  }

  .multisearch-domain-input + .search-domain-btn .utl-search-btn-home {
    width: 84.5% !important;
    margin-left: 30px;
  }

  .home .section {
    height: 100vh;
  }

  .home4 {
    height: 460px !important;
    padding-top: 40px !important;
  }

  .utl-text-sub-btn {
    text-align: center;
    margin-top: 20px;
  }

  .home .section p.tmb {
    height: auto;
    width: auto;
  }

  #busq {
     margin-top: 10px; 
  }

  .home3 {
    height: 125vh !important;
  }

  .new-des {
    height: 94px !important;
  }

  .home4 .row .col-lg-4 {
    margin-top: 80px;
    text-align: center;
  }

  .nuevo {
    width: 100px;
    margin: auto;
    padding: 10px;
    margin-bottom: 20px;
  }

  .personal-example-cr {
    height: auto; 
    width: auto;
    font-size: 52px;
  }

  .registrar-mi-dominio {
    margin: auto;
    margin-top: 35px;
  }

  .home5 img {
    width: 100%;
  }

  .home5 h3 {
    height: auto; 
    width: auto;
    font-size: 42px;
  }

  .home5 h3 + div span {
    margin-top: -20px;
  }

  .home5 .description1 {
    width: auto !important;
  }

  .home5 .description2 p {
    width: auto !important;
  }

  .home6 {
    height: 86vh !important;
    padding: 20px;
  }

  #go-up {
    width: auto;
  }

  .logos-cr .col-xs-6 {
    width: 50% !important;
    height: 135px;
  }

  .logos-cr .col-xs-12 {
    width: 100% !important;
  }

  .home6 img {
    width: 140px !important;
  }

  .home1 .navbar-brand {
    margin-top: 4px !important;
    margin-bottom: 0px;
    width: 80px !important;
    height: 50px;
    margin-left: 15px !important;
  }

  .utl-home {
    font-size: 18px!important;
  }

  .utl-home:first-child {
    padding-left: 25px!important;
  }

  .navbar {
    background-color: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
  }

  .navbar-toggle {
    border: 1px solid #FFF;
    margin-right: 10px;
    margin-top: 10px;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .home header .navbar {
    background-color: transparent;
    padding: 0px;
    height: 65px;
    padding-top: 5px;
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out; /* FF 4 */
    -webkit-transition: 1s ease-in-out; /* Safari & Chrome */
    -o-transition: 1s ease-in-out; /* Opera */
    margin-top: 0px !important;
  }

  .home header .navbar.inverse-color {
    background-color: #000;
    /*border-bottom: 1px solid #eee;*/
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out; /* FF 4 */
    -webkit-transition: 1s ease-in-out; /* Safari & Chrome */
    -o-transition: 1s ease-in-out; /* Opera */
  }

  .navbar-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-toggle {
    border: 1px solid #FFF;
    margin-right: 10px;
    margin-top: 10px;
    display: block !important;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .home header .navbar {
    background-color: transparent;
    padding: 0px;
    height: 65px;
    padding-top: 5px;
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    margin-top: 0px !important;
  }

  .visible-xs {
    display: block !important;
  }

  .home1 .navbar-nav.gray-link li a.active, .btn-active {
    background-color: transparent;
    color: #3e9edb;
    border-bottom: 3px solid transparent;
    border-radius: 0px;
  }

  .home1 .navbar-nav.gray-link li a, .btn-active {
    height: 36px;
    line-height: 36px;
  }

  .navbar-collapse {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    padding: 0px 40px;
    margin-top: -101vh;
    max-height: none !important;
    text-align: center;
  }

  .navbar-collapse .menu1 {
    padding: 20px 0px 0px 0px;
  }

  .navbar-collapse .menu1 .fa {
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
    color: #FFFFFF;
  }

  .home .navbar-nav.gray-link li a {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .home .navbar-nav.gray-link li a::before {
    content: " ";
    width: 25px;
    height: 1px;
    background-color: #3b88ad;
    position: absolute;
    top: 50px;
    left: 45%;
  }

  .home .navbar-nav.nav-inline.gray-link li a {
    width: 30px !important;
  }

  .home .navbar-nav.nav-inline.gray-link li a.no-a {
    pointer-events: none;
  }

  .home .navbar-nav.nav-inline.gray-link li {
    width: 30px;
    float: left;
  }

  .home .navbar-nav.nav-inline li a::before {
    display: none;
  }

  .home .navbar-nav.nav-inline {
    display: inline-block !important;
    margin-top: -10px;
    width: 100px;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 6px;
  }

  .home .navbar-nav.nav-inline::before {
    content: " ";
    width: 25px;
    height: 1px;
    background-color: #3b88ad;
    position: absolute;
    margin-top: 50px;
    left: 38%;
  }

  .navbar-nav.gray-link li a {
    width: 250px !important;
    margin-bottom: 2px;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .userinfo {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .userinfo .col-xs-6 {
    padding: 0px 5px;
  }

  .userinfo a {
    display: block;
    background-color: transparent;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border: none;
    margin-right: 3px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 20px;
  }

  .userinfo a:hover, .userinfo a:focus, .userinfo a.active {
    /*border: 1px solid #D62133;*/
  }

  .socialinfo {
    margin-top: -100px;
    text-align: center;
  }

  .socialinfo .page-header {
    margin-top: 100px;
    border-color: #3d3d3e;
    border-width: 2px;
    margin-bottom: 0px;
  }

  .socialinfo ul {
    list-style: none !important;
    width: 100%;
    text-align: center;
    display: flex;
  }

  .socialinfo li {
    /* float: left; */
    position: relative;
    margin: auto;
  }

  .socialinfo .fa-circle {
    color: transparent !important;
  }

  .socialinfo .fa-2x {
    font-size: 1.8em;
  }

  .django-bar .navbar-header, .angular-bar .navbar-header {
    margin-top: 30px;
  }

  .home1 {
    background-size: 400% !important;
  }

  .home1 h1 {
    font-size: 45px;
    margin-top: 150px;
    margin-bottom: -100px;
  }

  .home1 .price {
    width: 100%;
    font-size: 14px;
  }

  .home1 .price-fa {
    margin-left: 113px;
    margin-top: -18px;
    font-size: 5px;
  }

  .search-domain-input {
    width: 60% !important;
    margin: 0px;
    padding-left: 15px;
  }

  .search-domain-select {
    width: 40% !important;
    margin: 0;
    padding-right: 15px;
    float: right;
  }

  .shopping-cart .search-domain-btn {
    padding: 0px !important;
  }

  .utl-search-btn-home {
    width: 100% !important;
    margin-top: 20px;
  }

  .navbar {
    background-color: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
  }

  .search-domain-btn {
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px 0px 15px;
    display: block !important;
    margin-top: 10px;
  }

  .custom-select-trigger {
     width: 100% !important; 
  }

  .custom-select {
    display: block!important;
  }
  .custom-select-wrapper {display: block!important;}
  .custom-select-wrapper select {display: none!important;}

  .hidden-inm {
    display: none;
  }

  .slick-next {
    right: -25px !important;
  }

  .slick-prev {
    left: -25px !important;
  }

  .home5 {
    padding: 20px;
  }

  .checkout-complete {
    height: auto;
    width: auto;
  }
}


























