/*--------------------------------------------------
  Page
  --------------------------------------------------*/
body {
    background-color: #dddddd;
    margin: 0 0 80px 0;
    padding: 0;
}

.visualClear {
    clear:both;
    display: block;
}
.centerText {
    text-align: center;
}
.rightText {
    text-align: center;
}

.hSep {
    clear: both;
    border-top: 1px solid #ccc;
}

.fullTable  {
    width: 100%;
}
.upper {
    text-transform: uppercase;
}
/*--------------------------------------------------
  Navbar Main
  --------------------------------------------------*/
.navbar-main,
.container-navbar-main {
    height: 70px;
}

.navbar-main {
    background-color: #222222;
    border-radius: 0;
    box-shadow: 0 4px 5px #888888;
}

.navbar-main img.logo {
    margin: 9px 0 0 17px;
    opacity: 0.95;
    /*width: 87px;*/
    height: 53px;
    float: left;
}

.navbar-main span.version {
    font-size: 12px;
    margin: 41px 0 0 5px;
    opacity: 0.4;
    display: inline-block;
    float: left;
}

.navbar-main span {
    color: #fefefe;
    font-weight: 400;
    font-size: 28px;
    margin-right: 25px;
    margin-top: 13px;
}

.navbar-main .btn-bichear,
.navbar-main .btn-logout {
    color: #efefef;
    background-color: #921E1F;
    margin-top: 17px;
    margin-right: 25px;
}

.navbar-main .btn-reservations {
    color: #efefef;
    background: #2196f3;
    margin-top: 17px;
    margin-right: 25px;
}
.navbar-main .btn-reservations:hover {
    background: #1f87e6;
}

.navbar-main .btn-logout {
    background: transparent;
    border: none;
    text-decoration: underline;
    font-weight: bold;
}

.navbar-main .btn-logout:hover,
.navbar-main .btn-logout:focus,
.navbar-main .btn-logout:active,
.navbar-main .btn-logout.active {
    color: #ffffff;
    border: none;
    background-color: transparent;
}

.navbar-main .btn-bichear {
    color: #dedede;
    background-color: #632e74;
}

.navbar-main .btn-bichear:hover,
.navbar-main .btn-bichear:focus,
.navbar-main .btn-bichear:active,
.navbar-main .btn-bichear.active {
    color: #ffffff;
    background-color: #5a1a74;
}

/*--------------------------------------------------
  Navbar Menu
  --------------------------------------------------*/
.navbar-menu {
    background-color: #e0e0e0;
    border-radius: 0;
    box-shadow: 0 4px 10px #c0c0c0;
    margin-bottom: 25px;
    border-bottom: 1px solid #aaa;
}

.navbar-menu,
.container-navbar-menu {
    height: 41px;
}

.navtsm {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navtsm:before,
.navtsm:after {
    display: table;
    content: " ";
}

.navtsm:after {
    clear: both;
}

.navtsm:before,
.navtsm:after {
    display: table;
    content: " ";
}

.navtsm:after {
    clear: both;
}

.navtsm > li {
    position: relative;
    display: block;
    float: left;
}

.navtsm > li.impersonate {
    position: relative;
    display: block;
    float: right;
    padding: 10px 25px;
}

.navtsm > li.menuplan {
    position: relative;
    display: block;
    float: right;
    padding: 0px 0px;
}

.navtsm > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #555555;
    font-weight: 500;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.navtsm > li > a:hover,
.navtsm > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.navtsm > li > a span.glyphicon {
    font-size: 0.8em;
    margin-left: 0.2em;
}

.navtsm > li.submenuParent {
}

.navtsm > li.submenuParent ul {
    display: none;
    list-style-type: none;
    border-radius: 0 0 5px 5px;
    padding: 0;
    position: absolute;
    top: 40px;
    background: #E0E0E0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width:100%;
}
.navtsm > li.submenuParent ul li {
    padding: 10px 15px;
    text-decoration: none;
}
.navtsm > li.submenuParent ul li:last-child {
    border-radius: 0 0 5px 5px;
}

.navtsm > li.submenuParent ul li:hover {
    background-color: #eeeeee;
}
.navtsm > li.submenuParent ul li a,
.navtsm > li.submenuParent ul li a:hover,
.navtsm > li.submenuParent ul li a:focus  {
    text-decoration: none;
    background-color: transparent;
    color: #555555;
}

.navtsm > li.submenuParent:hover ul {
    display: block;
}

.navtsm > li.selected > a,
.navtsm > li.selected > a:hover,
.navtsm > li.selected > a:focus {
    background-color: #ffffff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;

}

.navtsm > li.disabled > a:hover,
.navtsm > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

/*--------------------------------------------------
  page
  --------------------------------------------------*/
.page {
    background-color: #ffffff;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #c0c0c0;
}

.page-min {
    min-height: 600px;
}

.page h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    color: #444444;
}

/*--------------------------------------------------
  Blocks
  --------------------------------------------------*/
