/* =============================================================================
   CSS App imports.

   These imports are inlined and minified by the build script. If
   you don't intend to use a build script, do not use @import
   statements. Use a single style.css file with bootstrap's style first,
   then your specific CSS files.

   Following assumes an app.css to put specific CSS rules.

   Both unminified and minified version of bootstrap's css will be generated by the
   less script command. You may want to switch the bootstrap.css to bootstrap.min.css

   ========================================================================== */

@import url('bootstrap3/css/bootstrap.css');
/*@import url('bootstrap.css');*/
/*@import url('bootstrap-responsive.css');*/
@import url('app.css');

[class^="redicon-"], [class*=" redicon-"] {
    background-image: url("../img/glyphicons-halflings-red.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 2px;
    padding-left: 2px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

.redicon-chevron-down {
    cursor: pointer;
}
.redicon-chevron-down {
    background-position: -313px -119px;
}

.center-align {
    display: block;
    text-align: center;
}
body, input, button, select, textarea {
    font-family: 'Cuprum', sans-serif;
}
body {
    color: #5e5e5e;
    background-color: #f7f6f6;
    font-size: 14px;
    /*min-width: 1000px;*/
}


h1, h2, h3, h4, h5, h6 {
    color: #35a9fc;
}
small {
    font-size: 10px;
}
.wrapper {
    width: 100%;
    margin: 3px auto;
    padding-top: 18px;
}
.middle-content {
    /*border-bottom: 2px solid #dedede;*/
    background-color: #f8f6f7;
}

ul.errorlist {
    list-style: none;
    color: #B94A48;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 2px;
    font-size: 12px;
}
header {
    background-color: #bfe1f2;
}
div.header-logo {
    background: url("../bg.png") #BFE1F2 center top repeat-y;
    border: 1px solid #E2E2E2;
    min-height: 78px;
}
.head-container {
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.head-container a.href-logo {
    background-image: url("../logo.png");
    display: block;
    height: 54px;
    margin: 5px auto 0;
    text-decoration: none;
    width: 276px;
}
.sharing-item-container {
    width: 100%;
}
.header-logo-login {
    float: right;
    margin: 15px 0 0 0;
}
.header-logo-login a {
    vertical-align: text-top;
    font-size: 16px;
}
.header-logo-login a i {
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
}
footer {
    padding: 10px;
    border-top: 2px solid white;
}
footer, footer a {
    font-size: 16px;
    color: #848484;
    text-align: center;
}
.grey {
    color: #848484;
}
.left5 {
    margin-left: 5px;
}

/* ================= NAVBAR ================ */
.navbar-container {
    margin-bottom: 0;
}
.navbar-container {
    background: url("../img/menu-background.png") top left repeat-x;
    height: 42px;
}
.navbar-container #id-navbar {
    background-color: transparent;
    border-color: transparent;
    border: none;
    height: 42px;
}
.navbar-container #id-navbar #id-navbar-collapse {
    padding: 0;
    margin: 0;
}
.navbar-container #id-navbar #id-navbar-collapse {
    width: 100%;
    margin: 0 auto;
}
#id-navbar .container .nav {
    font-size: 15px;
    font-weight: normal;
}
#id-navbar #id-nav > li > a {
    height: 42px;
    color: #848484;
    padding: 12px 8px 10px;
    text-shadow: none;
}
#id-navbar #id-nav > li > a:hover {
    background-color: transparent;
    color: #848484;
    text-decoration: none;
    background: url("../img/menu-hover.png") top left repeat-x;
}
#id-navbar #id-nav > li > a.active {
    color: #424242;
    background: url("../img/menu-active.png") top left repeat-x;
}
#id-navbar #id-nav .open > .dropdown-toggle,
#id-navbar #id-nav .active > .dropdown-toggle,
#id-navbar #id-nav .open.active > .dropdown-toggle {
    background-color: #FFF;
}
#id-navbar-nav.navbar-right:last-child {
    margin: 0;
}
ul#id-nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}
ul.dropdown-menu li {
    font-size: 14px;
}
#id-navbar .dropdown-menu {
    margin-top: -5px;
}

/* ================================================================== */

.balance-menu {
    font-size: 16px;
    color: #000;
}
.balance-menu span#balance {
    color: #ff0000;
}
.balance-menu a.earn-more {
    color: #000;
    text-decoration: underline;
}
.category_list {
    list-style: none;
    margin: 0;
}
.category_list li {
    padding: 2px 0;
}
.cat-title {
    display: block;
    font-size: 19px;
    padding: 4px 0 10px;
}
.category_list li a {
    color: #5e5e5e;
}
.category_list li a.active {
    color: #000000;
}
.blue {
    color: #007dcc;
}
h3 {
    color: #000000;
    font-size: 19px;
    font-weight: normal;
}
h4 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
p {
    font-family: 'Cuprum', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 6px 0;
}

.sharing-item-wrapper {
    display: table-cell;
    float: left;
    width: 240px;
    background-color: white;
    margin: 8px 0;
    height: 100%;
    padding: 0;

    box-shadow: 0px 0px 5px #aaa;
    -o-box-shadow: 0px 0px 5px #aaa;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
}


.sharing-item-content, .sharing-item-content-pro {
    padding: 10px;
}
.sharing-item-content-pro {
    background-position: bottom right;
}
.sharing-item-title {
    width: 200px;
    overflow: hidden;
    float: left;
}
.sharing-item-exclude {
    width: 20px;
    float: right;
    text-align: right;
}

