body {
	margin:0;
	color:#7c7c7c;
	font:14px/24px Arial, Helvetica, sans-serif;
	background:#eaeaea;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width:320px;
}
img {border-style:none;}
a {
	color:#7c7c7c;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
q {quotes:none;}
q:before {content:''}
q:after {content:''}
input[type="text"],
input[type="password"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	border-radius:0;
	-webkit-border-radius:0;
}
input[type="submit"]::-moz-focus-inner{
	padding:0;
	margin:0;
	border:0;
}
input[type="submit"]{cursor:pointer;}
/*wrapper*/
#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
}
/*header*/
#header{
	background:#fff;
	height:43px;
	position:relative;
	z-index:10;
	box-shadow:inset 0 -4px 0px 0px #ededed, 0 1px 3px 0px #c9c7c7;
	-webkit-box-shadow:inset 0 -4px 0px 0px #ededed, 0 1px 3px 0px #c9c7c7;
}
/*header-holder*/
.header-holder{
	max-width:640px;
	margin:0 auto;
	padding:10px 0 15px;
	position:relative;
}
.header-holder:after{
	content:'';
	display:block;
	clear:both;
}
/*logo*/
.logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:68px;
	height:21px;
	margin:-1px 5px 0 17px;
}
.logo a{
	display:block;
	height:100%;
}
/*top-bar*/
.top-bar{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
.top-bar > li{
	float:left;
	padding:0 14px 0 17px;
	background:url(../images/sep.png) no-repeat 0 50%;
}
.top-bar > li:first-child{background:none;}
.top-bar > li > a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:20px;
	width:20px;
	background:url(../images/sprite.png) no-repeat -9999px -9999px;
}
.top-bar .refresh > a{background-position:0 0;}
.top-bar .block > a{background-position:-24px  0;}
.top-bar .trust > a{background-position:-49px 0;}
.top-bar .dropdown > a{background-position:-72px 0;}
/*slide*/
.dropdown .slide{
    position: absolute;
    display: inline-block;
	background:#d2d2d2 url(../images/bg-slide.png) repeat-x;
	top:43px;
	left:0;
	right:0;
	padding:14px 14px 0;
}
.dropdown.active div {
    position: absolute;
}
.dropdown.active .message-box {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 -25px;
}
.dropdown.active .message-box .messages {
}

/*search-form*/
.search-form
{
	height:18px;
	padding:10px 10px 10px 36px;
	position:relative;
	background:#f2f2f2;
	margin:0 -3px 16px -2px;
	border-radius:18px;
	-webkit-border-radius:18px;
	box-shadow:0 -1px 0px 0px #b7b7b7;
	-webkit-box-shadow:0 -1px 0px 0px #b7b7b7;
}