.block {
    padding-left: 25px;
    padding-right: 25px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    /*border:1px solid #000;/**/
    /*background-color: #f00;/**/
}

.block-title {
    padding: 15px 25px 8px 25px;
    padding: 15px 30px 8px 30px;
}

.block-title h3 {
    margin: 0;
    color: #555555;
}

.block h4 {
    margin: 15px 0 8px 0;
}

.block-title p {
    margin-top: 5px;
    color: #888;
}

.block-shadow {
    background: transparent url("../img/shadow.3e6283a512b1.png") repeat-x left bottom;
}

.block-line {
    border-bottom: 1px solid #ccc;
}

.block-top {
    padding-top: 10px;
}

.block-bottom {
    padding-bottom: 15px;
}

/*--------------------------------------------------
  Tabs
  --------------------------------------------------*/
.nav-tabs {
    padding: 0 25px;
    padding: 0 28px;
    padding: 0 30px;
    margin: 0 0 15px 0;
}

.nav-tabs li.active {
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav-tabs li a {
    padding: 8px 18px;
    margin-right: 10px;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: 1px solid #ccc;
    color: #aaa;
    background-color: #f0f0f0;
}

.nav-tabs > li > a:hover {
    background-color: #f5f5f5;
    color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #000;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
}

/*--------------------------------------------------
  Sidebar
  --------------------------------------------------*/
table.sidebar-container {
    width: 100%;
}

table.sidebar-container td {
    vertical-align: top;
}

table.sidebar-container td.sidebar {
    width: 220px;
    /*background-color: #f00;/**/
    padding-right: 20px;
}

table.sidebar-container td.sidebar-page {
    /*background-color: #0ff;/**/
}

/*--------------------------------------------------
  Filter
  --------------------------------------------------*/
.alert {
    opacity: 1;
    padding-top: 0px;
    padding-bottom: 0px;
}

.alert span {
    font-size: 40px;
    font-weight: bold;
}

.filters label {
    margin: 0;
    margin-left: 10px;
}

.filters {
    width: 485px;
    margin-top: 1em;
}

.check {
    float: right;
    display: block;
    padding: 0;
    margin-right: 5px;
}

.filtersRow {
    color: #444;
    clear: both;
    padding: 0.5em;
    border-top: 1px solid white;
}

.filtersRow span { 
    font-size: 1.2em;
    font-weight: normal;
}

#daterange .glyphicon {
    font-size: 1.3em;
}

.alert i {
    width: 32px;
}


.filtersRow .categorywrapper {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    padding: 0.2em 0.5em;
}
.filtersRow .categorywrapper label {
    margin-top: 2px;
}
.filtersRow .categorywrapper span.selected {
    cursor: pointer;
    float: right;
}

.filtersRow .categorywrapper div.categoriesList {
    display: none;
    width: 100%;
    position: absolute;
    top: 2.7em;
    left: 0;
    border: 1px solid #ccc;
    background: white;
    z-index: 99;
    opacity: 1;
}
.filtersRow .categorywrapper div.categoriesList span {
    color: white;
    display: block;
    border-radius: 0.3em;
    padding: 0.2em 0.5em;
    margin: 0.4em;
    background: #666666;
    cursor: pointer;
}

.filtersRow .categorywrapper span i {
    width: auto;
}

td.rw_text div.categories {
    height: auto;
}

.categories .btn {
    color: white;
    padding: 0 6px;
    line-height: 1.2em;
    background: #C4C3C3;
}

.categories .btn-Cocina,
.filtersRow .categorywrapper div.categoriesList span.Cocina {
    background: #919DCA;
}

.categories .btn-Servicio,
.filtersRow .categorywrapper div.categoriesList span.Servicio {
    background: #CB655D;
}

.categories .btn-Ambiente,
.filtersRow .categorywrapper div.categoriesList span.Ambiente {
    background: #C85D33;
}

.categories .btn-Precio,
.filtersRow .categorywrapper div.categoriesList span.Precio {
    background: #744D5F;
}
.categories .btn-Experiencia,
.filtersRow .categorywrapper div.categoriesList span.Experiencia {
    background: #0F7689;
}
.categories .btn-Salud,
.filtersRow .categorywrapper div.categoriesList span.Salud {
    background: #3EBAA2;
}
/*--------------------------------------------------
  Responsive width
  --------------------------------------------------*/
.container-page {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 980px;
    max-width: 1100px;

    /*border:1px solid #f00;/**/
}

/*--------------------------------------------------
  Reviews
  --------------------------------------------------*/
.label-rating {
    width: 35px;
    display: inline-block;
    text-align: center;
    background-color: #cccccc;
    font-size: 14px;
}

.label-rating-positive {
    background-color: #5cb85c;
}

.label-rating-neutral {
    background-color: #f0ad4e;
}

.label-rating-negative {
    background-color: #d9534f;
}

.label-rating-big {
    width: 60px;
    font-size: 24px;
}

.label-rating-med {
    width: 45px;
    font-size: 18px;
}

.reviews_list {
    width: 100%;
}

