.logoContainerSmall {
    width: 100px;
    height: 24px;
    background: url('../img/tomra-logo.png') no-repeat;
    background-size: contain;
    margin-top: 3px;
}

.welcomeVisual {
    max-width: 100%;
    width: 1057px;
    height: 418px;
    margin: 60px auto 0px auto;
    background: url('../img/tomra-touch.jpg') no-repeat;
    background-size: contain;
}

@media(max-width: 600px){
    .welcomeVisual{
        display: none;
    }
}

.export {
    margin: 20px auto 0px auto;
    padding-top: 10px;
}

.confirmExportVisual {
    min-height: 300px;
    background: url('../img/confirm-update.png') no-repeat top center;
}

.navbar > .container .navbar-brand {
    padding: 5px;
    height: auto;
}

.white, .white a {
    color: #fff;
}

.navbar {
    min-height: 40px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

textarea {
    resize: vertical;
}

.fileupload .uneditable-input {
    overflow: hidden;
    max-height: 34px;
}

.fileupload .fileupload-preview {
    line-height: 21px;
}

.fileupload-new .input-group .btn-file,
.fileupload-exists .input-group .btn {
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.thumbnail .caption p {
    word-wrap: break-word;
}

.thumbnail {
    margin-bottom: 10px;
    /*background-color: #ededed;*/
    background: url('../img/transparancy.png');
}

#video_container object {
    left: 0 !important;
}

.panel{
    margin-top: 20px;
}

/** HEADERS **/
h1 {
    color: #033c73;
    font-size: 22pt;
    font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

h2 {
    color: #04519b;
    font-size: 16pt;
    font-weight: 600;
    font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

/** VARIA **/
hr {
    margin: 5px;
}

.btn {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

/** FOOTER **/

footer {
    margin-top: 20px;
}

/** TRANSLATIONS **/

#translationsImportExportContent {
    margin-top: 20px;
    padding-bottom: 20px;
}

#translationsImportExportContent .nav-tabs {
    border-bottom: none;
    margin-top: 25px;
}

#translationsDownloadButton {
    margin-top: 40px;
}

#translationsImportExportContent #exportPanes label em {
    font-size: 0.7em;
    color: #aaaaaa;
}

/** SASE UPDATE **/
em.muted {
    color: #999;
    font-size: 12px;
}

th.actions {
    width: 200px;
}

th.relatives, td.relatives {
    width: 350px;
    font-size: 11px;
    font-style: italic;
    text-align: right;
}

/** RECYCLING UPDATE **/
tr.not-published > td {
    background-color: #ffe1e4 !important;
}

.translations-input {
    border: #ddd solid 1px;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 20px 8px;
}

/** STYLE UPDATE 2018 **/
body{
    font-family: Montserrat, "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.navbar
{
    min-height: 33px;
}

.navbar-inverse
{
    background-color: #455d6f;
    font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #374b59;
}

.btn-toolbar .btn{
    font-size: 12px;
}

label{
    font-weight: 200;
}

.table-shared-items tr.disabled
{
    opacity: 0.5;
}

body.template-share .container .head,
body.template-share .container .content
{
    padding: 0px 30px;
    clear: both;
}

body.template-share .footer
{
    background-color: #455d6f;
    clear: both;
    color: #fff;
    min-height: 70px;
    margin-top: 50px;
    font-size: 1em;
}

.share-item-description
{
    display: block;
    margin: 20px auto 0px;
    padding: 0px 20px;
    max-width: 500px;
    text-align: center;
    font-family: "Proxima Nova Condensed", Helvetica, Arial, sans-serif;
}

.share-video-container video,
.share-image-container img,
.share-pdf-container object
{
    border: 3px solid #eee;
    margin: 50px auto 0px;
    max-width: 100%;
    min-width: 300px;
    display: block;
}

.share-pdf-container
{
    width: 500px;
    height: 500px;
    margin: 0px auto;
}

.has-inheriting-permissions
{
    font-weight: bold;
}

.inheritance-warning
{
    color: #ff0000;
    font-weight: bold;
    font-size: .8em;
}

/* USER MANAGEMENT */
.table-users .not-activated, .table-users .not-activated td
{
    background-color: rgba(255, 54, 54, 0.12) !important;
}