/* ----------------------------------------------

	Creem

	Copyrights by Thinline

------------------------------------------------- */

/* Table of Content
==================================================
	#Reset
	#Global Site Styles
		A. GLOBAL BODY
		B. GLOBAL IMAGES, LINKS, PARAGRAPHS, LISTS
		C. HEADERS - TITLES
		D. COMMON STYLES
		E. MISC
	#Page Styles
	#Media Queries
	#Font-face */



/* #Reset
================================================== */
/* See bootstrap stylesheet */

/* #Global Site styles
================================================== */

::-moz-selection {
	background: #9099a3;
	color: #FFF;
	text-shadow: none;
}
::selection {
	background: #9099a3;
	color: #FFF;
	text-shadow: none;
}


/* A. GLOBAL BODY
================================================== */

* {
	text-rendering: optimizeLegibility;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body, html {
	color: #3b3b3a;
	line-height: 1.6em;
	font-size: 16px;
	background: #E2E2E2;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* B. GLOBAL IMAGES, LINKS, PARAGRAPHS, LISTS, TABLES
================================================== */

a, a:link, a:visited {
	/*color: #6A8BAB; */
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: color .4s ease, background-color .4s ease;
	-moz-transition: color .4s ease, background-color .4s ease;
	-o-transition: color .4s ease, background-color .4s ease;
	-ms-transition: color .4s ease, background-color .4s ease;
	transition: color .4s ease, background-color .4s ease;
}

a:hover, a:active {
	color: #3d83d6;
	cursor: hand;
}

p {
	color: #3b3b3a;
	line-height: 160%;
	margin-bottom: 20px;
}

ul, ol {
	color: #646666;
}
li {
	margin-bottom: 5px;
}

/* C. HEADERS - TITLES
================================================== */
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	-webkit-font-smoothing: antialiased;
	line-height: 120%;
}


h2 {
	margin: 15px 0 20px 0;
}



/* D. COMMON STYLES
================================================== */
.float-left: {
	float: left !important;
}
.float-right {
	float: right !important;
}

.align-right {
	text-align: right;
}

.strong {
	font-weight: bold;
}

.colortext {
	color: #3d83d6;
}

.infotext {
	color: #999;
	font-size: 12px;
}

i.succes {
	color: #5bb75b; 
}

body .container .noborder {
	border: none;
}

.btn {
    outline: none !important;
}

.btn.btn-blue {
	background: #3d83d6;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(15,84,112,.2);
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.btn.btn-blue:hover, .btn.btn-blue:active {
	background: #666;
}
.btn.btn-xlarge {
	padding: 14px 40px;
}

select.mini {
	height: 18px;
	line-height: normal;
	font-size: 11px;
	margin-top: 7px;
	margin-left: 10px;
	padding: 0 0;
}

/* E. MISC
================================================== */

.container {
	border: 1px solid #B1B1B1;
	background: #FFF;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 50px auto;
	/*width: 1280px;*/
	width: 90%;
	max-width: 1280px;
	min-width: 640px;
}

/* HEADER */
#header {
	position: relative;
	padding: 20px 55px;
	border-bottom: 1px solid #E8E8E8;
	height: 86px;
	overflow: hidden;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: auto;
	height: 86px;
	overflow: hidden;
	margin: 0;
	border: none;
}

.meta-nav {
	position: relative;
	float: right;
	margin-top: 20px;
	text-align: right;
}
.meta-nav a {
	float: right;
	margin-left: 5px;
}
.meta-nav a.social-icon-box {
	background: #C8C8C8;
	height: 29px;
	width: 29px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}
.meta-nav a.social-icon-box:hover {
	background-color: #3d83d6;
}
.meta-nav .social-icon-box i {
	color: #FFF;
	line-height: 29px;
}

.info {
	clear: both;
	display: block;
	padding-top: 10px;
	font-size: 12px;
}
.info i {
	color: #3C3C3C;
}
.info a, .info span {
	color: #646666;
	float: none;
}
.info a:hover {
	color: #3d83d6;
}

/* BANNER */
.banner img {
	width: 100%;
	height: auto;
}

/* NAVIGATION */
nav.navigation {
	border: 1px solid #E5E5E5;
	border-width: 0 1px 0 0;
}

nav.navigation ul {
	list-style: none;
	margin: 40px 0;
}
nav.navigation ul li {
	margin: 0;
	font-size: 14px;
}
nav.navigation ul li a {
	font-weight: 600;
	color: #646667;
        display: block;
	text-shadow: 1px 1px rgba(0,0,0,.1);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	padding: 7px 30px 7px 60px;
	cursor: pointer;
}

nav.navigation ul li.special {
	background-color: #f7f7f7;
}

nav.navigation ul li.active, nav.navigation ul li:hover {
	background: #3d83d6;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	box-shadow: inset 0 0 6px rgba(0,0,0,.2);
}

nav.navigation ul li.special a {
	color: #3d83d6;
	text-shadow: 1px 1px 0 #fff;
}

nav.navigation ul li.active a, nav.navigation ul li:hover a {
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(13,67,89,.25);
}

/* CONTENT */

#step-1-profile i {
    font-size: 14px;
}