.rinfo_list,
.rinfo_expanded {
    width: 100%;
    border-top: 1px solid #000;
    border-top: 1px solid #dddddd;
    cursor: pointer;
}

/*
.rinfo_list:hover,
.rinfo_expanded:hover {
    background-color: #f6f6f6;
}
/**/

table.reviews_list {
}

table.reviews_list td.marker {
    vertical-align: top;
    width: 18px;
    max-width: 20px;
    font-size: 13px;
    padding-top: 10px;
    color: #fff;
}

table.reviews_list td.marker i {
    color: #428BCA;
}

table.reviews_list tr:hover td.marker {
    background-color: #ffffff;
}

table.reviews_list tr,
table.reviews_list td {
    height: 40px;
}

.text {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

table.reviews_list td {
}

.rtd-container,
.rtd-container-list {
    padding-top: 5px;
    /*border: 1px solid #f00;/**/
}

.rtd-container-list {
    height: 40px;
}

.rtd {
    margin-top: 20px;
    height: 30px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    /*background-color: #eee;/**/
    /*border:1px solid #888;/**/
    margin: 0;
    padding: 0;
}

.rtd-rating {
    width: 50px;
    font-size: 18px;
    padding: 0px 0px 0px 5px;
    padding: 0px 0px 0px 7px;
}

.rtd-user,
.rtd-user-list {
    padding: 4px 0 0 6px;
    font-weight: bold;
}

.rtd-user-list {
    width: 130px;
}

.rtd-text-list {
    padding: 4px 0 0 10px;
    min-width: 355px;
    min-width: 50px;
    max-width: 555px;
    max-width: 455px;
    word-wrap: break-word;
    background-color: #f00;
}

.rtd-site {
    float: right;
}

.reviews-container {
    /*margin-left:170px;/**/
    /*margin-right:10px;
    padding-left:12px;
    padding-right:15px;*/
    margin-left: 18px;
    margin-right: 30px;
}

.restaurants-container {
    margin-left: 18px;
    margin-right: 30px;
}

.rtd-site {
    padding-right: 3px;
}

.rtd-text {
    border: 1px solid #000;
    margin: 10px 50px 30px 55px;
    padding: 15px 20px;
    border: 0;
    background-color: #f6f6f6;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border: 2px solid #dddddd;
    border: 1px solid #dddddd;
    border-radius: 8px;
}

table.reviews_list tr:hover .rtd-text {
    /*
    background-color: #f6f6f6;
    background-color: #e6e6e6;
    background-color: #ffffff;


    background-color: #DFF0D8;
    border: 1px solid #000;
    border: 1px solid #dddddd;
    border: 2px solid #cccccc;
    border: 2px solid #faebcc;


    background-color: #DFF0D8;
    background-color: #fcf8e3;
    /*color: #c09853;/*
    background-color: #e6e6e6;*/
}

table.reviews_list tr:hover {
    background-color: #e0f0fa;
    background-color: #fcf8e3;
    background-color: #f6f6f6;
    /*background-color: #fcf8eb;*/
    background-color: #fcfcfc;
    background-color: #fff;
}

.over {
    width: 5px;
}

.rtd-over {
    width: 25px;
    border-left: 4px solid #fff;
    height: 30px;
    margin-left: 3px
}

table.reviews_list tr:hover .rtd-over {
    border-color: #ccc; /**/
}

table.reviews_list tr:hover .rtd {
    /*color: #f00;/**/
}

table.reviews_list td.arrow {
    /*border-right:1px solid #000;/**/
    vertical-align: top;
    width: 13px;
    padding-top: 10px;
    padding-top: 8px;
    padding-top: 10px;
    color: #fff;
}

table.reviews_list tr:hover td.arrow {
    color: #aaa;
}

.rtd-text-list .label {
    margin-right: 3px;
}

/*--------------------------------------------------
  Knob
  --------------------------------------------------*/
.knob-ctn {
    /*border:1px solid #000;/**/
    position: relative;
}

.knob-text {
    /* display: none; */
    position: absolute;
    font-weight: bold;
}

.knob-text-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/*--------------------------------------------------
  Dashboard
  --------------------------------------------------*/
table.dashboard {
    width: 100%;
}

.dashboard h1 {
    font-weight: bold;
    margin: 20px 0 15px 0;
}

table.dashboard h3 {
    font-weight: bold;
}

.dashboard .sep {
    clear: both;
    padding-top: 1em;
    border-top: 2px dotted #ccc;
}

table.dashboard tr.sep > td {
    padding: 20px 5px;
    vertical-align: top;
}

table.dashboard td {
    width: 50%;
    /*text-align: center;/**/
    margin: 0;
    padding: 0;
}

table.table-tsm {
    width: 80%;
    margin: 30px 10px 10px 10px;
}

table.table-tsm td.tsm-global {
    width: 50%;
    vertical-align: top;
}

table.table-tsm td.tsm-segment,
table.table-tsm td.tsm-subtitle {
    width: 25%;
}

table.table-tsm td.tsm-subtitle {
    height: 40px;
    padding-top: 2px;
    color: #888;
    font-size: 13px;
    font-weight: bold;

}

table.table-tsm div.tsm-title {
    color: #888;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 5px;
}

table.table-tsm td {
    text-align: center;
    vertical-align: top;
}

table.table-tsm .knob-ctn {
    /*border:1px solid #000;/**/
    margin-left: auto;
    margin-right: auto;
}

table.table-hotel {
    width: 98%;
}

table.table-hotel td.col1 {
    width: 11%;
}

table.table-hotel td {
    text-align: center;
}

table.table-hotel td > div {
    margin: 1em auto 0;
}

.locationRanking {
    width: 49%;
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #ccc;
}

.locationRanking h4 {
    min-height: 2em;
}

.locationRanking .bigCirle {
    display: inline-block;
    font-size: 2em;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 2em;
    margin: 0.2em 0;
    background-color: #f2f2f2;
}

.locationRanking .move {
    display: inline-block;
    width: 6.8em;
    text-align: center;
}

.icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url("../img/icons-sprite.b15cc88e7172.png");
    background-repeat: no-repeat;
}

