/* BEGIN Padding and alignment */

body {
    padding-top: 75px;
    padding-bottom: 20px;
}

.top-buffer { margin-top:20px; }
.top-buffer-12 { margin-top: 12px; }

.button-top-buffer { margin-top: 25px;}

.checkbox-left-buffer { margin-left: -13px;}

.checkbox-top-buffer { margin-top: 12px;}

.form-horizontal .checkbox { padding-top: 0;}
.form-horizontal .control-label { text-align: left; }

/* END Padding and alignment */

/* BEGIN Login logo */

.login-logo {
    max-height: 175px;
    text-align: center;
}

/* END Login logo */

/* BEGIN Navigation bar */

.navbar-header  {
    margin-top: 7px;
    padding-right: 61px;

}

.navbar-header .logo{
    font-size: 31px;
}

.dropdown-menu {
    margin-left: 20px;
}

/* END Navigation bar */

/* BEGIN Rich-text editor */

.wysihtml5-toolbar .btn-default {
    color: #242422;
    background-color: #ffffff;
}

.wysihtml5-toolbar .btn-default:hover {
    color: #242422;
    background-color: #e0e0e0;
}

.wysihtml5-toolbar .btn-default:active,
.wysihtml5-toolbar .btn-default.active,
.wysihtml5-toolbar .open > .dropdown-toggle.btn-default {
    color: #242422;
    background-color: #e0e0e0;
}

.wysihtml5-toolbar .btn {
    border: 1px solid rgb(223, 215, 202);
}

/* END Rich-text editor */

/* BEGIN image thumbnails */

.thumbnail-container {
    width: 198px;
    height: 111px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-video {
    width: 100%;
    height: 100%;
}

/* END image thumbnails */

/* BEGIN checkbox */

.checkbox-input {
    position: absolute;
}

.checkbox-label {
    position: relative;
    left: 18px;
    margin-top: -10px;
}

.checkbox-bold label {
    cursor: pointer;
}

/* END checkbox */

/* BEGIN button dropdown list */

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.filter {
    margin-bottom: 40px;
}


/* END button dropdown list */