/*
Template: JDG
Version 1.0
Author: Oliver Classen
*/

@charset "utf-8";

/* CSS Document */

/* General */

::selection {
	background-color: #27AE60;
	color:white;
}

::-moz-selection {
	background-color: #27AE60;
	color:white;
}

html {
    position: relative;
    min-height: 100%;
}

body{
	/*margin: 0 0 100px;  bottom = footer height */ 
	padding: 0;
	background-color: #fcfcfc;
	font-size: 14px;
	color: #555;
}

blockquote, p {
	margin: 0;
	color:#666666;
	line-height:180%;	
}

blockquote {
	margin:20px 0;
	padding:0 20px;
	border-left: 4px solid #E0E0E0;
}

blockquote.big {
	margin:20px 60px;
	font-size: 22px;
	color: #5F5F5F;
	font-style:italic;
	border-left: none;
}

blockquote, p, ul{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:300;
	font-style:normal;
}

a, a:visited {
	color:#364881;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img, img a  {
	border: 0;
}

iframe {
	width:95%;
	margin-top:20px;
	border:none;
}

strong {
	font-weight: bolder;
}

i {
	font-style:italic;
	line-height:180%;
}

h1, #pixels{
	font-weight:700;
	font-style:normal;
}

h2 {
	font-size:36px;
	font-weight:400;
	font-style:normal;
}

h3 {
	font-size:20px;
	font-weight:700;
	font-style:normal;
	color:#3E3E3E;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.aligncenter {
	text-align: center;
	margin:0 auto;
}

/* Header */

header {
	border-bottom:1px solid #E0E0E0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	margin:0;
	background-color:white;
}

.logo {
	background: url(../images/content/logo.png) no-repeat;
	width:auto;
	height:66px;
	float:left;
	background-size:auto 35px;
	margin-top:8px;
}

#menu {
	background: url(../images/content/menu.png) no-repeat;
	float:left;
	width:50px;
	height:50px;
	padding: 25px 0 0;
	display:none;
	background-size: 50px auto;
	background-position: right top;
	margin-top:25px;
	position:absolute;
	top: 10px;
}

.menu {
	display:none;
	margin-top:60px;
	position:absolute;
	top: 10px;
}

ul.menu  {
	background-color:white;
	border-radius:5px;
	padding:0 15px 15px;
	border:1px solid #E0E0E0;
	width:200px;
	visibility:hidden;
}

 ul.menu li {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
}

ul.menu  li a {
	color:#9D9D9D;
	text-decoration:none;
	display:block;
}

ul.menu li a:hover {
	color:#C8503E;
	text-decoration:none;
}

#nav{
	list-style: none;
	float: right;
	padding: 40px 0;
	right: 20px;
	}

#nav li {
	margin: 0 15px 0;
	display: inline;
}

#nav li a {
	text-decoration:none;
	color:#9D9D9D;
	padding-bottom:3px;
	font-size: 16px;
}

#nav li a:hover {
	color: #C8503E;
}

/* Content */

#overview .wrapper, #features .wrapper, #more-features .wrapper, #testimonials .wrapper, #pricing .wrapper,  #contact .wrapper {
	padding:20px 0;
}

.wrapper {
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
	position:relative;
}

.column {
	width:100%;
	margin:20px 3%;
	float:left;
	text-align:center;
}

.column-full {
	width:100%;
	margin:20px 3%;
	float:left;
	text-align:center;
}


.left-box{
	float: left;	
	margin: 0 0 0 20px;
}

.right-box{
	float: right;
	margin: 0 20px 0 0;
}

.wrapper .left-box, .wrapper .right-box{
	padding: 0;
	position: relative;
	width: 45%;	
	text-align:justify;
}

/* Intro */



#intro {
	width: 100%;
	color: white;
	height:650px;
	margin: 0px auto;
	padding: 0;
	overflow:hidden;
	background-color:black;
	position:relative;
}

.grid {
	background: url(../images/grids/grid2.png) repeat;
	opacity:0.8;
	top:0px;
	left:0;
	z-index:2;
	width:100%;
	height:650px;
	position:absolute;
}

