::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.navbar .nav>li>a.brand {
    padding-left:20px;
    margin-left:0
}

.content {
    margin-top:50px;
    margin-bottom:50px;
    width:100%
}


footer {
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
    background:#ddd;
    -webkit-box-shadow:0 8px 6px 6px black;
    -moz-box-shadow:0 8px 6px 6px black;
    box-shadow:0 8px 6px 6px black
}

.query-video-horizontal {
    height:250px;
}

.query-video-horizontal-small {
    height:150px;
}

.beta-image {
    position:absolute;
    right:0px;
    top:0px;
    z-index: -1000;
}

footer p {
    padding:5px 0 12px 10px
}

div.controls p {
    margin-top:5px;
}

ul.itemlist li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom:1px solid #ccc
}

.video-list-item {
    padding-bottom: 5px;
    padding-top: 5px;
}

input.ng-invalid {
    border: 1px solid red;
}

.query-video-premium {
    border: 1px solid lightslategray;
    border-radius:7px;
    margin-top:5px;
}

div.query-video-not-allowed {
    color: #999999;
}

.rights-home {
    background-image:url('https://cms.1091.tv/img/bg_image_full-purple version.jpg');
}

.rights-home-text {
    color: #FFFFFF;
    padding: 50px 50px 50px 50px;
}

i.query-video-red {
    color: red;
}

i.query-video-amber {
    color: orange;
}

.query-video-green {
    color: green;
}

.well.sidebar-nav {
    position: fixed;
}

