body, html {
    margin:0;
    padding:0;
    height: 100%;
}
body {
    background-color:#f3f7fa;
    font-family: Poppins,sans-serif;
    padding: 20px;
}
.fright {
    float: right;
}
input, button {
    font-family: 'Poppins';
}
.main {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
}
.table {
    display: table;
    width: 100%;
    border-spacing: 10px;
}
.table-row {
    display: table-row;
    width: 100%;
    height: 100%;
}
.wfix {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;    
}
.table-cell {
    display: table-cell;
    vertical-align: top;
}
ul {
    margin: 0;
    padding: 0; 
} 
/* start pnav */
.logoAccesoweb {
    transition:all .2s;
    display: inline-block; 
    vertical-align: middle;
}
.desktop .btn_menu {
    display:none;
}
.bg_menu {
    display:none;
}
.logoAccesoweb img {
    height:40px;
}
.toppage {
    height: 85px;
    background: #5134eb;
    color:#FFF;
    border-radius: 15px;
    /*
    border-bottom: 1px solid #DDD;
    */
}
.toppageTitle {
    height: 85px;
    line-height: 85px;
    padding-left: 30px;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
} 
.center {
    text-align:center;
}
.user_menu {
    position: absolute;
    right: 0;
    height: 85px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index:100;
}
.inline_item {
    height: 85px;
    display: flex;
    align-items: center;
}
.user_menu .inner_img {
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    position:relative;
}
.user_menu .inner_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
.user_menu .suc_name {
    vertical-align: middle;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px;
    max-width: 80px;
    line-height: 1.2;
    font-size: 15px;
}
.user_menu .suc_arrow {
    vertical-align: middle;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px;
}
.user_menu .suc_arrow span {
    font-size: 25px;
    background: #FFF;
    color: #777;
    height: 25px;
    line-height: 25px;
    padding: 0;
    font-size: 13px;
    display: block;
    width: 25px;
    text-align: center;
    border-radius: 20px;
    margin-right: 15px;
}
.inline_item .lnr {
    font-size: 30px;
    line-height: 85px;
}
.inline_item a {
    text-decoration: none;
}
/* width */

#pnav {
    overflow: visible;
    list-style: none;
    margin-top: 70px;
    max-height: calc(100% - 170px);
    overflow: auto;
    margin-top: 0;
}
/*
#pnav:hover {
    overflow: auto;
}
*/
#pnav::-webkit-scrollbar {
    width: 5px;
    transition:opacity .2s;
}
/* Track */
#pnav::-webkit-scrollbar-track {
    background: #181C32;
}

/* Handle */
#pnav::-webkit-scrollbar-thumb {
    background: #673ab7;
    border-radius: 5px;
}

/* Handle on hover */
#pnav::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
#pnav > li {

}
#pnav > li.open.submenu {
    /*border-left: 4px solid #3367d6;*/
}
#pnav > li.open > a {
}
/*
.navlat > div {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}
*/
#pnav li.submenu:not(.open) ul {
    display: none;
}
li.submenu > a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
li.submenu > a:before {
    width: 12px;
    height: 13px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    color: #fff;
    font-size: 12px;
}
h3 {
    font-weight: 500;
}
/*
li.submenu:not(.open) > a:before {
    content: "▼";

}
li.submenu.open > a:before {
    content: "▲";
}
*/

#pnav > li > a {
    color: #b1b2ba;  
    padding: 0 10px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: left;
    margin: 5px 35px;
    /* background: #4c32dc; */
    border-radius: 10px;
    transition:all .25s;
    height: 45px;
    line-height: 45px;
    font-size:15px;
    padding-left:20px;
    transition:color .2s;
}
#pnav > li > a > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    transition:color .2s;
}
#pnav > li > a > .lnr {
    font-size: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    color:#5d606f;
    transition:color .2s;
}
#pnav > li > a:hover .lnr, #pnav > li > a:hover span {
    color:#FFF;
}
#pnav > li > a.activo {
    background: rgb(81,52,234);
    background: linear-gradient(180deg, rgba(81,52,234,1) 0%, rgba(70,47,199,1) 100%);
}
#pnav > li > a.activo .lnr, #pnav > li > a.activo span{
    color:#FFF;
}
#pnav > li > a > img {
    display: inline-block;
    margin: 0px 12px;
    vertical-align: middle;
}
#pnav > li.open > a {
/*
    border-bottom: 1px solid #e6e6e6;
*/
}

/* subnav */
#pnav ul li a {
    display: block;
    color: #333;
    padding: 10px 20px 10PX 35PX;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    /* border-top: 1px solid #e6e6e6;*/
}


#pnav ul li:first-child a {
    border-top:none;
}
#pnav > li > a > .fas, #pnav > li > a > .far, #pnav > li > a > .fa {
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    text-align: center;
}
#pnav ul li a.activo {
    /* background: #191919; */
    color: #3367d6;
}



