@charset "utf-8";
/* CSS Document */
@font-face {
	src: url(../font/Avenir-Light.otf);
	font-family: Avenir;
}

html {
	background-color: rgba(36, 43, 53, 0.3);
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background-image:		
		url(../images/panel_bck.jpg);
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #848484;
	outline: none;
}

img {
	border: none;
}

.wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

h1 {
	font-size: 30px;
	color: #286383;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #424242;
	font-weight: normal;
	font-style: italic;
	border-bottom: solid 1px #777777;
}

h2 span {
	color: #424242;
}

h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 30px;
	color: #424242;
	font-weight: normal;
	font-style: italic;
	border-bottom: solid 1px #CCCCCC;
}

h3 span {
	color: #424242;
}

h4 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
}

h5 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 22px;
	color: #279fc7;
	font-weight: normal;
	font-style: italic;
}

h5 span {
	color: #777777;
}

h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #279fc7;
	text-transform: uppercase;
	font-weight: normal;
}

h6 span {
	font-size: 26px;
}

.noborder {
	border: none;
}

.error-msg {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #C00;
}

.success-msg {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #43b859;
}

.critical-error-msg {
	margin: 10px 0px;
	padding: 0px;
	font-size: 20px;
	color: #C00;
}

.width80 {
	width: 80px !important;
}

.width100 {
	width: 100px !important;
}

.width200 {
	width: 200px !important;
}

.overlay {
	background: #000000 url(../images/loading.gif) no-repeat center 50%;
	display: none;
	position: absolute;
	z-index: 100;
	opacity: 0.8;
}

.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.log {
	width: 450px;
	word-wrap: break-word;
}

/*  Header Section  */
.header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	border-bottom: solid 0px #F2F2F2;
	background: #1b1b1b;
}

.logo {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
}

.sevendollor {
	margin: 20px 0px 0px 50px;
	padding: 0px;
	float: left;
}

.top-right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

.login {
	margin: 0px;
	padding: 0px;
	float: right;
}

.login a {
	margin: 0px;
	padding: 0px;
	background: url(../images/login-btn.png) no-repeat;
	width: 141px;
	height: 46px;
	line-height: 35px;
	display: block;
	color: #FFF;
	font-size: 25px;
	text-align: center;
}

.login a img {
	padding-left: 5px;
}

.menu {
	margin: 80px 0px 0px 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px 10px;
	padding: 0px;
	display: inline;
	list-style: none;
	font-size: 18px;
}

#nav li:last-child {
	margin-right: 0px;
}

#nav li a {
	margin: 0px;
	padding: 5px 10px;
	color: #FFFFFF;
}

#nav li a.select, #nav li a:hover {
	color: #00c0ff;
	border-bottom: solid 1px #00c0ff;
}

/*  --- End Header Section --- */
.jspheader {
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom: solid 1px #FAFAFA;
	background: #1b1b1b;
}

.jsptop-right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

.login {
	margin: 0px;
	padding: 0px;
	float: right;
}

.login a {
	margin: 0px;
	padding: 0px;
	background: url(../images/login-btn.png) no-repeat;
	width: 141px;
	height: 46px;
	line-height: 35px;
	display: block;
	color: #FFF;
	font-size: 25px;
	text-align: center;
}

.login a img {
	padding-left: 5px;
}

.jspmenu {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#jspnav {
	margin: 0px;
	padding: 0px;
}

#jspnav li {
	margin: 0px 5px;
	padding: 0px;
	display: inline;
	list-style: none;
	font-size: 18px;
}

#jspnav li:last-child {
	margin-right: 0px;
}

#jspnav li a {
	margin: 0px;
	padding: 0px 0px;
	color: #FFFFFF;
}

#jspnav li a.select, #nav li a:hover {
	color: #00c0ff;
	border-bottom: solid 1px #00c0ff;
}

/*--------------------------------------------------------------------------------------------*/
/*  Home page Banner Section  */
.banner-wrapper {
	margin: 0px;
	padding: 10px 0px;
	background: url(../images/banner-bg.jpg) repeat;
	height: 370px;
	border-bottom: solid 1px #FFFFFF;
}

.banner-bg {
	background: url(../images/banner-shadow.png) repeat-x bottom;
	height: 380px;
}

