@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #EFEFEF;
}
#tweet h3 {
    font-size: 12px;
}
.page-header-cust {
    margin: 0;
    padding: 15px;
    display: block;
    background-color: #fff;
}
.color-text {
    color: #0084b4;
}
.color-panel {
    background-color: #eea556 !important;
}
#tweet .trend .panel .panel-heading,
#tweet .panel-heading {
-webkit-border-radius: 2px 2px 0px 0px;
border-radius: 2px 2px 0px 0px;
}
.tweets-panel {
    margin-bottom: 0;
}
#tweet .panel-title {
    padding: 0 30px;
}
#tweet .panel-body {
    padding: 25px 30px;
}
#tweet .modified-colorful-1 .panel-title,
#tweet .modified-colorful-1 .panel-heading,
#tweet .modified-colorful-2 .panel-title,
#tweet .modified-colorful-2 .panel-heading,
#tweet .tweets-panel .panel-title,
#tweet .tweets-panel > .panel-heading {
    height: 30px;
    line-height: 30px;
}
#tweet .tweets-panel .panel-body {
    padding: 15px 10px;
}

#tweet .tweets-panel .panel-heading:after {
    left: 10px;
    right: 10px;
}
#tweet .keywords .well,
#tweet .arrow_box-2 .btn,
#tweet .arrow_box,
#tweet .trend .panel,
#tweet .panel-modified {
    border-radius: 2px;
}
.trend .panel,
.modified-colorful-1,
.modified-colorful-2,
.panel-shadow {
-webkit-box-shadow: 0px 2px 2px 0px #9F9F9F;
box-shadow: 0px 2px 2px 0px #9F9F9F;
}
.trend .panel-heading:after {
    left: 35px;
    right: 35px;
 }
#tweet .trend .panel-title {
    padding-left: 35px;
    padding-right: 35px;
 }
.com-shadow,
.panel.com-shadow {
-webkit-box-shadow: 0px 2px 2px 0px #3d3d3d;
box-shadow: 0px 2px 2px 0px #3d3d3d;
}
.tweets .panel > .panel-heading:after,
.followers .panel > .panel-heading:after,
.trend .panel > .panel-heading:after,
.interactions .panel > .panel-heading:after,
.g-analitic .panel > .panel-heading:after,
.keywords .panel > .panel-heading:after,
.growth .panel > .panel-heading:after {
    border-bottom: 1px solid #fff;
}
/****************************/

.modified-colorful .panel-heading,
.panel-modified .panel-heading {
    color: #fff;
    text-transform: uppercase;
}
.modified-colorful{
    background-color: #0084B4;
}
.modified-colorful-1,
.modified-colorful-1 .panel-heading {
    background-color: #a4e8c8 !important;
}
.modified-colorful-2,
.modified-colorful-2 .panel-heading {
    background-color: #97e1e5 !important;
}
#tweet .modified-colorful-1 .panel-title,
#tweet .modified-colorful-2 .panel-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
#tweet .modified-colorful-1 .panel-heading:after,
#tweet .modified-colorful-2 .panel-heading:after {
    left: 10px;
    right: 10px;
}
#tweet .modified-colorful-1 .panel-body,
#tweet .modified-colorful-2 .panel-body {
    padding: 15px 15px 10px;
}
.panel-modified > .panel-heading:after {
    background-color: #0084B4;
}
.panel-modified .panel-title,
.panel-modified > .panel-heading {
    height: 42px;
    line-height: 42px;
}
.panel-modified > .panel-heading {
    background-color: #0084B4;
}
/****************************/

.arrow_box {
    position: relative;
    background: #fff;
}
.arrow_box:after {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -10px;
}
.arrow_box p {
    font-size: 10px;
    color: #aaa;
}
.arrow_box img {
    width: 40px;
    height: 30px;
    border-radius: 3px;
}
/* GROWTH
--------------------------------------------------------------------*/