.sharing-item-bottom {
    background-color: #f2f0f0;
    padding: 5px 10px;
}
.btn-small {
    font-size: 13px;
    margin: 2px 0;
}
    .modal-body .btn-small{
	padding: 2px 5px;
    }
.clearer {
    clear: both;
}
.sharing-item-container-div .left, .sharing-item-container-div .right {
    float: left;
    width: 252px;
}
.item-tab-container h4, .item-tab-container-pro h4 {
    margin: 0;
}
.item-tab-container, .item-tab-container-pro {
    background-position: bottom right;
    background-color: white;
    margin: 8px 0;
    width: 100%;
    padding: 10px;
    position: relative;

    box-shadow: 0px 0px 5px #aaa;
    -o-box-shadow: 0px 0px 5px #aaa;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
}
.item-tab-content {
    float: left;
    width: 600px;
    padding: 10px;
}
.item-tab-actions {
    float: left;
    padding: 10px;
}
.latest-link {
    margin-top: 10px;
}
.latest-link, .all-link {
    font-size: 16px;
}
table.table tbody tr.tr-summary {
    background: #FBFBFB;
}
table.table tbody tr.tr-summary td {
    padding: 0;
}
table.table tbody tr.tr-summary td div table {
    padding: 0;
    margin-top: 2px;
    /*border-bottom: 1px solid #999999;*/
}
table.summary {
    width: 100%;
    margin: 0;
}
table.summary tr th.s-backend {
    width: 15%;
    text-align: left;
}
table.summary tr th.s-count, table.summary tr th.s-credits {
    width: 10%;
    text-align: center;
}
table.summary tr td.s-count, table.summary tr td.s-credits {
    text-align: center;
}
table.summary {

}
table.table tbody tr.tr-summary td table.summary tr th,
table.table tbody tr.tr-summary td table.summary tr td {
    padding: 2px;
    border: none;
    font-size: 11px;
}
table.summary tr th, table.summary tr td {
    padding: 2px;
    border: none;
    font-size: 11px;
}
table.summary tr th {
    border-bottom: 1px solid #DDDDDD;
}
.red, span.red span.glyphicon {
    color: #B94A48 !important;
}
.green, span.green span.glyphicon {
    color: #017229 !important;
}
form.add-item input, textarea, select, .uneditable-input {
    margin-bottom: 0;
}
.medium {
    font-size: 12px;
}
.my-project {
    color: #229900;
    font-size: 16px;
    font-weight: bold;
}
.tooltip-inner {
    text-align: left;
}
.icon-chevron-down {
    cursor: pointer;
}
td.blank {
    background: #f7f6f6;
}
table th.stats-col, table td.stats-col {
    padding-right: 0;
    vertical-align: bottom;
}

