* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

:hover, :active, :focus{
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

body {
	background: #F6F7F7; none no-repeat;
}

body, button, input {
	font: normal 16px/20px Verdana, sans-serif;
	vertical-align: middle;
	color: #585959;
}

p {
	padding: 10px;
}

input,
button,
#infobar, #content, #banner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	
input,
button {
	display: block;	
	margin: 0 0 5px 0;
	border: 0;
	padding: 10px;	
	width: 100%;
	text-align: left;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: 0px solid transparent;
    min-width: 200px;
    min-height: 50px;
}


@media only screen 
and (max-device-width : 320px) {
 #forward_number {
	min-width: 60px;
	width: 190px;
	}
}


.lo-icon {
	background: #ffffff url('images/png/logout.png') no-repeat 10px 10px;
	background-size: 20px;
	width: 40px;
	height: 40px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}

input {
	color: #000;
	background: #FFF none no-repeat;
	-webkit-user-modify: read-write-plaintext-only;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.pm_select {
	display: block;
}

input[type='text'], input[type='password'] {
box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
width: 100%;
height: 30px;
margin: -3px 0;
padding: 3px 6px;
border: 1px solid #BCC1C5;
box-shadow: inset 0 2px 5px -1px #D7DADC;
box-shadow: inset 0 2px 5px -1px rgba(0,0,0,.15);
margin: 0px 0 10px 0;
float: left;
}

button {
	background-color: #F48C00;
	padding-bottom: 14px;
}

button {
min-width: 70px;
padding: 5px 20px;
font-family: museo700, Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
background-color: #F48C00;
border: 1px solid #D76E00;
box-shadow: 0 2px 4px -2px rgba(0,0,0,.75), inset 0 1px 2px -1px #FFF;
border-radius: 5px;
color: #FFF;
float: left;
margin-bottom: 15px;
}

ul {
	list-style: none;
}

.dialog li.logout {
	background: #F48C00 url('images/svg/check.svg') no-repeat 10px 15px;
}
.nosvg li.logout {
	background-image: url('images/png/check.png');
}

.dialog li.cancel {
	background: #F48C00 url('images/svg/cancel.svg') no-repeat 10px 15px;
}
.nosvg li.cancel {
	background-image: url('images/png/cancel.png');
}

.dialog li.logout, .nosvg li.logout, .dialog li.cancel, .nosvg li.logout {
	background-size: 30px;
}

.moods {
	width: 100%;
}

.moods li, .pm_links li, .dialog li {
	border-top-left-radius: 10px;	
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	line-height: 40px;
	background: #F6F7F7 none no-repeat 10px 10px;
	background-size: 40px;
	border: 1px solid #ECEEF0;
	height: 40px;
	cursor: pointer;
}

.moods li.smaller {
	width: 43%;
	margin-bottom: 10px;
	position:relative;
    display: inline-block;
    float: left;
}

.moods li.scnd {
	float: right;
}

.moods li.loading {
	 opacity: 0.5;
	 background: #F6F7F7 url('images/svg/throbber.svg') no-repeat center center;
}

.nosvg li.loading {
	background: #F6F7F7 url('images/png/throbber.gif') no-repeat center center;
	background-size: 25px 25px;
}

@media all and (min-width: 300px) and (max-width: 400px) {	
	.moods li.smaller {
	width: 40%;
	}
	.form-control {
		max-width: 280px;
	}
}

.moods li.smaller:last-child {
	margin-bottom: 20px;
}

.moods li span {
	margin-right: 25px;
}

.moods .active {
  background-color: #F48C00;
}

.moods .active a, .moods .active span {
  color: #FFF;
}

.moods li a {
	color: #fff;
	text-decoration: none;
	color:#585959;
}

.moods li.voicemail.disabled a {
	color: #325D99;
}

.moods li.voicemail.disabled {
	background-image: url('images/svg/voicemail_darkblue.svg');
}

.nosvg .moods li.voicemail.disabled {
	background-image: url('images/png/voicemail_darkblue.png');
}

.pm_links a {
	color: #fff;
	text-decoration: none;
}

/* branding buttons */
.pm_http, .pm_tel, .pm_mailto {
	background: #F48C00 none no-repeat 10px 10px;
	background-size: 20px;
	cursor: pointer;
	padding-left: 40px;
	height: 40px;
}

.pm_http {
	background-image: url('images/svg/branding_internet.svg');
}
.nosvg .pm_http {
	background-image: url('images/png/branding_internet.png');	
}
.pm_tel {
	background-image: url('images/svg/branding_call.svg');
}
.nosvg .pm_tel {
	background-image: url('images/png/branding_call.png');
}
.pm_mailto {
	background-image: url('images/svg/branding_email.svg');
}
.nosvg .pm_mailto {
	background-image: url('images/png/branding_email.png');
}


/* backgrounds for branding links */
.pm_links li.pm_li_http, .pm_http {
	background-image: url('images/svg/branding_internet.svg');
}
.nosvg .pm_links li.pm_li_http {
	background-image: url('images/png/branding_internet.png');
}
.pm_links li.pm_li_tel {
	background-image: url('images/svg/branding_call.svg');
}
.nosvg .pm_links li.pm_li_tel {
	background-image: url('images/png/branding_call.png');
}
.pm_links li.pm_li_mailto {
	background-image: url('images/svg/branding_email.svg');
}
.nosvg .pm_links li.pm_li_mailto {
	background-image: url('images/png/branding_email.png');
}

#infobar, #header, #content, #banner {
	max-width: 480px;
	min-width: 320px;
	margin: 0 auto;
}

