/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/* common */

.gritter-danger{
	background-color:#bd2026;
	color:white;
}

.basketqty {
	position: absolute;
	top:2px;
	left:2px;
	width:15px;
	height:15px;
	border-radius: 7.5px;
	background-color: #bd2026;
	color:white;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	padding:0px;
}

.box {
  width: 150px; height: 150px;
  position: relative;
  
  /*border: 1px solid #BBB;*/
  background: #EEE;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #bd2026;
  position: relative;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size:1.3em;
 
}

/* Custom styles */

.corner-ribbon.sticky{
  position: relative;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.wyvernred{background: #bd2026;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}
/*some order process styling*/

.machineToggle{

	position:absolute;

	top:10px;

	left:-42px;

	width:34px;

	height:30px;

	background-color:#CCC;

	cursor:pointer;

	border-top:1px #CCCCCC solid;

	border-left:1px #CCCCCC solid;

	border-bottom:1px #CCCCCC solid;

	/*background-image:url(../images/info-circle.png);*/
	
	background-color: white;

	background-position:center;

	background-repeat:no-repeat;
	
	padding:3px 3px 3px 3px;

}

.ui-widget-overlay {
  opacity: 0.5 !important;
  filter: Alpha(Opacity=50) !important;
  background-color: black !important;
}

#productGrid{
	
	overflow: auto;
}


.spectable{ 
	width:100%;
	font-size:0.8em;
}

.spectable tr:nth-child(even) {background: #FFF}
.spectable tr:nth-child(odd) {background: #EEE}

.totaltable{
	
	width:100%;
	font-size:1em;
	
	
}

.totaltable td {
	padding:5px;
}


.summarytable{
	
	width:100%;
	font-size:1em;
	
	
}

.summarytable td {
	padding:5px;
}

.summarytable tr {
	border-bottom: 1px solid #f5f5f5;
}

.cannotupgrade {
	width:100%;
	background-color:#bd2026;
	color:white;
	padding:5px;
	text-align: center;
	font-size:1.2em;
	margin-bottom:20px;
	margin-right:10px;
	
}

.totaltable tr{
	
	
	padding: 5px;
	
}

.totaltable tr totals{
	border-top: solid 1px #DDD;
}


.upgradeproductname{
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	height: 40px;
	
}

.specialoffer{
	text-align:center; 
	font-size:1.2em; 
	border-radius:3px; 
	background-color:#bb3030; 
	color:white;
	
	
}

.upgradetabs-vertical{
	float:left;
	width:210px;
	clear:both;
	color: #000;
	padding-top:7px;
	padding-bottom: 7px;
	padding-left: 5px;
	cursor: pointer;
	font-size:1.1em; 
	border-bottom:1px solid #f5f5f5;

}

.upgradetabs-vertical:hover{
	background-color: #f5f5f5;
	color: black;
}

.upgradetabs{
	float:left;
	cursor: pointer;
	text-align: center;
	border-width: 1px 0px 1px 1px;
	border-style: solid none solid solid;
	border-color: #bd2026;
	background-color: #E5E5E5;
	height:50px;
	width:300px;
	font-size:1.2em;
	border-radius: 10px 10px 0px 0px; 
	margin-bottom: 20px;
	margin-right:-10px;
	padding-top: 10px;
	color: #bd2026;
	
}

.upgradetabs-rightborder{
	
	border-right: 1px solid #bd2026;

}

.upgradetabs:hover{
	background-color: #bd2026;
	color: white;
}

.upgradetabs:hover img{
	filter: brightness(0) invert(1);
	
}

.ui-dialog-buttonset{
	width:100%;
}

.leftDlgButton{
	float:left;
}

.rightDlgButton{
	float:right;
}

.ui-dialog-buttonset{
	
}

.active{
	/*background-color: #bd2026;
	color: white;*/
	font-weight: bolder;
	background-color: #f5f5f5;
}

.active img{
	/*filter: brightness(0) invert(1);*/
}

.machineSeperator{
	
	border-left: #CCCCCC 1px solid;
	/*border-bottom: #CCCCCC 1px solid;
	padding-left: 20px;*/
	height:auto;
	    
}


.SubHeaderText {
	font-weight:bold;
}

.studentmainmenu {
	
	
}
.studentmainmenu li {
	font-size:1.3em;
	height:30px; 
	
}

.downloadTbl{
	
	table-layout: fixed
}

.downloadTbl td{
	
	cursor:pointer;
	text-align:center;
	opacity:0.7;
	
}

.downloadTbl td:hover{
	
	opacity:1;
	
}

.order-process label {
	cursor:pointer;
    margin-left: 40px;
      display: block;
	  font-size:1em;
	
}

.blink_text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.trainingOuter{
	width:100%;
	clear:both;
	height:100;
	
}

.order-process input[type=radio] {
  cursor:pointer;
    float:left;  
    margin-left: 0px;
    margin-right: 7px;
	
}



/*.order-process label:before {
    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
 
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.order-process radio label:before {
    border-radius: 8px;
}

.order-process input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}*/

/* END some order process styling*/

.catbox {
	width:300px;
	height:220px;
	float:left;
	background-color:white;
	margin:10px;
	text-align:center;
	cursor:pointer;
}

input[type=radio]:{
  width   : 50px;
  background-color:#cd2122;
  margin  : 0;
  padding : 0;
  opacity : 0;
  
}

.btn-flat white {
	background-color:#FFF;
	color:black;
}

.sign-btn{
	background: #cd2122 !important;
	color: #fff !important;
}

.sign-btn:hover{
	background: #fff !important;
	color: #cd2122 !important;
}

.btn-flat-new {
	
	background: #FFF;
    font-size: 15px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    border: 1px solid #cd2122;
	color: #cd2122;
	padding:5px;
	min-width:100px;
	

}

.btn-flat-new.disabled {
  opacity: 0.5; 
  cursor: not-allowed;
}

.btn-flat-new:hover {
	
	background: #cd2122;
    
	color: #FFF;
	
	

}

.jdialog {
	position: fixed;
	z-index:99999;
	width: 100px;
	
	
	/*top:20px;*/
	
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: center;
	padding: 5px;   
    /*margin-left: 300px;*/
	color:#333;
	height:50px;
	
}

.closeicon {
	cursor:pointer;
	background-image:url(/images/closeicon.png);
	background-repeat:no-repeat;
	
	width:20px;
	height:20px;
	position:absolute;
	left: -10px;
	top:-10px;
	
}

.jdialogBtnSet {
	
	position:relative;
	height:30px;
	/*width:250px;*/
	margin:0 auto;
	/*padding:10px;
	margin-top:100px;*/
}

.orderTop{
	position:absolute;
	top:20px;
	height:200px;
	left:20px;
	right:20px;
}

.orderBottom{
	position:absolute;
	bottom:50px;
	top:160px;
	overflow:auto;
	
	left:20px;
	right:20px;
}

.orderFooter{
	position:absolute;
	bottom:10px;
	height:25px;
	overflow:auto;
	
	text-align:right;
	left:20px;
	right:20px;	
}



.progressSection {
	width:auto;
	margin:0 auto;
	
	
}

.progressSection ul {
	 list-item-style:none; margin-left:0px;padding-left:0px;
  
}

.progressSection li {
	width:72px;
	border-top:#CCC 3px solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	text-align:center;
	padding:2px;
	float:left;
	height:40px;
	font-size:0.8em;
	margin-left:8px;
	
	display: table-cell;
	vertical-align: middle;
	
	
	
	
}


.windowpane {
	position: fixed;
	z-index:99999999999;
	width: 850px;
	font-size:0.9em;
	
	
	float: left;
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 20px;   
    margin-left: -300px;
	color:#333;
	/*min-height:400px;*/
	display:none;
	/*top:50px;
	bottom:50px;*/
	

}

#logindlg {
	position: fixed;
	z-index: 99999;
	width: 400px;
	
	float: left;
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 20px;   
    margin-left: -300px;
    
}


#currentquote {
	
	
	
	font-size:1.6em;
}

.query_rule {color:#000;}

.header-titles h4 {font-size:12px;margin-top:10px;}

.span9 {float:right;margin-left: 0px;}

.homeheading {
	position:relative;
	top:200px;
	height:75px;width:570px;background-color:#0e76bc;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;}
	
	h1.ontop {
	font-size:60px;
	position: relative;
	top: 125px;
	padding-left:10px;
	z-index:999;
	font-weight:bold;
	text-shadow: #000 0 2px 0;
	letter-spacing:3px;
	}
	
.homesubheading{
	position:relative;
	top:150px;
	height:40px;width:800px;background-color:#0e76bc;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	margin-top:10px;
}
.prod-bundle-item{
	float:left;
	text-align:center;
	background-color:#fff;
	padding:10px;
	color:#000;
	border:5px solid #d6d6d6;
	margin-right:20px;
}
.prod-bundle-img{
	margin-bottom:5px;
}
.prod-bundle-desc{margin-bottom:10px;}
.prod-bundle-price{
	color:#e12525;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
h4.ontop {
font-size:30px;
position: relative;
top: 108px;
padding-left:10px;
z-index:999;
font-weight:200;
text-shadow: #000 0 2px 0;
letter-spacing:2px;
}
h5.subject{
	color:#cc0000;
	
}
h4.page-title{
	color:#cc0000;
}
.accreditaions-header{
	color:#cc0000;
	font-weight:bold;
}
.accreditation{
	background-color:#fff;
	border:1px solid #ececec;
	width:100%;
	height:80px;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
}
.quoteprod{font-size:8px;}
#login_panel {float:left;}
#login_panel label {margin-right:10px;
   }
#login_panel button {margin-right:10px;
   float: left;}

.topnav li a{text-align:right;}

/*.quotewrapper {
	position: fixed;
	z-index: 99999;
	width: 720px;
	float: left;
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
    top: 10px;
    left: 50%;
    margin-left: -300px;
	display:none;
    
}*/

::-webkit-scrollbar {
      width: 12px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
     background-color: #CCC;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.5);
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #999;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: black;
}

.quotewrapper {
	position: relative;
	z-index: 2;
	width: 500px;
	float: right;
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
    top: 0px;
    right: 0px;
	color:#000;
    /*margin-left: 40px;
	display:none;*/
    
}

.toggleswitch{
	
	background-color:#333;
	
	float:left;
	width:auto;
	padding:5px;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	
}

.togglewrap {
	position: fixed;
	z-index: 1;
	width: auto;
	float: left;
	
    text-align: right;
    top: 150px;
    right: -502px;
    margin-left: 0px;
	
	color:#FFF;
	/*display:none;*/
    
}

.addtocartcontainer {
	z-index:99999;
	position: fixed;
	width:1200px;
	top:60px;
	left: 50%;
	margin-left: -600px;
	
		
}

.addtocartdlg {
	position: absolute;
	
	width: 200px;
	float: left;
	background: none repeat scroll 0 0 #2F2F2F;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	text-align: center;
	top: 0x;
	right: 0px;
	color: #FFF;
	padding: 10px;
	border: 3px solid #FFF;	
 
}

.navstick {
	position: fixed;
	width: 100%;
	height:50px;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background: none repeat scroll 0 0 #2F2F2F;
}

.navinner {
	width: 1170px;
	margin: 0 auto;
}

.loading {
	z-index: 99999;
	text-align: center;
	padding: 15px;
	color: #FFF;
	z-index: 99999;
	position:fixed;
	
	background-color: #000;
	width: auto;
	height: auto;
	
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -25px;
	border-radius: 5px 5px 5px 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}


.quotecomplete {
	position: fixed;
	z-index: 99999;
	width: 600px;
	
	float: left;
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 20px;   
    margin-left: -300px;
    
}



#quote {
   background-color:#F5F5F5;
   margin:20px;
 }

.clearquote{}

#pitems {
	
}

