.ui.container.fluid {
    padding: 0 20px;
}
#topbar-mobile {
    border: 0 none;
}
.hide {
    display: none !important;
}
.statistic-chart {
    height: 200px;
}

.embed.video-container {
    height: 360px;
    padding: 0;
    background-color: black;
}

.embed.videotron-container {
    /*width: 1280px;*/
    /*height: 720px;*/
}

.error-message-container {
    margin-bottom: 20px;
}

.form .header.top.attached {
    background-color: #F8F8F8;
}
#footer {
  background-color: #d71920;
  /*padding: 40px 0;*/
}
#footer-video{
    background-color: #cb96e0 !important;
}
#footer-image{
    background-color: #f3b655 !important;
}
/*#footer-cctv{
    background-color: #438A7A !important;
}
#footer-tv{
    background-color: #0081CD !important;
}*/
#footer-cctv{
    background-color: #56df90 !important;
}
#footer-tv{
    background-color: #16aef1 !important;
}

#footer a, #footer-video a, #footer-image a, #footer-cctv a, #footer-tv a {
  color: #fff;
}

#drop-target {
    border: 2px dashed #ccc;
    cursor: pointer;
    padding: 30px;
    text-align: center;
}
#drop-target.dragover {
    background: #eee;
    border-color: #bbb;
}

/* Searching */
.search-result{
    color: #ffffff;
}
.search-result.video-list{
    background-color: #cb96e0 !important;
}
.search-result.image-list{
    background-color: #f3b655 !important;
}
.search-menu{
    box-shadow: none !important;
}
.search-menu#all{
    border: 1px solid #d71920;
}
.search-menu#all > .item.active{
    color: #ffffff;
    background-color: #d71920 !important;
}
.search-menu#video{
    border: 1px solid #cb96e0;
}
.search-menu#video > .item.active{
    color: #ffffff;
    background-color: #cb96e0 !important;
}
.search-menu#image{
    border: 1px solid #f3b655;
}
.search-menu#image > .item.active{
    color: #ffffff;
    background-color: #f3b655 !important;
}

/* Video List */
.video-time {
    margin-top: 0;
    margin-right: 0;
    padding: 1px 4px;
    font-weight: 500;
    font-size: 11px;
    background-color: #000;
    color: #fff!important;
    height: 16px;
    line-height: 14px;
    opacity: .7;
    filter: alpha(opacity=70);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.ui.cards>.card.video {
    border-radius: 0;
    box-shadow: none;
}
.ui.cards>.card.video>:first-child {
     border-radius: 0 !important;
     border-top: 0 !important;
}
.ui.cards>.card.video>.content {
    padding: 10px 0 0 0;
}
.ui.cards>.card.video>.extra{
    border-top: 0 !important;
    padding: 10px 0 !important;
}

/* Message */
table#message { table-layout:fixed; width: 100%; }
table#message tr:not(.active){
    cursor: pointer;
}
table#message tr.unread{
    font-weight: bold;
}
table#message td.content, table#message th.content{
    width: 53%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
table#message td.content span{
    color: #777;
}
table#message td.id, table#message th.id{
    width: 75px;
}
table#message td.checkbox, table#message th.checkbox{
    width: 20px;
}
table#message td.status, table#message th.status{
    width: 100px;
}
.hidden{
    visibility: hidden;
}
.view_count {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: -10px !important;
    margin-right: -20px !important;
}
.content-title-review {
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
}
.content-category {
    margin-top: 10px;
    font-size: 16px;
}
.videotron-search-field {
    width: 300px;
}
#availableList.ui.list>.item>.content {
    margin: 10px !important;
}
#selectedList.ui.list>.item>.content {
    margin: 10px !important;
}
#availableList {
    max-height: 300px;
    overflow: hidden;
}
.margin-top-10 {
    margin-top: 10px;
}

.refresh-metadata{
    margin-bottom: 10px !important;
}

.ui.label.review {
    padding: 1.2em 1.3em;
    border-radius: 0;
}
.label.note{
    margin-top: 5px;
    margin-left: 8px;
}
.ui.segments>.segment.review {
     border-top: 0 !important;
}
.ui.segment.review:not(:last-child):not(:first-child) {
    padding: 0.5em 1em !important;
}

@media (min-width: 568px) and (max-width: 767px) {
    .panorama-iframe{
        height: 400px;
    }
}
@media (max-width: 567px) {
    .panorama-iframe{
        height: 230px;
    }
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui.segments>.segment.total-content{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.ui.segments>.segment.total-content:hover{
    background-color: #f8f8f8;
}
.ui.segments>.segment.total-content .left {
    float: left;
    margin-top: 4px;
}
.segment.total-content .button{
    padding: 6px 9px;
}
.footer-mam{
    position: absolute !important;/* !important for SO snippet priority */
    bottom: 0;
    width: 100%;
}
.video-js .vjs-tech {
    height: auto !important;
    position: relative !important;
}