.banner-content {
	margin: 0px;
	padding: 0px;
	width: 440px;
	float: left;
}

.banner-content h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
}

.banner-content p {
	color: #bebebe;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	line-height: 24px;
}

.banner-content .option div {
	margin: 20px 7px 0px 7px;
	float: left;
}

.button a {
	margin: 0px;
	padding: 0px;
	background: url(../images/button1.png) no-repeat;
	width: 205px;
	height: 47px;
	line-height: 45px;
	display: block;
	color: #FFF;
	font-size: 25px;
	text-align: center;
}

.button a img {
	padding-left: 5px;
}

.banner-img {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 480px;
	float: right;
}

.banner-img div {
	margin: 10px 0px;
}

/*  --- End Home page Banner Section ---  */

/*  Home page content  */
.boxes {
	margin: 0px;
	padding: 0px;
}

.box {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}

.box-mid {
	margin: 0px 40px;
}

.box p {
	margin: 10px 0px;
	padding: 0px;
	color: #777777;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.box-img {
	margin: 0px;
	padding: 10px;
	border: solid 1px #d6d6d6;
	background: #f2f2f2;
}

.readmore {
	float: right;
}

.readmore a {
	font-size: 12px;
	color: #0b7699;
}

.readmore a:hover {
	text-decoration: underline;
}

#list {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#list li {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	display: block;
	list-style: none;
	background: url(../images/arrow.png) no-repeat left;
	line-height: 25px;
	color: #777777;
	font-size: 14px;
}

/*  --- End Home page content --- */

/*  Login-Forgot Password page content  */
.login-form {
	margin: 80px auto 200px auto;
	padding: 0px;
	width: 600px;
}

.login-table, .password-table {
	margin: 0px;
	padding: 0px;
	width: 600px;
	font-family: Arial;
	font-size: 14px;
	color: #777777;
}

.login-table .textbox, .password-table .textbox {
	width: 250px;
}

.login-table a {
	color: #279fc7;
}

.password-table {
	width: 500px;
}

.password-table .send-btn {
	padding-left: 100px;
}

.password-table .field {
	height: 60px;
	vertical-align: bottom;
}

/*  --- Login-Forgot Password page content ---  */

/*  Inner page content  */
.path-nav {
	margin: 15px 0px;
	padding: 0px;
	font-size: 12px;
	color: #279fc7;
}

.path-nav a {
	color: #777777;
}

.path-nav a:hover {
	color: #279fc7;
}

.middle {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

.middle p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}

.middle p img {
	margin: 5px 0px 10px 10px;
	padding: 10px;
	border: solid 1px #d6d6d6;
	background: #f2f2f2;
	float: right;
}

.container {
	margin: 0px;
	padding: 0px;
	width: 720px;
	float: right;
}

.container p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}

.container p img {
	margin: 5px 0px 10px 10px;
	padding: 10px;
	border: solid 1px #d6d6d6;
	background: #f2f2f2;
	float: right;
}

.sidebar {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #777777;
	font-size: 14px;
	line-height: 20px;
}

.sidebar .seprater {
	margin: 20px auto;
}

#post {
	margin: 0px;
	padding: 0px;
}

#post li {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	display: block;
	list-style: none;
	color: #777777;
}

#post li label {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

#post li p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#post li p a {
	color: #279fc7;
	text-decoration: underline;
}

#tab {
	margin: 0px;
	padding: 0px;
}

#tab li {
	margin: 0px;
	padding: 7px 22px;
	display: inline;
	list-style: none;
	font-size: 16px;
}

#tab li.select {
	background: #fafafa;
	border: solid 1px #dcdcdc;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	
	border-top: 1px solid #1f2329;
	border-left: 1px solid #1f2329;
	border-right: 1px solid #1f2329;	
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
	 rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	
}

#tab li.select a {
	color: #279fc7;
}

#tab li a {
	margin: 0px;
	padding: 0px;
	color: #777777;
}

#tab li img {
	margin-right: 5px;
}

.tabing {
	margin: 6px 0px 20px 0px;
	padding: 15px;
	background: #fafafa;

	font-size: 14px;
	color: #777777;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border-top: 1px solid #1f2329;
	border-bottom: 1px solid #1f2329;
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
	 rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	border: 1px solid #1f2329;	
/*
	border: 1px solid #343b43;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	-moz-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
*/
}