.search-form:after{
	content:'';
	position:absolute;
	background:url(../images/sprite.png) no-repeat -40px -25px;
	width: 16px;
	height: 16px;
	top:10px;
	left:16px;
}
.search-form{
	height:14px;
	padding:10px 10px 10px 36px;
}
.search-form input[type="text"]{
	display:block;
    margin:-2px;
	padding:0;
	width:100%;
	outline:none;
	color:#9e9d9d;
	border:none !important;
	background:none;
	font:13px/18px Arial, Helvetica, sans-serif;
}
.search-form .text{
	width:100%;
	outline:none;
	margin:0;
	padding:0;
}
/*message-box*/
.message-box{
	color:#9e9d9d;
	overflow:hidden;
	line-height:16px;
	padding:0 0 10px;
}
.message-box .holder{overflow:hidden;margin-left: 25px;}
.message-box .user-name{display:block;}
.message-box .email{
	display:block;
	font-size:9px;
}
.message-box .messages{
	float:right;
	padding:7px 0 0;
	font-size:12px;
}
.message-box a{color:#9e9d9d;}
/*menu*/
.menu{
	padding:0;
	margin:0 -14px;
	list-style:none;
	border-top:1px solid #dfdede;
	background:#c7c6c6;
    top: 35px;
    position: relative;
}
.menu li{
	vertical-align:top;
	display:block;
	border-bottom:1px solid #c5c3c3;
	background:#c7c6c6;
}
.menu li a{
	color:#858585;
	display:block;
	padding:6px 30px 8px 15px;
	position:relative;
}
.menu li a:before{
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	background:url(../images/sprite.png) no-repeat -9999px -9999px;
}
.menu .preferences a:before{
	background-position:0 -44px;
	width: 12px;
	height: 9px;
	margin:-5px 1px 0 0;
}
.menu .setting a:before{
	background-position:-14px -44px;
	width: 14px;
	height: 14px;
	margin:-7px 1px 0 0;
}
.menu .aliases a:before{
	background-position:-29px -44px;
	width: 16px;
	height: 12px;
	margin:-5px 0 0;
}
.menu .reports a:before{
	background-position:-49px -44px;
	width: 12px;
	height: 11px;
	margin:-4px 2px 0 0;
}
.menu .log-out a:before{
	background-position:-64px -44px;
	width: 13px;
	height:15px;
	margin:-6px 2px 0 0;
}
.menu li:hover,
.menu .active{background:#d4d2d3;}
.menu a:hover{text-decoration:none;}
/*content*/
#content{
	max-width:640px;
	margin:0 auto;
	position:relative;
}
.content-area{
	overflow:hidden;
	position: relative;
}
/*content-holder*/
.content-holder{
	overflow:hidden;
	position:relative;
}
/*panel*/
.panel{
	min-height:49px;
	overflow:hidden;
	position:relative;
	background:#dad8d8;
	border-bottom:1px solid #cccbcb;
	box-shadow:0 1px 3px 0px rgba(200, 200, 200, 0.35);
	-webkit-box-shadow:0 1px 3px 0px rgba(200, 200, 200, 0.35);
}
/*content-text*/
.content-text{overflow: hidden;}
.content-box{
	overflow: hidden;
	padding:10px 13px 12px;
}
.slide-holder{overflow: hidden;}
/*slide*/
.slide-holder .slide{
	overflow:hidden;
	position:relative;
	padding:7px 15px;
	background:#eaeaea;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #cccbcb;
	box-shadow:0 1px 3px 0px rgba(200, 200, 200, 0.35);
	-webkit-box-shadow:0 1px 3px 0px rgba(200, 200, 200, 0.35);
}
.panel .check-holder{
	float:left;
	background:url(../images/divider.png) no-repeat 100% 0;
	padding:13px 2px 12px 6px;
}
.select-holder{overflow:hidden;}
select.arrange{
	display:block;
	width:100%;
}
.select-arrange{width:100% !important;}
/*listview*/
.listview{
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.listview li{
	overflow:hidden;
	border-bottom:1px solid #dedddd;
	padding:11px 15px 11px 6px;
}
.listview .input-checked-parent{background:#d9ebf9;}
.listview .heading:after{
	content:'';
	display:block;
	clear:both;
}
.listview .name{
	font-size:14px;
	line-height:24px;
	margin:0;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:200px;
	position:absolute;
	left:40px;
}
.listview .name span{
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}
.listview .name a 
{	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.listview p{margin:0;}
.listview .date{
	float:right;
	text-transform:uppercase;
	font-style:normal;
	font-size:12px;
	line-height:20px;
	padding:3px 0 0;
}
.attachment{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:300px;
}
.attachment:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	background:url(../images/sprite.png) no-repeat 0 -59px;
	width: 24px;
	height: 22px;
	margin:1px 6px 0 0;
}
.attachment:hover{
	text-decoration:none;
	color:#000;
}
/*login-page*/
.login-page,.resetpasswordrequest-page
.inner{background:#fff;}
.login-page #header,.resetpasswordrequest-page #header{
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	box-shadow:inset 0 2px 0px 0px rgba(0,0,0,.05), inset 0 -2px 0px 0px rgba(0,0,0,.05);
	-webkit-box-shadow:inset 0 2px 0px 0px rgba(0,0,0,.05), inset 0 -2px 0px 0px rgba(0,0,0,.05);
	padding:115px 0 14px;
	height:auto;
	margin:0 0 34px;
}
.login-page .logo, .resetpasswordrequest-page .logo {
	display:block;
	margin:0 auto;
	float:none;
	width:156px;
	height:49px;
}
/*login-form*/
.login-form{padding:0 60px 42px;}
.login-form .area{
	background:url(../images/bg-area.png) repeat-x 0 100%;
	padding:0 0 3px;
	margin:0 0 7px;
}
.login-form .row{padding:0 0 6px;}
.login-form .row:after{
	content:'';
	display:block;
	clear:both;
}
.login-form input[type="text"],
.login-form input[type="password"]{
	display:block;
	width:100%;
	text-align:center;
	color:#8d8d8d;
	font:10px/18px Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	height:28px;
	padding:0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
	outline:none;
}
.parent-focus input[type="text"],
.parent-focus input[type="password"],
.form .select-area.select-focus,
.login-form .select-area.select-focus,
.check-field:hover,
.radio-field:hover{
	border:1px solid #ddd;
	box-shadow:0px 0px 0px 2px #f2f2f2;
	-webkit-box-shadow:0px 0px 0px 2px #f2f2f2;
}
.password{position:relative;}
.password .input-placeholder-text{
	display:block;
	left:0;
	top:0;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	color:#8d8d8d;
	font:10px/18px Arial, Helvetica, sans-serif;
	height:18px;
	padding:5px 5px 4px;
}
.check-field,
.radio-field{
	overflow:hidden;
	width:100%;
	color:#8d8d8d;
	font:13px/18px Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	padding:9px 5px 8px 19px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
}
.login-form .check-field{
	float:right;
	width:49% !important;
	margin:0;
	overflow:hidden;
	min-height:28px;
	color:#8d8d8d;
	font:10px/18px Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	padding:0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
}
.check-field .chk-area,
.radio-field .rad-area{
	border-radius:7px;
	-webkit-border-radius:7px;
	background:#f4f4f4;
	height:7px;
	width:7px;
	margin:6px 18px 5px 0;
}
.check-field .chk-checked,
.radio-field .rad-checked{
	box-shadow:inset 0px  -1px 5px 0px rgba(0,0,0,.05), inset 0px  -1px 1px 0px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0px  -1px 5px 0px rgba(0,0,0,.05), inset 0px  -1px 1px 0px rgba(0,0,0,.2);
}
.login-form .check-field .chk-area{
	height:5px;
	width:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 5px 10px 9px;
}
.check-field label,
.radio-field label{
	font-size:9px;
	line-height:25px;
	display:block;
	overflow:hidden;
	margin:0;
	font-weight:normal;
}
.login-form .lang{
	float:left;
	width:45%;
}
.login-form .select-area{
	float:left;
	width:49% !important;
	color:#8d8d8d;
	font:10px/18px Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	height:28px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
}
.login-form .select-area .select-opener{
	background-position:0 -115px;
	width: 9px;
	height: 5px;
	right:9px;
	top:11px;
}
.login-form .select-area .center{padding:4px 10px;}
.select-options.drop-lang ul{
	font-size:9px;
	line-height:12px;
}
#login-btn-change-password {
    display: none;
}
.btn-login, .btn-send-email, .btn-change-password{
	display:block;
	min-width:81px;
	margin:0 auto;
	border:none;
	height:28px;
	text-transform:uppercase;
	color:#6c7384;
	padding:0 5px;
	text-align:center;
	font:bold 9px/30px Arial, Helvetica, sans-serif;
	box-shadow:inset 0px 1px 0 -1px #f8f8f8, inset 0px  -1px 0px 0px #bdbdbd;
	background: #fdfdfd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fdfdfd 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f0f0f0 100%);
}
.logo-vircom{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 40px;
	width:85px;
	height:19px;
}
.logo-vircom a{
	display:block;
	height:100%;
}
/*content-block*/
.content-block{
	background:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	color:#918f90;
	padding:18px 16px 4px;
	margin:13px 12px;
	box-shadow:0px 3px 0px 0px #ededed, 1px 4px 0px 0px #c9c7c7;
	-webkit-box-shadow:0px  3px 0px 0px #ededed, 1px 4px 0px 0px #c9c7c7;
}
.content-block h1{
	color:#425471;
	text-align:center;
	font-size:15px;
	line-height:30px;
	margin:0 0 25px;
}
.content-block h2{
	color:#f88700;
	font-size:12px;
	line-height:22px;
	margin:0 0 12px 13px;
	text-transform:uppercase;
}
/*form elements*/
.form label,
.form .label{
	display:inline-block;
	vertical-align:top;
	color:#9e9e9e;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
	margin:0 0 6px 10px;
}
.form .row{padding:0 0 8px;}
.form .select-field{padding:0 0 24px;}
.form .check-field{margin:0 0 8px;}
.form .check-field label,
.form .radio-field label{
	display:block;
	overflow:hidden;
	margin:0;
	font-weight:normal;
}
.form .row:after{
	content:'';
	display:block;
	clear:both;
}
.form select{
	display:block;
	width:100%;
}
.form .select-area{
	width:100% !important;
	color:#8d8d8d;
	font:14px/18px Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	height:41px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
}
.form .select-area .center{padding:11px;}
.form .select-area .select-opener{
	background-position:-20px -125px;
	width: 13px;
	height: 7px;
	top:19px;
	right:13px;
}
.form .select-disabled{
	border:1px solid #f7f7f7;
	color:#dfdfdf;
}
.radio-field{margin:0 0 8px;}
.form .item{
	padding:0 0 0 85px;
	position:relative;
	z-index:1;
}
.form .item:after{
	content:'';
	display:block;
	clear:both;
}
.form .item:before{
	content:'';
	position:absolute;
	left:17px;
	z-index:-1;
	border:1px solid #f2f2f2;
	border-width:0 0 1px 1px;
	top:-8px;
	height:26px;
	width:68px;
}
.form input[type="text"],
.form input[type="password"]{
	display:block;
	width:100%;
	color:#505050;
	font:15px/18px Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	height:41px;
	padding:5px 9px 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
	outline:none;
}
.form .group{padding:0 0 25px;}
.add-field{position:relative;}
.form .add-field input[type="text"]{padding-right:85px;}
.form .add-field.parent-focus input[type="text"]{color:#8d8d8d;}
/*btn-add*/
.btn-list-add{
	display:block;
	position:absolute;
	top:6px;
	right:7px;
	text-transform:uppercase;
	color:#061d44;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	height:29px;
	padding: 0px 10px 0px 10px;
	min-width:56px;
	text-align:center;
	background: #f6f6f6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ececec 100%);
	box-shadow:inset -1px -1px 1px 0px rgba(0,0,0,.2), inset 1px 1px 0px 0px rgba(0,0,0,.05);
	-webkit-box-shadow:inset -1px -1px 1px rgba(0,0,0,.2), inset 1px 1px 0px 0px rgba(0,0,0,.05);
}
.form .parent-focus .btn-list-add{display:block;}
/*senders-list*/
.senders-list{
	padding:0;
	margin:0;
	list-style:none;
}
.senders-list li{
	margin: 0 0 8px;
	position:relative;
	color:#505050;
	background:#f4f4f4;
	padding:9px 35px 6px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:2px;
	-webkit-border-radius:2px;
}
.senders-list li div 
{
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:100%;	
	white-space:nowrap;
	
}
/*close*/
.senders-list .close{
	position:absolute;
	top:16px;
	right:15px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat -35px -115px;
	width: 8px;
	height: 8px;
}
.senders-list .close:hover{background-position:-20px -115px;}
/*open-close*/
.open-close{margin:0 0 16px;}
/*opener*/
.open-close .opener{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:14px auto 0;
	background:url(../images/sprite.png) no-repeat -50px -115px;
	width: 8px;
	height: 7px;
}
.open-close.active .opener{background-position:-65px -115px;}
/*title-holder*/
.title-holder{
	overflow:hidden;
	padding:9px 8px 9px 11px;
	max-width:621px;
	margin:0 auto;
}
#header-email .title{
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:normal;
	line-height:20px;
}
h2.title
{
    font-size:9pt;
}
.container 
{
    text-align:center;
}

.control-home
{
	padding-top: 32px;
	text-align:center;
}
#error-description 
{
    font-size:8pt;
}


/*back*/
.back{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat -10px -125px;
	width: 5px;
	height: 9px;
	margin:6px 7px 0 0 ;
}
.ico-attachment{
	float:right;
	background:url(../images/sprite.png) no-repeat 0 -60px;
	width: 23px;
	height: 20px;
}
/*arrange*/
.arrange{
	position:relative;
	padding:5px 100px 6px 13px;
}
.arrange .name{display:block;}
.arrange .name span{
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}
.arrange .date{
	display:block;
	text-transform:uppercase;
	font-style:normal;
	font-size:12px;
	line-height:14px;
    text-align: right;
    position: absolute;
    right: 12px;
    top: 10px;    
}
.panel .opener{
	position:absolute;
	bottom:2px;
	right:17px;
	font-size:12px;
	line-height:22px;
	color:#9e9d9d;
	padding:0 14px 0 0;
}
.panel .opener em{
	display:none;
	font-style:normal;
}
.panel .opener:after{
	content:'';
	position:absolute;
	right:0;
	top:9px;
	background:url(../images/sprite.png) no-repeat 0 -125px;
	width: 8px;
	height: 4px;
}
.panel.active .opener:after{background:url(../images/sprite.png) no-repeat 0 -135px;}
.panel.active .opener em{display:inline;}
.panel.active .opener span{display:none;}
/*more-info*/
.more-info{
	word-wrap:break-word;
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	color:#9e9d9d;
	margin:0 0 0 -2px;
}
.more-info dt{
	float:left;
	clear:both;
	color:#868585;
	padding:0 3px 0 0;
	font-weight:bold;
}
.more-info dd{margin:0 0 3px;}
.content-text p{margin:0 0 24px;}
.attachment-inf{
	display:inline-block;
	vertical-align:top;
	background:#eaeaea;
	box-shadow:1px 2px 0px #d1d1d2;
	-webkit-box-shadow:1px 2px 0px #d1d1d2;
	padding:8px 24px 6px 39px;
	position:relative;
	font-size:13px;
	color:#9e9d9d;
	margin:0 0 0 -3px;
}
.attachment-inf:before{
	content:'';
	position:absolute;
	top:12px;
	left:17px;
	background:url(../images/sprite.png) no-repeat -80px -115px;
	width: 8px;
	height: 17px;
}
/*popup*/
.popup{
	display:none;
	margin:20px;
	width:215px;
	background:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	font-size:10px;
	line-height:12px;
	text-align:center;
	color:#918f90;
	padding:0 0 13px;
	box-shadow:0px 3px 0px 0px #ededed, 1px 4px 0px 0px #c9c7c7;
	-webkit-box-shadow:0px  3px 0px 0px #ededed, 1px 4px 0px 0px #c9c7c7;
}
.popup .content{padding:18px 10px 21px;}
.popup p{margin:0;}
.popup a{color:#ff2c2c;}
.popup .btn-close{
	color:#8d8d8d;
	background:url(../images/sprite.png) no-repeat -80px -137px;
	padding:0 0 0 12px;
}
/*footer*/
#footer, #footer-email{
    position: fixed;
    left: 0px;
    bottom: 0px;
	width:100%;
	background:#1b447e;
	color:#fff;	
	font-size:9px;
	line-height:11px;
	text-transform:uppercase;
}
#content-email 
{
}
/*footer-holder*/
.footer-holder{
	max-width: 640px;
	margin:0 auto;
	padding:7px 0 3px;
}
/*actions*/
.actions{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.actions li{
	display:inline-block;
	vertical-align:bottom;
	padding:0 5px;
}
.actions li a{
	display:block;
	color:#fff;
	font-weight:bold;
	max-width:55px;
	min-width:40px;
}
.actions li a:before{
	content:'';
	display:block;
	margin:0 auto 4px;
	clear:both;
	width:22px;
	height:22px;
	background:url(../images/sprite.png) no-repeat -9999px -9999px;
}
.actions .release a:before{background-position:-25px -59px;}
.actions .block a:before{background-position:-49px -59px;}
.actions .trust a:before{background-position:0 -84px;}
.actions .clear a:before{
	width:27px;
	background-position:-25px -83px;
}
.actions .delete a:before{background-position:-54px -86px;}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area {
	background:url(../images/sprite.png) no-repeat 0 -24px;
	float: left;
	width: 16px;
	height: 18px;
	margin:3px 9px 3px 4px;
}
.chk-checked {background-position:-20px -24px;}
/* custom radio styles */
.rad-area{
	margin: 0 10px 0 0;
	float: left;
	width: 20px;
	height: 20px;
}
/* custom select styles */
.select-area {
	background:#dad9d8;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 49px;
	float: left;
	color:#7c7c7c;
	font:13px/24px Arial, Helvetica, sans-serif;
}
.select-area .center {
	white-space: nowrap;
	padding:13px 11px;
	display:block;
	margin:0 20px 0 0;
}
.select-area .select-opener {
	background:url(../images/sprite.png) no-repeat -64px -24px;
	position: absolute;
	height: 7px;
	width: 14px;
	right:14px;
	top:22px;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #dad9d8;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #dedddd;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color:#7c7c7c;
	font:13px/24px Arial, Helvetica, sans-serif;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 13px;
	display: block;
	cursor: default;
	color: #7c7c7c;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #c0c0c0;
	color: #7c7c7c;
}
@media  ( -webkit-min-device-pixel-ratio : 1.5 ),
		( min-resolution : 144dpi ){
	.logo{
		background-size:68px 21px;
	}
	.login-page .logo{
		background-size:156px 49px;
	}
	.logo-vircom{
		background-size:85px 19px;
	}
	.top-bar > li > a,
	.search-form:after,
	.menu li a:before,
	.chk-area,
	.select-area .select-opener,
	.attachment:before,
	.actions li a:before,
	.senders-list .close,
	.open-close .opener,
	.panel .opener:after,
	.attachment-inf:before,
	.back,
	.ico-attachment{
		background-image:url(../images/sprite@2x.png);
		background-size: 89px 150px;
	}
}

#loading_data_email_list {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  display: block;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#module-email-listing-data 
{
	overflow:hidden;
	min-height:319px;
	height:319px;
	position:relative;
}


#email_view_sender
{
    float:left;
    clear:both;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:ellipsis;
    text-overflow: ellipsis;
    max-width: 95%;
}

.category:before
{
  content :'';
  display :inline-block;
  vertical-align :top;
  width: 32px;
  height: 32px;
  position:absolute;
  left:3px;
}

.category span
{
    left:34px;
    position:relative;
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:270px;
}

#email_view_category:before
{
    content:'';
    float:right;
    vertical-align:top;
    width:32px;
    height:32px;
    margin: -7px 0px -7px;
}

.icn-table-type1:before {
  background: url(../images/icons.png) -448px 0 no-repeat;
}
.icn-table-type2:before {
  background: url(../images/icons.png) -32px 0 no-repeat;
}
.icn-table-type3:before {
  background: url(../images/icons.png) -64px 0 no-repeat;
}
.icn-table-type4 :before{
  background: url(../images/icons.png) -96px 0 no-repeat;
}
.icn-table-type5:before {
  background: url(../images/icons.png) -320px 0 no-repeat;
}
.icn-table-type6:before {
  background: url(../images/icons.png) -160px 0 no-repeat;
}
.icn-table-type7:before {
  background: url(../images/icons.png) -192px 0 no-repeat;
}
.icn-table-type8:before {
  background: url(../images/icons.png) -224px 0 no-repeat;
}
.icn-table-type9:before {
  background: url(../images/icons.png) -256px 0 no-repeat;
}
.icn-table-type10:before {
  background: url(../images/icons.png) -288px 0 no-repeat;
}
.icn-table-type11:before {
  background: url(../images/icons.png) -128px 0 no-repeat;
}
.icn-table-type12:before {
  background: url(../images/icons.png) -352px 0 no-repeat;
}
.icn-table-type13:before {
  background: url(../images/icons.png) -384px 0 no-repeat;
}
.icn-table-type14:before {
  background: url(../images/icons.png) -416px 0 no-repeat;
}
.icn-table-type15:before {
  background: url(../images/icons.png) -0px 0 no-repeat;
}
.icn-table-type16:before {
    background: url(../images/icons.png) -479px 0 no-repeat;
}

@media  ( -webkit-min-device-pixel-ratio : 1.5 ),
		( min-resolution : 144dpi ){
    #email_view_category:before,
    .category:before 
    {
        background-image: url(../images/icons@2x.png);
        background-size: 512px 32px;
    }
}


.mobile_border_check {
    margin-left: 1em;
    margin-right: 0.75em;
}

a.setup-reset-password {
    color: #003a82;
    position: relative;
    top: 15px;
}
.row.setup-reset-password {
    width: 100%;
    display: inline-block;
    text-align: center;    
}

a.setup-reset-password, .message {
    display: none;
}

.message {
    padding: 5px;   
}

.row.title {
    font-weight: bold;
}
.row.title, .row.subtitle, .row.change-password, .row.contactsupport, .row.supportemail {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.g-recaptcha {
    margin: 0px auto;
    display: inline-block;
}
.row.captcha {
    text-align: center;
}

.row.input {
    padding: 5px 0px;
}

.row.supportemail, .message {
    padding-bottom: 15px;
}


div.emailAddress {
    text-align: center;
}

.modal-dialog {
    display: none;
}