.icon-equal {
    background-position: -10px -81px;
}

.icon-up {
    background-position: -10px -8px;
}

.icon-down {
    background-position: -10px -156px;
}

.icon-pending {
    background-position: -12px -252px;
}

a:hover .icon-pending,
.active .icon-pending {
    background-position: -12px -207px;
}

.icon-published {
    background-position: -12px -354px;
}

a:hover .icon-published,
.active .icon-published {
    background-position: -12px -305px;
}

.icon-rejected {
    background-position: -12px -446px;
}

a:hover .icon-rejected,
.active .icon-rejected {
    background-position: -12px -397px;
}

.icon-likes {
    background-position: -12px -490px;
}

.icon-comments {
    background-position: -12px -570px;
}

.icon-fullscreen {
    cursor: pointer;
    background-position: -5px -527px;
}

.icon-undo,
.icon-publish,
.icon-reject,
.icon-addcomment {
    cursor: pointer;
    width: 2.5em;
    height: 2.5em;
}

.icon-reject {
    background-position: -9px -709px;
}

.icon-publish {
    background-position: -9px -640px;
}

.icon-undo {
    background-position: -9px -1364px;
}

.icon-addcomment {
    width: 2.8em;
    height: 2.5em;
    background-position: -5px -783px;
}

.icon-INS {
    background-position: -12px -1034px;
}

.icon-TWI {
    background-position: -12px -1083px;
}

.icon-next {
    background-position: -12px -970px;
}

.icon-previous {
    background-position: -12px -940px;
}

.icon-2col {
    cursor: pointer;
    text-indent: -999em;
    background-position: -12px -1163px;
}

.icon-2col:hover,
.icon-2col.active {
    background-position: -12px -1127px;
}

.icon-3col {
    cursor: pointer;
    text-indent: -999em;
    background-position: -12px -1241px;
}

.icon-3col:hover,
.icon-3col.active {
    background-position: -12px -1203px;
}

table.table-summary {
    margin: 10px 40px 10px 0;
}

table.table-summary td {
    padding: 3px 10px 3px 0;
}

table.table-summary tr {
    border-bottom: 1px solid #ddd;
}

td.summary-title {
    width: 100%;
}

td.summary-title,
td.summary-title-social {
    font-size: 20px;
}

