@import url('https://fonts.googleapis.com/css?family=Montserrat:thin,extra-light,light,100,200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:thin%2Cextra-light%2Clight%2C100%2C200%2C300%2C400%2C500%2C600%2C700%2C800');
@import url('https://fonts.googleapis.com/css?family=Lato:thin%2Cextra-light%2Clight%2C100%2C200%2C300%2C400%2C500%2C600%2C700%2C800');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:thin%2Cextra-light%2Clight%2C100%2C200%2C300%2C400%2C500%2C600%2C700%2C800');
@import url('https://fonts.googleapis.com/css?family=Calibri:thin%2Cextra-light%2Clight%2C100%2C200%2C300%2C400%2C500%2C600%2C700%2C800');
@import url('https://fonts.googleapis.com/css?family=Dosis:thin%2Cextra-light%2Clight%2C100%2C200%2C300%2C400%2C500%2C600%2C700%2C800');

@keyframes slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 113px;
    }
}

/*@font-face {
    font-family: 'Bellerose Light:1.0';
    font-style: normal;
    font-weight: normal;
    src: local('Bellerose'), url('slider-creator/fonts/Bellerose.woff') format('woff');
}*/
/*@font-face {
    font-family: 'tinymce';
    src: url('../tinymce/skins/lightgray/fonts/tinymce.eot?') format('eot'),
    url('../tinymce/skins/lightgray/fonts/tinymce.woff') format('woff'),
    url('../tinymce/skins/lightgray/fonts/tinymce.ttf') format('truetype'),
    url('../tinymce/skins/lightgray/fonts/tinymce.svg')

}*/

#loginbox {
    margin-top: 30px;
}

#loginbox>div:first-child {
    padding-bottom: 10px;
}

.iconmelon {
    display: block;
    margin: auto;
}

#form>div {
    margin-bottom: 25px;
}

#form>div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555, 255, 255, .3);
}

.iconmelon,
.im {
    position: relative;
    /*width: 150px;
    height: 150px;*/
    display: block;
    fill: #525151;
}

.iconmelon:after,
.im:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-page {
    padding-top: 100px;
}

.alert {
    font-size: 12px;
}

form .alert,
form .process {
    display: none;
}

.manage-table tr {
    cursor: pointer;
}

.form-group label {
    float: left;
    text-align: left;
    font-weight: normal;
}

.form-group select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

/* CALENDAR */
form {
    margin-bottom: 0;
}

.help-block {
    font-size: 11px;
    color: #666;
}

.mr-10 {
    margin-right: 10px;
}

.box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 3.0%;
    margin-top: 10px;
}

.modal-body {
    white-space: pre-wrap !important;
}

.box:before,
.box:after {
    content: "";
    display: table;
}

.box:after {
    clear: both;
}

.box .header {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    position: relative;
    background: url(../img/nav_bg.png) repeat;
    box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.02);
}

.box .header h4 {
    position: relative;
    padding: 9px 0;
    padding-top: 8px;
    padding-left: 10px;
    border-bottom: 1px solid #c2c2c2;
    margin: 0;
    font-size: 13px;
    color: #444;
    line-height: 20px;
}

.box .content {
    padding: 0;
    margin: 0;
}

.content.pad {
    padding: 20px;
}

.box .content:before,
.box .content:after {
    content: "";
    display: table;
}

.box .content:after {
    clear: both;
}

/* jquery.fullcalendar.js needed */

/* color picker */
.colorpicker,
.bootstrap-timepicker {
    z-index: 9999 !important;
}

.loadingDiv {
    background: url(../img/ajaxloader.gif);
    margin: 0 auto;
    width: 16px;
    height: 16px;
    display: none;
}

/* will make modal-body scroll on mobile if you have too many fields*/
.modal {
    overflow: auto;
}

.modal-body {
    height: 60%;
}