.intro-wrapper {
	position:absolute;
	z-index:2;
	width:100%;
	top:70px;
}

.rslides {
	margin: 0;
	position:absolute;
	z-index:0;
	height:auto;
}

ul.rslides {
	width:100%;
	padding:0;
	overflow:hidden;
}

ul.rslides li {
	overflow:hidden;
	width:100%;
}

ul.rslides li img {
	overflow:hidden;
	width:100%;
	min-height:100%;
	height:auto;
}


.intro-text {
	margin: 220px auto;
	min-width: 960px;
	width: 960px;
	height:100%;
	position:relative;
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	border-radius: 5px;
	padding: 15px;
}

.intro-text p {
	font-size:20px;
	line-height:150%;
	color:white;
	margin:10px 0;
}

/* Overview */

#overview {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-bottom:30px;
}

/* Gallery */


#gallery {
	width:100%;
	margin:0 auto;
	display:block;
}


.gallery-item {
	float:left;
	width:150px;
	height:auto;
	margin:5px;
}

.gallery-item img {
	width:100%;
	height:auto;
	overflow:hidden;
}

#lightbox {
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background-color:rgba(0,0,0,0.8); 
	text-align:center;
	z-index:99999;
}

#lightbox p {
	color:white; 
	margin-right:20px; 
	margin-top:10px;
	font-size:12px; 
	cursor:pointer;
	display:inline-block;
	background-color:rgba(66,66,66,0.65);
	padding:5px 10px 4px;
	border-radius:5px;
}

#lightbox img {
	margin-top:10px;
	box-shadow:0 0 25px #111;
	-webkit-box-shadow:0 0 25px #111;
	-moz-box-shadow:0 0 25px #111;
	max-width:940px;
	width:auto;
}

/* Features */

#features {
	background-color: #f2f2f2;
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-bottom:30px;
}

.featured-1 {
	background-image: url('../images/featured/non-conformance.png');
	width:108px;
	height:102px;
	margin:0 auto;
}

.featured-2 {
	background-image: url('../images/featured/customer-complaints.png');
	width:108px;
	height:102px;
	margin:0 auto;
}

.featured-3 {
	background-image: url('../images/featured/business-improvement.png');
	width:108px;
	height:102px;
	margin:0 auto;
}

.featured-4{
	background-image: url('../images/featured/health-2.png');
	width:108px;
	height:102px;
	margin:0 auto;
}


.featured-5 {
	background-image: url('../images/featured/management.png');
	width:108px;
	height:102px;
	margin:0 auto;
}


/* More features */

#more-features {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

ul.content {
	margin: 10px 0;
	color:#9D9D9D;
	line-height:180%;
	padding:0px;
}

ul.content li {
	list-style-type:none;
	background-image: url('../images/buttons/check-grey.png');
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	
}

/* Testimonials */

#testimonials {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:30px;
	background-color: #f2f2f2;
	text-align:center;
}

.testimonials-intro {
	margin:0 50px;
	overflow:hidden;
}

.testimonials-slide {
	width:840px;
	margin-right:120px;
}

.testimonials-slide img {
	float:left;
	padding-right:50px;
}

.testimonials-slide p {
	text-align:left;
	float:left;
	width:75%;
	font-size:22px;
	padding:15px 0 0;
	
}

.testimonials-aligncenter img, .testimonials-aligncenter p {
	float:none;
	text-align:center;
	font-size:22px;
	padding: 0 100px 15px;
}

/* Subscribe */

#subscribe {
	background: url(../images/patterns/greysquares.png) 50% 0 repeat fixed;
	background-color:black;
	color: #C8503E;
	height: auto;
	text-align:center;
	padding:20px 0 40px;
}

form#subscription {
	margin:0 auto;
	text-align:center;
}

form#subscription input {
	margin-top:20px;
	background-color: #E0E0E0;
	padding:15px;
	border-radius:3px;
	border:none;
	display:inline-block;
	font-size:16px;
	width:60%;
	color:#6C6C6C;
}