.growth {
    margin-top: 30px;
}
.growth #flot-line {
    border: 1px solid #b8b 8b8;
    background-color: #D1F0F5;
    padding: 0 !important;
}
.growth td.legendLabel {
    padding: 5px 15px;
    font-size: 12px;
}
.growth .color-text {
    margin-left: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.growth .color-text strong {
    font-size: 36px;
}
.growth .issue {
    margin: 14px 0 5px;
    text-align: right;
}
.growth .media {
    padding: 0;
    margin: 14px auto 0;
}
.growth .media p {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 8px;
}
.growth .media p:first-child {
    color: #2e9e94;
}
.growth .media p:last-child {
    color: #6dd5de;
}
.growth .media-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/****************************/

.pie-box {
    position: relative;
}
.descrpt {
    margin-left: 15px;
    text-transform: uppercase;
}
.line1,
.line2 {
    display: inline-block;
    margin: 1px 15px 0 0;
    width: 80px;
    height: 5px;
}
.line1 {
    background-color: #2E9E94;
}
.line2{
    background-color: #6DD5CC;
}
/****************************/

#flot-tooltip span {
    display: inline-block;
    padding-left: 5px;
}
#flot-tooltip {
    margin-top: -70px !important;
    margin-left: -35px !important;
}
#flot-tooltip {
    position: relative;
    background: #fff;
}
#flot-tooltip:after {
    top: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
/****************************/

.legendColorBox {
    vertical-align: middle;
}
.legendColorBox > div {
    width: 73px;
    height: 18px;
    border: none !important;
    padding: 0 !important;
}
.legendColorBox > div > div {
    border-width: 8px !important;
    width: 73px !important;
}
#tweet .legend > div {
    background-color: transparent !important;
}
#tweet .legend tr:first-child td {
    color: #6CD0E5;
}
#tweet .legend tr:last-child td {
    color: #40b377;
}
/* TWEETS
--------------------------------------------------------------------*/

.tweets .arrow_box {
    padding: 15px;
    min-height: 85px;
    width: 87%;
    float: right;
}
.tweets  h4.panel-title {
    font-size: 12px;
    text-transform: none;
    text-align: center;
}
.tweets .fa {
    color: #fff;
}
.tweets h4 .fa {
    display: inline-block;
    margin-right: 15px;
}
.ico-wrap {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 35px;
}
.tweets .ico-wrap {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
}
.followers .ico-wrap {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
}
.ico-wrap .fa-twitter,
.ico-wrap .fa-bullhorn {
    color: #00aced;
}
.tweets .panel-ft {
    position: relative;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    margin: 15px 0 0 0;
    width: 89%;
    color: #fff;
}
.tweets .panel-ft span {
    position: relative;
    display: inline-block;
    margin-right: 23%;
    width: 55px;
    font-size: 10px;
}
.tweets .panel-ft .fa {
    margin: -1px 5px 0;
    font-size: 14px;
}
.tweets .panel-ft a {
    position: relative;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    text-align: right;
}
.panel-ft-3 a {
    display: block;
    overflow: hidden;
    width: auto;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: right;
}
.tweets .com-shadow {
    -webkit-box-shadow: -3px 2px 10px 0 #3d3d3d;
    box-shadow: -3px 2px 10px 0 #3d3d3d;
}
/* INTERACTIONS
--------------------------------------------------------------------*/

#flot-tooltip,
#tweet .tooltip-inner {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px #9F9F9F;
    box-shadow: 0px 4px 4px 0px #9F9F9F;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
#tweet .tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.g-analitic .tooltip-inner {
    color: #B5CFDC;
}
.followers .tooltip-inner,
.interactions .tooltip-inner {
    color: #0084B4;
}
#tweet .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
    margin-left: -7px;
    border-width:  7px 7px 0;
}
#tweet .tooltip {
    margin-left: 27px;
}
#tweet .tooltip-arrow {
    left: 25% !important;
}
#tweet .tooltip.top {
  margin-top: -3px;
  padding: 7px 0;
}
/* FOLLOWERS
--------------------------------------------------------------------*/