.tabing p.question {
	margin: 10px 0px 5px 0px;
	font-size: 14px;
	color: #363636;
	font-weight: bold;
}

#product {
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

#product li {
	margin: 0px;
	padding: 0px;
	list-style: circle;
	line-height: 28px;
}

#product li a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #279fc7;
	font-weight: bold;
}

#product li a:hover {
	color: #333;
}

#product li span {
	margin-left: 50px;
	font-size: 12px;
	color: #C30;
}

.delete {
	margin: 0px;
	padding: 0px;
	background: url(../images/error-gray.png) no-repeat center 4px;
	width: 14px;
	height: 16px;
	display: block;
}

.delete:hover {
	margin: 0px;
	padding: 0px;
	background: url(../images/error.png) no-repeat center 4px;
	width: 14px;
	height: 16px;
	display: block;
}

.deleteme {
	margin: 0px;
	padding: 0px;
	background: url(../images/error-gray.png) no-repeat center 4px;
	width: 14px;
	height: 16px;
	display: block;
}

.deleteme:hover {
	margin: 0px;
	padding: 0px;
	background: url(../images/error.png) no-repeat center 4px;
	width: 14px;
	height: 16px;
	display: block;
}

.select-box {
	margin: 0px;
	padding: 3px 5px 3px 2px;
	background: #F3F3F3;
	border: solid 1px #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.img-select {
	display: block;
	text-align: right !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

.img-select input {
	float: right !important;
}

.selectall {
	margin: 10px 20px 10px 10px;
}

.selectall span {
	margin: 0px 5px 0px 0px;
}

.selectall .btn {
	margin-left: 20px;
}

/*  --- End Inner page content --- */

/*  Contact Us Page  */
.contact-table {
	margin: 10px;
	padding: 0px;
	color: #777777;
	font-size: 14px;
}

.textbox {
	margin: 0px;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
	color: #333;
	border: solid 1px #666;
	width: 280px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.textbox:focus {
	background: #f2f2f2;
	border: solid 1px #279fc7;
	box-shadow: 0px 0px 5px #279fc7;
	-moz-box-shadow: 0px 0px 5px #279fc7;
	-webkit-box-shadow: 0px 0px 5px #279fc7;
}

.textarea {
	margin: 0px;
	padding: 5px;
	height: 100px;
	line-height: 18px;
	color: #333;
	border: solid 1px #666;
	width: 280px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.textarea:focus {
	background: #f2f2f2;
	border: solid 1px #279fc7;
	box-shadow: 0px 0px 5px #279fc7;
	-moz-box-shadow: 0px 0px 5px #279fc7;
	-webkit-box-shadow: 0px 0px 5px #279fc7;
}

.star {
	color: #C00;
}

.width120 {
	width: 120px;
}

.contact-table .info {
	font-size: 11px;
}

.btn {
	margin: 0px 10px 0px 0px;
	padding: 2px 8px;	
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	background-color: rgba(36, 43, 53, 0.8);
	color: #d1d7df;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
	 rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	border: 1px solid #1f2329;
	border-top-color: transparent;
}
.btn:hover {
	background-color: rgba(36, 43, 53, 0.9);
	color: #fff;
	border-top-color: transparent;
	border: 1px solid #2b323a;
	border-top: 1px solid #1f2329;
	border-bottom: 1px solid #1f2329;
}

.error {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #C00;
	font-size: 12px;
	background: url(../images/error.png) no-repeat left;
}

.success {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #090;
	font-size: 12px;
	background: url(../images/accept.png) no-repeat left;
}

.captcha-field img {
	vertical-align: middle;
}

/*  --- End Contact Us Page --- */
.textboxBig {
	margin: 0px;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
	color: #333;
	border: solid 1px #666;
	width: 500px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.text-box {
	margin: 0px;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
	color: #333;
	border: solid 1px #666;
	width: 180px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*  Dashboard Page content  */
.header1 {
	margin: 0px;
	padding: 0px;
	height: 135px;
	background: #1b1b1b;
}

.control-bar {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: linear-gradient(to bottom, rgba(36, 44, 54, 0.35) 0,
		rgba(16, 20, 27, 0.35) 100%);
	color: #fff; height : 40px;	
	
	height: 40px;
	border: 1px solid #2b323a;
	border-top: 1px solid #1f2329;
	border-bottom: 1px solid #1f2329;
}

.user {
	margin-left: 10px;
	padding: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	float: left;
}

.user span {
	color: #fff;
}

.control-btn {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	float: right;
}

.control-panel {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.display-area {
	margin: 7px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 81.5%;
/*	min-width: 1047px;
	max-width: 1047px; */
}

#controls {
	margin: 0px;
	padding: 0px;
	background-color: rgba(46, 53, 61, 0.25);
	border: solid 1px #e5e5e5;
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
		rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	border: 1px solid #343b43;
	border-top-color: transparent;
}

#controls li {
	margin: 0px;
	padding: 0px 8px;
	display: block;
	list-style: none;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	border-bottom: 1px solid #2e343b;
	color: #d1d7df;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
		rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	border: 1px solid #343b43;
	border-top-color: transparent;
}

#controls li:hover, #controls li.current {
	background-color: rgba(36, 43, 53, 0.3);
	color: #424242;
	/*
background: -webkit-gradient(linear, left top, left bottom, from(#efeeee), to(#d0cfcf));
background: -moz-linear-gradient(top, #efeeee, #d0cfcf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeeee', endColorstr='#d0cfcf'); */
	
	border-top-color: transparent;
	border: 1px solid #2b323a;
	border-top: 1px solid #1f2329;
	border-bottom: 1px solid #1f2329;
}

#controls li:last-child {
	border-bottom: none;
}

#controls li a {
	margin: 0px;
	padding: 0px;
	color: #d1d7df;
	display: block;
}

#controls li a:hover {
	color: #fff;
}