#main .content {
	padding-top: 20px;
}

img.photo_left {
	float: left;
	padding: 0px 25px 15px 0px;
}

img.photo_right {
	float: right;
	padding: 0px 0px 15px 25px;
}


.makevisit {
	background-color: #f7f7f7;
	border: 1px solid #E5E5E5;
	text-align: center;
	padding: 15px 20px 25px 20px;
	
}

.greybox {
	background-color: #f7f7f7;
	border: 1px solid #E5E5E5;
	padding: 15px 20px 25px 20px;	
}
.yellowbox {
	background-color: #ffEECC;
	border: 1px solid #ccaa00;
	padding: 15px 20px 25px 20px;	
}


.steps-wrapper {
	padding: 20px 55px 0px 55px;
}

.steps-wrapper .steps {
	width: 100%;
}

/* BOX */
.box {	
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(10, 10, 10, 0.1);
	-moz-box-shadow: 0 0 15px rgba(10, 10, 10, 0.1);
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.1);
}


.box .boxheader,
.box .boxcontent {
	border-top: solid 1px #e0e0e0;
	padding: 20px 30px;	
}


.box .boxheader {
	background-color: #fafafa;
	color: #aaa;
}

.box .boxheader.open {
	color: #3b3b3a;
    font-weight: bold;
}

.box .boxheader.done {
	color: #3b3b3a;	
}

.box .boxheader span {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	background-color: #c8c8c8;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
    color: #fff;
    margin: -4px 15px 0 0;
}

.box .boxheader.open span {
	background-color: #7d8c8d;
}

.box .boxheader.done span {
	background-color: #5bc24a;
}

.boxheader .restart {
    float: right;
}

/* GOOGLE MAPS */
.google_map {
    height: 250px;
    width: 100%;
    border: solid 1px #E8E8E8;
    margin: 10px 0;
}