.followers-media {
    padding: 0;
    margin-top: 20px;
}
.followers-media .media-body {
    display: table-cell;
    vertical-align: middle;
}
.followers-media .media-left {
    padding-right: 20px;
}
.followers-aside .media p,
.followers-aside .media a {
    text-align: left;
}
.followers-aside .media img,
.followers-aside .media a {
    display: block;
}
.followers-aside .media a {
    color: #5DB3EA;
}
.followers-aside .media p {
    color: #aaa;
}
.followers-aside .media img {
    margin: auto;
}
.followers .arrow_box {
    float: right;
    width: 90%;
}
.followers-aside .color-text {
    margin-bottom: 35px;
    font-size: 16px;
    border-bottom: 1px solid #0084b4;
}
.followers-aside .last-a {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 20px 0 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
}
.arrow_box-1,
.arrow_box-2 {
    min-height: 125px;
    padding: 20px;
-webkit-box-shadow: -3px 2px 10px 0 #9f9f9f;
box-shadow: -3px 2px 10px 0 #9f9f9f;
}
.arrow_box-1 img,
.arrow_box-2 img
.arrow_box-2 .btn {
    width: 70px;
    height: 60px;
}
.fast {
    margin-bottom: -11px;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    color: #007AAD;
}
.fast a:hover {
    text-decoration: none;
    color: #007AAD;
}
.arrow_box-2 .btn {
    margin-top: 10px;
    color: #fff;
    border: none;
    background-color: #e76767;
}
.followers .stat-box {
    display: block;
    margin: 14px 0 0 0;
    text-align: right;
    color: #fff;
}
.followers .stat-box .fa {
    display: inline-block;
    margin: 0 15px;
    font-size: 22px;
}
.followers .stat-box a {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}
.fast span {
    display: inline-block;
    padding: 0 25px;
}
.followers .panel-ft p:first-child {
    border-bottom: 1px solid #0084b4;
}
.followers .bord-btm {
    margin-bottom: 15px;
}
/* G-ANALITIC
--------------------------------------------------------------------*/

.g-analitic-btn {
    display: block;
    position: absolute;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    margin: 0;
    width: 340px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin: auto;
    background-color: #ec6916;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    border: none;
}
.g-analitic-btn:hover,
.g-analitic-btn:focus,
.g-analitic-btn:active {
    color: #fff;
}
/* KEYWORDS
--------------------------------------------------------------------*/

#keywords {
    text-align: justify;
}
#keywords div {
    float: none;
}
#keywords div:first-child {
    margin-right: 0;
    width: 100%;
}
#keywords div:last-child {
    width: 100%;
}
#keywords a {
    padding: 0 3px;
}
.keywords .panel-title {
    text-transform: uppercase;
}
.keywords .panel-body {
    padding-top: 0 !important;
}
.keywords .well {
    background-color: #fff;
-webkit-box-shadow: inset 0px 2px 2px 0px #d7d7d7;
box-shadow: inset 0px 2px 2px 0px #d7d7d7;
}
/* TREND
--------------------------------------------------------------------*/
.trend .panel-body a,
.trend .panel-body p {
    font-size: 12px;
}
.trend .panel-body p {
    margin: 0;
    color: #aaa;
}
.trend .panel-body a {
    color: #5db3ea;
}
.trend .com-shadow .panel-body {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px !important;
}
/* TABS
--------------------------------------------------------------------*/

.tabs-cust .nav-tabs {
    border-bottom: none;
-webkit-box-shadow: inset 0px -2px 2px 0px #A7A7A7;
box-shadow: inset 0px -2px 2px 0px #A7A7A7;
}
.tabs-cust li {
    padding: 0;
    margin-bottom: -2px;
}
.tabs-cust .nav-tabs > li.active > a {
    background-color: #E7EBEE !important;
    border-top: 7px solid #0084b4;
-webkit-box-shadow: 2px 0px 0px 0px #d7d7d7;
box-shadow: 2px 0px 0px 0px #d7d7d7;

}
.tabs-cust .nav-tabs > li > a:hover,
.tabs-cust .nav-tabs > li > a:focus {
    background-color: #4b4b4b;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin: 0;
    padding: 9px 0;
    width: 220px;
}
.tabs-cust .nav-tabs >li > a {
    background-color: #4b4b4b;
    border-top: 7px solid #E7EBEE;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin: 0;
    padding: 9px 0;
    width: 220px;
    display: table-cell;
    text-align: center;
}
.tabs-cust > .nav-tabs .fa {
    color: #fff;
}
.tabs-cust > .nav-tabs .fa-twitter {
    font-size: 48px;
}
.tabs-cust > .nav-tabs .fa-instagram {
    display: inline-block;
    padding: 5px 0;
    font-size: 40px;
}
.tabs-cust > .nav-tabs .active .fa {
    color: #0084b4;
}
/* PIE
--------------------------------------------------------------------*/

.pie-wrap {
    position: relative;
    width: 95px;
    height: 95px;
}
.pie-wrap .icon-circle,
.pie-in,
.pie-out {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
}
.pie-in {
    top: 50%;
    margin-top: -41px;
}
.pie-wrap .icon-circle {
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    height: 65px;
    background-color: #68D5E5;
}
.pie-wrap .fa {
    font-size: 30px;
    color: #fff;
}