form#subscription input#submit {
	margin-top:10px;
	background-color:#C8503E;
	padding:15px;
	border-radius:3px;
	border:none;
	display:inline-block;
	font-size:18px;
	width:auto;
	color:white;
	margin-left:10px;
	cursor:pointer;
}

form#subscription input#submit:hover {
	background-color:#D5832C;
}

/* Pricing */

#pricing {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:30px;
	background-color: #f2f2f2;
	text-align:center;
}

.prices {
	border-radius:6px;
	background-color:white;
	padding:0 0px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px #BABABA;
	box-shadow: 0px 0px 20px 0px #BABABA;
}

.featured-price {
	zoom: 1.1 !important;
	margin-top:-20px !important;
	border-radius:6px;
	background-color:white;
	padding:0 0px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px #BABABA;
	box-shadow: 0px 0px 20px 0px #BABABA;
}

.prices h3, .featured-price h3 {
	background-color:#C8503E;
	color:white;
	border-radius:6px 6px 0px 0px;
	padding:15px 0;
}

.prices h3, .prices p, .prices ul li, .featured-price h3, .featured-price p, .featured-price ul li {
	text-align:center;
}

.prices p.price, .featured-price p.price {
	font-size:42px;
	color:#3E3E3E;
}

.prices p.period, .featured-price p.period {
	margin-top:-15px;
	font-size:12px;
	margin-bottom:15px;
}

.prices ul.pricing-details, .featured-price ul.pricing-details {
	padding:0;
	margin:0;
}

.prices ul.pricing-details li, .featured-price ul.pricing-details li {
	padding:0;
	margin:0;
	list-style:none;
	color:#9D9D9D;
	line-height:180%;
	padding:10px 0;
	border-top:1px solid #f2f2f2;
}

/* Contact */

#contact {
	background-color: white;
	height: auto;
	margin: 0 auto;
	text-align:center;
	color: #C8503E;
	padding-bottom:30px;
}

form#contact-form input, form#contact-form textarea {
	margin-top:20px;
	background-color: #E0E0E0;
	padding:15px;
	border-radius:3px;
	border:none;
	display:block;
	font-size:16px;
	color:#6C6C6C;
	width:90%;
	box-shadow: none;
}

form#contact-form textarea {
	height:50px;
	margin-top: 20px !important;
}

form#contact-form input#submit-contact {
	margin-top:10px;
	background-color:#C8503E;
	padding:15px;
	border-radius:3px;
	border:none;
	display:block;
	width:auto;
	font-size:18px;
	color:white;
	margin:20px auto 0;
	cursor:pointer;
	box-shadow: none;
}

form#contact-form input#submit-contact:hover {
	background-color:#D5832C;
}

/* Footer */

footer {
background-color: #f8f8f8;
left: 0;
bottom: 0;
height: 120px;
width: 100%;
text-align: center;
border-top: 1px solid #dadada;
}

footer p {
	color: white;
}

ul.social {
	margin:0px auto;
	width:auto;
	padding:40px 0 10px;
	color: #888;
}

ul.social li {
	display:inline;
	list-style:none;
	margin:0 5px;
}

/* Images */

img.iphone {
	margin:-30px 100px 0 0;
	float:left;
	text-align:left;
}

/* Tabs */

#tabs ul {
	padding:0;
	margin:0;
	width:100%;
}


#tabs div {
	clear:both;
	border-bottom: 1px solid #E0E0E0;
	padding:20px;
	text-align:left;
}

#tabs ul li {
	display:block;
	padding:8px;
	float:left;
	border:1px solid #E0E0E0;
	border-radius: 6px 6px 0 0;
	background-color:#f2f2f2;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: bolder;
	background-color:white !important;
	border-bottom:none !important;
}

.ui-state-active {
	background-color:white;
}

#tabs ul li a {
	text-decoration:none;
	color: #C8503E;
	padding:5px 10px;
}

#tabs ul li:focus, #tabs ul li a:focus {
    outline: none;
}

/* Buttons */

.button {
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color:#9D9D9D;
	font-size:16px;
	padding:15px 22px;
	width:auto;
	border-radius:3px;
	margin:10px 5px 0;
	text-align:center;
	color: white;
	display:inline-block;
	cursor:pointer;
}

