[v-cloak] {
  display: none;
}

#video::-webkit-media-controls {
  display:none !important;
}

#video-container {
    width: 100%;
    position: relative;
}

#video-controls {
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2147483647;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
    background-image: -o-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, #444444),
        color-stop(1, #797979)
    );
}

#video-container:hover #video-controls {
    opacity: 1;
}

button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

button:hover {
    cursor: pointer;
}

#volume-bar {
    width: 80px;
}

.card {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.card2 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0px 15px 15px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-header {
    margin-bottom: 15px;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0095ff;
    border-radius: 3px;
}

.card-button {
    background: none !important;
    color: #fff;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit !important;
}

.header{
    font-size: 22px;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.copied {
    color: green;
    position: absolute;
    font-size: 18px;
    display: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.customercard {
    background-color: #fff;
    padding: 15px;
    border-color: #ddd;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom:5px;margin-right:5px;max-height:200px;overflow:auto;
}

.customercard:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.app {
    background-color: #fff;
    padding: 15px;
    border-color: #ddd;
    border: 1px solid #989898;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.logtd {
    border-right-style: solid;
    border-right-width: thin; 
}

.verticalLine {
    border-right: thin solid #848484;
    text-align: center;
    padding-bottom: 10px;
    color: #848484;
}

.noverticalLine {
    text-align: center;
    padding-bottom: 10px;
    color: #848484;
}

.count {
    font-size: 34px;
    line-height: 37px;
    font-weight: 600;
}

.countsm {
    font-size: 20px;
    text-align: center;
    color: #40555f;
    font-weight: 500;
    border-bottom: thin solid #f2f2f2;
}

.w_title{
    font-size: 18px;
    text-align: left;
    background-color: #dadada;
    padding: 5px;
    margin-bottom: 5px;
}

.w_title2{
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 5px;
    margin-bottom: 5px;
}

.ticket-header{
    font-size: 20px;
    text-align: center;
    color: #40555f;
}

.ticket-count{
    font-size: 24px;
    font-weight: 600;
}


#mainbox{
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.nobutton {
    color:#337ab7;
    border:none;
    background-color:transparent;
}

.nobutton:hover{
    text-decoration: underline;
}

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #394a58;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 180px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 180px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 180px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #show{
        visibility: hidden;
        display: none;

    }

    .logentry{
        display: inline-block;
        width: 78%;
    }

}

@media screen and (max-width: 1024px) {
    
    .logentry{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    }

    }

@media screen and (max-width: 768px) {
    #hide {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
    }

    #date-picker{
    position:inherit;
    padding-top:15px; 
    font-size:16px;
    }

    .verticalLine {
        border-right: none;
    }

}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.trix-content {
  min-height: 450px !important;
  overflow-y: auto;
}