/* CSS Document  by Outix*/
html {
      height: 100%;
    }
	
body{
	background:#000;
		
 }
 
  body{
     background: #000 url(../images/backgrounds/bgimg5.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size:12px;
    font-family:GothamLight;
    color:#FFF;
 }
 body.adminpage{
    background:url(../images/backgrounds/bgimg6.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   }         
        

 .jPanelMenu-panel {
  position: absolute !important;

}
 
a, a:hover{
	color:inherit;
	text-decoration:none;	
}
video#bgvid { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(https://www.outix.com.au/tickets/images/bgimg.jpg) no-repeat;
	background-size: cover; 
}
#bgimg { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(../images/backgrounds/bgimg5.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

#plainbg { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: #df692f;
	background-size:cover;
	background-position:center;
}
.menu-show{
    
    background-color:rgba(158, 87, 52, 0.86);
    position: fixed; right: 0; bottom: 0;
    min-width: 100% !important; 
        position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
         
	 
}
.header{
	display:block;
	margin: 30px 0;	
}
.header .logo{
	height: 110px;
	left: 15px;
	position: absolute;
	width: auto;
}
.header .logo a{
	display:block;
	height:100%;
	width:100%;
}
.header .logo a img{
	height:100%;	
}
#menutrigger{
	cursor:pointer;	
}
.header .menu{
	border: 2px solid #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    height: 54px;
    padding: 8px 30px;
    position: absolute;
    right: 30px;
    top: 49px;
    width: auto;
}
.header .menu-box{
	font-size: 190%;
	height: 100%;
	text-transform: uppercase;
	width: 100%;
}
.content-wrapper{
	display: block;
	height: auto;
	margin: 100px auto 0px;
	width: 70%;
	padding-bottom:10px;
}
.searchResults{
	display: block;
	height: auto;
	 
        width: 100%;
	display:none;
}
.searchResults ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.searchResults ul li, .searchResults div.dataList{
	font-family: Gotham;
    font-size: 20px;
    padding: 0px;	
}

.searchResults .resultDiv {
 	 
	padding:5px 10px;	
	opacity:0.88;
       
}
 
.searchResults ul li.selected div, .searchResults div.dataList.selected div{
    opacity:0.92;
    border-left: 7px solid rgba(1, 0, 0, 0.51);
    padding-left: 4px;
}
.searchResults ul li div a:hover, .searchResults ul li div a:focus, .searchResults div.dataList div a:hover, .searchResults div.dataList div a:focus{
    color:inherit !important;
    outline: none;
    text-decoration: none;
}
.result-head div{
	background-color:#592323;
        width:90px;padding:5px;
}
.monthHead div{
    background:inherit;
    font-size: 30px;
    margin-top: 15px;
    padding-left: 0px !important;
}
.result1 div{
	background-color:#8d4548;
}
.result2 div{
	background-color:#da645a;
}
.result3 div{
	background-color:#f3ae73;
}
.result4 div{
	background-color:#d2c895;
}
.result5 div{
	background-color:#b0c47f;
}
.result6 div{
	background-color:#588c75;
}
.resultDiv .date{
	font-family:GTRoundedBook;
	 
}
.resultDiv .eventname{
	font-family:GTRoundedBook;	
}
.resultDiv .venue{
	font-family:OpenSansSemiBold;	
}
.menucols{
	display:block;
	width:100%;
	margin-bottom:20px;
}
.content-wrapper.menu-page{
	display:none;
	border:none !important;
}
.col-wrap{
	padding:0 10px;	
}
.col-wrap ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.menu-head{
    font-family: GothamLight;
    font-size: 22px;
    margin-bottom: 10px;
}
.menu-head span{
	border-bottom: 4px solid #FFFFFF;
    padding-bottom: 3px;
}
.col-wrap ul li{
	font-size:16px;
	font-family:GothamLight;
	padding: 2px 0;	
}