.hidde {
	display: none;
}
/*
#pnav ul li,
#pnav ul li a > .fas {
    margin-right: 8px;
}
*/
#pnav li.activo ul { 
/*    border-left:2px solid #ff008f;*/
}
#pnav ul { 
    padding: 15px 0;
    list-style: none;
    /* border-left: 1px solid #929292; */
    position: absolute;
    top: 0;
    left: 135px;
    background: #FFF;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
}
/* subnav end */
.navlat {
    background: #181C32;
    height: 100%;
    width: 270px;
    /* position: fixed; */
    height: 100%;
    font-size: 80%;
    transition: all .2s;
    z-index: 10;
    border-radius: 15px;
    position: fixed;
    /*height: 680px;*/
    max-height: 90%;
}
.minimized .navlat{
	width: 70px;
}
.minimized #pnav > li > a > span {
    display: none;
}
.minimized #pnav > li:hover > ul, .minimized #pnav > li:hover > a span {
	display: block;
}
.minimized #pnav > li:hover > a > span {
	position: absolute;
	left: 70px;
	top: 0;
	z-index: 10;
	padding: 0 10px;
	background: #fff;
	width: 180px;
	height: 46px;
    line-height: 46px;
    border-left: 1px solid #CCC;
}
.minimized #pnav > li:hover ul {
    background: #FFF;
    margin: 0;
    border-left: 1px solid #CCC;
}
.minimized #pnav ul {
	display: none;
	position: absolute;
	width: 200px;
	left: 70px;
	top: 46px;
}
.minimized .pcon {
	margin-left: 70px;
	width: calc(100% - 70px);
}
.minimized .subview {
	width: calc(100% - 70px);
}
.minimized .hiddeonminimize {
	display: none;
}
#pnav li {
	position: relative;
}
.navlat .toppage {
    font-family: sans-serif;
    color: #fff;
    background: #181C32;
    height: auto;
    
}
.navlat .toppage .logo {
    display: block;
    margin: 30px auto;
}
.btn-logout {
    padding: 0 30px;
    color: #fff;
}
.mainmenu {
    padding: 13px;
    color: rgb(51, 103, 214);
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    display:none;
}
.togglenav {
    padding: 20px;
    display: inline-block;
    color: #000;
}
a.btn_recomendar {
    position: relative;
    margin-right: 20px;
}
a.btn_recomendar i {
    z-index: 2;
    position: relative;
    color: #5134eb;
    background: #f2f2f2;
    border-radius: 100px;
    font-size: 17px;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
}
a.btn_recomendar:before {
    animation: grow 2s infinite;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    content: "";
    z-index: 1;
    border: 2px solid #FFF;
    border-radius: 100px;
    /*margin-top: 2px;*/
}
.pcon {
    background: #F4F7F9;
    /* margin-left: 140px; */
    /* width: calc(100% - 140px); */
    display: table-cell;
    height: 100%;
    transition: all .2s;
    vertical-align: top;
}
.pcon .toppage {
    width: calc(100% - 270px);
    margin-left: 270px;
}
ul li span.menu_count {
    background-color: #fbcf63;
    color: #222;
    min-width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    padding: 0 2px;
    border-radius: 3px;
    margin-left: 5px;
}
ul li ul li span.menu_count {
    display: block;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 11px;
    min-width: 12px;
    text-align: center;
    position: absolute;
    right: 0; 
    top: 0; 
    margin: 10px; 
    font-weight: bold;
    height: 18px;
    line-height: 18px;
}
span.menu_float_count {
    display: block;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 11px;
    min-width: 12px;
    text-align: center;
    margin: 0 2px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    float: right;
}
/* fin pnav  */
/* start subview*/
.subview {
    padding: 0;
    /* position: fixed; */
    /* overflow: scroll; */
    /* width: calc(100% - 140px); */
    box-sizing: border-box;
    /* height: calc(100% - 60px); */
    /* overflow-x: auto; */
    transition: all .3s;
    width: calc(100% - 270px);
    margin-left: 270px;
    /* border-left: 1px solid #DDD;*/
}
.subview.genericNew {
    height: calc(100% - 127px);
}
.subview > h1 {
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 20px;
    top: 60px;
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.subview > h1 img {
    display:none;
}
.msg_trash {
    background: #fffca8;
    padding:10px;
}
/* chosen-ajax */
.input_tags  .chzn-single {
    display:none !important;
}
.chzn-container-single-nosearch .chzn-search {
    left:0 !important;
}
.input_tags .chzn-container .chzn-results {
    display:none;
    position: absolute;
    width: 300px;
    background: #FFF;
    border: 1px solid #999;
    margin-left: 4px;
}
.input_tags .chzn-container-single .chzn-search input {
    box-shadow: none;
    background: none !important;
    border: 1px solid rgb(118 118 118 / 1);
    border-radius: 2px;
    padding: 6px;
    width: auto;
}
.input_tags  .chzn-drop {
    left:0 !important;
    margin:0 !important;
    box-shadow:none !important;
    border:none !important;
    position: relative !important;

}
.active-result.highlighted { 
    background:#DDD !important;
}
.taglist .atag {
    display: inline-block;
    padding: 8px 17px;
    border-radius: 3px;
    border: 1px solid #DDD;
    line-height: 1.4;
    margin: 10px 15px 0 0;
    font-size: 15px;
}
.taglist .tag_remove {
    color: #c00;
    margin-left: 6px;
}
/* end subview */
.errorBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #ff7676;
    color: #FFF;
    font-family: sans-serif;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #cc5757;
    border-radius: 4px;
}
.okeyBox{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #55bd74;
    color: #fff;
    font-family: sans-serif;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #55bd74;
    border-radius: 3x;
}
.nav-content {
    position:relative;
}