#controls li a img {
	margin: 1px 0px 0px;
	float: right;
	padding: 2px;
	border-radius: 3px;
	width: 30px;
	height: 30px;
}

.tabing label {
	margin: 0px;
	padding: 0px;
	display: block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #424242;
}

.map img {
	margin: 0px;
	padding: 0px;
	border: solid 1px #1b1b1b;
}

.item {
	margin: 0px;
	padding: 0px 0px 35px 0px;
	background: url(../images/divider.png) no-repeat bottom;
}

.display-table {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	background-color: rgba(36, 43, 53, 0.6);
	
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
	 rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	border: 1px solid #1f2329;
	border-top-color: transparent;
}

.display-table>tbody>tr>th {
	margin: 0px;
	padding: 7px 5px;
	line-height: 18px;
	background-color: rgba(36, 43, 53, 0.6);
	color: #d1d7df;
}

.display-table>tbody>tr>td{
	margin: 0px;
	padding: 7px 5px;
	line-height: 18px;
	text-align: center;
	border-bottom: solid 1px #cccccc;
	vertical-align: top;
	background-color: #fff;
}

.display-table>tbody>tr>td img {
	margin-top: 3px;
}

.display-table>tbody>tr>td p {
	word-wrap: break-word;
	width: 390px;
}


.display-table .alignLeft {
	text-align: left;
}

.display-table tr.lastRow td {
	border-bottom: none;
}

.display-table tr.even {
	background: #f3f3f3;
}

.display-table tr.odd {
	background: #FFFFFF;
}

#photo {
	margin: 0px;
	padding: 0px;
}

#photo li {
	margin: 0px 15px 10px 15px;
	padding: 0px;
	display: block;
	list-style: none;
	float: left;
}

#photo li a {
	margin: 0px;
	padding: 0px;
}

#photo li a img {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
	border: solid 1px #a7a39d;
}

#photo li:first-child {
	margin-left: 0px;
}

#photolist {
	margin: 0px;
	padding: 0px;
}

#photolist li {
	margin: 10px 8px;
	padding: 5px;
	background: #EFEFEF;
	border: solid 1px #CCC;
	display: block;
	list-style: none;
	float: left;
}

#photolist li p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
}

#photolist li a {
	margin: 0px;
	padding: 0px;
}

#photolist li a img {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
	border: solid 1px #CCC;
}

.empty {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	color: #606060;
}

.nodivider {
	padding-bottom: 10px;
	background: none;
}

.setting td {
	line-height: 25px;
}

.setting .daychoice {
	float: left;
	margin-right: 10px;
}

/*  --- End Dashboard Page content ---  */