td.summary-subtitle {
    color: #888;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

td.summary-value {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: right;
}

td.summary-rating {
    text-align: center;
}

table.table-summary-social {
    margin: 35px 0px 10px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

table.table-summary-social td {
    padding-right: 5px;
}

table.table-summary-social td.summary-social-title {
    width: 40%;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 3px;
}

table.table-summary-social td.summary-social-value {
    width: 20%;
    padding-bottom: 0;
    line-height: 1.1;
    padding-top: 8px;
}

table.table-summary-social td.summary-subtitle {
    border: 0;
    padding: 0 5px 10px 0;
}

table.table-summary-social td {
    border-top: 1px solid #ddd;
}

/*--------------------------------------------------
  Sidebar
  --------------------------------------------------*/

.sidebar-menu > li {
    margin: 0;
    padding: 0;
    /*border:1px solid #ff0;*/
}

.sidebar-menu > li > a {
    margin: 0px 0;
    padding: 3px 5px 3px 5px;
    /*border:1px solid #f00;/**/
    border-bottom: 1px solid #eeeeee;
}

.sidebar-menu > li > a.btn-success  {
    position: relative;
    z-index: 999;
}
.sidebar-menu > li > a.btn-success:hover {
    background: #0A246A;
    color: white;
}

.sidebar-menu > li > a img {
    margin-right: 3px;
}

.sidebar-menu > li.selected {
    font-weight: bold;
}

/*--------------------------------------------------
  Badges
  --------------------------------------------------*/
ul.navtsm .badge {
    margin-left: 2px;
}

ul.sidebar-menu .badge {
    margin-top: 2px;
}

ul.sidebar-menu .counter {
    margin-right: 5px;
}

.badge {
    background-color: #428bca;
    margin: 0;
}

.label-new {
    margin-right: 3px;
}

/*--------------------------------------------------
  Forms
  --------------------------------------------------*/
.forms-container {
    width: 100%;
    margin-bottom: 50px;
}

.forms-container td {
    vertical-align: top;
}

.form-container {
    margin-top: 10px;
    background-color: #f7f7f9;
    border-radius: 8px;
    padding: 20px 40px;
}

.form-container h3 {
    margin-bottom: 40px;
}

/*--------------------------------------------------
  Social
  --------------------------------------------------*/
.graph_social {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    border: 0px solid #000;
}

.alert-social {
    margin: 20px;
    padding: 20px;
    text-align: center;
}

.social-logo {
    padding-left: 5px;
    padding-right: 8px;
}

h3.social div {
    padding-top: 3px;
    padding-left: 8px;
}

h3.social {
    margin-bottom: 40px;
}

table.social-data {
    width: 390px;
    margin: 20px 30px 20px 30px;
}

table.social-data td {
    vertical-align: top;
    text-align: right;
    width: 33%;
    border-top: 1px solid #dddddd;
    padding: 10px 20px 10px 0;
}

table.social-data tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

div.social-data-value {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    /*border:1px solid #000;/**/
}

div.social-data-label {
    color: #888;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    /*border:1px solid #000;/**/
}

/*--------------------------------------------------
  Social
  --------------------------------------------------*/
.plan {
    width: 280px;
    height: 465px; /**/
    padding: 20px;
    text-align: center;
    float: left;
    margin-right: 15px;

    margin-top: 10px;
    background-color: #f7f7f9;
    border-radius: 8px;
    padding: 20px 40px;

}

.plan h1 {
    font-size: 14px;
    margin-bottom: 15px;
}

.plan span.price {
    font-size: 34px;
}

.plan div.period {
    color: #9c9c9c;
}

.plan span.pricesign {
    font-size: 25px;
}

.btn-current {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-current:hover,
.btn-current:focus,
.btn-current:active,
.btn-current.active {
    cursor: default;
}

/*--------------------------------------------------
  Sentiment
  --------------------------------------------------*/
.table-sentiment-container {
    background-color: #f4f4f4;
    padding: 15px 30px 25px 30px;
    border-radius: 5px;
}

.sentiment-tables-container {
    background-color: #f4f4f4;
    padding: 30px 10px 30px 10px;
    border-radius: 5px;
}

.table-sentiment th,
.table-sentiment td {
    padding: 5px 8px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px dotted #dddddd;
}

.table-full {
    width: 100%;
}

.progress-mini {
    height: 18px;
    font-size: 8px;
    margin-bottom: 0px;
    margin-top: 1px;
}

.progress-mini .progress-bar {
    font-size: 9px;
    line-height: 18px;
}

.sentiment-positive {
    background-color: #5cb85c;
}

.sentiment-neutral {
    background-color: #f0ad4e;
}

.sentiment-negative {
    background-color: #d9534f;
}

.table-sentiment tr.sentiment-header td {
    font-size: 13px;
    font-weight: 500;
}

.table-sentiment td.logo {
    width: 5%;
}

.table-sentiment td.logo img {
    border: 1px solid #dddddd;
}

.table-sentiment td.bar {
    padding-left: 10px;
    padding-right: 15px;
    width: 41%;
}

.table-sentiment td.values {
    width: 18%;
    padding-left: 20px;
}

.table-sentiment td.value {
    padding-left: 25px;
    width: 11%;
}

.table-sentiment td.percent {
    width: 7%;
    font-size: 12px;
    padding-top: 8px;
    padding-right: 15px;
}

.table-sentiment td.percent span {
    font-size: 9px;
    color: #aaa;
    padding-left: 1px;
}

.table-sentiment td.percent div {
}

.last_reviews table{
    margin: 35px 0px 14px 0px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.last_reviews h3 {
    margin-top: 1.5em;
}

.last_reviews table tr {
    border-top: 1px solid #ddd;
}

.last_reviews table td {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
}

.last_reviews table td.lr_rating {
    padding-top: 5px;
    width: 10%;
}

.last_reviews table td.lr_rating span {
    margin-top: 2px;
    margin-left: 4px;
}

.last_reviews table td.lr_user {
    padding-top: 8px;
    padding-left: 1px;
    width: 20%;
    font-weight: bold;
}

.last_reviews table td.lr_text {
    padding-top: 8px;
    width: 60%;
}

.last_reviews td.lr_logo {
    width: 10%;
}

.iframeInfo {
    clear: both;
}
/*--------------------------------------------------
  Languages
  --------------------------------------------------*/
.language-container {
    padding-top: 5px;
    padding-left: 15px;
}

.flag img {
    width: 16px;
    height: 11px;
    opacity: 0.3;
}

.flag-selected img {
    opacity: 1;
}

.flag img:hover {
    opacity: 1;
}

/*--------------------------------------------------
  Public
  --------------------------------------------------*/
.btn-home {
    margin-right: 0px;
}

.navbar-main-home {
    margin: 0;
}

.container-page-home {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*min-width: 980px;
    max-width: 1100px;*/
    max-width: 800px;
}

.form-container-page {
    margin-right: auto;
    margin-left: auto;
    /*min-width: 780px;/**/
    max-width: 780px;
    margin-top: 60px;
}

.form-row-container {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-container-page .row {
    /*border: 1px solid #000;/**/
    width: 100%;
    margin: 0;
}

.panel-form {
    box-shadow: 0px 0px 6px 0 #888888;
    margin: 0;
}

.panel-form .form-errors {
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #c60000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-form .panel-body {
    padding: 15px 35px 35px 35px;
}

.panel-form .title {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 15px;
}

.panel-form .subtitle {
    text-align: left;
    color: #888888;
}

.panel-form .btn {
    margin-top: 23px;
    width: 100%;
    font-size: 18px;
    background-color: #c33;
    border: 1px solid #c33;
    color: #eee;
}

.panel-form .btn:hover,
.panel-form .btn:focus,
.panel-form .btn:active,
.panel-form .btn.active,
.panel-form .btn.disabled,
.panel-form .btn[disabled] {
    color: #ffffff;
    background-color: #de3838;
    *background-color: #de3838;
    border: 1px solid #c33;
}

.panel-form .input-group {
    margin-top: 13px;
    width: 100%;
}

.panel-form .input-group {
}

.panel-form .input-group .input-group-addon {
    width: 40px;
}

.panel-form .input-group input {
    font-size: 18px;
    font-weight: 600;
}

.panel-form .input-group-error input {
    #background-color: #f4e4e4;
    #color: #d13636;
    border: 2px solid #d13636;
    border-left: 1px solid #d13636;
}

.panel-form .input-group-error .input-group-addon {
    #color: #d13636;
    border: 2px solid #d13636;
    border-right: 0;
}

.panel-form .form-control:-moz-placeholder
{
    font-weight: normal;
    color: #bbb;
}

.panel-form .form-control::-moz-placeholder {
    font-weight: normal;
    color: #bbb;
}

.panel-form .form-control:-ms-input-placeholder {
    font-weight: normal;
    color: #bbb;
}

.panel-form .form-control::-webkit-input-placeholder {
    font-weight: normal;
    color: #bbb;
}

.panel-form-footer {
    text-align: center;
    margin-top: 15px;
}


/*--------------------------------------------------
  Visibility
  --------------------------------------------------*/
.service_visibility {
    background-color: #f7f7f9;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom:30px;
    min-height: 570px;
}
.service_visibility ul {
}

table.service-sites-list {
    margin-top: 30px;
    width: 100%;
}

table.service-sites-list tr {
    border-top: 1px solid #ccc;
}

table.service-sites-list td {
    padding:3px 0px;
}
table.service-sites-list td.icon {
    width:60px;
}
table.service-sites-list img {
    margin-left:5px;
    border: 1px solid #ddd;
}
table.service-sites-list h4 {
    margin-top:5px;
}
table.service-sites-list td.bullet {
    text-align: right;
    padding-right:10px;
}

table.service-bullets {
    margin-top: 30px;
    width: 100%;
}

table.service-bullets td {
    vertical-align: top;
    padding: 0 12px 8px 12px;
}
table.service-bullets td.icon {
    width: 50px;
    padding-left: 17px;
}

.service_visibility h4 {
    margin:0 0 5px 0;
}
.service_visibility i {
    /*font-size: 35px;*/
    /*color: #5cb85c;*/
}
.bullet .fa-inverse {
    color: #fff;
}

.bullet-ok   i.fa-circle {
    color: #5cb85c;
}
.bullet-ko   i.fa-circle {
    color: #a32123;
}

/*--------------------------------------------------
  Ranking
  --------------------------------------------------*/
.ranking-ctn {
    height:210px;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.ranking-ctn .tri-logo{
    margin-left:15px;
    margin-top:10px;
    width: 48px;
    height: 48px;
    border: 2px solid #629f43;
    border-radius: 4px;
}

.ranking-title {
    padding-top:15px;
    text-align: center;
    margin-right:40px;
}

#ranking_graph {
    height: 150px;
    width:100%;
    margin: 0;
}

.icon-variation {
    font-size: 15px;
    margin-left: 10px;
}
.icon-variation i {
    font-size: 20px;
}
.icon-variation b {
    display: inline-block;
}

.icon-variation-up {
    color: #5cb85c;
}

.icon-variation-down {
    color: #d9534f;
}

.ranking-msg {
    width: 100%;
    text-align:center;
    padding-right:50px;
    height:210px;
    text-align: center;
    line-height: 210px;
    color: #aaa;
    font-size: 30px;
    font-size: 20px;
}

.ranking-value {
    font-size: 26px;
    font-weight: bold;
}

.ranking-total {
    font-weight: bold;
}

#tsm-promotions-container td{
    vertical-align: top;
    max-width: 500px;
}

/* instabuzzy list */
#left-sidebar h2 {
    margin:0.7em 0 0.5em 0;
}

#left-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid #eee;
    background: linear-gradient(#f3f3f3, white);
}

#left-sidebar ul li {
    padding: 0.2em 0.2em 0.2em 0.5em;
    border: 1px solid #eee;
    border-top: none;
}

#left-sidebar ul li a {
    display: block;
    line-height: 3em;
    color: #3d3d3d;
}

#left-sidebar ul li a:hover,
#left-sidebar ul li.active a {
    color: #428bca;
    text-decoration: none;
}