.img-min-panel {
    max-width:300px;
    background:#EEE;
    margin-left: 240px;
}
#back_button i{
    color: #000;
}

.shift_pharmacy tbody > tr {
    display: inline-block;
    margin: 5px;
    background: #e9e9e9;
    text-align: center;
}
.shift_pharmacy tbody > tr td {
    position: relative;
}

.bloqueshome > div {
    display: inline-block;
    padding: 20px 40px;
    background: #FFF;
    margin: 10px;
    border: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
}
.bloqueshome {
    margin:20px;
}
.bloqueshome > div > label {

    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #666;

}
.bloqueshome > div > span {

    font-size: 20px;

}
.graphic > div {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
    color: #444;
}
.graphic {
    display:inline-block;
    background:#FFF;
    border:1px solid #DDD;
    border-bottom:2px solid #DDD;
    padding:20px;
    border-radius: 2px;
    width:100%;
    max-width:400px;
    margin:10px 0 0 30px;
}

/*image gallery*/

.layout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
    margin:0;
}
.layout #image-gallery {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:100%;
    max-width: 800px;
    max-height: 600px;
    margin: auto;
    background: #FFF;
    box-shadow: 0 15px 22px -5px rgba(0,0,0,.5);
}
#image-gallery .header { 
    overflow: hidden;
    background: #272727;
    height: 70px;
    background: #222;
    border-bottom: 1px solid #DEDEDE;
}
#image-gallery .header h1 {
    font-weight: lighter;
    font-size: 1.5em;
    padding: 10px 22px;
    margin: 0;
    color: #E99426;
}
#image-gallery .body {
    height: calc(100% - 270px);
    position: absolute;
    margin-top: 70px;
    top: 0;
    width: 100%;
    overflow-y: auto;   
    padding: 15px;
    box-sizing: border-box;
}

#image-gallery .footer {
    height: 70px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
}
#image-gallery .footer button {
    font-size: 10px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
    background: #f0681e;
    border: none;
    border-radius: 3px;
    font-weight: bold;
}
#image-gallery .file {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 70px;
    margin: 5px;
    text-align: center;
    border: 2px solid transparent;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
    position: relative;
}
#image-gallery .file:hover {
    border: 2px solid #DDD;
}
#image-gallery .file > span {
    font-size: 11px;
    text-align: center;
}
#image-gallery .file > i  > .ext {
    display: block;
    background: #000;
    width: 28px;
    height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    color: #FFF;
    font-family: "open sans";
    line-height: 13px;
}
#image-gallery .file > i {
    font-size: 40px;
    display: block;
    position: relative;
}
#image-gallery .file.selectable.selected {
    border: 2px solid #b5b5b5;
    box-shadow: 0 0 10px #AAA inset;
}

#image-gallery .file.selectable.selected .tick {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #7cda7c;
    border-radius: 100px;
    font-size: 10px;
    color: #FFF;
    line-height: 21px;
}
.loadingbox {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}
.loadingtext {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 40px;
    top: 0;
    bottom: 0;
}
.gbutton {
    background: rgb(51, 103, 214);
    color: #FFF;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.gbutton:hover {
	background:rgb(51, 103, 214);
}
/* fin image gallery */

.relationship .header {
    padding: 15px;
    background: #EEE;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.relationship .table-cell .body {
    height: 500px;
    overflow: auto;
}
/*modulos*/
.mod_description { 
	line-height: 1;
	font-size: 90%;
	color: #666;
}
/*fin modulos*/
.field.input_contenido {
    max-width: 800px;
}
.new_tag {
    display: none;
    margin-left: -94px;
    position: relative;
    z-index: 1100;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 0;
    left: 446px;
    margin: 0;
}