/*  SMS content  */
.result-option {
	margin: 0px 0px 10px 0px;
}

.paging {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.paging li {
	margin: 0px 1px;
	padding: 3px 5px;
	display: inline;
	list-style: none;
	display: block;
	float: left
}

.paging li:hover {
	background: #E5E5E5;
}

.paging li.livepage {
	background: #C2EFFC;
}

.paging li.next, .paging li.prev {
	background: #FFF;
}

.paging li a {
	color: #333;
}

/*  --- End SMS content ---  */

/*  Footer content  */
.payment-wrapper {
	margin: 0px;
	padding: 5px 0px;
	box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px
	 rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
	border-top: 1px solid #343b43;
	border-bottom: 1px solid #343b43;
}

.payment {
	margin: 20px;
}

.payment p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #d1d7df;
}

.disclaimer {
	width: auto;
}

#payment-option {
	margin: 0px;
	padding: 5px 0px;
}

#payment-option li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#payment-option	li a {
	margin: 0px;
	padding: 0px;
}

.footer-wrapper {
	margin: 0px;
	padding: 0px;	
}

.site-info {
	margin: 20px;	
	color: #9b9b9b;
	font-size: 12px;
	text-align: left;
}

.site-info a {
	color: #FFFFFF;
	text-decoration: underline;
}

.site-info a:hover {
	text-decoration: none;
}

.site-info span {
	float: right;
}

/*  --- End Footer content --- */

/*  Testimonial  */
.testimonial {
	margin: 0px;
	padding: 0px 10px;
	overflow: hidden;
	position: relative;
	display: block;
}

.testimonial ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.testimonial ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	min-height: 120px !important;
}

.testimonial ul li p {
	margin: 0px;
	padding: 0px 5px;
	font-size: 12px;
	color: #777777;
	text-align: justify;
	line-height: 18px;
}

.testimonial ul li p.autor {
	text-align: right;
	color: #0b7699 !important;
	font-size: 12px;
}

/*  --- End Testimonial ---  */

/*  Banner Slider  */
#faded {
	width: 100%;
	overflow: hidden;
	height: 373px;
	position: relative;
}

.rap li {
	width: 100%;
	overflow: hidden;
	color: #fff;
	list-style: none;
}

.rap li img {
	margin: 0px 10px 0px 0px;
	float: right;
}

.rap li div {
	float: left;
	width: 440px;
	padding: 0px 20px 0 0px;
}

.rap li h1 {
	margin: 0px;
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
}

.option div {
	margin: 250px 7px 0px 7px;
	float: left;
}

ul.pagination {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	top: 334px;
	left: 653px;
	z-index: 20;
	display: none;
}

ul.pagination li {
	float: left;
	padding-right: 3px;
	list-style: none;
	display: none;
}

/*  --- End Banner Slider --- */
#unicorn {
	z-index: 60;
	position: absolute;
	top: 180px;
	left: 44%;
	width: 200px;
	display: block;
}
/*  Login Slider  */
.container1 {
	margin: 0px 255px 0px 0px;
	position: relative;
	z-index: 12;
	font-size: 14px;
}

/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */
#contactFormContainer {
	position: absolute;
	z-index: 1;
}

/* Hides the whole contact form until needed */
#contactForm {
	height: 180px;
	width: 230px;
	background: #2c2c2c;
	border: 1px solid #1a1a1a;
	padding: 7px 12px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	display: none;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
}

#tab li.select a {
	color: green;
}

/* Loading bar that will appear while the ajax magic is happening */
.bar {
	display: none;
	background: url(../images/ajax-loader.gif) no-repeat center;
	margin-top: 100px;
	height: 40px;
	width: 230px;
}

/* Hides the confirmation message until needed */
#messageSent {
	display: none;
}

/* Some styling for the contact button */
#contactFormContainer .contact {
	height: 47px;
	width: auto; /*background:url(../images/contact_me.png) no-repeat;*/
	position: absolute;
	left: 100px;
	bottom: -46px;
	cursor: pointer;
}

/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 11;
}

/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */
#contactForm textarea, #contactForm input {
	width: 200px;
	background: #6d6d6d;
	color: #fff;
	border: 1px solid #8a8a8a;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 2px;
}

#contactForm textarea {
	height: 63px;
}