#left-sidebar ul li a .icon {
    float: left;
    height: 3em;
}

.instabuzzyList .row.bg_gray {
    margin: 1em;
    padding: 0.5em 0;
    background: #f3f3f3;
}

.instabuzzyList .photo-item {
    margin-bottom: 1em;
}

.instabuzzyList .photo-item .top {
    padding: 1em;
    background: #f3f3f3;
    overflow: auto;
}

.instabuzzyList .photo-item .top .icon-INS {
    background-position: -12px -1029px;
}

.instabuzzyList .photo-item .top .icon-TWI {
    background-position: -12px -1077px;
}

.instabuzzyList .photo-item .top .followers,
.instabuzzyList .photo-item .top .userName {
    width: 14em;
    font-size: 0.8em;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  Oculta followers  */
/*.instabuzzyList .photo-item .top .followers {
    display: none;
    Visibility: hidden;
}*/

.instabuzzyList .photo-item .top .userName {
    width: 12em;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.instabuzzyList .photo-item .imgWrapper {
    position: relative;
    padding-bottom: 3em;
    text-align: center;
}

.instabuzzyList .photo-item.col-md-4 .imgWrapper {
    height: 268px;
}

.instabuzzyList .photo-item.col-md-6 .imgWrapper {
    height: 396px
}
.instabuzzyList .photo-item  img {
    vertical-align: top;
    display: inline-block;
}

.instabuzzyList .photo-item.col-md-4 img {
    max-height: 226px;
}
.instabuzzyList .photo-item.col-md-6 img {
    max-height: 355px;
}

.instabuzzyList .photo-item .imgWrapper:hover .hover {
    visibility: visible;
    opacity: 1;
}

.instabuzzyList .photo-item .date {
    
}

.instabuzzyList .photo-item .comment {
    max-height: 10em;
    max-width: 100%;
    overflow: hidden;
}

.instabuzzyList .photo-item .hover {
    text-align: left;
    color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease-in-out;
    Visibility: hidden;
    opacity: 0;
    
    position: absolute;
    background-color: rgba(00, 00, 00, 0.7);
}

.instabuzzyList .photo-item .hover > div {
    padding: 0.2em 0.5em;
}
.instabuzzyList .photo-item .hoverBottom {
    position: absolute;
    width: 100%;
    bottom: 3em;
}

.instabuzzyList .photo-item .hover .bottom {
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.instabuzzyList .photo-item .icon-fullscreen {
    margin-bottom: 0.3em;
}

.instabuzzyList .searchForm {
    width: 100%;
    padding: 1em;
    background: #f3f3f3;    
}

.instabuzzyList .searchForm  .searchField {
    border: 1px solid #ccc;
    background: white;
    border-radius: 0.4em;
}

.instabuzzyList .searchForm .searchField input {
    margin-left: 0.3em;
    border: none;
    height: 2.1em;
    line-height: 2em;
}

select#selectorder:focus,
select#selectnitems:focus,
.instabuzzyList .searchForm .searchField input:focus {
    outline-width: 0;
}

.instabuzzyList .searchForm .searchField .btn-search {
    float: right;
    vertical-align: top;
    border-radius: 0;
    height: 2em;
    text-indent: -999em;
    background: transparent url("../img/icons-sprite.b15cc88e7172.png") no-repeat -15px -1278px;
}

.instabuzzyList .ncomments-0 {
    display: none;
}

a.photolink {
    display: block;
    height: 100%;
}

#sncolumns span {
    margin: 0 0.5em
}

select#selectorder,
select#selectnitems {
    border: 1px solid #ccc !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    padding-right: 1em;
    text-overflow: "";
    background: white url("../img/select-icon.17900eeeadcc.png") no-repeat right center;
}

select#selectorder::-ms-expand,
select#selectnitems::-ms-expand{
    display: none;
}