.open_popbox {
    text-decoration: none;
    color: #444;
    padding: 0 12px;
    background: #dfdfdf;
    margin: 0 3px;
    display: inline-block;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    border-radius: 2px;
}
.popup-popbox {
    width: 100%;
    max-width: 600px;
    height: 600px;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* left: 0; */
    margin: auto;
    background: #FFF;
}
.popup-content {
    position: absolute;
    overflow: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.button_float {
    display: inline-block;
    position: relative;
}
.popup-layout.mini .popup-popbox {
    width:400px;
    height:400px;
}
.popup-popbox h3 {
    margin-top: 0;
    font-weight: normal;
}
.popup-layout.search .popup-popbox, .popup-layout.filter .popup-popbox {
    padding: 20px;
    box-sizing: border-box;
    box-shadow:0 0 10px #CCC;
}
.popup-layout.search button, .popup-layout.filter button {
    width: 100%;
    padding: 10px 0;
    background: #136cb2;
    border: none;
    color: #FFF;
    border-radius: 3px;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background: #b8b2b2;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    z-index: 30;
    font-family: sans-serif;
}
.popup-layout.search select, .popup-layout.search input, .popup-layout.filter select, .popup-layout.filter input {
    width: 100%;
    margin-bottom: 15px;
}
.mselect {
    width: 18px;
    height: 18px;
}
tr.checked {
    background:#EEE;
}
.displayblock {
    display:block;
}
.displaynone {
    display:none;
}
a.link_to {
    color: #3367d6;
}

.stars .valor {
    font-size: 11px;
    color: #666;
}
.review .categorias {
    font-size: 13px;
    margin-top: 3px;
}
.review .stars {

}
.review .yellow {
    color:#fcbd01;
}
.review .gray {
    color:#AAA;
}
.metricas .table {
    border-spacing: 10px;
    border-spacing: 30px;
    table-layout: fixed;
}
.metricas .card {
    background:#FFF;
    border-radius: 10px;
    color:#3f4254;
    padding:25px;
    box-sizing: border-box;
    position:relative;
    height:250px;
    height: 13vw;
    box-shadow: 0 0 15px -8px rgb(0 0 0 / 15%);
}
.metricas .card:not(.noheight) {
    min-height: 220px;
}
.card .grafico canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.metricas .card.black {
    background: #181c32;
    color:#FFF;
}
.metricas .card .grafico {
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/bgchart.png);
}
.chart_numero {
    font-weight: 600;
    font-size: 30px;
    padding: 24px 0 0 20px;
    line-height: 1;
}
.chart_texto {
    padding-left: 20px;
    color: #9b9bae;
    font-weight: 500;
    font-size: 15px;

}

