.dropzone {
    margin-left: -15px;
    margin-bottom: 30px;
}

.dropzone:after {
  content: "";
  display: table;
  clear: both;
}

.dropzone .dz-default {
    border: 5px dashed;
    height: 150px;
    padding-top: 40px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

#searchUsers td.sorting_1 {
    cursor: pointer;
}

.dz-preview {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    margin: 15px 0 0 0;
    color: #252422;
    
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    padding: 10px;
}

.dz-preview img {
    max-height: 200px;
    max-width: 200px;
    height: auto;
    width: auto;
}

.dz-processing {
    opacity: 0.5;
}

.dz-complete {
    opacity: 1;
}

.dz-details {
    border-top: 1px solid #F1EAE0;
    margin-top: 10px;
    padding-top: 10px;
}

.dz-success-mark, .dz-error-mark {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    display: none;
    width: 32px;
    height: 32px;
    background: #66615b;
    border-radius: 50%;
}

.dz-success-mark svg, .dz-error-mark svg {
    width: 100%;
    height: auto;
}

.dz-success .dz-success-mark {
    display: block;
}

.dz-error {
    
}

.card .numbers {
    font-size: 1.4em;
}

.table-responsive .collapse {
    background: #f4f3ef;
}

.table-responsive .collapse td {
    padding-left: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.swal2-modal .bootstrap-select {
    max-width: 300px;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    min-height: 38px;
}

.error {
    font-size: 12px;
    font-weight: normal;
}

.swal2-modal .swal2-content .dropzone .dz-default {
    width: 300px;
    margin: 0 auto;
}

#avatarImage .dz-preview {
    width: 100%;
    float: none;
    box-shadow: none;
}

#avatarImage img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#avatarImage.notRound img {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #999;
}

.dz-error-message {
    font-size: 15px;
    color: #f00;
}

.dz-drag-hover .dz-default {
    background: rgba(0,0,0,0.1);
}

#videos .dz-image {
    float: left;
    width: 25%;
    height: 180px;
    line-height: 180px;
}

#videos .videoDetails {
    position: relative;
    float: left;
    width: 75%;
    padding-top: 10px;
}

#videos .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

#videos .dz-waiting .loader {
    display: block;
}

.waitingMessage {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 100%;
    text-align: center;
    display: none;
}

.dz-waiting .waitingMessage {
    display: block;
}

#videos .dz-waiting .progress {
    display: none;
}

#videos .progress {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 25%;
    width: 50%;
}

#videos .dz-preview {
    width: 100%;
    float: none;
    text-align: left;
}

#videos .dz-image {
    text-align: center;
    padding-top: 10px;
}

#videos .dz-error-message.hasContent span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    background: #fff;
}

.main-panel.full-width {
    width: 100%!important;
}

.navbar-brand small {
    font-size: 12px;
}

.navbar .navbar-brand.hasSmall {
    padding: 5px 15px;
}

.content.networkBg {
    width: 100%;
    height: 100%;
    background: url(../images/networkBg.jpg) no-repeat center center;
    background-size: cover;
}

.networkControl {
    position: relative;
    margin: 50px auto;
    max-width: 90%;
    width: 900px;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 100px;
    padding: 25px 30px;
    color: #fff;
}

.networkControl label {
    padding-left: 10px;
}

.deviceList {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    display: none;
    padding: 20px;
    background: rgba(255,255,255,0.2);
}

.deviceList li {
    margin: 5px 0;
}

.networkControl .btn {
    margin-top: 25px;
}

.videoContainer {
    width: 50%;
    margin: 0 auto;
}

.videoThumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    background: no-repeat center center;
    background-size: cover;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

.videoThumbnail:hover {
    border-color: #f00;
}

.videoTitle {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-weight: bold;
}

.videoDescription {
    padding-top: 10px;
}

.videoList {
    display: none;
    padding: 20px 20px 20px 0;
    background: rgba(255,255,255,0.2);
}

.videoList ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.videoList li {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
}

#controlMessage {
    color: #f00;
}

.videoIndi {
    text-align: center;
    padding: 20px 20px 20px 0;
    background: rgba(255,255,255,0.2);
}

.back15 {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../images/back15.png) no-repeat center center;
    background-size: contain;
    margin: 0 10px;
}

.playPause {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
    margin: 0 10px;
}

.playPause.pause {
    background-image: url(../images/pause.png);
}

.forward15 {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../images/forward15.png) no-repeat center center;
    background-size: contain;
    margin: 0 10px;
}

.backToMenu {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../images/backToMenu.png) no-repeat center center;
    background-size: contain;
    margin: 0 10px;
}

.mute {
    position: relative;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../images/sound.png) no-repeat center center;
    background-size: contain;
    margin: 0 10px;
}

.mute.on::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    content: ' ';
    background: url(../images/mute.png) no-repeat center center;
    background-size: contain;
}

.controlRow {
    padding-top: 10px;
    text-align: center;
}

.controlRow > * {
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.controlRow > *:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.back {
    position: relative;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    line-height: 24px;
}

.back i {
    float: left;
}

.back:hover {
    text-decoration: none;
}