/**
 * @package PHP Social Dashboard
 * @version 1.5.2
 * @author Axent Media <axentmedia@gmail.com>
 */

/*
 * Fonts
 */

@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS-webfont.eot');
    src: url('../fonts/BEBAS-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS-webfont.woff') format('woff'),
         url('../fonts/BEBAS-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * Base structure
 */

body {
    position: relative;
    background-image: url("../img/noisy-texture.png");
    background-color: #F3F3F3;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: "BebasRegular", Arial, sans-serif;
	text-rendering: optimizeSpeed;
    word-spacing: 4px;
}

/*
 * Global add-ons
 */

.content-header {
    margin-bottom: 25px;
}
.spacer {
  padding-top: 50px;
}
.well {
    border:1px solid transparent;
    border-color: #ddd;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 0;
}
.sub-header {
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}
#overview {
    padding-top: 20px;
}
.bg-success {
    padding: 10px;
    margin: 0;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
    background-image: url("../img/noisy-texture.png");
    box-shadow:0 0 6px rgba(3,3,3,0.6);
}

/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main .page-header {
    margin-top: 0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.main h4 {
    margin-top: 20px;
}
.pub-footer {
    padding-bottom: 35px;
}
#demos {
    padding-top: 20px;
}
#demos .row {
    margin-bottom: 20px;
}
.back {
    float: right;
}
.social-networks-checkbox .social-item{
    margin-bottom: 3px;
}
.social-networks-checkbox .social-item .subset_div{
    display: none;
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: -2px;
    position: relative;
    z-index: 1000;
}
.social-networks-checkbox .social-item .needle{
    margin-top: 4px;
    cursor: pointer;
}
.subset_div .subset{
    color: white;
    padding: 3px;
}
.info-box small {
    font-size: 12px !important;
}
#content-body {
    background-color: #ECF0F5;
    padding: 0px;
    border: 0px;
}
.info-box-content {
    padding: 4px;
}
#post_dropzone {
    padding-bottom: 15px;
}
#refresh_time {
    top: 3px;
}
.navbar-nav ins {
    text-decoration: none;
    margin-left: 5px;
}
.dropzone .form-control {
    cursor: initial;
}
.dropzone .btn-primary {
    cursor: pointer;
}

.info-box .info-box-bottom-form {
    clear: both;
    padding: 10px 20px 1px 20px;
}

.sd-upgrade-content {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
    box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
}

.dataTables_wrapper .btn-social-icon {
	height: 24px !important;
	width: 24px !important;
}
.dataTables_wrapper .btn-social-icon > :first-child {
	line-height: 24px !important;
	font-size: 1.2em !important;
}

#sd_post_chars_limit {
    font-size: 100%;
}

#post_form #post_alert {
    overflow: auto;
    max-height: 200px;
}

@media only screen and (max-width: 420px) {
    .navbar-nav ins, .navbar-nav #refresh_time{
        display : none;
    }
}