.metricas .card.large {
    min-height: 475px;
    height: auto;
}
.metricas .card .header {

}
.metricas .card.nopadding {
    padding:0;
}
.metricas .card.nobg {
    background:none;
    box-shadow: none;
}
.metricas .card.noheight {
    height:auto;
}
.metricas .card .title {
    color:#3f4254;
    font-weight: 500;
    font-size:17px;
}
.metricas .card .title.bigger {

}
.metricas .card .subtitle {
    color:#b4b4c3;
    font-size: 14px;
}
.metricas .frase {
    height: 240px;
    border-radius: 10px;
    background-color: #FFF;
    padding: 40px;
    text-align: center;
    box-sizing: border-box;
    font-size: 23px;
    font-weight: 500;
    border: 1px solid #e9ecef;
    font-size: 1vw;
    box-shadow: 0 0 15px -8px rgb(0 0 0 / 15%);
}
.metricas .frase .autor {
    font-size: 16px;
    margin-top: 15px;
}
.metricas .disponible {
    height:90px;
    color:#FFF;
    margin-top:15px;
    line-height: 90px;
    border-radius: 10px; 
    font-weight: 500;
    font-size: 20px;
    padding-left: 35px;
    position: relative;
}
.metricas .disponible i {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.metricas .disponible.cam {
    background:#181c32;
    margin-top: 25px;
}
.metricas .disponible.wsp { 
    background:#23b65e;
    margin-top: 20px;
}
.disponible .table .table-cell {
    vertical-align: middle;
}

.disponible .table {
    table-layout: auto;
    border-spacing: 0;
    height: 90px;
    line-height: 1.2;
    /* vertical-align: middle; */
}
.metricas .title span {
    vertical-align: middle;
    display:inline-block;

}
.metricas .title img {
    margin-left:16px;
    vertical-align: middle;
    display:inline-block;
}
.metricas .btn_mas {
    background: #f5f8fa;
    color: #888da2;
    border-radius: 10px;
    padding: 8px 20px;
    text-decoration: none;
    float: right;
    font-size: 14px;
    margin-top: 8px;
    transition:all .2s;
} 
.metricas .btn_mas:hover {
    background: #e7eef1;

}
.mgmaps {
    position:absolute;
    bottom:15px;
    right:20px;
    height:30px; 
}
.metricas .mpuntos .lnr{
    color:#fcbd01;
}
.metricas .mpuntos {
    float: right;
    font-size: 35px;
    font-weight: 500;
    margin: 15px 25px;
    padding: 0;
}
.metricas .mtitle {
    padding: 30px;
    font-weight: 500;
    font-size: 20px;
}
.metricas .minfo {
    padding-left: 30px;
    color: #b4b4c3;
    line-height:1.2;
}

.iinfo {
    position:absolute;
    cursor: pointer;
}
.iinfo .tooltip {
    opacity:0;
    transform: scale(0);
    transition:all .2s;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    z-index: 10;
    min-width: 200px;
    right: 0;
    background: #FFF;
    color:#3f4254;
    padding: 10px;
    position: absolute;
    line-height: 1.3;
}
.iinfo:hover .tooltip{ 
    transform: scale(1);
    display: block;
    opacity: 1;
}
.iinfo.left .tooltip {
    left:0;
}
.iinfo.right .tooltip {
    right:0;
}
.iinfo img{
    width:20px;
    height: 20px;
    display:block;
}
.iinfo.bottom {
    bottom:5px;
}
.iinfo.left {
    left:5px;
}
.iinfo.top {
    top:5px;
}
.iinfo.right {
    right:5px;
}

.table.sinfo {
    text-align: center;
    font-weight: 500;
    border-spacing: 10px;
    border: 1px solid #dfe0e3;
    border-radius: 15px;
    margin-top: 25px;
}
.sinfo .table-cell {
    border-right: 1px solid #dfdfe2;
    line-height: 1.3;
}
.sinfo .table-cell:last-child {
    border:none;
}
.table.suc_spacing {
    border-spacing: 30px 0;
}
.suc_spacing .fright {
    margin-right: 20px;
    margin-top: -7px;
}
.suc_spacing .fright input , .suc_spacing .fright select{
    cursor: pointer;
    border-radius: 30px;
    /* margin-top: -7px; */
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    /* line-height: 70px; */
    outline: none;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 38px;
    box-sizing: border-box;
    color: #535353;
}

.mcat {
    margin-top:20px;
} 
.mcat .categoria {
    margin-bottom: 10px;
}
.categoria.responder .table {
    border-spacing: 0;
    table-layout: auto;
}
.mcat .bar {
    height:30px;
    line-height: 30px;
    padding:0 10px;
    border-radius: 10px;
    text-align: right;
    box-sizing: border-box;
}
.mcat .responder .bar {
    display: inline-block;
    min-width: 90px;
}
.mcat .responder .table-cell:first-child {
    padding-right: 10px;
}
.cat_title {
    margin-bottom:3px;
}

.mpaises {
    margin-top: 20px;
}
.pais {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    border-bottom: 1px dashed #DDD;
    height: 60px;
    line-height: 60px;
}
.pais:last-child {
    border:none;
}
.pais_nombre img {
    margin-right: 12px;
}
.pais_nombre img, .pais_nombre span {
    display: inline-block;
    vertical-align: middle;
}
.pais_visitas {
    float: right;
}
.card .nodata {
    /* background: #f5f8fa; */
    text-align: center;
    margin: 40px 0;
    line-height: 50px;
    /* height: 50px; */
    box-sizing: border-box;
    border-top: 1px dashed #CCC;
    /* border-bottom: 1px dashed #CCC; */
    padding: 20px 5px;
    line-height: 1.4;
}
.greviews {
    margin-top: 30px;
}
.greviews .review {
    border-radius: 10px;
    border: 1px solid #CCC;
    margin: 10px 0;
    background-color:#d8d9dc;
    padding: 20px;
    color:#3f4254;
    position: relative;
}
.greviews .review:nth-child(odd) {
    background-color:#FFF;
}
.greviews .review .autor {
    font-weight: 500;
}
.greviews .review .autor a {
    color: #333;
}
.review .puntaje {
    border-radius: 100px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    right: 10px;
    top: 10px;
    background: #23b65e;
    text-align: center;
    line-height: 18px;
    color: #FFF;
    font-size: 11px;
    font-weight: 500;
}
.review .fright {
    font-size: 14px;
}
.review .fright i {
    font-size: 16px;
    padding: 0 2px;
}
.review .fright > * {
    display:inline-block;
    vertical-align: top;
}
.review .fright a {
    color:#333;
    text-decoration: none;
}
.review .puntaje.p1, .review .puntaje.p2 {
    background: #b62323;
}
.review .puntaje.p3 {
    background: #c9da34;
}
.daterangepicker {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 30%);
}

/* custom select */
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    position: relative;
    border: 1px solid #d9d9d9;
    /* line-height: 70px; */
    outline: none;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 38px;
    box-sizing: border-box;
    color: #535353;
    border-radius: 30px;
    max-width:300px;
  }
  
  .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    padding-right: 25px;
    font-weight: normal;
    color: #333;
    border-radius: 30px;
    overflow:hidden;
  }
  
  .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 11px;
  }
  
  .styledSelect:active,
  .styledSelect.active {
    background-color: #eee;
  }
  
  .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  .options li {
    margin: 0 0;
    padding: 5px 10px;
    border-bottom:1px solid #eee;
    line-height: 1.5;
  }
  
  .options li:hover {
    background-color: #5134eb;
    color: white;
  }

/* end custom select */
.daterangepicker .ranges li.active {
    background-color: #5134eb !important;
}