#contactForm .submit {
	border: 1px solid #aba8a8;
	background: #e5e5e5;
	text-transform: uppercase;
	color: #4d4d4d;
	font-weight: bold;
	padding: 0px 16px 0px 14px;
	height: 32px;
	width: 110px;
	cursor: pointer;
	margin: 10px auto 0px auto;
}

#contactForm .submit:active {
	background: #cacaca;
}

#contactForm label {
	padding-left: 0px;
	font-weight: normal;
	font-size: 14px;
	color: #424242;
}

#contactForm p {
	padding-bottom: 2px;
	margin: 5px 0px;
}

#contactForm .input_boxes {
	float: left;
	width: 300px;
	margin: 10px 0px 0px 0px;
}

#contactForm .input_boxes .error {
	color: #C30;
	font-size: 12px;
	padding-left: 10px;
	background: none;
}

.contactForm div {
	padding-left: 10px;
	color: #279fc7;
}

/*  ---- Show waiting popup ---*/
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 1000%;
	height: 1000%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

.white_content {
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 40%;
	height: 30%;
	padding: 16px;
	border: 16px solid gray;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
/*  --- End Login Slider --- */

/*  --- Start Help popup --- */
.help-btn {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: right;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: .80;
	z-index: 1001;
	display: none;
}

.help_content a {
	text-decoration: none;
}

.help_popup {
	width: 100%;
	hight: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 1002;
}

.help_content {
	max-width: 900px;
	max-height: 350px;
	min-height: 100px;
	min-width: 100px;
	border: 7px solid #6E6E6E;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 1002;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0px 0px #000;
}

.help_content p {
	clear: both;
	color: #555555;
	text-align: left;
	max-width: 900px;
	max-height: 280px;
	min-height: 100px;
	min-width: 100px;
	overflow-x: scroll;
	overflow-y: scroll;
}

.help_content p a {
	color: #d91900;
	font-weight: bold;
}

.help_content .help_quit {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}

.help_content .help_quit:hover {
	cursor: pointer;
}

.help_content h1 {
	padding: 0 3px 2px;
	font-size: 30px;
	color: #FAFAFA;
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	background-color: #6E6E6E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

.help_content p1 {
	padding: 0 3px 2px;
	font-size: 15px;
	color: #FAFAFA;
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	background-color: #6E6E6E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

/*  --- Start Help popup --- */
img.avatar {
	height: 45px;
	width: 45px;
}
.in-line{   display: inline-block;
    width: 100%;
}

/*
    component: Boxes
-------------------------
*/
.box {
  position: relative;
  background: #ffffff;  
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;  
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .box-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid #f4f4f4;
  color: #444;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}
.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion,
.box .box-header .box-title {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.box .box-header a {
  color: #444;
}
.box .box-header > .box-tools {
  padding: 5px 10px 5px 5px;
}
.box .box-body {
  padding: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}


/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 40px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top:5px;
  line-height: 40px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: right;
  height: 40px;
  width: 100px;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  padding-top: 8px;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 10px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}



/* bootstrap */

.row {
margin-right: -15px;
margin-left: -15px;
}

.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.col-sm-6 {
width: 45%;
margin-bottom: 10px;
}	
.col-sm-6, .col-sm-12
{
float: left;
}

.progress {
height: 20px;
margin-bottom: 20px;
margin-top:5px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-striped .progress-bar, .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;

-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}

.pull-right {
float: right;
}

.clearfix:before, .clearfix:after{
display: table;
content: " ";
}

/*--- Table Representation --- */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-spacing: 1px;
/*border-collapse: collapse; */
}

table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
}
table.dataTable th {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/*
.table-striped>tbody>tr:nth-child(odd) {
background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f3f4f5;
}
*/
.table-bordered th{
background-color: #f3f4f5;
border-bottom: 1px solid #ddd;
width: 140px;
text-align: left;
padding-left: 10px;
font-weight: 500;
}
.table-bordered td{
border-bottom: 1px solid #ddd;
padding: 8px;
line-height: 1.42857143;
font-weight: lighter;
}

/*--- Button Style --- */
.bttn-success:hover {
background-color: #008d4c;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}
.bttn-success {
color: #fff;
background-color: #00a65a;
border-color: #008d4c;
}

.bttn-error {
color: #fff;
background-color: #f56954;
border-color: #f4543c;
}
.bttn-error:hover {
background-color: #f4543c;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}
.bttn {
font-weight: 500;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid transparent;
-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
touch-action: manipulation;
cursor: pointer;
outline: none;
}
.bttn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}

.no-border{
	border: none !important;
}

.overlayNew {
z-index: 1010 !important;
background: rgba(255,255,255,0.7) !important;
border-radius: 3px !important;
position: absolute;
top:0;
right:0;
width: 130px;
height: 60px;
}

.overlayNew>.fa {
position: absolute;
top: 50%;
left: 50%;
margin-left: -9px;
margin-top: -12px;
color: #000;
font-size: 20px;
}

.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.mail_content{
display: block;
text-align: center;
padding-top: 20px;
margin-right: 100px;
font-size: 1em;
}
.showMail{text-align: left; min-width: 630px;cursor: pointer;}
.showMail:hover .mail_content{font-size: 1.5em;color:#337ab7;}

.submenuli {padding:0!important;min-height:35px; height: auto!important;background: none!important;}
.submenuli:hover { display:block;}
.subControls {display:none;}

#liSub > a{
   padding: 0px 8px!important;
}
li.current>ul>li>a{background: none!important;}

#main{
background-color: #F5F5F5;
}
.group-heading{
font-weight: bold;
padding: 10px 15px;
border-color: #ddd;
/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
 box-shadow: 0 1px 5px rgba(0,0,0,.2); */
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.group-heading:hover{
color: #269ccb;
cursor:pointer;
background-color: #f3f4f5;
}

.head-menu{
color: #4e4d4d;
border-top: 1px solid #fff;
border-bottom: 1px solid #dbdbdb;
overflow: hidden;
background-color: #f3f4f5;
/*border-radius: 4px;
border: 1px solid transparent;
margin-bottom: 5px; 
border-color: #ddd; */
}
#main .fa{
	float: right;
	padding-right: 6px;
}
#main .subControls{
	padding: 5px;
	font-size: 14px!important;
}
#main .subControls li{
border-top: 1px solid #fff;
border-bottom: 1px solid #dbdbdb;
}
#main ul,#main li{
border: 0px solid #ddd;
font-size: 16px;
background-color: #f3f4f5;
}
#main li:hover,#main li.current{
border-color: #eee #eee #ddd;
background: #e1e0e0;
}
.head-menu li.current a{
background:none!important;
color:#4e4d4d;
}
#main img{
margin: 1px 0px 0px 0px;
float: right;
padding: 2px;
border-radius: 3px;
width: 30px;
height: 30px;}
.onlymenu li{
	padding: 0px 12px!important;
	font-size: 18px!important;
}