.pagenotfound{font-size:90px; color:#ac3d00; margin:50px auto; text-align:center;}
.welcometextbig{font-size:40px; color:#ac3d00; margin:50px auto; text-align:center;}

.searchEvents{
    border:none; outline:none;
    border-bottom: 5px solid #fff;
    width:100%;
    background:none;
    font-family:OpenSansLight;
	color:#d6d6d6;
	padding:0;
	font-size: 34px;
        height: 65px;
}

.searchEvents:-moz-placeholder ,  .searchEvents::-webkit-input-placeholder, 
.searchEvents:-webkit-input-placeholder  , 
.searchEvents:-ms-input-placeholder{
  color: #FFFFFF;
}
 

@media all and (min-width: 1001px) {
	.header{
		display:block;
		margin: 55px 0;	
		position: relative;
    	z-index: 2;
	}
	.header .logo{
		height: 143px;
		left: 50px;
		position: absolute;
		width: auto;
	}
	.header .menu{
		border: 3px solid #FFFFFF;
	    border-radius: 10px;
	    display: inline-block;
	    height: 55px;
	    padding: 5px 42px;
	    position: absolute;
	    right: 50px;
	    top: 30px;
	    width: auto;
	}
	.header .menu-box{
		width:100%;
		height:100%;
		text-transform:uppercase;
		font-size:245%;
	}
	.content-wrapper{
		width: 65%;
		margin: 140px auto 0;
	}
        .smallwrap {
            width: 65% !important;
	}
	.searchResults{
		width: 100%;
	}
	 
	.searchResults ul li{
		/*font-size: 30px;*/
	}
	 
	.menucols{
		display:block;
		width:25%;
		float:left;	
	}
}

@media all and (max-width: 1000px) and (min-width: 700px) {
	.header{
		display:block;
		margin: 35px 0;	
	}
	.header .logo{
		height: 110px;
		left: 30px;
		position: absolute;
		width: auto;
	}
	.header .menu{
		border: 2px solid #FFFFFF;
	    border-radius: 5px;
	    display: inline-block;
	    height: 54px;
	    padding: 8px 30px;
	    position: absolute;
	    right: 30px;
	    top: 49px;
	    width: auto;
	}
	.header .menu-box{
		font-size: 190%;
	    height: 100%;
	    text-transform: uppercase;
	    width: 100%;
	}
	.content-wrapper{
		width: 70%;
    	margin: 105px auto 0;
	}
	 
	.menucols{
		display:block;
		width:33%;
		float:left;	
	}
}
@media all and (max-width: 699px)  {
	.header{
		display:block;
		margin: 35px 0;	
	}
	.header .logo{
		height: 110px;
		left: 15px;
		position: absolute;
		width: auto;
	}
	.header .menu{
		border: 2px solid #FFFFFF;
	    border-radius: 5px;
	    display: inline-block;
	    height: 54px;
	    padding: 8px 30px;
	    position: absolute;
	    right: 30px;
	    top: 49px;
	    width: auto;
	}
	.header .menu-box{
		font-size: 190%;
		height: 100%;
		text-transform: uppercase;
		width: 100%;
	}
	.content-wrapper{
		width: 70%;
		margin: 125px auto 0;
	}
	 
	.menucols{
		display:block;
		width:100%;
		margin-bottom:20px;
	}
        .searchEvents{
            font-size: 25px;
}
}
.searchLabel{
	display:block;
	font-size:20px;	
	margin-bottom:8px;
}
 
.blinker{
	background-color: #fff;
    display: inline-block;
    float: left;
    height: 42px;
    width: 5px;
    margin-top: 5px;
   	margin-right: 1px;
}
.blinkerhide{
	background: none;
}
.blinkerinbetween{
	margin-left: 1px;
}
.searchText{
	float: left; margin-left:3px;
}


/*New text layouts */
.text-page-title{
        font-size:35px;
        text-transform: uppercase;
	font-family:GothamLight;
	color:#FFF; 
        border-left: 8px solid #fff; padding-left:15px;
}

.text-page-summary{
    
        font-size:15px;
 	font-family:GothamLight;
	color:#FFF; 
        margin:10px 0px 15px 30px;
}

.text-page-maintext{
    
    font-size:12px;
 	font-family:GothamLight;
	color:#FFF; 
        margin:10px 0px 5px 30px;
    
    
}

/* */
.fleft{
    float:left;
}
.profilewrap{
    padding:10px 30px;
    
}
.profiledata{
        
 	font-family:GothamLight;
	color:#515151; clear: both;  
        width: 100%; margin-bottom: 20px;margin-top:10px;
    
}

.profile_fullname{
        font-size:55px;
 	color:#7e5757; 
    
}

.profile_icon{ margin-left: 30px;
        font-size:15px;
 	color:#fff; background: #515151; width:50px; height: 50px; border-radius:35px; padding:15px;
}


.progress_percentage{
    
    font-size:25px;
 	color:#515151;
}

.note_icon{  
        font-size:15px;
 	color:#fff; background: #ed1c24; width:30px; height: 30px; border-radius:15px; padding:5px 12px; font-family: Gotham; font-weight:bold; 
}

.note_text{ color:#101010;font-size:14px;width:80%; margin-left:20px;}

.surveys{
     color:#006699; font-size: 80px;
}
  span.level4{font-family: Gotham; font-weight:bold; font-size: 16px;margin-bottom: 3px; display:block;
 clear: after;}
    span.level3{font-family: Gotham; font-weight:bold; font-size: 13px; display:block;}
    span.level3-0{font-family: Gotham; font-weight:bold; font-size: 13px;  }
    
.profile_info{margin:10px ; padding:5px; clear: both;   width: 100%;}

.profile_label{width:140px;color:#262626; font-family: Gotham; font-weight:bold; font-size:22px; margin-left: 32px; }
.profile_data{width:340px;color:#262626; font-family:GothamBook; font-size:18px; margin-left: 32px; }
.profile-separator{font-size: 30px; margin-left: 39px;}
.profile_title{height:45px; margin:30px -20px ;   display: table; vertical-align: middle; width:104.2%; background: #454545; color: #bfbfbf; padding: 5px 50px; font-size: 23px;}

 div.tix_info_icon div { display: none; }
    .qtipcustom{ 
    border : 3px solid #6dcff6;
    background-color: #EBF9FF;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    }
    
    .qtipcustom a, .qtipcustom a:hover, .qtipcustom a:visited, .qtipcustom a:active{
        color:#0000CC; text-decoration: underline;
    }