.loading_efect {
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: preloadAnimation;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 28%, #eeeeee 33%);
    display: flex;
    min-height: 30px;
    display: block;
    border-radius: 6px;
    margin: 0 0 8px 0;
    width: 100%;
}
.loading_efect.auto {
    width:auto;
}
.loading_efect.min {
    max-width: 150px;
    min-height: 20px;
}
.loading_efect.nomargin {
    margin:0;
}
@keyframes preloadAnimation{
    0%{
        background-position: -769px 0;
    }
    100%{
        background-position: 769px 0;
    }
}
#filtros .select {
    max-width:200px;
}
#filtros .select .options {
    width:400px;
}
 
table.generictable.cupones td {
    border-top: 1px solid #dfdfe2;
    border-bottom: 1px solid #dfdfe2;
    background:#e8e9eb;
    position:relative;
    padding: 5px 10px;
}

table.generictable.cupones td:first-child{
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #dfdfe2;
}
table.generictable.cupones td:last-child {
    border-right: 1px solid #dfdfe2;
    border-radius: 0 10px 10px 0;
}
table.generictable.cupones tr:nth-child(odd) td {
    background:#FFF;
}

table.generictable.cupones td:before{
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px solid #cccdd1; 
    position: absolute;
    top: 0;
    bottom: 0;
    height: 65%;
    left: 0;
    margin: auto;
}
table.generictable.cupones td:first-child:before, table.generictable.cupones td.noborder:before{
    display:none;
}
.tag_result {
    background: #eaf3d9;
    max-width: 110px;
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size:14px;
    position: relative;
    cursor: pointer;
}
.tag_result.true {
    background: #eaf3d9;
}
.tag_result.false {
    background: #ff4d4d;
    color:#FFF;
}
.tag_result .motivo {
    position: absolute;
    background: #ff4d4d;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
    right: 117px;
    color: #FFF;
    text-align: left;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 20%);
    top: 0;
    height: auto;
    width: 400px;
    opacity: 0;
    transform: scale(0);
    transition: all .2s 1s;
}
.tag_result:hover .motivo {
    transition: all .2s ease-in;
    transform:scale(1);
    opacity: 1;
}
.tag_result .motivo .pregunta {
    font-weight: 600;
}
.tag_result .motivo .respuesta {
    margin-left:10px;
}
.tag_result .motivo .recuperar {
    background: #000;
    color: #FFF;
    padding: 0px 10px;
    border-radius: 5px;
    display: block;
    margin: 10px 0 0 auto;
    max-width: 100px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}

.ver_mas > div {
    position: absolute;
    background: #000;
    width: 600px;
    right: 0;
    z-index: 10;
    color: #CCC;
    border-radius: 10px;
    top: 0;
    opacity: 0;
    transform: scale(0);
    transition: all .2s 1s;
    /* padding: 16px; */
    min-height: 70px;
}
.ver_mas:hover > div {
    transition: all .2s ease-in;
    transform:scale(1);
    opacity: 1;
}
.ver_mas > div span {
    padding: 10px 15px;
    display: inline-block;
} 
.generictable:not(.subview).cupones .wsp img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
} 

.generictable:not(.subview).cupones .stars {
    color: #fcbd01;
}

