.rounded {
	border-radius: 5px;
}

.centered {
	display: block;
	margin: auto;
}

.relative {
	position: relative;
}

.navbar-brand {
	margin-left: 0px !important;
}

.navbar-default {
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

.navbar-header {
	padding-left: 40px;
}

.margin-sm {
	margin: 5px !important;
}
.margin-md {
	margin: 10px !important;
}
.margin-xl {
	margin: 20px !important;
}
.margin-bottom-sm {
	margin-bottom: 5px !important;
}
.margin-bottom-md {
	margin-bottom: 10px !important;
}
.margin-bottom-xl {
	margin-bottom: 20px !important;
}

.divider {
	width: 100%;
	text-align: center;
}

.divider hr {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}

.fa-2 {
	font-size: 2em !important;
}
.fa-3 {
	font-size: 4em !important;
}
.fa-4 {
	font-size: 7em !important;
}
.fa-5 {
	font-size: 12em !important;
}
.fa-6 {
	font-size: 20em !important;
}

div.no-video-container {
	position: relative;
}

.no-video-icon {
	width: 100%;
	height: 240px;
	text-align: center;
}

.no-video-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-size: 24px;
}

.meetecho-logo {
	padding: 12px !important;
}

.meetecho-logo > img {
	height: 26px;
}

.rtc_input_line {
	border-bottom: 2px solid #4D66FE;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 16px;
	color: #4D66FE
}

.rtc_font_color {
	font-size: 12px;
	color: #4D66FE
}

.rtc_title_font_color {
	font-size: 20px;
	color: #1A1C47
}

.button {
	display: inline-block;
	position: relative;
	margin: 10px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.22);
	font: bold 12px/25px Arial, sans-serif;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.button:hover {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

.button:active {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}

/* Big Button Style */

.big {
	padding: 0 40px;
	padding-top: 10px;
	height: 38px;
	text-transform: uppercase;
	font: 16px/18px Arial, sans-serif;
}

.big span {
	display: block;
	text-transform: none;
	font: italic normal 12px/18px Georgia, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}

/* Green Color */

.green {
	color: #3e5706;

	background: #a5cd4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}

/* Blue Color */

.blue {
	color: #FFFFFF;

	background: #4D66FE; /* Old browsers */
}

/* Gray Color */

.gray {
	color: #515151;

	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

.m-netcall {
    position: absolute;
    right: 0;
    top: 100px;
    width: 280px;
    height: 160px;
}

.m-netcall-video {
    position: absolute;
    width: 139px;
    height: 104px;
    background-color: #000000
}

.m-netcall-video.videolocal {
    left: 0;
    top: 0
}

.m-netcall-video.videoremote1 {
    right: 0;
    top: 0
}

.m-netcall-video.videoremote2 {
    left: 0;
    bottom: 0
}

.m-netcall-video.videoremote3 {
    right: 0;
    bottom: 0
}

.m-netcall-video.videoremote4 {
    right: 0;
    bottom: 0
}

.m-netcall-video.videoremote5 {
    right: 0;
    bottom: 0
}

.m-netcall-video .m-video div:first-child {
    background: #000
}

.m-netcall-video .offline {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 10
}

.m-netcall-video .video-name {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    color: #fff
}

.m-netcall-video .video-toolbar {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.3) 100%)
}

.m-netcall-video .video-toolbar .tip.tip4video {
    left: -34px
}

.m-netcall-video .video-toolbar .tip.tip4audio {
    left: -9px
}

.m-netcall-video .video,.m-netcall-video .audio,.m-netcall-video .fullscreen {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background-position: center center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer
}

body,textarea,input,button,select,keygen,legend {
    font: 12px/1.14 "PingFang-SC-Medium";
    color: #333;
    outline: 0;
}