.pagination ul {
    margin: 20px 0;
    padding: 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.colour-picker-preview {
    height:20px;
    width: 20px;
    border: 1px black solid;
}

/******************
** IMAGE PREVIEW **
******************/

.image-preview {
    width: 640px;
    height: 360px;
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 25px 0px 25px 200px;
}

/**********************
** COUNTDOWN PREVIEW **
**********************/

.countdown-preview {
    width: 640px;
    height: 360px;
    border: 1px solid black;
    font-size: 32px;
    font: 'Helvetica';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.countdown-preview-topright {
    text-align: right;
    margin: 10px;
}

.countdown-preview-center {
    text-align: center;
    margin-top: 150px;
}

.countdown-preview-bottomcenter {
    text-align: center;
    margin-top: 300px;
}

.countdown-preview-noclock {
    display: none;
}

/********************
** OVERLAY PREVIEW **
********************/

.overlay-preview {
    width: 640px;
    height: 360px;
    border: 1px solid black;
    font-size: 32px;
    font: 'Helvetica';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay-preview div {
    text-align: center;
    margin-top: 150px;
}

/*****************
** REMOVE IMAGE **
*****************/

.remove-image {
    margin: 0px 0px 25px 200px;
}

/***********************
** LIVESTREAM PREVIEW **
***********************/

.livestream-preview {
    width: 640px;
    height: 360px;
    border: 1px solid black;
    margin-left: 200px;
}

/******************
** VIDEO PREVIEW **
******************/

.video-preview {
    width: 290px;
    height: 163.125px;
    border: 1px solid black;
    margin: 25px 0px 25px 0px;
}

.video-preview-thumbnail {
    width: 200px;
    height: 112px;
    margin-bottom: 10px;
}

/****************
** GOOGLE MAPS **
****************/

.angular-google-map-container {
    height: 800px;
    margin-top: 50px;
}

.custom-info-window {
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 20px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    width: 200px;
    margin-top: 15px;
    margin-left: -130px;
}

.custom-info-window a {
    color: white;
    text-decoration: underline;
}

.custom-info-window:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(0,0,0,0.5) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 118px;
}

/*************
** CALENDAR **
*************/

.calendar {
    margin-top: 50px;
}

/***************************
** CHOSEN MULTIPLE SELECT **
***************************/

li.search-field {
    width: 100%;
}

li.search-field input.default {
    width: 100% !important;
}

#page-flash {
    margin-top: 25px;
}


/*****************
** LPLAYER HOME **
*****************/

.lplayer-bg {
    background-image: url('https://cms.1091.tv/img/bg_image_full-purple version.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lplayer-home {
    position: relative;
    z-index: 2;
}

.lplayer-home .banner {
    background: #FFF;
    color: #000;
    border-left: 1000px solid #FFF;
    border-right: 1000px solid #FFF;
    width: calc(100% + 2000px);
}


.lplayer-home .fake-table {
    display: table;
    width: 100%;
}

.lplayer-home .fake-table > .fake-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.lplayer-home .arrow-down {
    display: block;
    margin: -33px auto 33px auto;
    width: 72px;
    height: 33px;
    background-image: url('https://cms.1091.tv/img/arrow-down.png');
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.lplayer-home .arrow-up {
    display: block;
    margin: 33px auto -33px auto;
    width: 72px;
    height: 33px;
    background-image: url('https://cms.1091.tv/img/arrow-up.png');
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.lplayer-home .banner h1 {
    text-align: center;
    margin-bottom: 75px;
}

.lplayer-home .banner .lead {
    margin-bottom: 50px;
}

.lplayer-home .browse-btn {
    margin: 25px 25px 25px 0;
}

@media (min-height: 900px) {
    .lplayer-home .banner {
        margin: 200px 0 200px -1000px;
    }

    .lplayer-home .fake-table > .fake-tablecell {
        height: 600px;
    }
}

@media (max-height: 900px) {
    .lplayer-home .banner {
        margin: 150px 0 150px -1000px;
    }

    .lplayer-home .fake-table > .fake-tablecell {
        height: 500px;
    }
}

/*******************
** LPLAYER SEARCH **
*******************/

.lplayer-search .well {
    width: 1055px;
    margin-left: 50px;
}

.lplayer-search .well .row {
    width: 1080px;
}

.lplayer-search .in-grid {
    position: absolute;
    padding-left: 150px;
    left: 90px;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.lplayer-search .in-grid .caption{
    background-color: #ffffff;
    color: #dddddd;
}

.lplayer-search {
    position: absolute;
}

@media (min-width: 1200px) {
    .lplayer-search .well{
        width: 1040px;
    }
    .lplayer-search .well .row{
        width: 1100px;
    }
    .lplayer-search .in-grid {
        padding-left: 40px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    .lplayer-search .well {
        width: 1040px;
    }
    .lplayer-search .well .row{
        width: 1100px;
    }
    .lplayer-search .in-grid {
        padding-left: 150px;
        padding-right: 140px;
    }
}

@media (max-width: 992px) {
    .lplayer-search .well {
        width: 840px;
    }
    .lplayer-search .well .row{
        width: 900px;
    }
    .lplayer-search .in-grid {
        padding-left: 150px;
        padding-right: 140px;
    }
}
/*******************
** VIDEO LIGHTBOX **
*******************/

.modal {
    display: block;
}

.video-lightbox .modal-content {
    padding: 0 20px;
}

.video-lightbox .modal-footer {
    margin-top: 0;
    padding: 10px;
}

.video-lightbox .modal-header {
    border: none;
}

.video-lightbox .modal-header h3 {
    float: left;
}

.video-lightbox .modal-header button {
    float: right;
}

.video-lightbox .modal-body {
    clear: both;
}

.video-lightbox hr {
    margin-top: 50px;
    border-top: 1px solid #E5E5E5;
}

.video-lightbox .label {
    margin-right: 5px;
}

.video-lightbox .metadata {
    margin-top: 20px;
}

.video-lightbox .form-control {
    margin-top: 10px;
}

@media (min-width: 1200px) and (min-height: 900px) {
    .modal-dialog {
        width: 800px;
        margin: 20px auto;
    }
}

@media (max-width: 1200px) and (max-height: 900px) {
    .modal-dialog {
        width: 600px;
        margin: 20px auto;
    }
}

/****************************
** VIDEOS PREVIEW SCROLLER **
****************************/

.vps-outer-scroller {
    overflow: hidden;
    position: relative;
    clear: both;
    margin: 0 auto;
}

.vps-inner-scroller {
    width: 9999px;
    padding: 0;
    margin: 0;
}

.vps-inner-scroller .thumbnail {
    float: left;
    display: inline-block;
    border: none;
    width: 200px;
    margin-left: 10px;
}

.vps-inner-scroller img {
    width: 192px;
    height: 108px;
}

.vps-inner-scroller .thumbnail .caption p {
    height: 40px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .vps-outer-scroller {
        width: 1000px;
    }
}

@media (max-width: 1200px) {
    .vps-outer-scroller {
        width: 800px;
    }
}

@media (max-width: 992px) {
    .vps-outer-scroller {
        width: 600px;
    }
}

/***********************
** VIDEO PREVIEW GRID **
************************/

.vpg-cell {
    background: white;
    width: 194px;
    float: left;
    border: 1px solid #CCC;
}

.vpg-grid .vpg-cell {
    margin-right: 15px;
    margin-bottom: 15px;
}

.vpg-catalogue-grid .vpg-cell {
    margin-left: 15px;
    margin-bottom: 15px;
}

.vpg-grid .vpg-cell img,
.vpg-catalogue-grid .vpg-cell img,
.vpg-inner-scroller .vpg-cell img {
    display: inline-block;
    margin: auto;
    width: 192px;
    height: 108px;
    border-radius: 3px;
}

.vpg-grid .vpg-cell .caption,
.vpg-catalogue-grid .vpg-cell caption,
.vpg-inner-scroller .vpg-cell .caption {
    padding: 5px;
    overflow: hidden;
}

.vpg-catalogue-grid .vpg-cell .caption button,
.vpg-grid .vpg-cell .caption button {
    margin: 5px;
}


.vpg-grid .vpg-cell .caption p,
.vpg-catalogue-grid .vpg-cell .caption p,
.vpg-inner-scroller .vpg-cell .caption p {
    height: 40px;
    overflow: hidden;
}

.vpg {
    position: absolute;
    top: 50px;
    left: 250px;
    right: 0px;
    z-index: 5;
}

.vpg-fixed-top {
    position: fixed;
    top: 50px;
    left: 250px;
    right: 0px;
    background: #eee;
    padding-left: 25px;
    min-height: 75px;
}

.vpg-outer-scroller {
    overflow: hidden;
    padding: 25px;
    height: 250px;
}

.vpg-inner-scroller {
    width: 9999px;
    height: 250px;
}

.vpg-title {
    position: relative;
    top: 20px;
    left: 20px;
    width: 400px;
}

.vpg-header {
    padding: 25px 25px 10px 25px;
}

.vpg-player-edit {
    padding: 0px 25px 0px 25px;
}

.vpg-scroller-text {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
}

.vpg-grid {
    margin-top: 125px;
    margin-left: 50px;
}

.vpg-grid.expanded {
    margin-top: 425px;
}

.vpg-catalogue-grid {
    margin-top: 25px;
}

.vpg-inbetween-drop-area {
    width: 50px;
    height: 200px;
    float: left;
}

/*********
** MISC **
*********/

body {
}

.fa-click {
    cursor: pointer;
}

span.label.after-title {
    margin-left: 25px;
}

#page-flash {
    margin-top: 20px;
}

#spinner-div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-bottom-bar {
    margin:15px 5px 5px 5px;
}

.control-label {
    font-size: 12px;
}

.navbar-fixed-bottom {
    background: black;
}

.file-upload-panel {
    min-height: 350px;
    width: 585px;
}

.file-upload-panel .player-thumbnail {
    height: 100%;
    width: 100%;
}

.file-upload-panel .play-icon {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.bumper {
    min-height: 200px;
}
/*PUBLISHER DASHBOARD*/
.publisherDashboard .dashboardHeader {
    color: #000000;
    margin-top: 20px;
    text-align: center;
}

.publisherDashboard .dashboardPannel {
    color: #dddddd;
    margin-top: 30px;
    overflow: hidden;
}

.publisherDashboard .dashboardPannelTop {
    color: #dddddd;
    overflow: hidden;
}

.publisherDashboard .dashboardPannelSchedule {
    color: rgb(255,255,255);
    margin-top: 30px;
}

.publisherDashboard .in-medium-block {
    background-color: black;
    padding: 1px;
    height: 290px;
    max-height: 290px;
    min-height: 290px;
}

.publisherDashboard .in-large-block {
    color: #dddddd;
    background-color: black;
    padding: 1px;
    height: 555px;
}

.publisherDashboard .out {
    padding: 5px;
}

.publisherDashboard .fc-event {
    line-height: 1px;
    height: 20px;
    text-align: center;
    background-color: white;
    color:black;
    border-bottom-color: white;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
}

.publisherDashboard .fc-event-title {
    height: 2px;
}

.publisherDashboard .fc-state-highlight {
    background-color: grey;
}

.publisherDashboard a {
    color: #ffffff;
}

.publisherDashboard a:hover {
    color: white;
}

.publisherDashboard .lplayerLink a {
    color: #000000;
}

.publisherDashboard .error {
    color: red;
}

.publisherDashboard .warning {
    color: yellow;
}

.publisherDashboard .info {
    color: #ffffff;
}

.publisherDashboard .fc-header-title h2 {
    font-size: 15px;
}

.calendarModal .modal-content {
    text-align: center;
    width: 1050px;
    max-height: 600px;
}

.calendarDashboard .modal-dialog {
    margin-left: 100px;
    margin-right: 0px;
    width: 800px;
}

.calendarDashboard .modal-body {
    clear: both;
    padding-top: 0px;
}

.calendarDashboard .modal-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
}

.calendarDashboard .modal-header {
    border: none;
}

.calendarDashboard .modal-header h3 {
    float: left;
}

.calendarDashboard .modal-header .calendarClose {
    float: right;
    margin-bottom: 10px;
}

.calendarDashboard .calendar {
    margin-top: 0px;
}

.calendarDashboard .fc-header {
    font-size: 10px;
}

.calendarDashboard .fc-event-inner {
    background-color: black;
}

/**********************
*ANIMATE MENU ELEMENTS*
***********************/

.animate-collapse.ng-hide-add,
.animate-collapse.ng-hide-remove{
    display: block !important;

    -moz-transition-duration: 1.0s;
    -webkit-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
}

.animate-collapse.ng-hide{
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/****************************
** LPLAYER SEARCH NEW HOME **
****************************/

#lplayer-search-new .sidebar-wrapper {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 15;
}

#lplayer-search-new .sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 275px;
    background: #ddd;
    padding: 10px;
    z-index: 10;
}

@media (max-height: 600px) {
    #lplayer-search-new .sidebar-wrapper {
        position: fixed;
        top: 50px;
        left: 0;
        bottom: 0;
        width: 250px;
        overflow: hidden;
        z-index: 15;
    }

    #lplayer-search-new .sidebar {
        position: fixed;
        top: 50px;
        left: 0;
        bottom: 0;
        width: 275px;
        background: #ddd;
        padding: 10px;
        z-index: 10;
        overflow-y: scroll;
    }
}

#lplayer-search-new .sidebar
.chosen-container-single .chosen-default,
#lplayer-search-new .sidebar
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #aaa;
}

