/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.radiolabelbutton {
    display: none;
}
.radiolabelbutton + label {
    font-size: 15px;
    color: #616366;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #E6E9EB;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
}
.radiolabelbutton:checked + label {
    border-color: #00aaff;
    color: #ffffff;
    border: none;
    background: #00aaff;
}
.radiolabelbutton1 {
    display: none;
}
.radiolabelbutton1 + label {
    font-size: 15px;
    color: #616366;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #E6E9EB;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
}
.radiolabelbutton1:checked + label {
    border-color: #00aaff;
    color: #ffffff;
    background: url(../img/pay-select-icon.png) no-repeat bottom right;
}
.flexlayoutform {
    /* display: -webkit-flex; */
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.flexlayout100p {
    width: 100%;
}
.flexwidth1sixth {
	width: 100%;
}
.btn-hh {
    height: 50px;
    line-height: 50px;
    width: auto;
    min-width: 155px;
    padding: 0 10px;
    background: #00aaff;
    font-size: 16px;
    color: #fff;
    border: 0;
}
div.balance_blocks 							{ display:-webkit-flex; display:flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-align-items:center; align-items:center; }

a.balance_block								{ display:block; width:28%; padding:10px 10px 10px 10px; border:1px solid #e6e9eb; border-radius:3px; text-align:center; transition: all ease-in .15s; }
a.balance_block:before						{ font-family:"icons"; font-size:58px; line-height:38px; color:#1e88e5; }
a.balance_block :nth-child(1)				{ position:relative; top:0px; font-size:20px; color:#363b40; font-weight:500; margin-top:20px; transition: all ease-in .15s; }
a.balance_block :nth-child(2)				{ position:relative; top:0px; font-size:14px; color:#363b40; margin-top:20px; transition: all ease-in .15s; }
a.balance_block :nth-child(3)				{ position:relative; text-align:center; padding: 0 8px; top:0px; margin-top:5px; opacity:0; transition: all ease-in .15s, opacity ease-in .35s; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
a.balance_block:hover						{ border-color:#1e88e5; }
a.balance_block:hover :nth-child(1)			{ top:-10px; }
a.balance_block:hover :nth-child(2)			{ top:-10px; opacity:1;}
a.balance_block:hover :nth-child(3)			{ top:-10px; opacity:1; }

div.balance_blocks1 							{ display:-webkit-flex; display:flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-align-items:center; align-items:center; }

a.balance_block1								{ display:block; width:100%; border:1px solid #e6e9eb; border-radius:3px; text-align:center; transition: all ease-in .15s; }
a.balance_block1:before						{ font-family:"icons"; font-size:58px; line-height:38px; color:#1e88e5; }
a.balance_block1 :nth-child(1)				{ position:relative; top:0px; font-size:20px; color:#363b40; font-weight:500; margin-top:15px; transition: all ease-in .15s; }
a.balance_block1 :nth-child(2)				{ position:relative; top:0px; font-size:14px; color:#363b40; margin-top:15px; transition: all ease-in .15s; }
a.balance_block1 :nth-child(3)				{ position:relative; text-align:center; padding: 0 8px; top:0px; margin-top:5px; opacity:0; transition: all ease-in .15s, opacity ease-in .35s; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
a.balance_block1:hover						{ border-color:#1e88e5; }
a.balance_block1:hover :nth-child(1)			{  }
a.balance_block1:hover :nth-child(2)			{ top:-5px; opacity:1;}
a.balance_block1:hover :nth-child(3)			{ top:-10px; opacity:1; }
@media all and (min-width:0px) and (max-width:800px)
{
	div.balance_blocks				{ -webkit-flex-direction:column; flex-direction:column; }
	a.balance_block					{ width:100%; margin-bottom:20px; padding:30px 0px 0px 0px;}
	div.balance_blocks1				{ -webkit-flex-direction:column; flex-direction:column; }
	a.balance_block1					{ width:100%; text-align:center; margin-bottom:15px;}
}
.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 40px;
    background: #F5f6FA;
    line-height: 38px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781;
    padding: 0 0 0 12px;
}
.table-viewer-body {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.ticket-number {
	display: block;
	font-size: 1.2em;
	font-style: italic;
	color: #2a9fbb
}

.ticket-subject.unread {
	font-weight: 700
}

.ticket-attachments-message {
	padding-top: 4px;
	font-size: .8em
}

.ticket-reply {
	margin: 15px 0 25px 0;
	padding: 0;
	border: 1px solid #efefef;
	background-color: #fff
}

.ticket-reply.staff {
	border: 1px solid #cce4fc
}

.ticket-reply .date {
	float: right;
	padding: 8px 10px;
	font-size: .8em
}

.ticket-reply .user {
	padding: 5px 0;
	background-color: #f8f8f8
}

.ticket-reply.staff .user {
	background-color: #f2f9ff
}

.ticket-reply .user i {
	float: left;
	font-size: 1.6em;
	padding: 7px 15px
}

.ticket-reply .user .name {
	display: block;
	font-size: .9em
}

.ticket-reply .user .type {
	display: block;
	font-weight: 700;
	font-size: .8em
}

.ticket-reply .message {
	padding: 20px 5px 10px 20px
}

.ticket-reply .rating,.ticket-reply .rating-done {
	float: right;
	padding: 5px 10px;
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 24px
}

.ticket-reply .rating span.star,.ticket-reply .rating-done span.star {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block
}

.ticket-reply .rating-done .rated {
	display: inline-block;
	font-size: 12px;
	font-family: Tahoma
}

.ticket-reply .rating span.star:hover {
	cursor: pointer
}

.ticket-reply .rating span.star:before,.ticket-reply .rating-done span.star:before {
	content: "\f006";
	padding-right: 0;
	color: #999
}

.ticket-reply .rating span.star:hover:before,.ticket-reply .rating span.star:hover~span.star:before,.ticket-reply .rating-done span.star.active:before {
	content: "\f005";
	color: #f2de88
}

.ticket-reply .attachments {
	margin: 0;
	padding: 10px 20px;
	border-top: 1px dashed #efefef;
	background-color: #f8f8f8;
	font-size: .8em
}

.ticket-reply .attachments ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none
}

.ticket-reply .clear {
	clear: both
}
.y4b {
    position: relative;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    margin: 0px 5px 20px 0px;
    padding: 20px;
}