.no-border {
    border: 0;
    box-shadow: none;
}
button.ficha-btn:hover {
    background: #389eda !important;
    color: white !important;
}
.pad0{
    padding: 0 !important;
}
.mar0{
    margin: 0 !important;
}
.ui-autocomplete-loading{
    background: white url("{{asset('bundles/lobees/img/ajax-loader.gif')}}") right center no-repeat !important;
    background-size: 25px 25px !important;
}
.pointer{
    cursor: pointer !important;
}
p.postlinks{
    margin-bottom: 2%
}
.checkfull a{
    color: #389eda !important;
    padding: 1%;
}
#cookiesframe, .hide{
    display: none;
}
.errorflash{
    padding-top: 2%;
    font-size: 14px;
    color: red;
}
.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
}
button.act-btn {
    background: #379ed8 !important;
    border: none !important;
    margin-bottom: 5% !important;
    /* padding: 1% !important; */
}

button.act-btn:hover{
    color:white !important;
}
img.thumbnail-avtr {
    width: 40px;
    border-radius: 25px;
}
#busymodal{                
    width: 20%;
    margin-left: 50%;
    margin-top: 25%;
}
div#flashnotice {
    margin-top: 5%;
    width: 50%;
    margin-left: 25%;
}
a.showlink{
    color: dodgerblue !important;
    font-size: 15px;
}
#acerca a{
    color: #007bff !important;
}
.bluetext {
    color: #23b0f6 !important;
}
.bluebutton{
    line-height: 18px;
    min-width: 135px;
    background: #68c2f5;
    border: none;
    color: white;
    padding: 3px;
    border-radius: 5px;
}
.contentblock li {
    list-style: inherit;
}
.contentblock ol, .contentblock ul {
    margin-left: 3%;
    color: #8d8c8c;
}
.textcontent{
    margin: 0.5em 0 0.4em 0;
    line-height: 21px;
    font-size: 15.5px;
    color: #8d8c8c;
}
/* for those where a turn text to white */
a.normal{
    color: #0056b3 !important;
}

/* star rating for feedback */

xmp{
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.rating {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  width: auto;
  height: 30px;
}

.rating > input {
  opacity: 0;
  margin-right: -100%;
}

.rating > label {
  position: relative;
  display: block;
  float: right;
  background: url("{{asset('bundles/app/upplus/images/star-off-big.png')}}");
  background-size: 30px 30px;
}

.rating > label:before {
  display: block;
  opacity: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: url("{{asset('bundles/app/upplus/images/star-on-big.png')}}");
  background-size: 30px 30px;
  transition: opacity 0.2s linear;
}

.rating > label:hover:before,  .rating > label:hover ~ label:before,  .rating:not(:hover) > :checked ~ label:before { opacity: 1; }

/* rating */

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* default a tag will have this */

button.ficha-btn:hover a.default {
    color: #389eda !important;
}

.clr-black{
    color: black !important;
}
.secmenu li{
    background: #377dff;
}

li.nav-menu {
    line-height: 2;
    font-size: 20px;
    font-weight: 600;
}
 .modal.left .modal-dialog {
      position:fixed;
      left: 0;
      margin: auto;
      width: 320px;
      height: 100%;
      -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content {
      height: 100%;
      overflow-y: auto;
  }

@media (max-width:480px)  { /* smartphones, Android phones, landscape iPhone */
    .pri-menu li {
        font-size: 11px;
    }
    .registeraction{
        margin-left: 3%;
    } 

    .registeraction a{
        width: 100%;
    }

    #cookiesframe, .hide {
        z-index: 999;
        position: fixed;
        margin-top: 10%;
    }

    .movil-none, .movil-hide {
        display: none !important;
    }

    .ficha-detalle {
        padding: 0 1em !important;
    }
    .mob-text-center{
        text-align: center;
    }

    .selector-page ul li + li {
     margin-left: 10px;
    }
    .selector-page ul li {
     text-align: center;
     display: inline-block;
     max-width: 250px;
    }

    .selector-page ul {
     list-style: none;
     display: inline-block;
     white-space: nowrap;
    }
    .selector {
     max-width: 100%;
     overflow-x: scroll;
     width: 100%;
     display: block;
    }
    ::-webkit-scrollbar {
        display: none;
    }

    /*front headder menu alighnment*/
    li.list-inline-item {
        margin-right: 0 !important;
    }
}

/*only desktop not in mobile*/

@media (min-width:480px)  {
    .pad-d0{
        padding: 0 !important;
    }
    .mar-d0{
        margin: 0 !important;
    }
    .desktop-hide {
        display: none !important;
    }
    #mobileMenu{
      width : 23.4375rem;
    }
}