#lplayer-search-new .sidebar .sidebar-input {
    margin-top: 10px;
}
#lplayer-search-new .sidebar .sidebar-input-primary {
    margin-bottom: 50px;
}

#lplayer-search-new .sidebar .sidebar-button {
    margin-top: 25px;
}

/******************
** DRAG AND DROP **
******************/

.dragdrop-drag {
    opacity: 0.7;
}

.dragdrop-dragover {
    background: #ccc;
}

.dragdrop-dragover-with-index {
    border: 2px dashed #333;
    width: 200px;
    transition: width 0.5s ease 0s;
}

/***********
** SIGNUP **
***********/

.signup {
    position: absolute;
    top: 50%;
    left: 50%;
    --moz-transform: translate(-50%, -50%);
    --webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    --ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 25px 25px 25px 25px;
}

.signup-input {
    margin: 10px 10px 10px 10px;
}

.signup-input input {
    height: 40px;
}

.signup-button {
    margin: 30px 10px 10px 10px;
}

.signup-button button {
    width: 100%;
    height: 40px;
}

.signup-video {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    z-index: -100;
}

.signup-video-overlay {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    z-index: -90;
    background: #000;
    opacity: 0.8;
}

.signup-intro {
    margin: 10px 10px 50px 10px;
    color: #fff;
    text-align: center;
}

