@charset "utf-8";
/* CSS Document */
body{color:#000 !important; background-color:#F9F9FA !important}


.no-margin{margin:0px !important}
.no-padding{padding:0px !important}
.no-top-padding{padding-top:0px !important}

.no-padding-margin{margin:0px !important; padding:0px !important}

.topmenubar {font-weight:bold !important; color:#111 !important}

.topsubmenubar {font-weight:bold !important; color:#444 !important}
.topsubmenubar:hover {color:#FF4026 !important}

.xctbar{background-color:#9C4112 !important;}

.xctheading h2 {
    font-size: 24px !important;
    color: #FFF !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    display: inline-block !important;
    border-bottom: 1px solid #FFF !important;
    text-transform: uppercase !important;
}

.xctcaption {line-height:30px !important; padding:0px !important; margin-top:10px !important; margin-bottom:40px !important}

.xctLink a{
    color:#555 !important;
    text-decoration: underline !important
}

.xctLink a:hover{
    color:#FF4026 !important;
    text-decoration: underline !important
}


.xctLink2 a{
    color:inherit !important;
}

.xctLink2 a:hover{
    color:#FF4026 !important;
}

.priceTitle
{
    font-family: Oswald,sans-serif;
    line-height: 54px;
    font-weight: 700;
    font-size: 54px;
    color: #555;
    text-align: center !important;
}

/*.priceDash
{
    border-style: solid;
    border-color: transparent #00aeef;
    border-width: 1px;
    padding: 35px 40px 40px;
    text-align: center;
}*/


.priceDash {
    margin-bottom: 50px;
    padding-bottom: 45px;
    position: relative;
    text-align: left;
}

.priceDash:after {
    background-color: #FF4026;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 30%;
    width: 40%;
}

    
.vertalign {vertical-align:middle !important}

#transfercode {height: 50px !important; box-shadow: 1px 1px 10px 1px !important; width: 200px !important; backround-color:#F00}

.topsubmenubar a:hover{color:#FF4026 !important}
.topsubmenulist li a{color:#000 !important}
.topsubmenulist li a:hover{font-weight:bold !important; color:#FF4026 !important}
.redNotification{color:#F00 !important; font-weight:bold !important; font-size:large !important}
.greenNotification{color:#006400 !important; font-weight:bold !important; font-size:large !important}
.xctsubheaderbkg {
	padding:5px !important;
	background: -moz-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9B9B9B), color-stop(100%, #777777)) !important;
	background: -webkit-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
	background: -o-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
	background: -ms-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
	background: linear-gradient(to bottom, #9B9B9B 0%, #777777 100%) !important;
}

.rounded{
	border-radius: 10px 10px 10px 10px;
  	-moz-border-radius: 10px 10px 10px 10px;
  	-webkit-border-radius: 10px 10px 10px 10px;
}

.xct_left_cell{background-color:#333; color:#fff; padding:10px}
.xct_right_cell{background-color:#F5F5F5; color:#000; padding:10px; border: 1px solid #ddd}

.xct_right_cell h4{margin:0px !important; padding:0px !important}

.hidden{display:none}
.bold{font-weight:bold}
.uppercase{text-transform:uppercase}

.borderbox{border:#999 solid 1px;}

.bkgbox{
    padding:20px 20px 10px 20px !important;
	background: -moz-linear-gradient(top, #E0E6F8 0%, #87C9F6 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0E6F8), color-stop(100%, #87C9F6)) !important;
	background: -webkit-linear-gradient(top, #E0E6F8 0%, #87C9F6 100%) !important;
	background: -o-linear-gradient(top, #E0E6F8 0%, #87C9F6 100%) !important;
	background: -ms-linear-gradient(top, #E0E6F8 0%, #87C9F6 100%) !important;
	background: linear-gradient(to bottom, #E0E6F8 0%, #87C9F6 100%) !important;
}

.right_notification
{
	background-color: #DFF0D8 !important;
	border: #A2DFB5 solid 1px !important;
	padding:20px !important;
	color: #000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	text-align:center !important;
	font-size: large !important;
	margin-bottom:40px !important
}


.wrong_notification
{
	background-color:#F2DEDE !important;
	border: #F99 solid 1px !important;
	padding:20px !important;
	color:#F33 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	text-align:center !important;
	font-size: large !important;
	margin-bottom:40px !important
}


.navigationmain {
	border-bottom: 1px solid #111 !important;
	font: 12px Verdana, Arial, Helvetica, sans-serif !important;
	color: #000 !important;
	font-weight:bold !important;
	letter-spacing:.1em !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px #9B9B9B !important;
	background: -moz-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9B9B9B), color-stop(100%, #777777)) !important;
  	background: -webkit-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
  	background: -o-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
  	background: -ms-linear-gradient(top, #9B9B9B 0%, #777777 100%) !important;
  	background: linear-gradient(to bottom, #9B9B9B 0%, #777777 100%) !important;
	}

.navigationmain a:hover {
	color:#000 !important;
	}

.sidebar ul li a { color: #efefef; left:5px !important}
.sidebar ul li.active a,
.sidebar ul li a:hover { padding-left:5px !important;  border: 2px solid #029cdb !important; color:#FF9 !important; text-decoration: none; }
.sidebar a.nav-btn { display:none; }

.headingline {
height:8px;
background-color:#201F28;
}

.page-title, .active{color:#000 !important}
.breadcrumb a{color: #333 !important; text-decoration: underline !important}

.headerlink, .headerlink a{color: #222 !important; font-weight:normal !important}
.headerlink a:hover{ color: #003 !important}


.navigationlinks strong {
font-family: Verdana, Arial, Helvetica, sans-serif !important;    
font-size:11px;
text-shadow: none;
display:inline !important;
padding:5px 10px 5px 10px;
border-radius:3px;
line-height:35px;
text-align:center;
background: #000;
font-weight: bold;
color:#9B9B9B;
text-decoration:none
}

.navigationlinks label {
font-family: Verdana, Arial, Helvetica, sans-serif !important;  
font-size:11px;
text-shadow: none;
display:inline !important;
padding:5px 10px 5px 10px !important;
border-radius:3px;
line-height:35px !important;
text-align:center;
background: #999;
font-weight: bold;
color:#ccc;
text-decoration:none
}

.navigationlinks a {
font-family: Verdana, Arial, Helvetica, sans-serif !important;  
font-size:11px;
text-shadow: none;
display:inline !important;
padding:5px 10px 5px 10px;
line-height:35px;
border-radius:3px;
text-align:center;
background: #B399FF;
font-weight: bold;
color:#000;
text-decoration:none
}

.table_row{background-color:#EDEDED; color:#000}
.table_row:hover{background-color:#000; color:#9B9B9B}

.navigationlinks a:hover {
color: #fff !important;
font-size:11px;
text-shadow: none;
font-weight: bold;
padding:5px 10px 5px 10px;
border-radius:3px;
text-align:center;
background: #03C;
text-decoration:none
}

.modal-container {
   display:none;
   overflow-y: scroll !important;
   position: fixed !important;
   top: 0; right: 0;
   height: 100%; width: 100%; 
   background-color: black !important;
   z-index:898896523;
   -moz-opacity: 1;
   opacity:1;
   filter: alpha(opacity=100);
   color:#FCFCFC;
}

.modal {z-index:89889885653 !important;}

#modal_content{margin-top:20px; margin-bottom:20px}

div.form_right_content{float:right; color:#F00; margin-right:5px}
div.form_right_content strong:after{
	content: "";
	clear: both;
	display: block;
}


table th[data-title]{text-align:center !important; text-transform:uppercase; color:#FFF !important;
	background: -moz-linear-gradient(top, #666 40%, #111 100%) !important;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #666), color-stop(100%, #111)) !important;
  	background: -webkit-linear-gradient(top, #666 40%, #111 100%) !important;
  	background: -o-linear-gradient(top, #666 40%, #111 100%) !important;
  	background: -ms-linear-gradient(top, #666 40%, #111 100%) !important;
  	background: linear-gradient(to bottom, #666 40%, #111 100%) !important;
 }
 
table td[data-title]{text-align:center !important; font-family:Arial; min-width:100px}
table td[data-title] a{color:#A64DFF;}
table td[data-title] a:hover{color:#00F;}

.xcttable{border:solid #555 1px; color:#000 !important;
	background: -moz-linear-gradient(top, #EEEEEE 40%, #CCCCCC 100%) !important;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #EEEEEE), color-stop(100%, #CCCCCC)) !important;
  	background: -webkit-linear-gradient(top, #EEEEEE 40%, #CCCCCC 100%) !important;
  	background: -o-linear-gradient(top, #EEEEEE 40%, #CCCCCC 100%) !important;
  	background: -ms-linear-gradient(top, #EEEEEE 40%, #CCCCCC 100%) !important;
  	background: linear-gradient(to bottom, #EEEEEE 40%, #CCCCCC 100%) !important;
}

.mobileonly{display:none !important}
.desktoponly{display:block !important}


.formatoutput strong {
    display:inline !important;
    padding-right:20px !important
}

.nxtline strong {
    display:block !important;
}

.centerJustify, .centerLeft{text-align:center !important;}
.centercenter {text-align:center !important;}
.xctright{text-align:right !important;}
.xctleft{text-align:left !important;}

.leftcenter {text-align:center !important;}

@media only screen and (max-width: 600px) {

.nxtline{display:inline !important;}

.leftcenter {text-align:center !important;}
    
    .formatoutput strong {
        display:block !important;
        padding-right:0px !important
    }
    
    .centerJustify{text-align:justify !important;}
    .centerLeft{text-align:left !important;}
    
    .xctright{text-align:center !important;}
    .xctleft{text-align:center !important;}

	.page-title, .welcome{display:block !important; text-align:center !important; float:none !important}
	.xctnav{display:none !important}
	.navtop{display:block !important; padding-top:80px !important}
	.mobileonly{display:block !important}
	.desktoponly{display:none !important}
	
    
    thead { display: none; }
    table, tbody, tr{
    		display: block;
    		width: 100%;
    		text-align:center;
    		font-size:medium !important;
    	}
    
    table tr{margin-bottom:40px !important;}
    
    table td {
        display: block;
        padding: 10px;
    	font-weight:normal;
    }
    table th[data-title]:before,
    table td[data-title]:before {
        content: attr(data-title) ":\a \00A0";
    	white-space: pre;
    	font-weight:bold;
    	line-height:30px;
    }
    
    table td[data-title]{font-family: 'Raleway', Arial}
    
    	/*content: attr(data-title) ":\a";*/

}


