/* Wix Specific Code */

.externalApp #container {
  height: 600px;
  overflow: scroll;
}

.externalApp .payments-widget {
    display: none;
}

.externalApp .analytics-tab {
    display: none;
}
/* End of Wix Specific Code */

@font-face {
    font-family: 'exoblack';
    src: url('http://app.viraltag.com/css/fonts/Exo-Black.otf');
    font-weight: normal;
    font-style: normal;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
}

#container.dark-bg{
    background: rgb(250,249,247);
    min-height: 1000px;
}

/*sidebar navigation*/

#sidebar {
    top: 0;
    width: 125px;
    height: 100%;
    position: fixed;
    /*background: #333 url(http://app.viraltag.com/img/section_bg.png);*/
    background: #F5F5F5;
    text-align: center;
    
}

#sidebar .logo{
    height: 100px;
    background: #DB4755;
    padding: 15px 0;
}

#sidebar .logo img{
    height: 100%;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    /*margin: -2px -4px 0;*/
    padding: 0;
}

ul.sidebar-menu {
    /*margin-top: 75px;*/
    text-align: left;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #F0F1F1;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
   
    color: #737B83;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #e33d54;
  
    display: block;
}

ul.sidebar-menu li {
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
}

ul.sub li{
    border: none;
}
ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: block;
}

ul.sidebar-menu li a span.arrow{
    float:right;
    margin-top: 3px;
    margin-right: 3px;
    display: none;
}

ul.sidebar-menu li a span.arrow i{
    font-size: 30px;
    color: #9f9f9f;
}

ul.sidebar-menu li a span.m-icon{
    text-align: center;
}

ul.sidebar-menu li a span.m-text{
    font-size: 14px;
    color: #666;
}

ul.sidebar-menu li a{
    /*color: #8b9199;*/

    /*color: #818386;*/
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 0;
    font-size: 14px;
    outline: none;
    line-height: 17px;
    color: #9f9f9f;
}

ul.sidebar-menu li.active, ul.sidebar-menu li.hover{
    background: white;
}

ul.sidebar-menu li.active a span.arrow, ul.sidebar-menu li.hover a span.arrow, ul.sidebar-menu li a:hover span.arrow{
    display: block;
}

ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    color: #777;
    display: block;
    border-radius: 4px;
    background: transparent;
}


ul.sidebar-menu li a i {
    font-size: 24px;
    margin-bottom: 10px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #DB4755;
}

ul.sidebar-menu li.active a i {
    color: #DB4755;
}

.short-menu{
    position: absolute;
    bottom: 10px;
    /*margin-top: 85px;*/
}

.short-menu ul.short-menu-items{
    list-style: none;
    padding: 0;
    margin: 0;
}

.short-menu ul.short-menu-items li{
    float: left;
    margin:0 17px;
}

.short-menu ul.short-menu-items li:last-child{
    margin-left: 60px;
    margin-right: 0;
}

.short-menu ul.short-menu-items li a{
    color: #9f9f9f;
    font-size: 37px;
    cursor: pointer;
}

ul.short-menu-items li a:hover, ul.short-menu-items li a:focus{
    color: #DB4755;
}

/*#sidebar ul > li > a .arrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #A0A0A0;
    border-top: 4px solid transparent;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 6px;
    width: 0;
}

#sidebar > ul > li > a .arrow.open {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #A0A0A0;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 8px;
    width: 0;
}

#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
*/
.anal-info, .anal-info:hover {
    margin: 0px 6px 0 0;
    font-size: 11px;
}

/*header*/

.white-bg {
background: #fff;
border-bottom: 1px solid #eee;

}

.header {
position: fixed;
left: 0;
right: 0;
z-index: 1002;
}

.header, .footer {
min-height: 60px;
padding: 0 15px;
}


/* content */

#main-content {
    margin-left: 175px;
    margin-right: 30px;
    position: relative;
    /*top: 75px;  */
    background: transparent;
}