.button:hover {
	background-color:#D5832C;
}

.green {
	background-color:#27AE60;
}

.red {
	background-color:#C8503E;
}

/*Custom Styles*/

#frmLogin {
z-index:99999;
position:relative;
}

a.button {
	color: #fff;
}

form#frmLogin input.button:hover {
background-color:#27AE60;
}


.intro-text h2 {
color: #ffffff;
text-transform: none;
margin: 10px 0 !important;
}

a#nav {
font-size: 16px;
}

/*Login Wrapper*/
.login-wrapper {
position: relative;
z-index: 2;
width: 100%;
top: 70px;
height:400px;
}

.login-inner {
position: relative;
width: 350px;
margin: 20px auto;
}

.logo-holder{
width: 350px;
margin: 0 auto;
}

.copyright {
font-size: 14px;
color: #888;
font-family:'Open Sans' Arial, Helvetica, sans-serif;
font-weight: 300;
}

#FB_FORGOTPASSWORD_DIV {
margin: 0 auto;
padding: 30px;
margin-left: -12px;
margin-right: -11px;
}

.errormsg {
height: 300px;
position: relative;
top: 80px;
width: 300px;
padding: 20px;
}

.admin-header {
height: 100px;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
}
	
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	padding: 0 20px;
}

nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
}

nav ul li a {
		display: block;
	}

nav ul ul {
	position: absolute;
background: #fff;
border: 1px solid #ececec;
border-radius: 4px;
font-size: 0;
padding: 0;
-webkit-box-shadow:  1px 1px 3px 1px #4C4C4D;
        
        box-shadow:  1px 1px 3px 1px #4C4C4D;


}

nav ul ul li {
		float: none; 
		position: relative;
	}
	
nav ul ul li a {
			padding: 15px 0px;
		}	
		
nav ul ul li a:hover {
		}

#nav ul li.submenu a {
font-size:13px;
text-align: center;
padding: 12px 8px;
}

#nav ul li.submenu a:hover {
border-bottom: 0 none;
background: #eee;
color: #C8503E;
}

.header-logo {
width: 100px;
float: left;
padding: 10px 0;
}

.login {
padding: 15px 0;
}

.contact-error {
background-color: #C8503E;
color: white;
padding: 5px;
border-radius: 5px;
text-align: center;
}

a.footer-link {
	color: #888;
}

.terms {
	margin: 10px auto;
	text-align:center;
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 0% 0 2% 4%;
	/*margin: 1% 0 1% 1.6%;*/
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 620px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 620px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/*SIDEBAR and Notices*/
.sidebar{
	background:#d9edf7;
	border: 1px solid #bce8f1;
	padding: 10px;
	border-radius: 5px;
}

.sidebar h3 {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 1px;
}

.sidebar ul {
	padding: 0 10px;
	list-style: none;
	font-size: 14px;
}

.sidebar li {
	margin-bottom: 8px;
}

.notices {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.notices h3 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #364881;
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 28%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 620px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	
	img {
		zoom: 0.85;
	}
	
}

/*icon styles*/
.icon {
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
border-radius: 5px;
padding: 40px;
/*height: 130px;*/ 
}

.icon-desc {
text-align: center;
margin-top: -10px;
color: #fff;
font-size:14px;
font-weight: normal;
}

.icon:hover {
background-color: #4C4C4D;
}

.icon img {
display: block;
margin: 0 auto;
height: 100px;
}

/*.logout-btn {
	width: 90px;
	float: right;
	margin: 1em 0;
	padding: 24px 10px;
	display: block;
	right: 20px;
}
*/
.logout-btn img {
	height: 30px;
	float: left;
	border-radius: 3px;
}

.logout-btn p {
	font-size: 14px;
	margin-left: 35px;
}

/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
	}

.flip-container, .front, .back {
width: 280px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	background-color: #C8503E;
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	background-color: #4C4C4D;
}

/*Icon Gradients*/
.magenta-icon {
background-color: #364881;
}

.blue-icon {
background-color: #ffd600;
}