/* PROGRESS-BAR
--------------------------------------------------------------------*/

.progress-bar-box {
    position: relative;
    margin: 10px auto 0;
    padding: 0;
    width: 180px;
}
.progress-bar-box p {
    margin: 10px 0 0 0;
}
.progress-hr {
    display: none;
    position: absolute;
    bottom: 11.5%;
    width: 180px;
    height: 1px;
    background-color: #e9e9e9;
}
.followers-hr-v {
    border-left: 1px solid #e9e9e9;
}
.progress-bar-box .fa {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 40px;
}
.progress-bar-box .fa:first-child {
    left: 30px;
}
.progress-bar-box .fa:last-child {
    left: 65px;
}
.progress-bar-box .fa-eye {
    color: #6ad9a4;
}
.progress-bar-box .fa-hand-o-up {
    color: #6ad4d9;
}
.followers .issue {
    margin: 15px 0;
    text-align: center;
    color: #8b8b8b;
}
.issue {
    font-size: 10px;
    color: #8b8b8b;
}
/* SCATTERPLOT
--------------------------------------------------------------------*/

#scatterplot-1 {
    border: 1px solid #8b8b8b;
}
#scatterplot-1,
#scatterplot-2 {
    margin: 0 !important;
}
#scatterplot-1 a:hover,
#scatterplot-2 a:hover {
    border: 2px solid #68D5E5;
}
#scatterplot-1 .btn-link,
 .btn-link.active, .btn-link:active,
  .btn-link[disabled],
   fieldset[disabled] .btn-link {
    background-color: #29749c !important;
}
#scatterplot-2 .btn-link,
 .btn-link.active, .btn-link:active,
  .btn-link[disabled],
   fieldset[disabled] .btn-link {
    background-color: #b5cfdc !important;
}
/***************************/

.bubble-list-y {
    padding: 30% 0 0 0;
}
.bubble-list-y li {
    height: 7.8%;
    list-style: none;
    text-align: right;
}
.bubble-list-y li:first-child {
    padding-top: 0;
}
.bubble-list-y li:last-child {
    padding-bottom: 0;
}
.bubble-list-x {
    display: table-row;
}
.bubble-list-x li {
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    width: 1000px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    text-transform: uppercase;
}
.interactions .bubble-list-y,
.interactions .bubble-list-x {
        color: #8b8b8b
}
.g-analitic .bubble-list-y,
.g-analitic .bubble-list-x {
        color: #D6D6D6
}
.point {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: small;
}
.x-Label, .y-Label {
    display: none;
}
.desc-day {
    display: none;
}
.mob-day {
    display: inline-block;
}

/* MAX-WIDTH: 995PX
--------------------------------------------------------------------*/
@media only screen and (max-width: 995px) {
    .growth .media,
    .followers-media {
        padding: 0 10%;
    }
    .followers-hr-v {
        border-left: none;
    }
    .tweets-panel {
        margin-bottom: 20px;
    }

}
/* MIN-WIDTH: 762Px
--------------------------------------------------------------------*/

@media only screen and (min-width: 762px) {
    .desc-day {
        display: inline-block;
    }
    .mob-day {
        display: none;
    }
    .bubble-list-x li {
        padding: 15px 0;
    }
    .progress-hr {
        display: inline-block;
    }
    #keywords div {
        float: left;
    }
    #keywords div:first-child {
        margin-right: .8%;
        width: 39%;
    }
    #keywords div:last-child {
        width: 60%;
    }

}

/* MAX-WIDTH: 480PX
--------------------------------------------------------------------*/

@media only screen and (max-width: 560px) {
    .growth .media,
    .followers-media {
        padding: 0 !important;
    }
    .fast {
        font-size: 30px;
    }
    .fast span {
        padding: 0;
    }
    .tabs-cust .nav-tabs >li > a {
        padding: 6px 0;
        width: 155px;
    }
    .tabs-cust .nav-tabs > li > a:hover,
    .tabs-cust .nav-tabs > li > a:focus {
        padding: 6px 0;
        width: 155px;
    }
    .bubble-list-x li,
    .bubble-list-y li {
        font-size: 75%;
    }
    .followers .arrow_box,
    .tweets .arrow_box {
        width: 100%;
    }
    .ico-wrap {
        display: none;
    }
    .g-analitic-btn {
        width: 250px;
    }
    .bubble-list-y {
        padding: 0;
    }

}

