﻿body {
	background:#f0f0f0;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #0689d8;
}
.navbar-inverse {
    background-color: #00cadf;
    border-color: #00cadf;
}
.navbar-inverse .navbar-brand {
    color: #003967;
}

.navbar-inverse .navbar-nav > li > a {
    color: #003967;
}
.panel-primary > .panel-heading {
    color: #FFF;
    background-color: #003967;
    border-color: #012644;
}
.panel-primary {
    border-color: transparent;
}

.panel-primary .panel-body {
    border: 1px solid #012644;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bg-danger.createperson {
    background-color: #d63e3e;
    color: #FFF;
    padding: 15px;
    border-radius: 4px;
    margin-top: 25px;
}
.bg-success.createperson {
    background-color: #0bbc7f;
    color: #FFF;
    padding: 15px;
    border-radius: 4px;
    margin-top: 25px;
}


.bg-primary.createperson {
    background-color: #003967;
    color: #FFF;
    padding: 15px;
    border-radius: 4px;
    margin-top: 25px;
}

.createperson input {
    width:420px;
    height:34px;
    color:#333;
}

.btn-success {
    color: #003967;
    background-color: #00cadf;
    border-color: #01a9bb;
}

.btn-success:hover {
    color: #FFF;
    background-color: #029aaa;
    border-color: #00b2c4;
}
.button-group, .play-area {
    border: 1px solid grey;
    padding: 1em 1%;
    margin-bottom: 1em;
}

.button {
    padding: 0.5em;
    margin-right: 1em;
}

.play-area-sub {
    width: 47%;
    padding: 1em 1%;
    display: inline-block;
    text-align: center;
}

#capture {
    display: none;
}

#snapshot {
    display: inline-block;
    width: 320px;
    height: 240px;
}

header {
	height:10px;
	background:#0172dc;
}
.res_wrap {
	display:flex;
	flex-wrap:wrap;
}
.head_sec, .content-sec {
	width:100%;
	position:relative;
}
.head_sec {
	/*background:#f7f7f7;*/
	padding:10px 0;
}
.content {
	width:100%;
	margin-top:10px;
	background:#fff;
	border-top:5px solid #00baff;
}
.icon-menu {
	display:flex;
	align-items:center;
	margin:10px 0 0;
	flex-wrap:wrap;
	justify-content:center;
}
.icon-menu a {
	width:100px;
	height:100px;
	margin:0 10px;
	font-size:15px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	flex-direction: row;
	opacity:1;
	text-decoration:none;
}
.icon-menu a:hover {
	opacity:0.8;
}
.icon-menu a > img {
	max-width:90px;
}
.icon-menu a:first-child {
	background:#0172dc;
	margin-left:0;
}
.icon-menu a:nth-child(2) {
	background:#00baff;
}
.icon-menu a:nth-child(3) {
	background:#58479b;
}
.icon-menu a:nth-child(4) {
	background:#8e479b;
}
.icon-menu a:nth-child(5) {
	background:#d14a76;
}
.icon-menu a:nth-child(6) {
	background:#eab651;
}
.icon-menu a:last-child {
	background:#4bc8b5;
	margin-right:0;
}
.capture-wrap img {
	/*max-height:450px;*/
	height:70vh;
}
.btn-primary {
    color: #fff;
    background-color: #0172dc;
    border-color: #0172dc;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0157a8;
    border-color: #0157a8;
}
.mob-heading1 {
	display:none;
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}
.mx-auto {
	margin-left:auto;
	margin-right:auto;
}
.p0 { padding:0px!important;}
.p20 { padding:20px!important;}
.p10 { padding:10px!important;}
.m0 { margin:0px!important;}
.m20 { margin:20px!important;}
.m10 { margin:10px!important;}
.mt50 { margin-top:50px!important;}

@media (max-width: 1024px) {
	body {
		background:#fff;
	}
	.head_sec {
		width:20%;
		height:auto;
		background:#f0f0f0;
		padding:0;
	}
	.content-sec {
		width:80%;
	}
	.content {
		border: none;
	}
	.icon-menu {
		width:120px;
		height:auto;
		margin:0;
		background:#f0f0f0;
		padding:10px 0;
	}
	.icon-menu a {
		margin:0 0 10px 0;
	}
	.mob-heading1 {
		display:block;
	}
	.col-sm-3.icon-left {
		width:25%;
	}
	.col-sm-9.capture-right {
		width:75%;
	}
}
@media (max-width: 576px) {
	.head_sec {
		width:25%;
	}
	.content-sec {
		width:75%;
	}
	.mob_p0 {
		padding:0;
	}
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