.generictable:not(.subview).cupones  {
    border-spacing: 0;
}
.generictable:not(.subview).cupones .wsp {
    width:50px;
}
.generictable:not(.subview).cupones .tag {
    width:140px;
}
.subview .paddingContent.cupones {
    text-align: center;
}
.cupones .paddingContent .table {
    max-width: 600px;
    border-spacing: 0; 
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 40px auto;
}
.cupones .paddingContent .table-cell {
    padding: 9px;
    border-bottom: 1px solid #CCC;
    font-size: 15px;
}
.cupones .paddingContent .table-cell .title {
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 5px;
}
.metricas .table.nospacing  {
    border-spacing: 0;
}
.card.minrow {
    min-height: 0 !important;
    height: 6vw !important;
    margin-bottom: 8px;
    min-height: 110px !important;
}
/*
.card.minrowplus {
    min-height: 0 !important;
    height: 6.5vw !important;
    min-height: 100px !important;
}
*/
.metricas .minrowplus .mtitle {
    padding: 20px;
}
.minrowplus .mgmaps {
    bottom: 5px;
    right: 15px;
    height: 40px;
}
.genericTable.cupones .paddingContent {
    margin-top: 0;
    position:relative;
}
.card .grafico {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.card.sel_suc {
    background:#f2c000;
    color:#FFF;
}
.card.sel_suc .mtitle {
    padding:15px 20px;
}
.card.sel_suc .select {
    border-radius: 0;
    background-color: none;
    border: none;
    text-align: center;
    width: 170px;
    max-width: none;
    margin: 0 auto;
    display: block;
}
.card.sel_suc .styledSelect {
    border: none;
    border-radius: 5px;
    background: rgba(0,0,0,.2);
    border:1px solid  rgba(0,0,0,.1);
    color: #FFF;
    width: 150px;
    padding: 3px 10px;
    font-size: 16px;
}

.cupones .mpuntos {
    font-size: 30px;
}

.cupones .daterange {
    margin: 25px 25px 0 0;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #DDD;
}

.subview.genericTableEncuesta > .select {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
    z-index: 10;
} 
.genericTableEncuesta .paddingContent .button {
    background: rgb(231,184,0);
    background: linear-gradient(180deg, rgba(231,184,0,1) 0%, rgba(252,199,0,1) 100%);
    color: #444;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100px;
    margin: 25px 0 0 auto;
    display: block;
    max-width: 155px;
    text-align: center;
    transition:all .2s;
}
.genericTableEncuesta .paddingContent .button:hover {
    background: rgb(223,178,0);
    background: linear-gradient(180deg, rgba(223,178,0,1) 0%, rgba(227,179,0,1) 100%);
}
.colores_dise {
    margin:30px 0 40px 10px;
}
.current_color {
    width: 300px;
    height: 50px;
    border-radius: 6px;
    line-height: 50px;
    text-align: center;
    color: #000;
}
.table .set_color {
    width: 18px;
    height: 18px;
    margin: 14px 6px;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
}
.colores_dise .table {
    border-spacing: 0;
    width: 300px;
}
.colores_dise input[type="text"] {
    display: block;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 5px;
    color: #666;
    box-sizing: border-box;
}

/* rates half */

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
    color: #efefef;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
    width: 20px;
    overflow: hidden;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover, .rate label:hover ~ label { color: #f8b300;  } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #e4a300;  } 

/* end rates half */

.input_puntos_para_google > label > span {
    width: auto !important;
    margin: 10px 20px;
    font-weight: 500;
    color: #333 !important;
    font-size: 15px !important;
}

.marketing .add_image {
    margin: 0;
    display: inline-block;
}
.user_menu_layout {
    position: absolute;
    right: 10px;
    background: #FFF;
    width: 90%;
    width: 350px;
    top: 90px;
    border-radius: 15px; 
    box-shadow: 0 3px 15px -8px rgb(0 0 0 / 40%);
    color: #666;
    padding: 10px 0;
    z-index:100;
    top:0;
    transform:scale(0);
    transition:all .2s;
}
.user_menu_layout .links a {
    display: block;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #EEE;
    padding: 6px 0 6px 20px;
    font-size: 15px;
}
.user_menu_layout .links a:hover {
    background:#f5f5f5;
}

.user_menu_layout.open {
    transform:scale(1);
    opacity:1;
    top:90px;
}
.user_menu_layout .email {
    font-size: 14px;
}
.user_menu_layout .username {
    font-weight: 500;
}
.user_menu_layout .plan {
    font-size: 14px;
    padding: 0 8px;
    border-radius: 4px;
    font-weight: 500;
}
.userdata {
    border-bottom:1px solid #eee;
    text-align: center;
}
.userdata .link {
    width:200px;
    border-radius:100px;
    text-decoration:none;
    color:#222;
    font-weight: 500;
    text-align:center;
    margin:10px auto;
    display:block;
    padding:5px 0;
    border:1px solid #EEE;
    font-size:14px;
}
.suc_list .img_layout {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    position: relative;
    margin-top: 7px;
    background: #EEE;
    border-radius: 100px;
    overflow: hidden;
}
.suc_item {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 10px;
    display: block;
    height: 50px;
    text-decoration: none;
    color: #333;
    padding-left: 20px;
}
.suc_data {
    padding-top:8px;
}
.suc_data div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.suc_item:hover {
    background:#f5f5f5;
}
.suc_data .suc_dir {
    font-size: 13px;
}
.suc_data .suc_nombre {
    font-weight: 500;
}
.suc_list img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#pnav li.cupones a {
    margin-top: 40px;
    background: rgb(228,182,0);
    background: linear-gradient(180deg, rgba(228,182,0,1) 0%, rgba(253,200,0,1) 100%);
}
#pnav li.cupones a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #4f34e5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
#pnav li.cupones a i, #pnav li.cupones a span {
    color:#000 !important;
}
#pnav li.cupones a span {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 5px;
}
.menu_btn_soporte, .menu_btn_wsp, .menu_btn_tutoriales{
    width:150px;
    display:block;
    padding:10px 0;
    text-align:center;
    color:#FFF;
    border-radius: 4px;
    margin:10px auto;
    text-decoration: none;
}
.menu_hr {
    margin: 40px auto;
    display: block;
    border: 1px solid #999;
    border-bottom: none;
    width: 90px;
}
.menu_btn_soporte {
    background-color:#5134eb;
    display: none;
}
.menu_btn_wsp {
    background-color:#73af00;
}
.menu_btn_tutoriales {
    background-color:#7c7e8a;
    display: none;
}

.posright {
    position: absolute;
    right: 0;
    top: 5px;
}
.btn_export {
    border-radius: 100px;
    text-decoration: none;
    color: #666;
    text-align: center;
    display: inline-block;
    padding: 5px;
    border: 1px solid #CCC;
    margin: 10px;
    padding: 0 19px;
    border-radius: 20px;
    border: 1px solid #DDD;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #eaf3d9;
}

