.flag-svg{
	width: 20px;
    height: 20px;
    margin-right: 5px;
}
.action-icon{
	margin: auto 2px;
}
.download-icon{
	margin-right: 5px;
}
.title-action{
	text-align: right;
    margin: 10px;
}
.status-0{
	color: red;
}
.status-1{
	color: green;
}
#world-map-markers{
	height: 350px;
}
.fc-event{
	border: none !important;
}
.monitor-list{
	list-style: none;
    padding: 0;
    margin: 0;
}
.monitor-list li{
	width: 100%;
    height: auto;
    padding: 5px 0;
}
textarea.textarea-150{
	height: 150px !important;
}
.map-dashboard{
	height: 200px !important;
}
.venue-h1 {
    color: black;
}
.venue-images {
    width: 100%;
    display: block;
    float: left;
}

.venue-images img {
    width: 12%;
    float: left;
    margin-right: 0.5%;
    display: block;
}

.venue-music {
    width: 40%;
    display: block;
    float: left;
}

.venue-info {
    width: 60%;
    display: block;
    float: left;
}
.video-venue-play {
    width: 100px;
    height: 100px;
    float: right;
    padding: 10px;
}
.video-wrapper {
    width: 100%;
    float: left;
    height: 100px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}
.venue-info h4 {
    font-weight: normal;
    color: #333;
}
.play-video {
    width: 60px;
    float: right;
    margin-top: 10px;
    background: white;
    padding: 10px;
    border-radius: 20px;
}
.play-selected {
    background: #ffb000;
}

.logo-img {
    height: 100px;
}
#layout-wrapper > div.main-content > div > div.page-content-wrapper > div > div > div > div > div > a {
    width: 100%;
    height: 70px;
    display: block;
}
a > .header-title {
    width: auto;
    float: left;
    padding: 10px;
    background: #1f9a0b;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

select[multiple] > option:checked {
    font-weight: bold;
}

select[multiple] > option:checked:before {
  content: "✓ ";
  color: green;
}

.video-logout {
    width: 100%;
    display: block;
    height: 60px;
}

.video-logout-btn {
    float: right;
    background: #ce0c0c;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.video-logout-btn:hover {
    color: #EEE;
}
.title-regular {
    color: #495057;
}
.title-hour {
    font-weight: bold;
    color: #3051d3;
}
.title-ref {
    font-size: 18px;
    margin-top: 10px;
}