label {
    margin-bottom: 2px;
    margin-top: 10px;
}
.low-balance {
    color: #B94A48;
}
.alert-headerblank-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-headerblank-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
small {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}
ul.pager li.current {
    padding: 5px;
}
[class^="picon-"], [class*=" picon-"] {
    background-image: url("../credits/num_all.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.picon-points-1 {
    background-position: 0 0;
}
.picon-points-2 {
    background-position: -14px 0;
}
.picon-points-3 {
    background-position: -28px 0;
}
.picon-points-4 {
    background-position: -42px 0;
}
.picon-points-5 {
    background-position: -56px 0;
}
.picon-points-6 {
    background-position: -70px 0;
}
.picon-points-7 {
    background-position: -84px 0;
}
.picon-points-8 {
    background-position: -98px 0;
}
.picon-points-9 {
    background-position: -112px 0;
}
.picon-points-10 {
    background-position: -126px 0;
}

.picon-points-red1 {
    background-position: 0 -14px;
}
.picon-points-red2 {
    background-position: -14px -14px;
}
.picon-points-red3 {
    background-position: -28px -14px;
}
.picon-points-red4 {
    background-position: -42px -14px;
}
.picon-points-red5 {
    background-position: -56px -14px;
}
.picon-points-red6 {
    background-position: -70px -14px;
}
.picon-points-red7 {
    background-position: -84px -14px;
}
.picon-points-red8 {
    background-position: -98px -14px;
}
.picon-points-red9 {
    background-position: -112px -14px;
}
.picon-points-gray {
    background-position: 0 -28px;
}
.picon-points-black {
    background-position: -14px -28px;
}
.picon-points-blank {
    background-position: 0px -28px;
}
.tab-action-disabled {
    cursor: default;
}
.tab-action-share button.btn {
    width: 100px;
}
.tab-action-share ul.dropdown-menu {
    right: 0;
    left: auto;
    /*width: 100px;min-width: 100px;*/
}
.tab-action-share ul.dropdown-menu li {
    font-size: 12px;
}
.dropdown-menu li a {
    padding: 3px 10px;
}
.dropdown-menu li a.tab-action-disabled {
    color: #b0b0b0;
}
.dropdown-menu li > a.tab-action-disabled:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 113, 152, 0.45);
}
a.view-tab {
    float: right;
    background-image: url("../img/tab.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    width: 19px;
}
a.view-div {
    float: right;
    background-image: url("../img/div.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-left: 5px;
}
.tab-div-h3 {
}
.tab-div-switch {
    margin-bottom: 10px;
}
.tab-div-switch a.active {
    box-shadow: 0px 0px 3px #777;
    -o-box-shadow: 0px 0px 3px #777;
    -webkit-box-shadow: 0px 0px 3px #777;
    -moz-box-shadow: 0px 0px 3px #777;
}
.tab-div-switch a.not-active {
    box-shadow: 0px 0px 3px #bbb;
    -o-box-shadow: 0px 0px 3px #bbb;
    -webkit-box-shadow: 0px 0px 3px #bbb;
    -moz-box-shadow: 0px 0px 3px #bbb;
    cursor: default;
}
.action-report {
    background-image: url("../img/report.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    float: right;
}
.exclude-item {
    float: right;
    padding-left: 5px;
}
.action-reported {
    background-image: url("../img/report_red.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    float: right;
}
.action-report-div {
    background-image: url("../img/report.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    vertical-align: middle;
}
.action-reported-div {
    background-image: url("../img/report_red.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    vertical-align: middle;
}
.item-tab-container div div.left-part, .item-tab-container-pro div div.left-part  {
    width: 100%;
    float: left;
}
.item-tab-container div div.cat, .item-tab-container-pro div div.cat {
    padding-top: 10px;
    width: 500px;
}

textarea.report {
    height: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.report-label {
    margin: 0;
}
.message-count {
    background: red;
    color: white;
    font-size: 8px;
    font-weight: bold;
    padding: 0 2px;
    margin-left: -5px;
    margin-bottom: 7px;
}
.message-count-c {
    margin-right: 5px;
}
a.message-count-c {
    text-decoration: none;
}
table.messages {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.messages thead tr th {
    font-size: 12px;
    color: #888;
    font-weight: normal;
    padding: 3px;
}
table.messages tbody tr.m-row {
    border-top: 1px solid #DDD;
}
.white {
    background: white;
}
table.messages tbody tr.m-body td {
    padding: 0;
}
table.messages tbody tr.m-row td div span {
    display: block;
    font-size: 12px;
    padding: 0 2px 4px;
    font-weight: normal;
    font-size: 12px;
}
table.messages tr td {
    padding: 3px;
}
table.messages tbody tr:hover {
    background: white;
}
table.messages .m-received {
    vertical-align: top;
    font-size: 10px;
}
table.messages tr td.m-sender {
    vertical-align: top;
    font-weight: normal;
    color: #0088CC;
}
table.messages .m-subject a {
    vertical-align: top;
    color: #0088CC;
    text-decoration: none;
}
table.messages .m-action {
    vertical-align: top;
}
table.messages tr.m-new td {
    vertical-align: top;
    font-weight: bold;
}
div.expand {
    cursor: pointer;
}
.unread {
    cursor: pointer;
    display: none;
}
table#my-summary {
    width: 100%;
}
span.cblue {
    color: #35A9FC;
    font-weight: bold;
}
table.my-projects thead th {
    vertical-align: middle;
    font-size: 12px;
    background-color: #eee;
    height: 25px;
    line-height: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.rr {
    padding: 6px 8px 0;
    font-size: 12px;
}
div.tab-div-row {
    display: table;
    width: 100%;
}
div.tab-div-col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.tab-div-col img {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
}
.tab-div-col input[type=text] {
    width: 400px;
}
span.black {
    color: #000000;
    font-style: normal;
}
img.fadd {
    opacity: 0.4;
}
img.remove {
    opacity: 1;
}
img.fprovider {
    cursor: pointer;
}
img.bott {
    vertical-align: bottom;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.bottom-margin {
    margin-bottom: 9px;
}
.ui_tpicker_timezone select {
    width: 120px;
    height: 18px;
    padding: 1px;
}

.btn-blank {
    display: inline-block;
    padding: 4px 10px 4px 0;
    margin-bottom: 0;
    line-height: 18px;
    color: #35A9FC;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    *margin-left: .3em;
}
.btn-blank:hover,
.btn-blank:active,
.btn-blank.active,
.btn-blank.disabled,
.btn-blank[disabled] {

}

.btn-blank:first-child {
    *margin-left: 0;
}
.btn-blank:hover {
    color: #35A9FC;
    text-decoration: none;
}
.btn-blank:focus {
}
.btn-blank.active, .btn-blank:active {
}
.btn-blank.disabled, .btn-blank[disabled] {
    cursor: default;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-blank .caret {
    margin-top: 0;
    margin-left: 0;
}

.dropdown-toggle-ord {
    padding: 5px 8px;
}
label[for='show_zero'], label[for='folders'] {
    margin-top: 5px;
}
.ordering {
    margin: 10px 0;
}

.ordering .txt {
    padding-top: 4px;
}

.ordering .left {
    float: left;
}
.ordering .left label {
    margin-top: 4px;
}
.bookmarklet {
    color: #35A9FC;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.bookmarket-tip {
    font-size: 10px;
    padding-bottom: 5px;
}
div.shaded {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
div.left {
    float: left;
}
div.right {
    float: right;
}
div.small-disc {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    padding-right: 15px;
}
input#id_user_tags {
    margin-bottom: 0px;
}
table.login-table input, table.login-table label {
    margin-bottom: 2px;
    margin-top: 2px;
}
table.login-table tr td {
    padding: 0 5px;
}
div#login-form {
    width: 580px;
    margin: 0 auto;
    padding-left: 0;
}
table.stumble-tab {
    font-size: 12px;
}
table.stumble-tab tr td.discl {
    padding: 0 15px 0 0;
}
.summary-error {
    color: #b94a48;
    font-weight: bold;
    padding: 5px;
}
.hidden-project {
    background-color: #e7e7e7;
}
.icon-folder-plus {
    background-image: url("../img/fplus.png");
    background-position: 0 0;
}
.icon-folder-minus {
    background-image: url("../img/fminus.png");
    background-position: 0 0;
}#nfname {
     margin-bottom: 0;
 }
.navbar .nav > li.labs > a {
    color: #ffffff;
    background: url("../img/menu-labs.png") top left repeat-x;
}
.navbar .nav > li.labs > a:hover {
    opacity: 0.9;
}
form#sendform textarea {
    width: 100%;
    margin-bottom: 5px;
}
form#sendform select[multiple] {
    width: 100%;
}
div.admin-actions {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 2px;
}
select.reasons-list {
    margin-bottom: 4px;
}
.user-balance {
    font-size: 18px;
    font-weight: bold;
}
.modal-footer a#addcr-btn {
    margin-top: 6px;
    float: left;
    margin-left: 0;
}

input.error-input {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.opacity03 {
    opacity: 0.3;
}

.add-item input[type=text], .add-item textarea {
    width: 100%;
}
.add-item #id_title {
    height: 50px;
}
.pointer {
    cursor: pointer;
}
.highlight { background-color: yellow; }
#search-filter {
    width: 195px;
}
.google-plus-button {
    padding: 10px 0 0 0;
}
.tab-action-share div.google-plus-button {
    padding: 5px 5px 0 0;
}
tr.reject-reason-row td {
    border-top: none;
    font-size: 12px;
}
div.permalink-item {
    background-color: white;
    height: 100%;
    padding: 0;

    box-shadow: 0px 0px 5px #aaa;
    -o-box-shadow: 0px 0px 5px #aaa;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
    width: 100%;
    margin: 0 auto 20px;
}
div.permalink-desc {
    margin: 10px 0;
}
div.log-reg-permalink a {
    font-weight: bold;
}
div.log-reg-permalink {
    margin: 0px auto 20px;
    font-size: 16px;
    text-align: center;
}
div.profile-summary table th {
    text-align: left;
    padding: 2px 5px;
}
div.profile-summary table td {
    padding: 2px 5px;
}
tr.main-account th {
    font-size: 16px;
}
tr.main-account {
    background-color: #f0f0f0;
}
.subscription-plan {
    padding: 0;
    width: 100%
}
.subscription-plan-price {
    font-size: 20px;
    padding-top: 5px;
}
.subscriptions-table tr th {
    text-align: center;
    vertical-align: middle;
}
.subscriptions-table tr th.boreder-left, .subscriptions-table tr td.boreder-left {
    border-left: 1px solid #DDDDDD;
    text-align: center;
    vertical-align: middle;
}
.subscriptions-table tr th, .subscriptions-table tr td {
    padding: 10px 5px;
}
.subscriptions-table tr th.boreder-right {
    border-right: 1px solid #DDDDDD;
}
.font20 {
    font-size: 20px;
}
.subscriptions-table tr.no-top-border th {
    border-top: none;
}
.text-bold {
    font-weight: bold;
}

.table-striped tbody tr:nth-child(2n+1) td.active-plan, .table-striped tbody tr:nth-child(2n+1) th.active-plan {
    background-color: #e3ffdd;
}
.subscriptions-table tr th.active-plan {
    background-color: #daf6d4;
}
.subscriptions-table tr:hover th.active-plan {
    background-color: #daf6d4;
}

/*============================================= FORUM =============================================*/
.forum-header {
    vertical-align: bottom;
    padding-bottom: 5px;
}
.forum-header .pull-right {

}
.forum-topics-list .topic-name {
    width: 80%;
}
.forum-topics-list .topic-replies {
    text-align: right;
    font-size: 10px;
}
.forum-topics-list .topic-last {
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forum-topics-list tr td {
    padding: 10px
}
span.small {
    font-size: 10px;
}
span.small-pin {
    font-size: 11px;
    color: #0088cc;
}
span.small-pin a {
    font-weight: bold;
}
.post-replier {
    width: 150px;
}
.post-itself td, .post-itself th {
    background-color: #ebebeb;
}
.post-reply .reply-date {
    border-bottom: 1px solid #ebebeb;
    font-size: 10px;
}
.forum-topics-list tr td.post-reply {
    padding-top: 2px;
}
.reply-body {
    padding: 10px 0;
}
.forum-pager li.previous, .forum-pager li.next {
    width: 200px;
    min-height: 10px;
    display: inline-block;
}
ul.forum-pager li.current {
    display: inline-block;
}
ul.forum-pager  {
    vertical-align: top;
}

.forum-pager li.previous {
    float: left;
}
.forum-pager li.next {
    float: right;
}
.leave-reply {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
}
.leave-reply form button {
    margin-top: 5px;
}
/*#myModalAddTopic form {*/
/*margin: 0;*/
/*padding: 0;*/
/*max-height: 200px;*/
/*}*/
/*#myModalAddTopic {*/
/*min-height: 520px;*/
/*width: 760px;*/
/*margin-left: -380px;*/
/*}*/
/*#myModalAddTopic label {*/
/*margin: 0;*/
/*}*/
.search-form-row > div {
    margin-top: 5px;
}
.search-form-div form, .search-form-div label {
    padding: 0;
    margin: 0;
}
.search-form-div input {
    margin: 0;
}
.forum-search-word {
    color: #0088CC;
}
.forum-topics-search td.post-replier, .forum-topics-search td.post-reply {
    border: none;
}
table.forum-topics-search tr td.post-post {
    background-color: #efefef;
}
.reply-attachments {
    padding-top: 2px;
    border-top: 1px solid #EBEBEB;
    font-size: 12px;
}
.reply-attachments a {

}
span.attachment {
    display: block;
    float: left;
    padding: 0 5px;
    margin-right: 2px;
    border: 1px solid #EBEBEB;
    border-radius: 3px 3px 3px 3px;
    background: #FFFFFF;
}
.padd3 {
    padding: 2px;
}
.profile-level-descriptions {
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    box-shadow: 0px 0px 5px #aaa;
    -o-box-shadow: 0px 0px 5px #aaa;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
    display: none;
    position: absolute;
    z-index: 1;
}
a.show-lvl-descriptions-tab {
    position: absolute;
    bottom: 35px;
    right: 5px;
}
a.show-lvl-descriptions-div {
    position: absolute;
    float: right;
    margin-left: 212px;
    margin-top: -10px;
}
a.show-lvl-descriptions-div-pl {
    position: absolute;
    bottom: 0;
    right: 5px;
}

label input#id_retweet_name {
    display: inline-block;
    width: 145px;
}
#retweet_name_input {
    display: none;
}
.fb-like-box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    height: 70px;
    padding: 17px 0;
    position: relative;
    float: left;
}
.g-plus-like-box {
    float: left;
    margin-left: 5px;
}
.social-footer {
    margin: 0 auto;
    width: 510px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #f8f6f7;
}

.nav-tabs > li > a {
    font-weight: bold;
}
.nav-tabs > li > a > img {
    vertical-align: text-top;
}
div.my-sharings-table > div {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px #aaa;
}
div.my-sharings-table div, div.my-sharings-table div h3 {
    background-color: white;
    color: #717171;
}
div.my-sharings-table > div.not-viewed, div.my-sharings-table > div.not-viewed h3 {
    background-color: white;
    color: #000000;
}

div.my-sharings-table > div > div > h3 {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
div.my-sharings-table div.not-viewed a {
    font-weight: normal;
}
a.set-all-viewed {
    padding: 10px 5px 0 0 ;
}
a.report-abuse {
    color: #b94a48;
    text-decoration: none;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
}
sup.attention-projects {
    color: #d00000;
    font-weight: bold;
    font-size: 10px;
    padding: 0 2px;
}

/* ========================= LANDING PAGE ========================= */
.lp-content {
    width: 1020px;
    margin: 0 auto;
    line-height: normal;
    color: #383838;
}
.lp-form form label {
    font-size: 15px;
}
.lp-form p {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
}
.lp-form p span.yellow {
    font-weight: bold;
    color: #ffb400;
}
.lp-header {
    background-color: #333333;
    padding: 2px 40px 0;
}
.lp-registration {
    padding: 40px 40px 0;
    background-color: #FFFFFF;
}
.lp-form {
    padding-left: 50px;
    width: 580px;;
}
.lp-form button#signup {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}
.lp-form .header {
    font-size: 35px;
    font-weight: bolder;
}
.lp-form form input {
    display: inline-block;
    width: 240px;
    height: 24px;
    padding: 5px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    background-color: #f6f6f6;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.signup-book {
    display: inline-block;
    margin-top: 10px;
    font-weight: bolder;
    font-size: 18px;
}
.lp-green {
    color: #81c314;
}
.lp-description {
    background: #addbf1;
    padding: 30px 40px;
    margin-top: -35px;
    color: #383838;
    font-weight: bolder;
}
.lp-description h2 {
    font-size: 32px;
    color: #383838;
}
.lp-description p {
    background: url("../img/vcb-lp/nike.png") top left no-repeat;
    font-size: 18px;
    padding-left: 50px;
    padding-top: 5px;
    font-weight: bold;
    display: block;
    height: 20px;
    margin-top: 14px;
}
.lp-testimonials-content {
    margin: 20px 0 0;
    padding: 10px;
    display: inline-block;
    border: 2px solid #CAEEFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #c2e6f7;
}
.lp-testimonials-text {
    display: block;
    font-size: 17px;
    line-height: 20px;
}
.lp-testimonials-sign {
    display: block;
    font-style: italic;
}
.lp-testimonials-tail {
    display: block;
    width: 40px;
    height: 22px;
    background: url("../img/vcb-lp/testimonials-cloud.png") top left no-repeat;
    float: right;
    margin-right: 50px;
    position: relative;
    top: -2px;
}
.lp-video {
    margin: 70px auto 40px;
    width: 640px;
}
.lp-footer {
    background-color: #333333;
    color: white;
    padding: 20px 40px;
}
.lp-footer h2 {
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 10px;
}
.lp-footer a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.safe-at:after {
    content: '@';
}
.lp-more, .lp-ql, .lp-contact {
    width: 290px;
    height: 200px;
    line-height: 22px;
}
.lp-more {
    padding-right: 15px;
    border-right: 1px solid #929292;
}
.lp-more a {
    float: right;
}
.lp-ql {
    padding: 0 15px;
    border-right: 1px solid #929292;
}
.lp-ql a {
    display: block;
}
.lp-contact {
    padding-left: 15px;
}
.lp-contact span {
    display: block;
    margin: 5px 0;
}
.lp-contact .lp-email {
    background: url("../img/vcb-lp/footer-email.png") center left no-repeat;
    padding-left: 30px;
}
.lp-contact .lp-address {
    background: url("../img/vcb-lp/footer-location.png") center left no-repeat;
    padding-left: 30px;
}
.lp-contact .lp-phone {
    background: url("../img/vcb-lp/footer-phone.png") center left no-repeat;
    padding-left: 30px;
}
table.change-passwrd-form tr td,
table.change-passwrd-form tr td ul,
table.change-passwrd-form tr td ul li,
table.change-passwrd-form tr td input,
table.change-passwrd-form tr td p {
    margin: 0;
}
table.change-passwrd-form tr td {
    vertical-align: top;
    padding-bottom: 0;
}

/* ================================================================================================================== */
table.my-feeds {
    table-layout: fixed;
    font-size: 12px;
}
a.feed-item-url {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.feed-item-title {
    font-size: 14px;
    font-weight: bold;
}
.feed-item-published {
    font-weight: bold;
}
.feed-item-errors {

}
#SkypeButton_Call_searchengineguy_1 p a img[style] {
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: 0 !important;
}
.forum-header .small-skype {
    font-size: 10px;
    padding-top: 7px;
    display: inline-block;
    width: 210px;
    line-height: 10px !important;
}
#search-word {
    width: 220px;
}
.credits-stats {
    font-size: 12px;
}
.sharing-item-wrapper.border-f89406 {
    box-shadow: 0px 0px 5px #f89406;
    -o-box-shadow: 0px 0px 5px #f89406;
    -webkit-box-shadow: 0px 0px 5px #f89406;
    -moz-box-shadow: 0px 0px 5px #f89406;
}
.you-may-like-btn {
    background-image: none;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.pro-list-wrapper {
    width: 445px;
    background: white;
    border: 1px solid #ccc;
    margin-top: 30px;
}
.add-item-inputs textarea, .add-item-inputs input[type=text] {
    width: 100%;
}
.pro-list tr td {
    font-size: 18px;
    padding: 9px 5px 5px;
}
.pro-list tr th {
    vertical-align: top;
    width: 40px;
    padding: 6px 5px 5px;
}
.pro-list tr th img {
    width: 28px;
    height: 28px;
}
.pro-list tr td a {
    text-decoration: underline;
}
.go-pro-btn {
    font-weight: bold;
    padding: 12px 30px;
}
.pro-list-wrapper h1 {
    color: #333333;
    padding-left: 10px;
    margin-bottom: 12px;
    margin-top: 11px;
}

.groups-of-interest-box {
    background: white;
    border: 1px solid #ccc;
    padding: 20px 0px;
}

.groups-of-interest-box ul {
    padding-left: 20px;
    list-style: none;

}
.groups-of-interest-box-profile ul {
    list-style: none;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.groups-of-interest-box ul li {
    margin-bottom: 5px;
}
.groups-of-interest-box ul li label {
    padding-left: 18px;
    margin-top: 0;
}
.groups-of-interest-box ul li label input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
label.disabled {
    color: #b0b0b0;
}

span.glyphicon {
    color: #000000;
    font-size: 12px;

    padding: 0 2px;

}
.form-control {
    height: 30px;
    padding-top: 5px;
}
span.icon-blue {
    color: #007dcc;
}
.header-logo-login div {
    text-align: right;
    margin-bottom: 5px;
}
.badge {
    font-size: 10px;
}
.badge-title {
    display: inline-block;
    float: left;
}
.badge-geen {
    padding: 2px 4px;
}
.btn-primary .badge-red {
    padding: 3px 5px;
    color: white;
    background-color: #d01617;
}

.badge-green-dropdown, .badge-green-dropdown-tab {
    float: left;
    color: white;
    background-color: green;
    padding: 2px 4px;
    margin-left: 5px;
    margin-top: 3px;
}
.badge-red-dropdown, .badge-red-dropdown-tab {
    float: left;
    color: white;
    background-color: #d01617;
    padding: 2px 4px;
    margin-left: 5px;
    margin-top: 3px;
}
.badge-green-dropdown-tab, .badge-red-dropdown-tab {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 2px;
}
.dropdown-menu > li > a:hover {
    color: white;
    background-color: #428bca;
}
div.inline {
    display: inline-block;
}
h1, h2, h3, h4 {
    margin: 0;
}
span.color-white {
    color: white;
}
span.color-gray {
    color: #474747;
}
ul.dropdown-menu {
    min-width: 200px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
select#folders {
    padding: 0 5px;
    margin: -4px 5px 0;
}
.margin-0 {
    margin: 0px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-error hr {
    border-top-color: #e4b9c0;
}
.alert-error .alert-link {
    color: #843534;
}
.remember-me .checkbox, .remember-me .checkbox label {
    margin: 0;
}

.help-block div.checkbox, .help-block div.checkbox label {
    margin: 0;
}
.password-reset {
    float: left;
}
.label-buttons {
    margin-top: 10px;
}
.facebook-pm  {
    padding-left: 20px;
}
.facebook-pm .checkbox {
    margin-top: 0;
}
.facebook-pm .checkbox label {
    margin-top: 5px;
}

.head-container,
.navbar-container,
.wrapper,
div#login-form
{
    width: 100%;
}
.tab-item-info {
    text-align: left;
}
.items-div-container {
    margin: 0 auto;
}
.items-div-container {
    float: none;
}
.pinterest-help {
    width: 100%;
}
.pinterest-form #id_message {
    display: inline-block;
    width: 100%;
}
img.fprovider {
    height: 20px;
    margin-left: 5px;
}

@media (min-width: 290px) {
    .message-schedule {
        display: none;
    }
    .alert {
        font-size: 10px;
        padding: 5px;
    }
    .sharing-item-container-div {
        width: 230px;
        margin: 0 auto;
    }
}
@media (min-width: 525px) {
    .alert {
        font-size: 14px;
        padding: 15px;
    }
    .pinterest-form #id_message {
        width: 400px;
    }
    .sharing-item-container-div {
        width: 510px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .message-schedule {
        display: block;
    }
    div.permalink-item {
        width: 500px;
    }
    .leave-reply {
        width: 710px;
    }
    .pinterest-form #id_message {
        width: 400px;
    }
    .pinterest-help {
        width: 500px;
    }
    form#sendform textarea, form#sendform select[multiple], .add-item input[type=text], .add-item textarea {
        width: 325px
    }
    .sharing-item-container-div {
        width: 760px;
        margin: 0 auto;
    }
    .tab-item-info {
        text-align: right;
    }
    .head-container a.href-logo {
        margin: 5px 0 0;
        float: left;
    }
    div#login-form {
        width: 600px;
    }
    .password-reset {
        float: left;
    }
    .label-buttons {
        margin-top: 10px;
    }
    div#login-form {
        padding: 0;
    }
}
@media (min-width: 992px) {
    div.permalink-item {
        width: 500px;
    }
    .leave-reply {
        width: 710px;
    }
    .pinterest-form #id_message {
        width: 400px;
    }
    .pinterest-help {
        width: 500px;
    }
    form#sendform textarea, form#sendform select[multiple], .add-item input[type=text], .add-item textarea {
        width: 325px
    }
    .items-div-container {
        float: left;
    }
    .sharing-item-container-div {
        width: 760px;
        margin: 0 auto;
    }
    .tab-item-info {
        text-align: right;
    }
    .head-container a.href-logo {
        margin: 5px 0 0;
        float: left;
    }
    .head-container a.href-logo {
        margin: 5px 0 0;
        float: left;
    }
    div#login-form {
        width: 600px;
    }
    .password-reset {
        float: right;
    }
    .label-buttons {
        margin-top: 32px;
    }
    div#login-form {
        padding-left: 65px;
    }
}
@media (min-width: 1200px) {
    div.permalink-item {
        width: 500px;
    }
    .leave-reply {
        width: 710px;
    }
    .pinterest-form #id_message {
        width: 400px;
    }
    .pinterest-help {
        width: 500px;
    }
    form#sendform textarea, .add-item input[type=text], .add-item textarea {
        width: 325px
    }
    .items-div-container {
        float: left;
    }
    .sharing-item-container-div {
        width: 760px;
        margin: 0 auto;
    }
    .tab-item-info {
        text-align: right;
    }
    .head-container a.href-logo {
        margin: 5px 0 0;
        float: left;
    }
    div#login-form {
        width: 600px;
    }
    .navbar-container {
        min-width: 1000px;
    }
    .head-container,
    .wrapper,
    .navbar-container #id-navbar #id-navbar-collapse
    {
        width: 1000px;
    }
    .password-reset {
        float: right;
    }
    .label-buttons {
        margin-top: 32px;
    }
    div#login-form {
        padding-left: 65px;
    }
}
.navbar .navbar-default {
    z-index: 1000;
}
span.glyphicon {
    z-index: 1;
}
#xs-nav button {
    margin-top: 5px;
}
.tb-actions {
    position: relative;
}
.tab-action-share {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.filter-icons {
    float: right;
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
}
.navbar-container a.btn {
    margin-top: 5px;
}
.my-sharings-stats div {
    margin-right: 15px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 2px;
}
.italic {
    font-style: italic;
}
span.shares-stats-row {
    padding-right: 10px;
}
td.shares-stats > div {
    margin: 5px 0;
}

div.modal-share-errors {
    margin-bottom: 5px;
    padding: 5px 8px;
}
div.actions-col {
    max-width: 60px;
}
.rotate90 {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.loading-gif {
    margin-right: 15px;
    display: none;
}
.permalink-groups {
    position: relative;
}

#inbox-message-body {
    font-size: 12px;
    border-top: 1px dotted #ddd;
    margin-top: 5px;
    padding-top: 5px;
}
a.item-permalink {
    text-decoration: none;
}
a.item-permalink span.glyphicon {
    color: #428bca;
}
.small span.glyphicon {
    color: #5e5e5e;
}
.interactions-div div.pull-left {
    margin-right: 20px;
    margin-bottom: 2px;
}
.interactions-div div.twitter-div {
    margin-right: 0;
}
.interactions-div div.permalink-div {
    margin-right: 5px;
}
.btn-my-project-xs {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 2px;
    text-align: center;
    vertical-align: middle;
}
.ms-drop {
    z-index: 99999;
}
.fbprivacy .img-responsive {
    margin: 10px auto 0;
}
.fbprivacy1 .img-responsive {
    margin: 0px auto 2px;
}
.btn-primary {
    background-color: #3475AD;
    border-color: #2C689C;
}
.btn[disabled] {
    opacity: 0.45;
}

/* ============================== NOTIFICATIONS CSS ===========================*/

#notification {
    width:  100%;
    position:  fixed;
    z-index:  1030;
    left:  0;
    top:  -50px;
    padding: 4px 4px 5px 4px;
    text-align:  center;
    font-size:  14px;
    -moz-box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    -webkit-box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    -o-box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    border-bottom-width:  1px;
    border-bottom-style:  solid;
}
.ie6 #notification {
    position: absolute;
}
.success {
    background:  #D4FFCD;
    border-bottom-color:  #9ADF8F;
    color:  #258815;
}
.info {
    background:  #DBECFF;
    border-bottom-color:  #9FC7F5;
    color: #6b89cf;
}
.warning {
    background:  #FEFCCB;
    border-bottom-color:  #E5DB55;
    color:  #878314;
}
.error {
    background:  #FFD2D3;
    border-bottom-color:  #DF8F90;
    color:  #871414;
}
/* ============================== NOTIFICATIONS CSS ===========================*/