.cupones #filtros .select .options {
    width: auto;
}
.smenu {
    background: #FFF;
    margin: 30px 0;
    padding: 10px;
    border-radius: 10px;
}
.smenu a {
    display:block;
    color:#333;
    padding:5px 10px;
    border-radius:10px;
    margin:3px;
    text-decoration:none;
}
.smenu a.activo {
    background: #EEE;
}
.popup-layout {
    background:#000;
    opacity:.5;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0;
}
.popup {
    z-index:-1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    max-width:700px;
    height:250px;
    max-height:80%;
    border-radius: 10px;
    box-shadow:0 5px 10px -6px rgba(0,0,0,.25);
    background:#FFF;
    padding: 15px;
    opacity:0;
    transform:scale(0);
    transition:all .25s;
    position:fixed;
}
.bodypop .popup {
    z-index:200;
    opacity:1;
    transform:scale(1);
}
.bodypop .popup-layout {
    opacity:0.3;
    z-index:100;
}
.popup-content > .fa-spinner {
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    color: #666;
}
.popup .paddingContent {
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.titleinfo {
    position: relative;
    display: flex;
    align-content: center;
}
.titleinfo .iinfo {
    display: block;
    margin-top: 22px;
    margin-left: 10px;
    cursor: pointer;
    left: auto;
    top: auto;
    position:relative;
}
.titleinfo .tooltip {
    max-width: 400px;
}
form#qrs .field > label > span {
    width: auto !important;
    padding: 15px;
}
form#qrs .field > label > span:first-child {
    padding: 15px !important;
    min-width: 65px;
}
form#qrs .field > label > input:not(.nowidth) {
    width: 100%;
    max-width: 340px;
}
form#qrs input[type=text], form#qrs select {
    box-sizing: border-box;
    height: 40px;
}
label.inline > span {
    width: auto !important;
    padding: 15px 5px 0 15px !important;
}
.noplan {
    font-size: 30px;color: #333;padding: 100px;display: block;text-align: center;
}
.botones_qr {
    margin-top:50px;
    margin-bottom:20px;
}
button.crear_qr {
    background: rgb(81,52,234);
    background: linear-gradient(180deg, rgba(81,52,234,1) 0%, rgba(70,47,199,1) 100%);
    border: none;
    padding: 10px 15px;
    color: #FFF;
    border-radius: 25px;
    cursor:pointer;
    display: block;
    width: 200px;
    margin: 10px auto;
}
button.descargar_qr {
    background: rgb(228,182,0);
    background: linear-gradient(180deg, rgba(228,182,0,1) 0%, rgba(253,200,0,1) 100%);
    border: none;
    padding: 10px 15px;
    color: #000;
    border-radius: 25px;
    cursor:pointer;
    display: block;
    width: 200px;
    margin: 10px auto;
}

.qrs .preview_content {
    margin: 0;
}
.qr_preview{
    height: 380px;
    margin: 0;
    width: 274px;
    text-align: center;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 10px;
    box-sizing: border-box;
}
.qr_preview .titulo {
    font-weight: bold;
}
.qr_preview .qr {
    width:70%;
    margin:20px auto;
    display:block;
}
.qr_preview .powered {
    width:70px;
    margin:20px auto;
    display:block;
}
.qrs .preview {
    width:50%;
} 
.greview {
    margin:30px 10px;
    background:#fafafa;
    padding:15px;
    border-radius: 10px;
}
.textline {
    padding: 0 0 10px 0; 
    table-layout: fixed;
}
.textline label { 
    width: 100%;
    display: flex;
}
.textline span {
    display: block;
    width: 220px;
    font-size: 14px;
    padding: 6px;
}
.textline input {
    display: block;
    font-family: Poppins, sans-serif;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 6px 8px;
    width: 100%;
    background: #f9f9f9;
}
.toast {
    position:fixed;
    z-index:200;
    border-radius: 10px;
    box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
    padding:20px;
    background:#23b65e;
    color:#FFF;
    width:380px;
    bottom:20px;
    left:20px;
    max-width:100%;
    box-sizing: content-box;
}
.link_qr input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #f5f5f5;
    padding: 0 10px;
    outline: none;
}
.link_btns a {
    display: inline-block;
    background-color: #DDD;
    color: #000;
    border-radius: 5px;
    margin-left: 3px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.link_btns a:hover {
    background-color: #eee;
}
.title_desc {
    padding: 0 0 20px 5px;
}
.fright.link_gmaps a {
    text-decoration: none;
    color: #333;
    padding: 7px 19px;
    border-radius: 3px;
    background: #fdc62d;
    margin-top: -2px;
    display: block;
    border-radius: 8px;
}
.fright.link_gmaps i {
    margin-left: 5px;
    font-size: 14px;
}
button.btn_cancel {
    background: #CCC !important;
    color: #000 !important;
}
@-webkit-keyframes grow { 
    0% {
        transform:scale(1);
     }
     
     70% {
        transform:scale(2);
        opacity:0;
    }
    
    100% {
        transform:scale(.8);
        opacity:0;
     }
}