.signup-intro h1 {
    font-size: 50px;
    letter-spacing: 5px;
}

.signup-intro p {
    font-size: 16px;
}

.signup .form-group p {
    color: #fff;
}

.register-intro{
    margin: 10px 10px 40px 10px;
    color: #fff;
    text-align: center;
}

/***********
** CHOSEN **
***********/

.chosen-container {
    width: 100% !important;
}

.kit-type-list{
    display: inline-block;
    float: left;
}

.well.kit{
    background: rgba(255, 255, 255, 0.9);
}

.vendorScroll{
    height: 325px;
    overflow: scroll;
}

/**********
** UTILS **
**********/

.center-hv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/******************
** NOTIFICATIONS **
******************/

.notification-count {
    position: relative;
    border-radius: 20px;
    left: -10px;
    top: -10px;
    padding: 10;
    background-color: darkred;
    padding-right: 5px;
    padding-left: 5px;
}

.notification .unread {
    font-weight: 900 !important;
}

.notification .info {
    color: #333366;
}

.notification .warning {
    color: #666633;
}

.notification .error {
    color: #663333;
}

.notification-dropdown {
    min-width: 75px;
}

.angular-with-newlines {
    white-space: pre-wrap;
}

.item-title  {
    margin-top: 130px;
}

.kitItemBtn {
    width: 150px;
    height: 35px;
}