/* VISITORS */
a.visitor-type {
	display: block;
	color: #fff;
	background-color: #3d83d6;
	float: left;
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin: 10px 20px 10px 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    cursor: pointer;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

a.visitor-type:hover {
	background-color: #303030;
}

a.visitor-type i {
	font-size: 28px;
	font-weight: normal;
}

a.visitor-type label {
	font-size: 12px;
	display: block;
	font-weight: bold;
	padding-top: 3px;
}

.visit-detail {
	border: 1px solid #3d83d6;
	padding: 10px 20px;	
	font-size: 13px;
}

.visit-detail h4 {
	padding-bottom: 10px;
}
table.visitors input {
	margin-bottom: 0px;
}

th.visitors-heading {
	font-size: 14px;
}
th.visitors-heading.qhead{
	font-size: 12px;
}

td.qhead, th.qhead {
	text-align: center;
	width: 11%;
}

td.visitor-delete {
	width: 22px;
	border-left: none;
}

td.visitor-delete a {
	display: block;
	float: right;
	color: red;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
}

/* CALENDAR */
th.calendar-heading {
	width: 14%;
	text-align: center;
	font-size: 14px;
}

th.calendar-passed,
td.calendar-passed {
	color: #aaa;
	background-color: #f5f5f5;
	cursor: not-allowed; 
}

th.calendar-today,
td.calendar-today {
	background-color: #fdf7e3;
}

table.calendar td {
	padding-top: 20px;
	padding-bottom: 30px;
}

td a.calendar-visit {
	display: block;
	background-color: #3d83d6;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px;
	margin-bottom: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    cursor: pointer;
}

td a.calendar-visit:hover,
td a.calendar-visit:active,
td a.calendar-visit.active {
	text-decoration: none;
	background-color: #303030;
}

/* PAYMENTS */
.pymnt-visa,
.pymnt-bancontact,
.pymnt-mastercard,
.pymnt-voucher {
	display: block;
	float: left;
	width: 90px;
	height: 31px;
	text-indent: -99999px;
	margin: -7px 10px 0 10px;
	background-position: center top;
	background-repeat: no-repeat;
}

.pymnt-visa {
	background-image: url(https://vcgfamily.industryvisit.com/templates/default/_css/assets//visa_icon.png);
}
.pymnt-bancontact {
	background-image: url(https://vcgfamily.industryvisit.com/templates/default/_css/assets//bc_icon.png);
	
}
.pymnt-mastercard {
	background-image: url(https://vcgfamily.industryvisit.com/templates/default/_css/assets//mastercard_icon.png);
	
}
.pymnt-voucher {
	background-image: none;
	text-indent: 0px;
	text-align: center;
	margin-top: 0px;
	font-weight: bold;	
	height: auto;
}

#loader {
    width: 100%;
    height: 80px;
    background: url(https://vcgfamily.industryvisit.com/templates/default/_css/assets//loader.gif) no-repeat center center;
}

.odd {
    background: #f8f8f8;
}

.odd .span5, .even .span5 {
    margin: 10px 0 0 0;
}

.odd .span5 input, .even .span5 input {
    vertical-align: middle;
}

.odd .span5 label, .even .span5 label {
    margin: 0;
}

.odd .control-group, .even .control-group {
    margin-bottom: 0;
    padding: 5px 0;
}

#visitors-display {
    margin: 0;
}

#visitors-display li {
    list-style: none;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 20px 0;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MY VISIT */
a.mv_logout {
	display: block;
	float: right;
	font-size: 12px;
}

a.mv_logout i {
	color: #666;
	margin-right: 5px;
}

/* FOOTER */
#footer {
	background: #303030;
	margin-top: 75px;
	height: auto;
	padding: 30px 55px;
	font-size: 14px;
}
#footer p {
	color: #C5C5C5;
	padding: 0 0;
	margin: 0 0;
}
#footer a {
	font-weight: 600;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.active {
	font-weight: 700;
	color: #00aed7;
}

.footer-right {
	text-align: right;
}

.footer-right ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0 10px 0;
}

.footer-right ul li {
	padding: 0 0 0 20px;
	display: inline;
}

#footer .footer-right ul li a {
	border-bottom: solid 1px #555;
}

#footer .footer-right ul li a:hover,
#footer .footer-right ul li a:active {
	text-decoration: none;
	border-bottom: solid 1px #fff;
}

/* #Page styles
================================================== */

/* #Media Queries
================================================== */

@media (max-width: 1150px) {
	body {
		font-size: 14px;
	}
	#footer {
		font-size: 12px;
	}
	
	h1 {
	  font-size: 38px;
	}
	
	h2 {
	  font-size: 25px;
	}
	
	h3 {
	  font-size: 19px;
	}
	
	h4 {
	  font-size: 15px;
	}
	
	h5 {
	  font-size: 14px;
	}
	
	h6 {
	  font-size: 11px;
	}
	
	.box .boxheader span {
		width: 24px;
		height: 24px;
		line-height: 24px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
        margin-top: -2px;
    }
	
}

@media (max-width: 767px) {

	#header {
		height: auto;
	}
	
	#header h1,
	.meta-nav {
		float: none;
		text-align: center;
	}
	
	.meta-nav a {
		float: none;
		display: inline;
	}
	
	.meta-nav a.social-icon-box {
		padding: 0 5px;
	}
	
	.content {
		padding: 0 50px;
	}
	
	nav.navigation {
		border-width: 0 0 1px 0;
	}
	
	nav.navigation ul {
		margin: 0 0;
	}
	
	.calendar-header h4 {
		text-align: right;
	}
	
	.footer-left,
	.footer-right {
		text-align: center;
	}
	
	.footer-right {
		border-top: solid 1px #444;
		margin-top: 15px;
		padding-top: 15px;
	}
}

/* #Font-face
================================================== */
@font-face {
	font-family: 'Open Sans';
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-light-webfont.eot');
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-light-webfont.woff') format('woff'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-light-webfont.ttf') format('truetype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-regular-webfont.eot');
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-regular-webfont.woff') format('woff'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-semibold-webfont.eot');
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-semibold-webfont.woff') format('woff'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-semibold-webfont.ttf') format('truetype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-bold-webfont.eot');
	src: url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-bold-webfont.woff') format('woff'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-bold-webfont.ttf') format('truetype'),
		 url('https://vcgfamily.industryvisit.com/templates/default/_fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;
}