/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 65px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.redish {
    background-color: #e33d54;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

span.small.italic{
    float: right;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 50%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

/*Sidebar Toggle*/

.sidebar-toggle-box {
float: left;
padding-right: 15px;
margin-top: 20px;
}

.sidebar-toggle-box {
cursor: pointer;
display: inline-block;
font-size: 20px;
}

a.logo {
    color: #2e2e2e;
    float: left;
    margin: 15px 0 0 0;
}

a.logo img{
    width:auto;
    height:30px;
    margin: auto;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li > a img{
    border: 2px solid #f5f5f5;
    margin-right: 5px;
    border-radius: 50%;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("http://app.viraltag.com/css/img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-redish {
    border-color: transparent transparent #e33d54;
    border-bottom-color: #e33d54 !important;
    border-top-color: #e33d54 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #e33d54;
    border-bottom-color: #e33d54 !important;
    border-top-color: #e33d54 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}



/*search*/

.search {
    margin-top: 6px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("http://app.viraltag.com/css/images/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
}

.search:focus {
    margin-top: 5px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .icon-reorder {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


.sub-heading {
   margin-bottom: 20px;
   position: relative;
}

.custom-tabmenu>li>a{
  border: none;
  background: transparent !important;
  font-size: 18px;
  color: #999;
  outline: 0;
}

.custom-tabmenu>li{
  border-bottom: 2px solid transparent;
  outline: 0;
}

.custom-tabmenu>li.active>a:hover{
    border: none;
}

.custom-tabmenu>li.active, .custom-tabmenu>li:hover{
  border-bottom: 2px solid #DB4755;
}

.custom-tabmenu>li.active>a, .custom-tabmenu>li.active>a:hover, .custom-tabmenu>li:hover>a{
  color: #DB4755;
}

.custom-tabmenu.nav-tabs>li>a,.custom-tabmenu.nav-tabs>li>a:hover,.custom-tabmenu.nav-tabs>li>a:focus,.custom-tabmenu.nav-tabs>li.active>a:hover,.custom-tabmenu.nav-tabs>li.active>a:focus,.custom-tabmenu.nav-tabs>li:hover>a:hover,.custom-tabmenu.nav-tabs>li:hover>a:focus{
    outline: 0;
    border: 0;
}

#analytic-tabmenu{
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

#analytic-tabmenu:after{
    content: "";
    clear: both;

}

#analytic-tabmenu li{
    float: left;
    padding: 20px 30px;
}

/*.sub-heading ul {
    padding-left: 0;
}

.sub-heading li {
    display: inline-block;
    margin-right: 15px;
}

.sub-heading li a {
    font-size: 20px;
    line-height: 22px;
    color: #444;
    padding: 3px 5px 5px 3px;
}

.sub-heading a:hover {
    color: #00cce1;
}

.sub-heading .active a {
    color: #00cce1;
    border-bottom: 3px solid #00cce1;
}*/

/*=======================================
Extended Style Sheet 
========================================*/

/*--title nav bar---*/
.titlebarContainer .navbar{
    position: relative;
    box-shadow: none;
}

.titlebarContainer .navbar-brand{
    color: #DB4755;
    font-size: 38px;
    padding: 34px 0;
}

.titlebarContainer .navbar-nav.navbar-right:last-child{
    margin: 0;
}

.titlebarContainer .navbar-nav.navbar-right > li:first-child > a{
    color: #9f9f9f;
    padding-top: 28px;
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown{
    padding: 28px 20px 0 12px;
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown > a{
    color: #404042;
    background: #F5F5F5;
    padding: 0;
    border-radius: 5px;
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown > a span{
    display: inline-block;
    /*float: left;*/
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown > a span.dr-user{
    padding: 6px 19px 0 19px;
    font-size: 18px;
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown > a span.dr-user img{
    width: 32px;
    margin-right: 15px;
    border-radius: 100%;
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown > a span.dr-trigger{
    padding: 12px 19px;
    border-left: 1px solid #fff;
}

.titlebarContainer .navbar-nav.navbar-right > li.dropdown .caret{
    margin-top: -4px;
    border-top: 6px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.upload-file {
    color: #71D2C7;
}

/*Dashbaord Page*/
.ribbon-wrapper{
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: 11px;
}

.ribbon-wrapper .ribbon.primary{
    /*background-color: #e04545;*/
    background-color: rgba(241, 79, 95, 0.86);
}

.ribbon-wrapper .ribbon{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -29px;
    top: 13px;
    width: 120px;
    line-height: 20px;
    background-color: #797979;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-wrapper .ribbon:before, .ribbon-wrapper .ribbon:after{
    content: "";
    border-top: 2px solid #797979;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute;
    bottom: -2px;
}

.ribbon-wrapper .ribbon:before{
    left: 0;
    bottom: -2px;
}

.ribbon-wrapper .ribbon:after{
    right: 0;
}

.dashboard-stats-pane, .dashboard-items-pane {
    margin-bottom: 50px;
}

.dashboard-range{
    margin-bottom: 25px;
}

.dashboard-range a{
    color: #777;
    font-size: 20px;
}

.dashboard-stats-widget{
    border: 1px solid #e4e4e4;
    padding: 15px;
    box-shadow: 1px 1px 1px #f1f1f1;
    min-height: 103px;
}

.dashboard-stats-widget .stats-widget-content{
    color: #797979;
}

.dashboard-stats-widget .stats-widget-content .row > div{
    text-align: center;
}

.dashboard-stats-widget .stats-widget-content .row > div > span{
    display: block;
}

.dashboard-stats-widget .stats-widget-content .row > div > span.value{
    font-size: 36px;
}

.dashboard-stats-widget .stats-widget-content  .virality-stamp{
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border: 2px solid #db4755;
    border-radius: 36px;
    background: #db4755;
    color: white;
    box-shadow: 1px 1px 1px #eee;
}

.dashboard-stats-widget .stats-widget-content  .virality-stamp > div:first-child{
    height: 50%;
}

.dashboard-stats-widget .stats-widget-content  .virality-stamp > div:first-child > span{
    display: block;
    padding-top: 7px;
}

.dashboard-stats-widget .stats-widget-content  .virality-stamp > div:last-child{
    height: 34px;
    padding: 2px;
    background: #fff;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    color: #db4577;
    box-shadow: inset 0px 1px 0px #ccc;
}

.dashboard-wcontainer{
    width: 95%;
}

.dashboard-wcontainer .dashboard-subtitle{
    margin-bottom: 15px;
}

.dashboard-wcontainer .dashboard-subtitle > a{
    color: #777;
    font-size: 20px;
}

.dashboard-wcontainer .pin-item{
    position: relative;
    height: 250px;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
}

.dashboard-wcontainer .pin-item .pins-image-holder{
    height: 100%;
    padding: 1px;
}

.dashboard-wcontainer .pin-item .pins-image-holder > a > img {
    width: 100%;
    border-radius: 3px;
}

.dashboard-wcontainer .pin-item .pins-stats-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    color: white;
}

.dashboard-wcontainer .pin-item .pins-stats-container .pins-indiv-stat{
    float: left;
    padding: 5px;
    text-align: center;
}

.dashboard-range a > i, .dashboard-subtitle a > i{
    color: #db4755;
}

.stats-widget-content .loading{
    margin: 0 auto;
    margin-left: 70px; 
}