#infobar {
	height: 50px;
	padding: 14px 10px 10px 10px;
	background-color: #FFF;
	color: #000;
}

.pm_top_links {
	position: absolute;
	right: 0px;
	width: 130px;
}

.pm_top_links a {
	text-decoration: none;
	color: #fff;
}

.pm_top_links li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

#content {
	padding: 10px;
}

.source, .content_wrap {
	display: none;
}

#dvLoading {
   height: 100px;
   width: 30px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
}

.pm_header_banner {	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.pm_header_banner img {
display: block;
height: 40px;
margin: -10px auto 0 auto;
}

.container_header, .nosvg.container_header {
width: 100%;
height: 50px;
background-color: #fff;
overflow: hidden;
margin: 0;
border-bottom: 1px solid #dfe2e4;
}

.pm_header_info {
	height: 20px;
	padding: 8px;
}

#branding_name {
	margin-left: 30px;
	float: right;
}

#forward_number {
    color: #F48C00;
}

.back_bt, .nosvg .back_bt {
	float: left;
	background-size: 38px;
	height: 38px;
	width: 38px;
	cursor: pointer;
	-webkit-appearance:none;
}
.back_bt {
    background-image: url('images/svg/button_back.svg');
    -webkit-appearance:none;
}
.nosvg .back_bt {
	background-image: url('images/png/button_back.png');
	-webkit-appearance:none;
}

.clear {
	clear: both;
}

#pm_page_main {
	display:none;
}

.ui-screen-hidden {
	display: none;
}

.container {
margin-left: auto;
margin-right: auto;
max-width: 480px;
/* width: 100%; */
border: 1px solid #dfe2e4;
margin-top: 10px;
background-color: #FFF;
padding-right: 0;
padding-left: 0;
}

.page {
width: 94%;
padding: 0 3%  3%;
}

.pm_header, .pm_header_title, .pm_header_branding {
font-size: 18px;
line-height: 40px;
padding: 10px;
float: left;
}

.forward .android_fix {
	width:4px;
	min-width: 4px; 
	position:absolute; 
	top: 1px; 
	left: 1px; 
	margin: 0; 
	padding:0;
}

.ui-hidden-accessible, .ie_notice,
.ui-hidden-accessible, .localStorage_not_supported{
	display: none;
}

.ui-hidden-accessible.acc {
	float: left;
	clear: both;
}

.ui-hidden-accessible {
	/* padding-left: 10px; */
}

.ie_notice_cnt,
.localStorage_not_supported_cnt {
	width: 400px;
	/* text-align: center; */
	margin: 20px auto 0 auto;
}

.ie_notice_cnt ul,
.localStorage_not_supported_cnt ul {
	margin-top: 10px;
}

.ie_notice_cnt li,
.localStorage_not_supported_cnt li {
	list-style: none;
}

.ie_notice_cnt a,
.localStorage_not_supported_cnt a {
	text-decoration: none;
	color: #C77405;
}

#fw_del_link {
	float: right;
}

.form-control:focus, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(229, 103, 23, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}

.form-control {
	padding: 0;
	clear: both;
}
