@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,800');
@font-face { 
    font-family: 'HelveticaNeue';
    src: url('arsenal-regular-webfont.eot');
    src: url('arsenal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('arsenal-regular-webfont.woff') format('woff'),
         url('arsenal-regular-webfont.ttf') format('truetype'),
         url('arsenal-regular-webfont.svg#arsenalregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #161718 !important;
    background: #FCFCFC !important;
}
a{
color:#4ab350;
text-decoration:none;
}
a:hover{
color:#888a8d;
}
.clear{
clear:both;
}
#wrapper{
	width:1205px;
	margin:0 auto;
	padding:0px 20px;	
}

#header{
	border-top: 0;
	background: #47ae4b;	
	padding:13px 0px;
	width:100%;
}
#logo{
	margin-left:20px;
}
#logo a{
    display: block;
    width: 423px;
    height: 60px;
    background: url(../images/aibt-cms-white.png) no-repeat;
    background-size: 420px;
}
#language{
	float:right;
	text-align:right;
	margin-right:5px;
	margin-top:4px;	
}
select.language_selector{
	border:1px solid #cfd4d6;
	background:#FFF;
	padding:4px 4px;
	border-radius:3px;
}
#navbar{
    background: #ffffff;
    color: #fff;
    border-radius: 35px;
    margin-bottom: 20px;
    height: 55px;
    display: none;
}
#navbar ul{
	margin:0px;
	padding:0px;
	list-style:none;
	color:#FFFFFF;
}
#navbar ul li{
	float:left;
}
#navbar ul li a{
    color: #1a222f;
    display: block;
    font-weight: 600;
    border-radius: 35px;
    padding: 12px 20px;
    margin-top: 3px;
}
#navbar ul li a:hover{
    background: #47ae4b;
    color: #fff;
    text-decoration: none;
}
#navbar ul li a.current{
	background:#47ae4b;
	color: #fff;
}

/* Content */
#content{
	background: #fcfcfc;
    border-radius: 10px;
    padding: 20px;
}
.title{
    color: #1a222f;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 0;
    padding: 0px 0 12px;
    font-family: 'Poppins', sans-serif;
}

/* Footer */
#footer{
    background: #1a222f;
    font-size: 12px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 35px;
}
#footer a{
	color:#eeeeee;	
}
.left_content{
	width:230px; float:left;
}
.memberbox{
	font-size:14px;	
	margin-bottom:20px;
}
.memberbox .mheader{
	background:#fcfcfc; 
	border-radius:3px 3px 0 0; 
	border-color:#cfd4d6 #cfd4d6 #fff; 
	border-width:1px; 
	border-style:solid; 
	padding:8px 15px; 
	display:inline-block; 
	color:#4c4c4c; 
	top:1px; 
	position:relative;
}
.memberbox .mcontent{
	background:#fcfcfc; 
	border-radius:0px 0px 3px 3px; 
	border:1px solid #cfd4d6;
}
.memberbox .mcontent ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.memberbox .mcontent ul li a{
	display:block;
	padding:5px 10px;
}
.memberbox .mcontent ul li a:hover{
	background:#f4f5f7;
}
.memberbox .mcontent ul li{
	border-bottom:1px solid #eeeeee;
}
.memberbox .mcontent ul li:last-child{
	border-bottom:none;	
}
/* Forms */
.tbl-title{
    font: 18px 'Poppins', sans-serif;
    letter-spacing: .6px;
    color: #1a222f;
    text-transform: uppercase;
    padding: 0;
}
form .zebraodd{
    padding: 0;
    font: 600 14px 'Poppins', sans-serif;
    color: #6a6666;
}
form table{
	margin-bottom:10px;
}
.zebraodd{
	background: #fcfcfc;
}

.radios{
	padding:2px 0px;
}
input[type="radio"]{
	vertical-align:bottom;
}
input[type="text"], input[type="password"], select, textarea{
    border: solid 2px #cacaca !important;
    font: 600 14px 'Poppins', Arial;
    padding: 12px;
    width: 100%;
	border-radius: 4px;
	margin:2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#6a6666;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus{
    outline: 0 none;
    border: solid 2px #47ae4b !important;
}
input[type="button"], input[type="submit"]{
    cursor: pointer;
    padding: 10px 45px;
    float: left;
    border: 0;
    font: 600 14px 'Poppins', Arial;
    background: #53AC47;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 35px;
}
input[type="button"]:hover, input[type="submit"]:hover{
    background: #53AC47;
    transition: .3s;

}
.searchboxcontainer {
    position: relative;
	margin-bottom:20px;
}
input[type="text"].search_input{
	width:100%;
	font-size:18px;
	padding:10px;
	border-radius:3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

	box-sizing: border-box;
}


input[type="submit"].search_button{
	z-index:999;
	position:absolute;
	float:right;
	top:9px;
	right:10px;
	color:#FFF;
	border:none;
	text-transform:uppercase;
	font-size:14px;
	border-radius:3px;
	background: #bfd255; /* Old browsers */
background: #8fc800; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #8fc800 0%, #8fc800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fc800 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fc800 0%,#8fc800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fc800 0%,#8fc800 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8fc800 0%,#8fc800 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */

}
.error_box{
    border: 1px solid #EF5350;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 10px;
    background: #EF5350;
    margin-bottom: 5px;
    border-radius: 35px;
}
.success_box{
	border:1px solid #d6e9c6;
	color:#468847;
	padding:5px 15px;
	margin-top:10px;
	background:#dff0d8;
	margin-bottom:5px;
	border-radius:5px;
}
.redtxt{
    color: #ff1f1b;
    font-weight: 600;
}
/* End Forms */