select#selectnitems {
    margin: 0 1em;
    border: none !important; 
    background-color: transparent;
}

/* foodlylogin */
.foodlyLogin {
    margin: 0;
    background: transparent url("../img/foodly_login_back.d258c8f6d8a2.png");
    background-size: cover;
}
.foodlyLogin .foodlylogo {
    float: left;
    margin: 1em;
}

.foodlyLogin .form-container-page {
    clear: both;
    margin: 0 auto;
}
.foodlyLogin .form-row-container {
    padding: 0;
}
.foodlyLogin .header {
    color: white;
    overflow: auto;
    text-align: center;
    background: #f6b26b;
    border-bottom: 1em solid #ff9900;
}
.foodlyLogin .header h1 {
    text-align: center;
}
.foodlyLogin .header h2 {
    color: white;
}
.foodlyLogin .header hr {
    margin-bottom: 0;
}
.foodlyLogin .panel-body {
    padding: 0;
    background: #ddd;
}
.foodlyLogin .panel-body .subtitle {
    text-align: center;
    padding: 1em 1em 0.5em 1em;
}
.foodlyLogin form  {
    padding: 1em 0 0;
}

.foodlyLogin form > div {
    padding-left: 2em;
    padding-right: 2em;
}

.foodlyLogin form > div.input-group input {
    width: 100%;
    text-indent: 0.5em;
}
.foodlyLogin form > div.form-errors {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
    width: auto;
}