/**************
** TYPEAHEAD **
**************/

.ll-typeahead .result-container,
.ll-typeahead-multi .result-container {
    height: 200px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ll-typeahead .result,
.ll-typeahead-multi .result {
    padding: 5px 0px;
    cursor: pointer;
}

.ll-typeahead .result:hover,
.ll-typeahead-multi .result:hover {
    background: #428bca;
    color: #fff;
}

.ll-typeahead .result span,
.ll-typeahead-multi .result span {
    padding-left: 10px;
}

.ll-typeahead-multi .selected-container {
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ll-typeahead-multi .selected {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.search-field .clear-search {
    position: absolute;
    top: 5px;
    right: 5px;
}

.search-field {
    position: relative;
}

/********************
** User engagement **
********************/
.scrollablePanel {
    height:200px;
    width:300px;
    overflow:auto;
}

.restriction-element-edit .control-label{
    margin-top: 10px;
}

.restriction-element-edit .checkbox input[type="checkbox"]  {
    margin: 0 !important;
}

.restriction-element-edit .add-margin-top {
    margin-top:15px;
}

.red-border .chosen-single {
    border: 1px solid red !important;
}

.red-border .chosen-choices {
    border: 1px solid red !important;
}

.scrollable-table {
    overflow: auto;
}

.scrollable-table-fixed-height-container {
    overflow: auto;
    max-height: 600px;
}

.no-mb {
    margin-bottom: 0;
}

.avails-background-img {
    background-image: url(https://cdn-ma.theorchard.io/assets/1478106074/img/bg.jpg)
}

.btn-lg {
    line-height: 46px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.btn-primary-orchard {
    color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.11);
    border-radius: 3px;
    border-color: #FAA635;
    background: #FAA635;
}

.external-login-btn {
    margin-top: 40px;
}

.table-striped > tbody > tr.error > td{
    background: #ffcbc5;
}
.table-striped > tbody > tr.error > td.error{
    background: #FF8483;
}

.checkbox input[type=checkbox]{
    margin-left: 0px;
}

.checkbox{
    margin-top: 0;
    margin-bottom: 0;
}