/* Ticket List */
.ticket_information{
	margin-bottom:30px;
}
.ticket_information .ticket_subject{
	background:#ffffff;
	border:1px solid #dddddd;
	border-bottom:none;
	font-size:24px;
	padding:15px 10px 10px 10px;
}
.ticket_information .ticket_subject small{
	font-size:14px;
	display:block;
	margin-top:10px;
}
.ticket_information .ticket_details{
	display:table;
	width:100%;	
	border:1px solid #dddddd;
	border-collapse:collapse;
}
.ticket_information .ticket_details_block{
	background:#4c4c4c;
	color:#FFF;
	display:table-cell;
	border:1px solid #7f7f7f;
	padding:10px;
	font-size:16px;
}
.ticket_information .ticket_details_block .b_title{
	text-transform:uppercase;
	color:#d7d7d7;
	font-size:12px;
	line-height:normal;	
}
.ticket_conversation{
	border:1px solid #ddd;
	display:table;
	background:#FFF;
	width:100%;
	margin:20px 0px;
	clear:both;
}
.ticket_conversation .ticket_user{
	background:#ededef;
	display:table-cell;
	width:224px;
	border-right:5px solid #dddddd;
	padding:10px;
	color:#3c3e43;
	font-size:20px;
}
.ticket_conversation .ticket_user small{
	display:block;
	color:#999;
	font-size:14px;	
}
.ticket_conversation .ticket_message{
	display:table-cell;
}
.ticket_conversation .ticket_message .ticket_date{
	padding:5px 20px;
	color:#999;
	border-bottom:1px solid #eeeeee;
	font-size:14px;
}
.ticket_conversation .ticket_message .ticket_msg{
	padding:20px;
}
.staff_message{
	background:#ffffdd;		
}
.staff_message .ticket_staff{
	background:#ffffb9;
	display:table-cell;
	width:224px;
	border-right:5px solid #dddddd;
	padding:10px;
	color:#3c3e43;
	font-size:20px;
}
.staff_message .ticket_staff small{
	display:block;
	color:#999;
	font-size:14px;	
}
.ticket_tbl{
	/*
	border-collapse:collapse;
	border:none;
	*/
}

.ticket_tbl th{
	background:#e6e6e8;
	color:#3c3e43;
	text-align:center;
	padding:5px;
	font-weight:normal;
}
.ticket_tbl a.ticket_subject{
	margin-top:10px;
	display:block;
	background:#ffffff;
	border:1px solid #dddddd;
	border-bottom:none;
	color:#128dbe;
	font-size:24px;
	padding:10px;
}
.ticket_tbl .ticket_details td{
	background:#4c4c4c;
	color:#FFF;
	padding:10px;
}
td.ticketinfo{
	font-weight:bold;
}
/*Paginator */
.paginator{
margin:5px 0px;
}
.paginator a{
display:inline-block;
background:#ededef;
padding:2px 4px;
border:1px solid #dddddd;
color:#3c3e43;
min-width:15px;
text-align:center;
}
.paginator a:hover{
	border:1px solid #c8c8c8;
}
.paginator .page_current{
display:inline-block;
background:#4c4c4c;
padding:2px 4px;
border:1px solid #4c4c4c;
color:#fff;
min-width:15px;
text-align:center;
}

/* KNOWLEDGEBASE */

.knowledgebasecategorytitle{
	background:url(../images/folder.png) no-repeat scroll 0px 50%;
	padding-left:20px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:24px;
	border-bottom:1px solid #cfd4d6;
	margin-right:20px;
}
.knowledgebasecategorytitle a{
	color:#4c5156;	
}
.knowledgebasearticlelist{
	background:url(../images/file.png) no-repeat scroll 0px 50%;
	padding-left:20px;
	margin-bottom:5px;
}
.knowledgebasearticlelist a{

}
.knowledgebasearticlelisttitle{
	background:url(../images/file.png) no-repeat scroll 0px 50%;
	padding-left:20px;
	margin-bottom:5px;
	font-size:20px;
}

.knowledgebasearticletitle{
	font-size:26px;
	padding-bottom:10px;
}
.knowledgebasearticletitledescr{
	color:#92969b;
	font-size:14px;	
}
.knowledgebasearticleattachment{
	padding-top:10px;
	font-size:18px;
	color:#3c3e43;
}
.knowledgebaseattachmenticon{
	background:url(../images/attachment.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}
.knowledgebasepopulartitle{
	font-size:18px;	
	border-bottom:1px solid #cfd4d6;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:20px;
}

/* NEWS */
.newstitle{
	font-size:28px;
	padding-bottom:5px;
}
.newsdescription{
	color:#92969b;
	font-size:14px;	
}
.newscontent{
	border-bottom:1px solid #dddddd;
	padding-bottom:10px;	
	margin-bottom:30px;
}
.newspaginator{
	text-align:center;
}
.newspaginator a{
	display:inline-block;
	background:#f2f2f2;
	border-radius:5px;
	padding:5px 10px;
	margin:0px 5px;	
}
.calendar{
	width:45px;
	margin-right:5px;
}
.calendar .month{
	background:#cccccc;
	border-bottom:1px solid #bebebe;
	color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	text-align:center;
	font-size:14px;
}
.calendar .day{
	background:#f2f2f2;
	color:#999999;
	text-align:center;
	font-size:24px;
	padding:5px 0px;
}

/* V1.0.2 */
.social_button{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    border:1px solid #d9d9d9;
    border-radius: 4px;
    padding: 2px 5px;
    width: 110px;
    display: block;
    color: #333333;
    text-align: left;
    margin-top: 10px;
}
.social_button:hover{
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    color: #333333;
}
.social_button .google{
    background: url('../images/google.png');
    width:20px;
    height:20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}
.social_button .facebook{
    background: url('../images/facebook.png');
    width:20px;
    height:20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}
