body {
    padding-top: 70px;
}
a {
    color: #006f90;
}
h2 {
    font-size: 20px;
    margin: 5px 10px 20px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin #username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin #password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input.date select {
    margin-right: 10px;
}

#logo {
    height: 30px;
}

#movieEdit .custom-file-control::after {
    content: attr(data-content);
}

#showEdit .custom-file-control::after {
    content: attr(data-content);
}
#genresCard {
    max-height: 760px;
    overflow-y: scroll;
}

.grabbable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.list-group-item .fa-bars {
    margin-right: 10px;
}

#bufferCard {
    position: relative;
    min-height: 200px;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    z-index: 1;
}
.circle {
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 10px solid rgba(55, 58, 60, 0.2);
    border-top-color: #373a3c;
    animation: spin .6s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(-360deg);
    }
}

.dimmed {
    opacity: .2;
}

p.site-link {
    word-wrap: break-word;
}

#movies {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 150px;
    overflow-x: scroll;
    overflow-y: hidden;
}

#movies img {
    height: 100%;
    float: left;
}

#movies div {
    opacity: .33;
    height: 150px;
    float: left;
    transition: all 0.5s ease;
}

#addImg {
    position: absolute;
    top: 50%;
    left: 0;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

#movies div.active-set {
    opacity: 1;
}

/* notifications styles */

.notifications .fa-check:before {
    color: #5cb85c;
}

.notifications .send-notification {
    cursor: pointer;
}

.notifications a.btn:not([href]),
.notifications a.btn:not([href]):hover {
    color: #FFF;
}
.notifications .preview-image {
    width: 110px;
}
.add_more_block{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 7px;
}
.padding_zero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.releaseFieldsWrapper{
    clear: both;
    background: #F8F8F8;
    overflow: hidden;
    padding: 3%;
    margin-top:2%;
}

.navbar-nav .nav-link {
    display: block;
    font-size: 12px;
    padding-top: .6rem;
    padding-bottom: 0;
}