.orange-icon {
background: #FF9500;
}

.green-icon {
background: #14a957;
}

.yellow-icon {
	background: #f7931e;
}

.purple-icon {
	background-color: #14b6e5;
}

.indigo-icon {
	background-color: #C643FC;
}

.lightblue-icon {
	background-color: #52EDC7;
}

/* Utility Classes*/
.fl {float:left;}
.fr{float:right;}

/*Form Styles*/

.form-heading{
background: #4CD964;
padding: 6px;
font-weight: normal;
font-size: 14px;
color: #fff;
margin-top: 10px;
}

.GirdViewHeader {
	background: #CBC7BF;
}

.ControlLabel, .GirdViewColumn, .GirdViewHeader {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 12px;
}

.GirdViewColumn {
color: #555;
}

input.button {
margin: 10px 0;
background-color: #C8503E;
padding: 8px 20px;
border-radius: 3px;
border: none;
display: inline;
width: auto;
font-size: 12px;
color: white;
cursor: pointer;
box-shadow: none;
}

select {
font-size: 11px !important;
font-family: 'Open Sans' !important;
color: #666;
padding: 5px;
border: 0;
border-radius: 3px;
box-shadow: inset 0px 0px 1px 1px #cdcdcd;
}

.newticket td {
background-color: #f0f0f0;
font-size: 13px;
font-family: 'Open Sans';
color: #333;
padding-left: 5px;
}

.table_boder {
	margin-top:10px;
}

.MainTable {
font-family: 'Open Sans' Arial, Helvetica, sans-serif;
font-size: 14px;
}

.TextBox {
font-size: 11px !important;
font-family: 'Open Sans' !important;
color: #666;
padding: 5px;
border: 0;
border-radius: 3px;
box-shadow: inset 0px 0px 1px 1px #cdcdcd;
}

input {
font-family: 'Open Sans' !important;
color: #666;
padding: 5px;
border: 0;
border-radius: 3px;
}

textarea {
font-family: 'Open Sans' !important;
color: #666;
padding: 5px;
border: 0;
border-radius: 3px;
box-shadow: inset 0px 0px 1px 1px #cdcdcd;
margin-top: 6px !important;	
}

.odd {
font-family: 'Open Sans';
}

.notice {
margin-top: 10px;
color: #C8503E;
}

.message {
border-radius: 4px;
border: 1px solid transparent;
padding: 10px;
margin: 0 0 20px 0;
color: #b94a48;
background-color: #f2dede;
border-color: #ebccd1;
font-size: 14px;
font-family: 'Open Sans' Arial, Helvetica, sans-serif;
}

.success-message {
border-radius: 4px;
border: 1px solid transparent;
padding: 10px;
margin: 0 0 20px 0;
color: #000;
background-color: #DFF0D8;
border-color: #DFF0D8;
font-size: 14px;
font-family: 'Open Sans' Arial, Helvetica, sans-serif;
}

.greeting{
	margin-bottom: 10px;
}

.odd{
	width: 20%;
}

.even {
	width: 15%;
}

.nc-cell {
padding: 5px;
vertical-align: middle;
}

.td_bord1 {
font-size: 12px;
}

.List {
width: 160px;
}

.TextBox {
width: 150px;
}

.DefectsInformationMainTable {
border: none;
background-color: #efefef;
}

.LabelHolder {
	padding: 3px 0;
}

.DocumentationMainTable {
	width: 960px;
}

/* Registration Form*/
.login label {
display: inline-block;
width: 120px;
}

.registerlink {
padding: 0 20px;
}

.logo-holder img {
border: 0;
display: none;
}

/*Company Form*/
.pure-form-stacked input[type=text], .pure-form-stacked select, .pure-form-stacked input[type=email] {
width: 85% !important;
}

.company-details-container {
	margin-bottom: 10px;
}

label {
display: inline-block;
margin-bottom: 5px;
font-weight: normal;
font-size: 12px;
font-family: 'Open Sans';
color: #666;
}


.col-sm-12, .col-sm-6, .col-sm-2, .col-sm-4, .col-sm-3, .p-search {
padding-top: 10px;
}