#sidebar{
	cursor:hand;
}
#listswitch{width:100%;text-align:left;margin-bottom:10px;}

#quotestart{background-color:#fff;padding:20px;overflow:auto}

#quotestart .btn-flat {margin-top:20px;}

#listswtich {text-align:right;width:100%;margin-bottom:20px;}

.product {width:100%;border:1px solid #cccccc;padding:10px;min-height:80px;margin-bottom:10px;float:left;margin-right:20px;background-color:#fff; !important}
.cat_productimage{float:left;margin-right:20px;}
.cat_producttitle{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:700;font-size:15px;margin-bottom:10px;margin-top:5px;}
.cat_productdesc{margin-bottom:10px;}
.cat_productprice{float:left;}
.cat_buttons{font-size:13px;margin-top:10px;}
.cat_buttons img{margin-right:10px;}

.cat_productprice img{margin-right:10px;}

.product_grid {width:20%;border:1px solid #cccccc;padding:10px;min-height:200px;margin-bottom:10px;float:left;margin-right:20px;background-color:#fff;}
.cat_productimage_grid{text-align:center;}
.cat_producttitle_grid{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; min-height:60px;font-weight:700;font-size:15px;margin-bottom:15px;margin-top:10px;}
.cat_productdesc_grid{display:none;}
.cat_productprice_grid{;}
.cat_buttons_grid{;}
.cat_buttons_grid img{margin-right:10px; margin-bottom:10px;}

.cat_quotebutton_grid{margin-bottom:20px;}

.assesor-news-img{float:left;width:30%;padding-top:30px;}
.assesor-news-text{float:right;width:70%;}

.deliverydesc {margin:5px 0 20px 15px; color:#acacac;}

#quotestartdesc{margin-bottom:15px;}
label{margin-right:20px;}

.testimonials-intro{
	float:left;
}

.testimonials-box{
	border: 5px solid #e8e8e8;
	background-color:#fff;
	padding:10px;
	margin-top:10px;
}
.testimonial-text{font-style:italic;font-size:20px;}
.testimonial-author{margin-top:20px;}
.testimonials-buttons{float:right;}
.prev {font-size:30px;font-weight:bold;}
.next {font-size:30px;font-weight:bold;}

ul{
	list-style-type: none;
	
}
.jfontsize-button {
    font: bold 12px arial;
    padding: 3px;
    border: solid 1px #ccc;
}
 
.jfontsize-button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}
 
.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}
 
.clear {clear:both}

.clearfix:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{min-height: 0; height: 1%;}

.blankpage {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display:none;
    
}​