#controls li .icon{
	width:30px;	
	padding: 0px;
	float: right;
	font-size: 20px;
	text-align: center;
}
#controls li .icon i{
	margin: 8px 0px 0px 0px;
}

/* Popup */

#change-menu, #hover {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index:8;
}
div #change-menu {display: none;}
#popup {
	position: fixed;
	z-index: 9999;
	width: 75%;
	height: auto;
	background: #fff;
	left: 0;
	right: 0;	
	top:100px;
	vertical-align:middle;
	border-radius: 5px;
	padding: 20px 30px;
	margin-left: -320px; /* width/2 + padding-left */
	margin:auto; /* height/2 + padding-top */
	text-align: center;
	box-shadow: 0 0 10px 0 #000;	
}

#close {
	position: absolute;
	background: black;
	color: white;
	right: -15px;
	top: -15px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	font-family: 'Arial Black', Arial, sans-serif;
	cursor: pointer;
	box-shadow: 0 0 10px 0 #000;
}

/* inner contains */
#popup #contains{
	text-align: left;
	
}
#popup #contains td{
	padding:10px;
	background-color: #FAFAFA;
	border-radius: 5px;
/*	width: 33%; */	
	display: inline-table;
	box-shadow: 0 1px 6px 1px #777;
	margin:10px;
}
#contains td>div{
	width:auto;
}

/* Popup */