.failed-pages {
    font-size: 12px;
    color: #CF6A61;
}
.modal-body hr {
    margin: 5px 0;
}

/* =============================== ARROW BOX ================================ */
.vcb-clicks {
    padding-top: 2px;
}
.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    padding: 2px 3px 2px 5px;
    font-size: 11px;
    border-radius: 2px 2px 2px 2px;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 3px;
    margin-top: -3px;
}
.arrow_box:before {
    border-color: rgba(156, 156, 156, 0);
    border-right-color: #9c9c9c;
    border-width: 4px;
    margin-top: -4px;
}
/* =============================== ARROW BOX ================================ */

[class^="icon-custom-"],
[class*=" icon-custom-"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
[class^="cus-"]:last-child,
[class*=" cus-"]:last-child {
    *margin-left: 0;
}

.icon-custom-facebook {
    background-image: url("../img/facebook-4-48.png");
    background-position: center center;
}
.icon-custom-twitter {
    background-image: url("../img/twitter-4-48.png");
    background-position: center center;
}
.signin-with {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.reg-help {
    display: inline-block;
    padding: 10px 0 0;
}
.btn-custom-signin {
    width: 210px;
    margin: 2px 0;
}
.signin-row {
    max-width: 430px;
    text-align: center;
}

.email-empty .form-control {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.header-logo-login .badge.badge-red {
    display: inline-block;
    padding: 1px 4px 3px 3px;
    font-size: 8px;
    font-weight: bold;
    color: white;
    background-color: #d01617;
    text-align: center;
    border-radius: 13px;
    position: absolute;
    top: 6px;
    left: 8px;
}

.email-empty-base {
    padding: 1px 5px 3px !important;
    left: 6px !important;
}
tr.tr-red td, .table-striped > tbody > tr.tr-red:nth-child(odd) > td {
    background-color: #FCE9E8;
    font-weight: bold;
}
.glyphicon-white {
    color: #ffffff !important;
}

/* NEW FOOTER */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
.middle-content {
    padding-bottom: 150px;
}
#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #474747;
    margin-top: 35px;
    padding: 20px 0 0;
}
.after-footer {
    position: relative;
    width: 100%;
    background-color: #282828;
    height: 10px;
    margin-top: 5px;
}
#footer .container-footer {
	display: table;
}
.container-footer {
	position: relative;
	display: block;
	margin: 0 auto;
}
#footer .copyright {
    padding-left: 18px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
}
#footer ul#menu-footer-menu li a {
	text-decoration: none;
    color: #ffb500;
    font-size: 14px;
}
#menu-footer-menu{
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-footer-menu li{
    float: left;
    margin-right: 10px;
}
#footer .made-in a {
    float: right;
    margin-right: 18px;
    color: #ffffff;
    font-size: 14px;
}
#footer .made-in a:hover, #footer .made-in a:focus {
    text-decoration: none;
}
#footer .made-in a span {
    text-decoration: underline;
}
#footer .social-links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 18px;
}
.social-links a {
    border-radius: 3px;
    float: left;
    display: block;
    padding: 3px 10px 2px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
#footer .social-links a {
    margin-right: 13px;
    margin-bottom: 10px;
}
.social-links a.fb{
    background-color: #3c5b9b;
}
.social-links a.tw{
    background-color: #2eabe1;
}
.social-links a.gp{
    background-color: #ec700c;
}
.social-links a.yt{
    background-color: #d33131;
}
.top-join-block{
    margin-top: -35px;
}
@media (min-width: 290px) {
    #footer .social-links, #footer .copyright, #footer .inside-links {
        padding-left: 30px;
    }
    #footer .made-in a {
        margin-right: 30px;
    }
    .middle-content {
        padding-bottom: 220px;
    }
}
@media (min-width: 525px) {
    .middle-content {
        padding-bottom: 200px;
    }
}
@media (min-width: 768px) {
    .container-footer {
        width: 750px;
    }
    .middle-content {
        padding-bottom: 200px;
    }
}
@media (min-width: 992px) {
    .container-footer {
        width: 990px;
    }
    .middle-content {
        padding-bottom: 150px;
    }
    #footer .social-links, #footer .copyright, #footer .inside-links {
        padding-left: 18px;
    }
    #footer .made-in a {
        margin-right: 18px;
    }
}
@media (min-width: 1200px) {
    .container-footer {
        width: 990px;
    }
}
.inside-links, .social-links {
    height: 22px;
}
.badge-tab {
    padding: 2px 5px 2px 6px;
    font-size: 12px;
    background-color: #428bca;
}
li.active .badge-tab {
    background-color: #555;
}
a.b-stumble.share-button {
/*    display: none;*/
}

.table tr.tumblr.active td{
    background-color: #EEEEEE;
    font-weight: 900;
    font-size: 16px;
}

.table.telegram-channels-table tr.channel-row td{
    font-size: 16px;
    cursor: pointer;   
}
.table.telegram-channels-table tr.channel-row.active td{
    background-color: #EEEEEE;
    font-weight: 900;
}