.company-button {
	margin-top:10px;
	margin-left:30px;
}

.nc-textarea {
	width: 100%;
	height: 100px;
}

.form-border > .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.btn.btn-default.button.pull-left.company-button {
	margin-left: 15px;
}

/* New Ticket Styles*/

.ticket-container {
	margin-top: 5%;
	margin-bottom: 10px; 
	padding: 15px;
}

.ticket-head-area {
	background:#e0e0e0;
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	border: 1px solid #6fa3c4;
	margin: 0 0 10px 0;
	padding-top: 0;
}
.ticket-head-area-total {
	background: #E30613;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-tmmain {
	background: #FFB700;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-tm {
	background: #00CDFF;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-head-area-mat {
	background: #F3B3E0;
	border: 0px solid #fff;
	margin: 0 0 10px 0;
	padding-top: 0;
	box-shadow: 0px 1px 0px 1px #efefef;
}
.ticket-heading {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	margin:0;
	padding: 10px 0;
}

.ticket-container > .row {
	margin-left: 0;
	margin-right: 0;
}

.form-section {
	padding: 10px 0;
	background: white;
	border: 1px solid #6fa3c4;
	box-shadow: none;
	border-radius: 4px;
	margin-bottom: 5px;
}

.ticket-label {
	font-weight: normal;
	font-size: 12px;
}

.focusedInput {
	border-color: rgba(82,168,236,.8);
	outline: 0;
	box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.glyphicon-remove {
	font-size: 14px;
	color: red;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	height: 80px;
	position: relative;
	width: 100%;
}

div.ticket-container.ticket-modal{
	margin-top: 0;
}

/*Badges*/
.badge {
display: inline-block;
min-width: 10px;
padding: 9px 12px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #FF3B30;
border-radius: 30px;
position: absolute;
top: 0px;
right: 8px;
}

.mr10{margin-right: 10px;}
.w100{width: 100%}
.cls_error{text-align: center;color:red;width: 100%;font-weight: bold;}
.cls_success{text-align: center;color:green;width: 100%;font-weight: bold;}
.fl{float: left;}
a.clssort{display: inline-block;width: 100%};
.sorting{float: right;display: inline;}
.required{color: red;padding-left: 5px;}
.note{font-size: 12px;font-style: italic;}
input.cls_btn{padding: 5px;background: #7893CB;color: #fff;border:1px solid #7893CB;border-radius:3px;margin-bottom: 5px; }

.btn_left_float{
    position: fixed;
    float:left;
    top:250px;
    left: -25px;
    background-color: #7893CB;
    color:#FFF;
    -moz-transform: rotate(-90deg);  /* FF3.5/3.6 */
    -o-transform: rotate(-90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+ */
    transform: rotate(-90deg);
}

.btn_right_float{
    position: fixed;
    float:right;
    top:300px;
    right: -30px;
    font-weight: bold;
    background-color: #EE252C;
    border-color: 1px solid #FFF;
    color:#FFF;
    -moz-transform: rotate(90deg);  /* FF3.5/3.6 */
    -o-transform: rotate(90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(90deg);  /* Saf3.1+ */
    transform: rotate(90deg);
    width: 80px;
}

.cluster1 {
background: #4C4C4D; /* Old browsers */

}

.cluster2 {
background: #4C4C4D; /* Old browsers */

}

.cluster3 {
background: #4C4C4D; /* Old browsers */

}

.cluster4 {
background: #4C4C4D; /* Old browsers */

}

.cluster1 .icon-desc, .cluster2 .icon-desc, .cluster3 .icon-desc, .cluster4 .icon-desc {
font-size: 16px !important;
font-weight: bold;
}

.icon-logo {
-webkit-box-shadow: 0px 1px 4px 0px #555;
box-shadow: 0px 1px 4px 0px #555;
border-radius: 5px;
padding: 5px;
}


.icon-logo img {
display: block;
margin: 0 auto;
height: 120px;
width: 100%
}

.notices p {
    font-size: 16px;
    font-weight: normal;
}

#btnGeneratePassword3{
	position: relative;
    top: -18px;
}