/* fa icon */
#popup .fa{
	font-size: 30px !important;
	/*color:#847F7F;*/
	padding-bottom: 10px;
	vertical-align: sub;	
}
#disabled .fa{
	font-size: 30px !important;
	color: #dd4b39;	
}
.steps	{margin: 0;}
.steps li{
	list-style-type: none;	
}
.not-active {
   pointer-events: none;
   cursor: default;
}
.guide{
	padding: 10px;
	font-style: italic;	
	border: 1px solid #FFA69B;	
	background: #ffecec;
	color:#279fc7;
	border-radius : 5px;	
}
.guide small{
	
	color: #279fc7;
	font-size: 15px;
}
.guide span{
	font-size: 15px;
	display: block;
	padding: 10px 0;	
	color: #dd4b39;
}

.in-line{
	display: inline-block;
	width: 100%;
}

/* --- Instagram CSS --- */

._userPostHeader{padding: 14px 20px;}
._userPost{padding:0 20px 14px 20px}
.userPost_ImgLarge img{width: 320px;}
._userInfo{display: table;width: 100%;}
._user_profile_pic{display: table-cell;text-align: left;}
.userPost_Time{text-align: right;display: table-cell;}
._user_profile_pic img, .userProf_Pic img{width: 50px;border-radius: 50%;vertical-align: middle;}
._user_profile_pic img{	margin-right: 10px;}
.userProf_Pic img{margin-left : 10px;}
.userPostLive{right: 30px;padding: 5px;border-radius: 5px;font-size: 2.5em;display: inline;vertical-align: middle;}
.userPostLive a{color: #3897f0;}
.userPost_Img{text-align: center;}
.messageBody{padding:10px;min-width: 10%;display: inline-block;border-radius:5px;word-wrap: break-word;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);}
.messageStructure{padding-bottom: 5px;position: relative;}
.senderMessage span{}
.recipientMessage span{}
.messageStructure:before{width: 0;height: 0;border-style: solid;border-width: 6px;content: '';position: absolute;margin-top: 12px;}
.senderMessage{text-align: right;}
.recipientMessage{text-align: left;}
.senderMessage:before {border-color: transparent transparent transparent #f3f4f5;right: -12px;}
.recipientMessage:before {border-color: transparent #e6e9ed transparent transparent;margin-left: -11px;}
.senderMessage .messageBody{background-color: #f3f4f5;padding-left: 150px;}
.recipientMessage .messageBody{background-color: #ededed;padding-right: 150px;}
.messageTime{font-size: 12px; padding:10px; position: absolute;}
.senderMessage .messageTime{}
.recipientMessage .messageTime{margin-left: -140px;}
.mediaRecords .records{display: none;}
.mediaRecords .toggle {/*margin-top: -30px;*/}
.mediaRecords .toggle i{box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);display: inline-block;background: #fff;border-radius: 50%;line-height: 24px;font-size: 2em;padding: 5px;}
.mediaRecords .toggle a{ color: #3897f0;cursor: pointer;}

.info-box {
  display: block;
  min-height: 40px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top:5px;
  line-height: 40px;
}

.display-none{display: none;}
.center{text-align: center;}

/* Toggle Switch */
label.switch{display: inline-block;vertical-align: middle;}
.switch {position: relative;display: inline-block;width: 60px;height: 30px;}
.switch input {display:none;}

.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 22px;width: 22px;left: 6px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}

input + .slider {background-color: #b82424;}
input:checked + .slider, .checked {background-color: #24b83c;}
input:focus + .slider {box-shadow: 0 0 1px #24b83c;}
input:checked + .slider:before, .checked {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}

/* Rounded sliders */
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}


/* --- Instant Location --- */
 .locationPathMarker {opacity: 0.5;}
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #00BC20;
  position: absolute;
  text-align: -webkit-auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -15px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #2f2f2f;
  position: absolute;
  border-radius: 50%;
}
.live-marker .pin:after {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.live-marker .pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  text-align: -webkit-auto;
  left: 50%;
  top: 50%;
  margin: -6px 0px 0px -7px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.live-marker .pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #00BC20;
  box-shadow: 0 0 1px 2px #00BC20;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@-webkit-keyframes wobble  {
  0%  { -webkit-transform:  rotate(0deg); }
  20%  { -webkit-transform:  rotate(15deg); }
  50%  { -webkit-transform:  rotate(-15deg); }
  100%  { -webkit-transform:  rotate(0deg); }
}
.wobble { -webkit-animation: wobble 2s infinite; }

.hide{
	display: none!important;
}