.modal-body {
    /*max-height: 400px;*/
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* modal body screen sizes */
@media (max-width: 640px) {
    .modal-body {
        max-height: 180px;
    }
}

@media (max-width: 600px) {
    .modal-body {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .modal-body {
        max-height: 140px;
    }
}

@media (max-width: 360px) {
    .modal-body {
        max-height: 400px;
    }
}

@media (max-width: 320px) {
    .modal-body {
        max-height: 280px;
    }
}

/* END CALENDAR */

/* progress bar */

.upload input {
    display: none;
}

.upload {}

.status {
    display: none;
    padding: 5px;
    background: #F47063;
    width: 100%;
    color: white;
    margin: 8px 0;
}

/* end progress bar*/

.tooltip-inner {
    white-space: pre;
    max-width: none;
}

.circle {
    position: relative;
    background: green;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    /*margin: 0 auto;*/
}

.rectangle {
    position: relative;
    background: blue;
    height: 15px;
    width: 15px;
    /*border-radius: 50%;*/
    float: left;
    margin-left: 10px;
    /*margin: 0 auto;*/
}

.blue {
    background: blue;
}

.lightblue {
    background: #129FEA;
}

.lightblue-bkp {
    border: 3px solid #129FEA;
    background: orange;
}

.darkblue {
    background: #16169b;
}

.darkblue-bkp {
    border: 3px solid #16169b;
    background: orange;
}

.orange {
    background: orange;
}

.circle-group {
    position: relative;
    background: green;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
    /*margin: 0 auto;*/
}

.triangle {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent red transparent;
}

.triangle-group {
    position: relative;
    float: right;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent red transparent;
}

.online {
    background: green;
}

.offline {
    background: red;
}

.warning {
    background: orange;
}

.sync {
    background: blue;
}

.nosync {
    background: #808080;
}

.sync-transparent {
    background: transparent;
}

.schedule {
    padding-right: 50px;
}

.schedule .help-block {
    padding-top: 50px;
}

.img-container {
    float: left;
}

.checkbox label {
    padding-right: 10px;
}

.overview {
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    width: 292px;
}

.preview {
    background: rgba(0, 0, 0, 0) url("//s.ytimg.com/yts/imgbin/www-accountsettings-2x-vflO9IOVd.png") no-repeat scroll -752px 0 / 4090px 170px;
    height: 164px;
    width: 292px;
}

.preview {
    background: rgba(0, 0, 0, 0) url("//s.ytimg.com/yts/imgbin/www-accountsettings-2x-vflO9IOVd.png") no-repeat scroll -1048px 0 / 4090px 170px;
    height: 164px;
    width: 292px;
}

.preview {
    background-color: #ccc;
    height: 164px;
    margin-bottom: 15px;
    position: relative;
    /*width: 292px;*/
    width: 270px;
}

/*
.preview img {
    position: absolute;
    bottom: 0px;
}
*/
canvas,
caption {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.top-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

.top-center {
    position: absolute;
    top: 10px;
    left: 100px;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.center-left {
    position: absolute;
    top: 60px;
    left: 10px;
}

.center-right {
    position: absolute;
    top: 60px;
    right: 10px;
}

.center-center {
    position: absolute;
    top: 60px;
    left: 100px;
}

.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.bottom-center {
    position: absolute;
    bottom: 10px;
    left: 100px;
}

.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.logo-hide {
    display: none;
}

table.status-table tr td:first-child {
    font-weight: bold;
}

.slider-container {
    padding-top: 100px;
}

#preview-slide {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.slider-container-mod {
    display: block;
    margin: 0 auto;
}

#date-span {
    display: none;
}

.ul-legend {
    /*vertical-align: middle;
    //display: table-cell;*/
    margin-left: -32px;
}

.ul-legend li {
    list-style-type: none;
    vertical-align: middle;
}

.legend-status {
    padding-left: 10px;
}

.modal-footer button {
    margin-left: 10px;
}

.mode-container:hover {
    background: #ddd;
    cursor: pointer;
}

.mode-img img {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
}

.mode-title {
    padding-top: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.event-spot-box {
    width: 100%;
    height: 100px;
    border: 1px solid grey;
}

.empty {
    background-color: #c2c2c2;
    background: rgba(0, 0, 0, 0) url("../img/nav_bg.png") repeat scroll 0 0;
}

.done {
    background-color: #337ab7;
    color: white;
}

.box-alpha {
    opacity: 0.5;
}

.fc-header-title h5 {
    font-size: 20px;
}

.event-spot-title {
    font-size: 10px;
}

.event-spot-detail {
    top: 50px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-spot-duration {
    text-align: center;
    padding-top: 15px;
}

.fc-border-separate th,
.fc-border-separate td {
    max-width: 100px;
}

.choose {
    border-width: 3px;
}

.choose:hover {
    border-color: blue;
}

.spot-table td {
    border: 1px solid #808080;
}

.expanded-weeks {
    padding-top: 30px;
}

.expanded-stb {
    padding-top: 30px;
}

.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    /*border-left-color: transparent;*/
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}


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

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

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

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

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

.navbar-video {
    background-color: lightgreen;
    border-color: green;
}

.navbar-video .navbar-nav>li>a {
    color: white;
}

/*
.navbar-video .active a {

    background-color: green;
}
*/
.navbar-video .navbar-nav>.active>a,
.navbar-video .navbar-nav>.active>a:hover,
.navbar-video .navbar-nav>.active>a:focus {
    background-color: green;
}

.navbar-video .navbar-nav>.open>a,
.navbar-video .navbar-nav>.open>a:hover,
.navbar-video .navbar-nav>.open>a:focus {
    background-color: green;
}

.navbar-audio {
    background-color: lightsalmon;
    border-color: orangered;
}

.navbar-audio .navbar-nav>li>a {
    color: white;
}

/*.navbar-audio .active a {

    background-color: orangered;
}
*/
.navbar-audio .navbar-nav>.active>a,
.navbar-audio .navbar-nav>.active>a:hover,
.navbar-audio .navbar-nav>.active>a:focus {

    background-color: orangered;
}

.navbar-audio .navbar-nav>.open>a,
.navbar-audio .navbar-nav>.open>a:hover,
.navbar-audio .navbar-nav>.open>a:focus {
    background-color: orangered;
}

.btn-calendar-copy,
.btn-calendar-paste,
.btn-calendar-cancel {
    padding: 2px 2px 2px 2px;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#confirm-copy-week {
    padding: 2px 2px 2px 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.btn-exit-copy {
    padding: 2px 2px 2px 2px;
}

.btn-calendar-clear {
    padding: 2px 2px 2px 2px;
    margin-bottom: 10px;
    width: 80%;
}

.copy-selected {
    opacity: 0.5;
}

.paste-selected {
    opacity: 0.5;
}

.progress-bar-segmented .progress-bar {
    border-right: 2px solid #eee;
}

.progress-bar-segmented:last-child {
    /* border-right: none;*/
}

.progress-bar-calendar-audio {
    background-color: #808080;
    width: 25%;
}

.progress-calendar-video {
    margin-bottom: 0px;
}

.progress-bar-calendar-video {
    background-color: lightskyblue;
}


.progress-calender-name-group {
    text-align: center;
}

.progress-bar-complete {
    background-color: #286090;
}

.progress-bar-partial {
    background-color: lightblue;
}

.progress-bar-tappeto {
    background-color: lightskyblue;
}

.progress-bar-orario {
    background-color: lightsalmon;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .5) 35px, rgba(255, 255, 255, .5) 70px) !important;
}

.progress-bar-void {
    background-color: #808080;
}

.progress-bar-video-void {
    background-color: red;
}

.progress-bar-video-void:hover {
    cursor: pointer;
}

.figure-play {
    float: left;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #000;
    border-bottom: 8px solid transparent;
    margin-left: 14px;
}

.video-player {
    border-left-color: lightgreen;
}

.audio-player {
    border-left-color: lightsalmon;
}

.node-tree {
    height: 42px !important;
}

.media-count {
    float: right;
}

.list-group-ul-rl {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-group a {
    cursor: pointer;
}

.tooltip {
    position: fixed;
}

.color-fill-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 2px;
}

.dropdown-color-fill-icon {
    position: relative;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.well .markup {
    background: #fff;
    color: #777;
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
}

.well .markup::after {
    content: "Example";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.colorpickerplus-embed {
    width: 185px
}

.progress-bar-orario:hover {
    cursor: pointer;
}

.progress-bar-tappeto:hover {
    cursor: pointer;
}

.warning-box {
    border: 2px solid red;
    border-color: red;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.progress-calendar-video {
    height: 45px;
}

.btn-remove-group-calendar {
    margin-top: 2px;
    margin-bottom: 2px;
    float: right;
}

.current-week {
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.expanded-icon-btn {
    cursor: pointer;
}

.type-input-stb {
    margin-left: 10px;
    margin-right: 5px;
}

.info-stb-creation-textarea {
    display: none;
}

td.details-control {
    background: url(img/details_open.png) no-repeat center center;
    cursor: pointer;
}

td.delete-control {
    /*background: url(img/delete_btn.png) no-repeat center center;*/
    cursor: pointer;
}

td.add-url-control {
    /*background: url(img/delete_btn.png) no-repeat center center;*/
    cursor: pointer;
}

.sync-list-groups li {
    margin: 0 0 10px 0;
}

.progress-vertical {
    /*margin-bottom: 20px;*/
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar-vertical {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    /*background-color: #337ab7;*/
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.btn-group-toggle {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.change-user-admin {
    padding-top: 15px;
}

.change-user-admin label {
    color: white;
}

.change-user-admin selection {
    color: black;
}

.radiolist-badge {
    margin: 3px;
}

.treegrid-control {
    text-align: center;
}

.treegrid-control-open {
    text-align: center;
}

.dataTable .circle {
    top: 3px;
    margin-right: 5px;
    margin-left: 0px;
}

.dataTable .name-control {
    vertical-align: middle;
}

.dataTable .radiolist-container {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.invisible {
    background: transparent;
}

.expand-radiolist {
    margin-left: 10px;
    font-size: 13px;
}

.group-info-container {
    display: none;
}

td.treegrid-control {
    cursor: pointer;
}

/*
.group-container {
    padding:10px;
    border: 1px solid lightgray;
    margin-bottom: 10px;
}*/

.group-container .table.dataTable thead .sorting_asc::after {
    display: none;
}

.group-container .table.dataTable thead .sorting_asc::before {
    display: none;
}

.group-container th {
    display: none;
}

mark {
    background: yellow;
}

mark.current {
    background: orange;
}


.sidenav {
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 50%;
    right: 10px;
    /*background: #eee;*/
    overflow-x: hidden;
    padding: 8px 0;
}

.sidenav a {
    padding: 6px 8px 8px 12px;
    text-decoration: none;
    font-size: 25px;
    color: red;
    display: block;
}

.sidenav a:hover {
    color: #064579;
}

/*.badge-notify{
    background:red;
    position:relative;
    /*top: -20px;
    left: -35px;
}*/

.badge-notify {
    display: none;
    top: 10px;
    background: red;
    position: relative;
    transform: (-100%, -100%);
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .list-group a {
        float: left !important;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;

    }
}

.group-row {
    background-color: #edece5;
}

.stb-row {
    background-color: #fbfbfb;
}

.treeview .list-group-item {
    overflow: hidden;
}

.treeview .list-group a {
    max-width: 70%;
    text-overflow: ellipsis;
}

.genre-music-name {
    font-style: italic;
}

.expand-music-genre {
    margin-top: 12px;
    margin-left: 10px;
}


.files-container-genres h4 {
    float: left;
}

.group-disabled {
    color: lightgrey !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bkp-on {
    background-color: yellow;
    color: black;
}

.bkp-off {
    background-color: grey;
    color: black;
}

.bd-save-slide-lg .modal-content {
    min-height: 400px;
}

.bd-editor-modal-lg p {
    margin: 0;
    padding: 0;
}

#outer-dropzone p {
    margin: 0;
    padding: 0;
}

#outer-dropzone span {
    margin: 0;
    padding: 0;
}

#final-slide p {
    margin: 0;
    padding: 0;
}

#final-slide span {
    margin: 0;
    padding: 0;
}

.file-preview-frame .slider-horizontal {
    width: 150px !important;
}


.sign-container-form {
    position: relative;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 20px;
}

#x {
    border: 0px;
    position: absolute;
    background-color: transparent;
    color: lightgrey;
    top: 5px;
    right: 2px;
}

.spinner-config {
    font-size: 15px;
}

.group-list-container {
    border-bottom: 1px solid lightgrey;
}

.user-list-container {
    margin-bottom: 20px;
}

.main-user {
    margin-bottom: 40px;
}

.rectangle-panel {
    position: relative;
    height: 20px;
    width: 15px;
    margin-top: 3px;
    margin-right: 8px;
    float: left;
}

.panel-stb-video-audio {
    background: linear-gradient(to left bottom, lightsalmon 50%, lightgreen 50%)
}

.panel-triangle-video {
    margin-top: 3px;
    position: relative;
    float: left;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid lightgreen;
}

.panel-triangle-video-transparent {
    margin-top: 3px;
    position: relative;
    float: left;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid transparent;
}

.panel-triangle-audio {
    margin-top: 3px;
    position: relative;
    float: left;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid lightsalmon;
}

.panel-triangle-audio-transparent {
    margin-top: 3px;
    position: relative;
    float: left;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid transparent;
}

.progress-bar-segmented-sync {
    float: left;
    border-right: 2px solid #eee;
    width: 22px;
    height: 5px;
}

.progress-bar-segmented-current-day {
    margin-top: -2px;
    height: 8px;
}

.progress-bar-segmented-sync:last-child {
    border-right: none;
}

.progress-sync-container {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.progress-not-synced {
    background-color: red;
}

.progress-synced {
    background-color: green;
}

.progress-void {
    background-color: lightgrey;
}

@media (max-width: 768px) {
    .progress-sync-container {
        display: none;
    }
}

.event-spot-box {}

.spot-list-campaign {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.stb-name-campaign {
    font-weight: bold;
}

.guest2-card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.badge-guest {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 9px 6px;
}

.pv-container label {
    margin-right: 20px;
}


#update-stbs-list li {
    list-style-type: none;
}

.treeview span.indent {
    margin-left: 7px !important;
    margin-right: 0px !important;
}


.info-btn-pv {
    font-size: 25px;
}

.address-info-pv {
    font-size: 12px;
    margin-left: 15px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
    height: 20px;
}

#shipping-table {
    width: 100%;
    margin-top: 20px;
}

#change-user {
    max-width: 200px;
}

.icon-arrow-left:before {
    content: "\e091" !important;
}

.icon-arrow-right:before {
    content: "\e092" !important;
}

.status-table td {
    max-width: 200px !important;
}

.stb-tr-selected {
    background-color: lightcoral;
}

.audio-player-darkblue {
    color: darkblue;
    border-left-color: darkblue;
}

.audio-player-lightblue {
    color: lightblue;
    border-left-color: lightblue;
}

.position-number {
    background-color: cornflowerblue;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    display: block;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.configurator-box {
    /* height: 110px; */
    width: 60px;
    /* border: 2px solid lightgray; */
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
}

.config-position {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-bottom: 7px;
}

.config-stb {
    height: 40px;
    width: 60px;
    border: 2px solid lightgray;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    overflow: hidden;
}

.config-loading {
    width: 100%;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(100, 148, 237, 0.212) 10px, rgba(100, 148, 237, 0.212) 20px);
    animation: slide 4s linear infinite;
    will-change: background-position;
}

.config-error {
    background-color: red;
    color: white;
}

.config-success {
    background-color: green;
    color: white;
}

.configurations {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.config-online {
    background-color: green;
    color: white;
}

.config-offline {
    background-color: red;
    color: white;
}

.warning-config-none {
    background-color: lightgray;
}

.config-stb-locked {
    background-color: lightyellow;
}

#clean-stb-list {
    float: right;
    background-color: green;
    color: white;
}

.configurator-locked {
    background-color: lightyellow;
}

.torrent-status {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid black;
    border-radius: 4px;
    margin-top: 7px;
    text-align: center;
    height: 50px;
}

.configurator-box button {
    margin-top: 7px;
}

.sync-loading {
    width: 100%;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(100, 148, 237, 0.212) 10px, rgba(100, 148, 237, 0.212) 20px);
    animation: slide 4s linear infinite;
    will-change: background-position;
}

.sync-done {
    background-color: green;
}

.sync-error {
    background-color: red;
}

.shipping-stb-container {
    display: 'flex';
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
}

.shipping-table-header {
    font-weight: bold;
    margin-bottom: 30px;
}

.shipping-stb-row {
    padding: 10px;
    padding-left: 20px;
}

.shipping-size-input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shipping-size-input {
    -moz-appearance: textfield;
    width: 80%;
}

.shipping-size-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.print-label-stb-version option[disabled] {
    display: none;
}