/* Definición tipos */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,500italic,700italic);

/* Estructura website */
* {
    margin:0;
    padding:0;
}

body {
    font-family:'Ubuntu',Arial, Helvetica, sans-serif;
    font-size:11px;	
    color:#838383;
    background-color:#FFF;
    text-align: center;
    line-height:normal;
}

#wrapper{ position:relative;}
#head{
    width:952px;
    height:70px;
    margin:0 auto;
    color:#FFF;
    font-family: 'Ubuntu', verdana, arial;	
    clear: both;
}
#prehead{
    width:952px;
    margin:0 auto;
    font-family: 'Ubuntu', verdana, arial;
    font-size:13px;
}
.cmayorista{
    float:left;
    margin-top: 11px;
}
.preheadloged img{
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.ccontactheader{
    color:#666666;
    display: inline-block;
}
.ccontactheader > a, .ccontactheader > img {
    float: left;
}
#prehead{
    padding-top:14px;
    padding-bottom:2px;
    border-bottom:1px dotted #d5d5d5;
}
#prehead img{
    margin-right:13px;
    margin-left:13px;
}
#prehead #iconUser {
    margin-top: 1px;
}
.mlp5 {
    margin-left: 5px;
}
.mtp3 {
    margin-top: 3px;
}
.mtp18 {
    margin-top: 18px;
}
.contactheaderborder{
    margin-top:6px;
    border-bottom:1px dotted #d5d5d5;
}
.cagencyname {
    float: right;
    height: 15px;
    margin-left: 8px;
    font-size: 13px;
}
.cagencyname {font-size:14px;color:#4188c7;}
.cagencyname_options {
    min-width: 80px;
    text-align: right;
    padding-right: 5px;
    margin-left: 8px;
    font-size: 13px;
    color: #4188c7!important;
    cursor: pointer;
}
.cagencyname_options:hover {
    text-decoration: underline;
}
.csocial{
	float:right;
}
.csocial .icon{
	float:left;
	margin:0px 7px;
	width:22px;
	height:22px;
}
.csocial .fb{
	background:url(../../img/JB/icons/social_fb.png) top left no-repeat;	
}
.csocial .tw{
	background:url(../../img/JB/icons/social_tw.png) top left no-repeat;	
}
.csocial .blog{
    width: 24px;
    background:url(../../img/JB/icons/social_blog.png) top left no-repeat;
}
.csocial .icon:hover{
	opacity:0.7;	
}

.clear{
    clear:both;
}
.logo{
    float: left;
    width: 250px;
    height: 60px;
    margin: 5px 0 0 0;
    background: url(../../img/JB/jumbobedIcon.png) 0 0 no-repeat;
    background-size: 245px;
    cursor: pointer;
}
.profile{float:right; width:158px; height:30px; background-color:#999999; border-radius:0px 0px 10px 10px; padding-top:10px;}
.login{float:right; width:158px; height:30px; background-color:#4188c7; border-radius:0px 0px 10px 10px; margin-left:4px; padding-top:10px;}

/** agency markup **/
.active_agency_markup, .disactive_agency_markup {
    min-width: 251px;
    margin-left: 20px;
    margin-right: 0px;
    clear: both;
    float: right;
    text-align: right;
    position: absolute;
    margin-left: 700px;
    margin-top: 20px;
}

/** Menu header */
#nav_menu{ width:100%; height: 35px; text-align: center; background-color: #4188c7;}
#nav_menu_content{ width:952px; height: 35px; background-color: #4188c7; margin-left: auto; margin-right: auto;}
#nav_menu_content ul{padding-left: 0px; list-style: none !important; width: 100%; height: 35px;}
#nav_menu_content ul li{float:left; color: #fff;  width: 130px; min-height: 25px;}
#nav_menu_content ul li a{height:26px; vertical-align: middle !important; font-size: 14px; color: #fff; text-transform: uppercase; float: left; text-align: center; width: 100%; padding-top: 9px; }
#nav_menu_content ul li a:hover{color:#fff;}
#nav_menu_content ul li.separator { padding-top: 9px; }
#nav_menu_content ul li:not(.separator) { width: auto; min-width: 110px; padding-left: 10px; padding-right: 10px; cursor:pointer; }
#nav_menu_content ul li:not(.separator):hover, #nav_menu_content ul li.selected { background: rgba(0, 0, 0, 0.3);}
#nav_menu_content ul .separator{ width:5px; text-align: center;}

#nav_menu #nav_menu_content ul > li.menuPaw {
    position: relative;
    display: inline-block;
}

#nav_menu #nav_menu_content > ul > li.menuPaw > .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #4188c7;
    border: 1px solid #ccc;
    border-radius: 0;
    z-index: 1000;
}

#nav_menu #nav_menu_content > ul > li.menuPaw:hover .submenu {
    display: block;
    height: auto;
    width: 220px;
}