.foodlyLogin .submit-row {
    background: white;
    padding-bottom: 1em;
    text-align: center;
}

.foodlyLogin .panel-form .submit-row .btn {
    background: #6fa8dc;
    text-transform: uppercase;
    width: auto;
    border-color: white;
}
.foodlyLogin .legal {
    margin-top: 0.5em;
}
.foodlyLogin .header ~ hr {
    margin: 0;
}
.foodlyLogin .legal input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 0.2em;
    height: 1em;
    vertical-align: top;
}

.foodlyLogin ul.errorlist {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.foodlyLogin .errorlist li  {
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #c60000;
    padding: 0.4em 1.08em;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    border-radius: 0.3em;
}
.foodlyLogin .footer {
    margin: 1em 0;
}

.foodlyLogin .footer .union {
    float: right;
}

.backLink {
    color: #444;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;
}

.campaigns table td,
.campaigns table th {
    border: 1px solid #ccc;
    padding: 0.2em 0.4em;
}

.campaigns table thead tr {
    background-color: #aaa;
}

.campaigns table.emails tr:nth-child(even), 
.campaigns table.fullTable tr:nth-child(even) {
    background-color: #f6f6f6;
}
/* Business list */
.business table {
    border-radius: 0.5em;
}
.business table th {
    background: #dddddd;
}

.business table td {
    vertical-align: middle;
    background: #fafafa;
}
tr.alert td {
    vertical-align: middle!important;
}
.business table .btn {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.business table .btn-add {
    background: #0197f6;
}

.business table .btn-verify {
    background: #9393f5;
}
.business table .btn-view {
    background: #42cb83;
}

.businessForm #id_additionalCategories {
    height: 8.8em;
}

.businessForm table input,
.businessForm table select,
.businessForm input#id_profile_photo_url,
.businessForm input#id_cover_photo_url, 
.businessForm input#id_logo_photo_url {
    display: block;
    width: 100%;
}

.businessForm table input[type="checkbox"] {
    display: none;
    width: auto;
}

.businessForm table input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 3em;
    background: transparent url("../img/icons-sprite.b15cc88e7172.png") no-repeat 0px -1774px;
}

.businessForm table input[type="checkbox"]:checked + label {
    background-position: 0px -1714px;
}

.businessForm input:not(.btn), 
.businessForm select {
    padding: 0.3em;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.businessForm .errorlist li {
    color: red;
}

a.verify-link:hover p {
    display: block;
}
/* endBusiness list */
/* Business view */
.business .btn-change {
    color: white;
    background: #9393f5;
    margin-left: 1em;
}
.business .btn-import {
    color: white;
    background: #5cb85c;
    margin-left: 1em;
}
/* endBusiness view */
.business table .btn-verify {
    background: #9393f5;
}
/* Business form */
.businessForm label {
    display: inline-block;
    width: 15em;
    vertical-align: top;
}

.businessForm .helptext {
    display: block;
    margin-left: 15.6em;
}
.businessForm input[type="checkbox"] ~ span.helptext {
    display: inline;
    margin-left: 0.5em;
}

.businessForm table th {
    background: #e6e7e9;
}
.businessForm table th span {
    font-weight: normal;
}
.businessForm table td {
    vertical-align: middle !important;
}
.businessForm table td label {
    vertical-align: middle;
    width: auto;
}


.businessForm .col-md-6,
.businessForm .col-md-12 {
    padding-left: 0;
    padding-bottom: 1em;
}
.businessForm .col-md-12 {
    clear: both;
}
.businessForm .specialdays input[type="text"] {
    width: 14em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    line-height: 2em;
    text-indent: 2.3em;
    background: white url("../img/icons-sprite.b15cc88e7172.png") no-repeat -8px -1641px;
}

select.BusinessRestaurantSelect {
    max-width: 20em;
}

/* EndBusiness form */

#facebook-modal #modal-div {
    overflow-y: auto;
    max-height: 22em;
}

.btn-facebook {
    background: #4267b2;
    color: white;
}

.confirm-dialog {
    z-index: 1400;
}

.none_display{
    display:none;
}