body {
    padding-top: 60px;
    /* 60px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 60px;
}

.navbar a {
    cursor: pointer;
}

/* this will set the position of our alerts */
#notifications {
    width: 300px;
    position: fixed;
    top: 70px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    z-index: 1000;
}

.loading {
    background: transparent url('../img/ajax-loader.gif') center center no-repeat;
    width: 100%;
    height: 100px;
    display: block;
}

.publisher-options {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

div.publisher-name {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.publisher-options label {
    font-weight: normal !important;
}

.shortcodes .publisher-name {
    text-transform: lowercase;
}

table.videos th.publisher-status {
    min-width: 180px;
}

table.videos th.shortcode,
table.videos td.shortcodes {
    width: 100px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
}

a.num {
    margin-left: 4px;
    margin-right: 4px;
}

a.num.active {
    opacity: 0.5;
    cursor: default !important;
}

a.btn-info.active {
    opacity: 0.5;
    cursor: default !important;
    background: #c7c7c7;
    border: 1px solid #e1e1e1;
}

.pagination-stats {
    float: right;
    padding-right: 10px;
    color: #c1c1c1;
    margin-top: 14px;
    font-size: 18px;
}

.pagination {
    float: left;
    margin-top: 0;
}

.clear {
    clear: both;
}

html, body.unauthenticated, body.unauthenticated #wrapper {
    height: 100%;
    width: 100%;
}

body.unauthenticated #wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

body.unauthenticated #wrapper .container-fluid {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

body.unauthenticated {
    background: #F1F1F1 url('../img/cachicha-opacity30.png') no-repeat center center;
    margin: 0;
    padding: 0;
}

body.unauthenticated #login-container {
    -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px #e5e5e5 solid;
    padding: 15px;
}

body.unauthenticated h1.logo {
    width: 350px;
    height: 100px;
    background: transparent url('../img/lo-viste-black.png') no-repeat center center;
    margin-left: auto;
    margin-right: auto;
}

#login-container label {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
}

#login-container input[type="text"], #login-container input[type="password"] {
    background-color: #FBFBFB;
}

body.unauthenticated #login-container a, body.unauthenticated #login-container a:hover {
    color: #999999;
    text-decoration: none;
}

.show-table .publisher {
    max-width: 930px;
    overflow-wrap: break-word;
}