#nav_menu #nav_menu_content > ul > li.menuPaw > .submenu li {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    white-space: nowrap;
    width: 195px;
    min-height: 16px;
    text-align: left;
    display: flex;
    align-items: center;
}

#nav_menu #nav_menu_content > ul > li.menuPaw > .submenu li:last-child {
    border-bottom: none;
}

#nav_menu #nav_menu_content > ul > li.menuPaw > .submenu li a {
    text-decoration: none;
    color: #333;
}

#nav_menu #nav_menu_content > ul > li.menuPaw > .submenu li a:hover {
    background-color: #f0f0f0;
}

#nav_menu #nav_menu_content > ul > li.menuPaw > .menu > li:hover .submenu {
    display: block;
}



#main_content{
    position:relative;
    width:952px;
    margin-left:auto; margin-right:auto;
    padding:22px 0px 50px 0px;
    text-align:center;
    display:inline-block; 
}

.capartado{
    text-align:left!important;
}

#footer1{	
    float:left;
    width:100%;
    height:69px;
    margin:0 auto;
    background-image:url(../../img/JB/structure/bg_footer1.jpg);
    background-repeat:repeat-x;
}

#footer2 {
    float:left;
    width:100%;
    min-height:45px;
    margin:0 auto;
    background: #f8f8f8;
    font-size: 12px;
    padding: 14px 0;
}

.iso_27001, .biosphere {float: left; position: relative; left: 0%; height: 63px; margin-top: -6px; margin-bottom: 6px;}
.biosphere{margin-left: 10px;margin-right: -55px;}

#footer2 .footer-nav-2 ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none outside none;
}

#footer2 .footer-nav-2 ul li {
    padding: 8px 12px;
}

#footer2 .footer-nav-2 hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ABAAAA;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#footer2 .footer-nav-2 .company_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer2 .footer-nav-2 .company_info .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 8px;
}

#footer2 .footer-nav-2 .company_info .info p {
    padding: 0;
    margin-bottom: 4px;
}

#footer2 .footer-nav-2 .company_info .images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 8px;
    margin-top: 8px;
}

#footer2 .footer-nav-2 .company_info .images img {
    height: 30px;
    margin: 0 6px;
    float: none;
}

#footer2 .footer-nav-2 .company_info .images p {
    padding-left: 8px;
}

#footer2 .footer-nav-2 .info span.ml-1.mr-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    div#footer2 nav.footer-nav-2 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .625rem;
    }
    div#footer2 nav.footer-nav-2 ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    div#footer2 nav.footer-nav-2 ul {
        flex-direction: column !important;
        align-items: center !important;
    }
    div#footer2 nav.footer-nav-2 ul li {
        padding: 12px;
    }
}


.fmenu1{ margin-top:25px; 	font-family: 'Ubuntu', verdana, arial; font-size:14px; color:#999999;}
.fmenu1 span {padding: 0 6px;}
.fmenu2{ margin-top:12px; font-family:'Ubuntu',Arial, Helvetica, sans-serif; font-size:11px; color:#999999;width: 952px;margin-left: auto;margin-right: auto;}

.ccontactheader a{
    color:#838383;
}

.breadcrumb{width:100%; text-align:left; font-size:11px; color:#838383;border-top:1px solid #e9e9ea;border-bottom:1px solid #e9e9ea;}
.breadcrumb > .innerbreadcrumb{ margin-top:1px; margin-bottom:1px; background-color:#e9e9ea; padding-top:10px; padding-bottom:10px;}
.breadcrumb > .innerbreadcrumb > .container{ width:952px; margin:auto;}
.cinnerbreadcrumb{
    margin-top:1px;
    margin-bottom:1px;
    background-color:#e9e9ea;
    padding-top:12px;
    padding-bottom:12px;
}
.ccontainer {
    margin: auto;
    width: 952px;
}
.link_breadcrumb{color:#838383;}
.link_breadcrumb:hover{color:#000;}
.breadactive{color:#F36C25;}
.color{color: #F36C25 !important;}

.stitularapartado{
    color: #4188c7;
    font-size:18px;
    font-weight:bold;
}
.capartado p{
    font-size:13px;
    line-height: 18px;
    text-align:justify;
}
.cconditions p {
    float: left;
    clear:both;
}
.marghead{
    margin-left:6px;
    margin-right:6px;
}
.ninput{
    font-size:13px;
    border:1px solid #cccccc;
    padding:2px;
}
.notification_content {
    float: left;
    min-width: 50px;
}
.notification_content > a.mlp5 {
    float: left;
}

.wishlist_content {
    float: left;
    min-width: 80px;
    text-align: left;
    white-space: nowrap;
    display: block;
}

.wishlist_content > a.wishlist {
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu', verdana, arial;
    font-size: 13px;
    text-indent: 4px;
    margin-left: 5px;
    color: #444444;
}


.wishlist_content > a.wishlist > i {
    color: #F36C25;
}
    
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.lheadayuda{
    display:inline-block;
    width: 57px;
    text-align:left;
    background-image:url(../../img/JB/icons/help.png);
    background-repeat:no-repeat;
    background-position:right center;
    height:13px;
}
.lheadcerrar{
    display:inline-block;
    width: 99px;
    text-align:left;
    background-image:url(../../img/JB/close.png);
    background-repeat:no-repeat;
    background-position:right center;
    height:13px;
}
.fs14{
    font-size:14px;
}
.clinkshead{
    float:right;
    margin-top: 24px;
}
.headlinkstyle{
    border:1px solid #dcdcdc;
    display:inline-block;
    margin-left: 25px;
    color: #4188c7;
    padding:3px;
}

.headlinkstyle span{
    display:inline-block;
    padding-left:14px;
    padding-right:14px;
    padding-top:6px;
    padding-bottom:6px;
    background-color:#e0e0e0;
}
.headlinkstyle span span{
    padding:0px;
    color:#666;
    font-style:italic;
    margin-right:10px;
}

.clinkshead a{
    border:1px solid #dcdcdc;
    display:inline-block;
    margin-left: 25px;
    color: #4188c7;
    padding:3px;
}
.headlinkstyle a{
    border:0px;
    display:inline-block;
    margin-left:4px;
    margin-right:4px;
    padding:0px;	
}
.clinkshead a span{
    font-size: 11px;
    text-transform: uppercase;
    display:inline-block;
    padding-left:14px;
    padding-right:14px;
    padding-top:3px;
    padding-bottom:5px;
    background-color:#e0e0e0;
}

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

.caccounthead{
    float:right;
    margin-top: 38px;
}
.caccounthead a{
    font-size:13px;
    margin-left:20px;
}
.stitular2{
    font-size:14px;
    color: #4188c7;
    text-transform:uppercase;
    font-weight:500;
}
.stitular3{
    font-size:12px;
    color: #4188c7;
    text-transform:uppercase;
    font-weight:500;
}
.textright{
    text-align:right;
}
.textcenter{
    text-align:center;
}
.textsub{text-decoration:underline;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.valignmid{vertical-align:middle}
.uppercase{text-transform:uppercase;}
.hidden{display:none;}
.tcondition {width:100%; float: left; clear: both; font-size: 14px; text-transform:uppercase; margin-top:15px; margin-bottom:4px;}
.tcondition2 {font-size:18px; margin-bottom:-4px; margin-top:20px;}
.tcondition_list {float:left; clear:both; margin-left: 20px; margin-top: 4px; margin-bottom: 5px;}

div#loadingLayer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../img/JB/structure/blank.png) repeat;
    z-index: 99999;
    left: 0px;
    top: 0px;
}

div#loadingLayer > div#loading {
    top: 36%;
    left: 42%;
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../../img/JB/structure/loading.gif) no-repeat;
}
.left_layer{
    float: left;
    margin-top: -6px;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* Estilos enlaces */
.link_sty1{ font-size:13px; color:#FFF; text-decoration:none; }
.link_sty1:hover{color:#000;}
.link_sty2{color:#999999; text-decoration:none; }
.link_sty2.active{color:#000; text-decoration:none; font-weight: 600; cursor: auto}
.link_sty2:hover{color:#000;}
.link_sty3{color:#999999; text-decoration:none; }
.link_sty3:hover{color:#000; cursor: pointer}
.link_sty3.active{color:#000; text-decoration:none; font-weight: 600; cursor: auto}
a{text-decoration:none;}
.caccounthead a:hover {color:black!important;}
.ccontactheader a:hover {color:black!important;}
.headselected span,.clinkshead a span:hover{color:white!important;background-color:#999999!important;}
.headselectedcorporativo span,.clinkshead a span:hover{color:#999999;background-color:#e0e0e0;}
.clinkshead a span.selected{color:#FFF;background-color:#4188c7;font-weight:bold;padding-top: 6px;padding-bottom: 6px;}
.clinkshead a span.selected:hover{color:#FFF;background-color:#4188c7;}

/* Language */
#language_menu {float: right; min-width:100px; display:block; margin-right: 15px;}
#language_menu_2 {float: left; min-width:80px; display:block; margin-right: 5px;}
#languages {
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-left: 25px;
    position: relative;
    font-family: 'Ubuntu', verdana, arial;	
    font-size:13px;
}
#language_menu_2 #languages {line-height: 18px; margin-left: 5px;}
#language{color:#F36C25;  }
#language:hover{color:#444444;}
#list_languages {
    background: url("../../img/JB/home/bg_languages.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: none;
    padding-top: 12px;
    position: absolute;
    top: 44px;
    width: 134px;
    z-index: 20;
    margin-left: 3.6%;
}
#language_menu_2 #list_languages  {top: 24px; margin-left: 2.3%; }
#list_languages .fa-caret-down:before {
    content: "";
}
#list_languages .fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: 'Ubuntu', verdana, arial;	
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
#list_languages ul {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 132px;
}
#list_languages ul li {
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #444444;
    list-style: none outside none;
    padding: 7px 16px;
}
#list_languages ul li:hover{
    background-color:#4188c7;
    color:#FFFFFF;
}

/* Utilities */
#utility_menu {float: left; min-width:70px; display:block; margin-right: 5px;}
#utility {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    font-family: 'Ubuntu', verdana, arial;	
    font-size:13px;
}
#utilities {
    background: url("../../img/JB/home/bg_languages.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: none;
    padding-top: 12px;
    position: absolute;
    top: 43px;
    min-width: 134px;
    z-index: 20;
    margin-left: 4px;
}
#utilities ul {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 132px;
    width: 100%;
}
#utilities ul li {
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #4188c7;
    list-style: none outside none;
    padding: 1px 1px;
}
#utilities ul li:hover{
    background-color:#4188c7;
    color:#FFFFFF;
}
#utilities ul li a {
    padding: 7px 1px;
    width: 100% !important;
    display: block;
}
#utilities ul li:hover > a, #utilities ul li > a:hover {
    color: #FFF!important;
}

/** Search Hisotry **/
#searchhistory_content{display:inline-block; float: right; color: #444444; position: relative;top: -6px;}
#searchhistory_content > #searchhistory_link{float: left; cursor: pointer; font-family: 'Ubuntu', verdana, arial; font-size:13px; text-indent: 4px; margin-left: 2px;}
#searchhistory_content > #layer-searchhistories {position: absolute;display: block;}
#searchhistory_content > a.mlp5 {float: left;font-size: 13px;}
    
/* Countries */
#country_menu{float: right; min-width:100px; display:block; margin-right: 15px;}
#country_menu #countries {
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-left: 25px;
    position: relative;
    font-family: 'Ubuntu', verdana, arial;	
    font-size:13px;
}
#country_menu .fa-caret-down:before {
    content: "";
}
#country_menu .fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: 'Ubuntu', verdana, arial;	
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
#country_menu #country{color:#4188c7;  }
#country_menu #country:hover{color:#4188c7; color:#000000; }
#country_menu #list_countries {
    background: url("../../img/JB/home/bg_languages.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: none;
    padding-top: 12px;
    margin-left: 2.3%;
    position: absolute;
    top: 38px;
    width: 134px;
    z-index: 20;
}
#country_menu #list_countries ul {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 132px;
}
#country_menu #list_countries ul li {
    border-bottom: 1px solid #ccc;
    color: #4188c7;
    list-style: none outside none;
    padding: 7px 16px;
}
#country_menu #list_countries ul li:hover{
    background-color:#4188c7;
    color:#FFFFFF;
}

/** Datepicker button **/
img.ui-datepicker-trigger {
    height: 25px;
    width: 22px;
    content: url(../../img/JB/icons/calendar.png);
    cursor: pointer;
    margin-top: 3px;
}

button.ui-datepicker-trigger {
    border: none;
    background: none;
    cursor: pointer;
    height: 23px;
    width: 22px;
    float: left;
    margin-top: 5px;
}

button.ui-datepicker-trigger i.calendar-picker {
    height: 23px;
    width: 22px;
    content: url(../../img/JB/icons/calendar.png);
}

.tranferDates .date button.ui-datepicker-trigger {
    float: right;
}

/** agency markup **/
.tabActiveAgencyMarkup, .tabDisactiveAgencyMarkup {
    border:1px solid #d3d3d3;
    float:right;
}
.tabActiveAgencyMarkup div, .tabDisactiveAgencyMarkup div {
    margin: 2px;
    padding: 3px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #d3d3d3;
    text-transform: uppercase;
    cursor: pointer;
}
.tabActiveAgencyMarkup div {
    background-color: #F36C25;
    color: #FFFFFF;
}

.tabActiveAgencyMarkup div:hover {
    background-color: #4188c7;
}

.tabDisactiveAgencyMarkup div {
    background-color: #cccccc;
    color: #434244;
}
.active_agency_markup > span {
    cursor: pointer;
    color: #F36C25;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.disactive_agency_markup > span {
    cursor: pointer;
    color: #838383;
}

/** loading layer - small **/
.layer-loading-small-content {float: left;width: 100%;height: auto; /*background-color: #f0f0f0;*/}
.layer-loading-small {margin: 30px auto 15px 42%; width: 60px; height: 60px; position: relative;}
.layer-loading-small .sk-circle {width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.layer-loading-small .sk-circle:before {content: ''; display: block; margin: 0 auto; width: 15%; height: 14%; background-color: #4188c7; border-radius: 22%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;}
.layer-loading-small .sk-circle2 {-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg); transform: rotate(30deg);}
.layer-loading-small .sk-circle3 {-webkit-transform: rotate(60deg);-ms-transform: rotate(60deg); transform: rotate(60deg);}
.layer-loading-small .sk-circle4 {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg); transform: rotate(90deg);}
.layer-loading-small .sk-circle5 {-webkit-transform: rotate(120deg);-ms-transform: rotate(120deg);transform: rotate(120deg);}
.layer-loading-small .sk-circle6 {-webkit-transform: rotate(150deg);-ms-transform: rotate(150deg);transform: rotate(150deg);}
.layer-loading-small .sk-circle7 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.layer-loading-small .sk-circle8 {-webkit-transform: rotate(210deg);-ms-transform: rotate(210deg);transform: rotate(210deg);}
.layer-loading-small .sk-circle9 {-webkit-transform: rotate(240deg);-ms-transform: rotate(240deg);transform: rotate(240deg);}
.layer-loading-small .sk-circle10 {-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);}
.layer-loading-small .sk-circle11 {-webkit-transform: rotate(300deg);-ms-transform: rotate(300deg);transform: rotate(300deg);}
.layer-loading-small .sk-circle12 {-webkit-transform: rotate(330deg);-ms-transform: rotate(330deg);transform: rotate(330deg);}
.layer-loading-small .sk-circle2:before {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.layer-loading-small .sk-circle3:before {-webkit-animation-delay: -1s;animation-delay: -1s;}
.layer-loading-small .sk-circle4:before {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.layer-loading-small .sk-circle5:before {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
.layer-loading-small .sk-circle6:before {-webkit-animation-delay: -0.7s;animation-delay: -0.7s;}
.layer-loading-small .sk-circle7:before {-webkit-animation-delay: -0.6s;animation-delay: -0.6s;}
.layer-loading-small .sk-circle8:before {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}
.layer-loading-small .sk-circle9:before {-webkit-animation-delay: -0.4s;animation-delay: -0.4s;}
.layer-loading-small .sk-circle10:before {-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}
.layer-loading-small .sk-circle11:before {-webkit-animation-delay: -0.2s;animation-delay: -0.2s;}
.layer-loading-small .sk-circle12:before {-webkit-animation-delay: -0.1s;animation-delay: -0.1s;}
@-webkit-keyframes sk-circleFadeDelay {0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }
@keyframes sk-circleFadeDelay {0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; }}

/* AUTOCOMPLETE - NOT CUSTOM */
ul.ui-autocomplete.no-custom {text-align: left;}

/* External link*/
.external_link { color: #4188c7!important; }

/* Booking Modification */
.booking_modification_message {width: auto; height: auto; font-family: 'Ubuntu',Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; background-color: #80be01; cursor: default; border-radius: 5px; padding: 4px 11px; margin-left: 272px; position: absolute; top: 81px;}

/** ToolTip **/
.tooltip_layer {
    min-height: 30px; 
	position:absolute!important;
	border:3px solid #4188c7;
	border-radius:4px;
	background-color:white;
	z-index:99999;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.58);
    -moz-box-shadow:    0px 0px 11px rgba(0, 0, 0, 0.58);
    box-shadow:         0px 0px 11px rgba(0, 0, 0, 0.58);
    min-width: 510px;
    /*max-width: 900px;*/
    max-width: 600px;
    padding: 1px;
    display:none;
}
.tooltip_layer .tooltip_body {
    text-align:justify;
	font-size:0.7rem;
    line-height: 1rem;
	padding:5px;
    color: #838383;
    text-transform: none;
}
.tooltip_layer .tooltip_arrow {
    float: right;
    position: absolute;
	right: 2px;
    top: -11px;
    height: 0px;
    width: 0px;
    border-color: transparent transparent #4188c7 transparent;
    border-style: solid;
    border-width: 0px 7px 9px 7px
}

/** Audio guide city link **/
.capartado p span b, .capartado p b span {
    color: black !important;
}

.capartado p span {
    color: #838383 !important;
}

/* timepicker */

.ui-timepicker .ui-widget-header {
    background: #F36C25;
    color: #ffffff;
    line-height: 2.25em;
    border-radius: 0;
    border: 1px solid #CA4C09;
}

.ui-timepicker .ui-timepicker-table td a {
    padding: 4px 8px;
}