/**
/* Reset5
/* Google
/* MIT Licensed
**/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}
nav ul{list-style:none;}
ol{list-style:decimal;}
ul{list-style:none;}
ul ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}
input,select,a img{vertical-align:middle;}

*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Global */
body,
html {
	font-size: 16px;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
    font-family: 'Doppio One', sans-serif;
    color: #000;
    background: #fff;
}

a {
	color: #bebdbd;;
	text-decoration: none;
	outline: none;
}
a:hover { color: #000; }

::selection { background: transparent; }
::-moz-selection { background: transparent; }


/* TABS */
.tabs {
	position: relative;
	height: 100%;
	width: 100%;
	min-width: 200px;
	overflow: hidden;
	margin: 0;
	font-weight: 300;
}

/* Tabs nav */
.tabs nav {
	text-align: center;
	height: 74px; /* match .tabs nav a line height */
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	background-color: #f7f7f7;
	border: 1px solid #cecece;
	border-top: none;
	border-bottom: none;
	box-shadow: inset 0 1px #becbd2;
	margin: 0 0.25rem;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	background-color: #fff;
	border: 1px solid #cecece;
	border-top: none;
	box-shadow: inset 0 8px #d33d6c;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #cecece;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #bebdbd;
	display: block;
	font-size: 1rem;
	line-height: 74px;
	padding: 0 1.25rem;
	white-space: nowrap;
}

.tabs nav li.tab-current a {
	color: #000;
}

/* Tabs icons */
.tabs nav a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -0.20rem 0.65rem 0 0;
}

.icon-call:before { background: url('/sipml5/svg/tab1-call.svg'); background-size: 100% 100%; height: 42px; width: 38px; }
.tab-current .icon-call:before { background: url('/sipml5/svg/tab1-current-call.svg'); background-size: 100% 100%; height: 42px; width: 38px; }
.icon-contacts:before { background: url('/sipml5/svg/tab2-contacts.svg'); background-size: 100% 100%; height: 34px; width: 32px; }
.tab-current .icon-contacts:before { background: url('/sipml5/svg/tab2-current-contacts.svg'); background-size: 100% 100%; height: 34px; width: 32px; }
.icon-recent:before { background: url('/sipml5/svg/tab3-recent.svg'); background-size: 100% 100%; height: 34px; width: 34px; }
.tab-current .icon-recent:before { background: url('/sipml5/svg/tab3-current-recent.svg'); background-size: 100% 100%; height: 34px; width: 34px; }
.icon-sms:before { background: url('/sipml5/svg/tab4-sms.svg'); background-size: 100% 100%; height: 38px; width: 36px; }
.tab-current .icon-sms:before { background: url('/sipml5/svg/tab4-current-sms.svg'); background-size: 100% 100%; height: 38px; width: 36px; }
.icon-messages:before { background: url('/sipml5/svg/tab5-messages.svg'); background-size: 100% 100%; height: 39px; width: 28px; }
.tab-current .icon-messages:before { background: url('/sipml5/svg/tab5-current-messages.svg'); background-size: 100% 100%; height: 39px; width: 28px; }

/* Tabs content */
.content {
	position: relative;
}
.content section {
	font-size: 1.25rem;
	padding: 30px 1rem 0px 1rem;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
    background: #fff;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

.content section.content-current {
	display: block;
    min-height: 440px;
}

.panelbox {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	max-width: 560px;
}
.w-border {
	border: 1px solid #bebdbd;
	border-radius: 6px;
}

/* *temp */
.panelbox h3 {
	color: #000;
	display: inline-block;
	font-size: 4rem;
	line-height: 1.9em;
	margin: 1.5em 0;
}

/* Tabs media queries */
@media screen and (max-width: 52.375rem) {
    .tabs nav a span {
		/*display: none;*/
	}

	.tabs nav a:before {
		/*margin-right: 0;*/
	}

	.panelbox:before,
	.panelbox:after {
		content: '';
		display: table;
	}

	.panelbox:after {
		clear: both;
	}

	.content section {
		padding: 20px 1rem 0px 1rem;
	}
	.panelbox {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 560px) {/*was 32rem*/
    body {
        background: #f6f6f6 !important;
    }
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}
    .tabs nav a span {
		display: none;
	}



	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

    .tabs nav ul li:first-child {
		border-left: 2px solid #cecece;
	}
	.tabs nav ul li:last-child {
		border-right: 1px solid #cecece;
	}

	.content section {
		padding: 15px 1rem 0px 1rem;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
	}
	.panelbox {
		width: 100%;
		margin-bottom: 15px;
	}

    .w-border {
	    border: none;
	    border-radius: 0;
    }
}


/* COMMON ELEMENTS */
/* Buttons */
.button-pink {
	background: #e04175;
	background: -moz-linear-gradient(top, #E04175 0%, #E04175 50%, #d33d6c 50%, #d33d6c 100%);
	background: -ms-linear-gradient(top, #E04175 0%,#E04175 50%,#d33d6c 50%,#d33d6c 100%);
	background: -o-linear-gradient(top, #E04175 0%,#E04175 50%,#d33d6c 50%,#d33d6c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E04175), color-stop(50%,#E04175), color-stop(50%,#d33d6c), color-stop(100%,#d33d6c));
	background: -webkit-linear-gradient(top, #E04175 0%,#E04175 50%,#d33d6c 50%,#d33d6c 100%);
	background: linear-gradient(to bottom, #E04175 0%,#E04175 50%,#d33d6c 50%,#d33d6c 100%);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: 'Doppio One', sans-serif;
	border: 1px solid #e04175;
}
.button-pink:hover { color: #fff; }
.button-pink:focus { outline: none; }

.button-red {
	background: #e04175;
	background: -moz-linear-gradient(top, #d5083d 0%, #d5083d 50%, #c60738 50%, #c60738 100%);
	background: -ms-linear-gradient(top, #d5083d 0%,#d5083d 50%,#c60738 50%,#c60738 100%);
	background: -o-linear-gradient(top, #d5083d 0%,#d5083d 50%,#c60738 50%,#c60738 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5083d), color-stop(50%,#d5083d), color-stop(50%,#c60738), color-stop(100%,#c60738));
	background: -webkit-linear-gradient(top, #d5083d 0%,#d5083d 50%,#c60738 50%,#c60738 100%);
	background: linear-gradient(to bottom, #d5083d 0%,#d5083d 50%,#c60738 50%,#c60738 100%);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: 'Doppio One', sans-serif;
	border: 1px solid #e04175;
}
.button-red:hover { color: #fff; }
.button-red:focus { outline: none; }

.button-gray {
	background: #ebebeb;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 50%, #ebebeb 50%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f9f9f9 50%,#ebebeb 50%,#ebebeb 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#f9f9f9 50%,#ebebeb 50%,#ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(50%,#f9f9f9), color-stop(50%,#ebebeb), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f9f9f9 50%,#ebebeb 50%,#ebebeb 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#f9f9f9 50%,#ebebeb 50%,#ebebeb 100%);
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-family: 'Doppio One', sans-serif;
	border: 1px solid #d8d8d8;
}
.button-gray:hover { color: #000; }
.button-gray:focus { outline: none; }

.button-sort {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #fff 0%,#fff 50%,#f8f8f8 50%,#f8f8f8 100%);
	background: -o-linear-gradient(top, #fff 0%,#fff 50%,#f8f8f8 50%,#f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(50%,#f8f8f8), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top, #fff 0%,#fff 50%,#f8f8f8 50%,#f8f8f8 100%);
	background: linear-gradient(to bottom, #fff 0%,#fff 50%,#f8f8f8 50%,#f8f8f8 100%);
	border-radius: 3px;
	color: #858282;
	cursor: pointer;
	font-family: 'Doppio One', sans-serif;
	border: 1px solid #d9d9d9;
}
.button-sort:hover { color: #858282; }
.button-sort:focus { outline: none; }

.button-compose,
.button-edit {
	background: #ebebeb;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #f6f6f6 50%, #ebebeb 50%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#f6f6f6 50%,#ebebeb 50%,#ebebeb 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#f6f6f6 50%,#ebebeb 50%,#ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#f6f6f6), color-stop(50%,#ebebeb), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#f6f6f6 50%,#ebebeb 50%,#ebebeb 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#f6f6f6 50%,#ebebeb 50%,#ebebeb 100%);
	border-radius: 3px;
	color: #858282;
	cursor: pointer;
	border: 1px solid #d9d9d9;
}
.button-compose:hover,
.button-edit:hover { color: #858282; }
.button-compose:focus,
.button-edit:focus { outline: none; }

/* Inputs */
.input {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color 0.1s linear;
	-ms-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	background: #fff;
	border-radius: 0;
	border: 1px solid #bebdbd;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	padding: 10px 5px 10px 10px;
	width: 100%;
}
.textarea {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color 0.1s linear;
	-ms-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	background: #fff;
	border-radius: 0;
	border: 1px solid #bebdbd;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	padding: 10px;
	width: 100%;
}
.input:focus,
.textarea:focus {
	border-color: #000;
	outline: none;
}
.input::selection,
.textarea::selection { background: #f5e1e6; }
.input::-moz-selection,
.textarea::-moz-selection { background: #f5e1e6; }
::-webkit-input-placeholder { color: #a3a3a3; line-height: 1.2; }
:-moz-placeholder { color: #a3a3a3; line-height: 1.2; }
::-moz-placeholder { color: #a3a3a3; line-height: 1.2; }
:-ms-input-placeholder { color: #a3a3a3; line-height: 1.2; }


/* PANEL 01 - CALL */
/* Dial box */
.dialbox {
	position: relative;
	margin: 5px;
}
.dialbox > .input {
	height: 45px;
	font-size: 19px;
}
.clear-input {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 200;
	width: 21px;
	height: 18px;
	margin-top: -9px;
	background: url('/sipml5/svg/clear-input-ico.svg') no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	opacity: .3;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.input:focus + .clear-input {
	opacity: 1;
}
.clear-input:active {
	opacity: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Dialpad */
.dialpad {
	display: block;
	margin: 5px 5px 5px;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	list-style: none;
}
.dialpad li {
	float: left;
	position: relative;
	display: block;
	height:60px;
	width: 33.333333333%;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	border-bottom:1px solid #bebdbd;
	border-right:1px solid #bebdbd;
	background: #e3e4e4;
	background: -moz-linear-gradient(top,  #ffffff 15%, #e3e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e4e4));
	background: -webkit-linear-gradient(top,  #ffffff 15%,#e3e4e4 100%);
	background: -o-linear-gradient(top,  #ffffff 15%,#e3e4e4 100%);
	background: -ms-linear-gradient(top,  #ffffff 15%,#e3e4e4 100%);
	background: linear-gradient(to bottom,  #ffffff 15%,#e3e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e4',GradientType=0 );
	overflow: hidden;
	cursor: pointer;
}
.dialpad li:first-child,
.dialpad li::after:first-child{
	border-top-left-radius: 5px;
}
.dialpad li:last-child,
.dialpad li::after:last-child {
	border-bottom-right-radius: 3px;
}
.dialpad li:nth-child(3n),
.dialpad li::after:nth-child(3n) {
	border-top-right-radius: 5px;
}
.dialpad li:nth-child(10n),
.dialpad li::after:nth-child(10n) {
	border-bottom-left-radius: 3px;
}
.dialpad li:nth-child(10n) {
	font-weight: bolder;
	font-size: 30px;
	line-height: 63px;
}
.dialpad li:nth-child(3n+3) {
	border-right:none;
}
.dialpad li:nth-child(n+10) {
	border-bottom:none;
}
.dialpad li span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #a4a4a4;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 2px;
	width: 100%;
}
.dialpad li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid rgba(0,0,0,0.03);
	-moz-transition: border-color 0.1s linear;
	-ms-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}
.dialpad li:hover:after {
	border: 3px solid rgba(211,61,108,0.15);
}

/* Dial buttons */
.dial-buttons {
	padding: 0 5px 5px;
}
.dial-buttons > .button-pink,
.dial-buttons > .button-red {
	font-size: 21px;
	line-height: 45px;
	height: 45px;
	letter-spacing: 2px;
	user-select: none;
}

/* Credit info */
.credit-info {
	padding: 10px 0 5px;
	font-size: 18px;
}
.credit-info span {
	color: #d33d6c;
	padding-left: 3px;
}
.credit-buttons {
	padding: 5px 0 10px;
}
.credit-buttons > .button-pink,
.credit-buttons > .button-gray {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 0 8px;
}
.credit-info span::selection { background: #f5e1e6; }
.credit-info span::-moz-selection { background: #f5e1e6; }


/* PANEL 02 - CONTACTS */
/* Search box */
.search {
	position: relative;
	margin: 5px 0;
}
.search > .input {
	font-size: 13px;
	height: 32px;
	padding-left: 28px;
}
.search-ico {
	position: absolute;
	left: 13px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url('/sipml5/svg/search-ico.svg') no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	opacity: .4;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.input:focus + .search-ico {
	opacity: 1;
}

/* Action block (sorting filter & compose sms) */
.action-block {
	padding: 5px 0 10px;
}

/* Sorting filter */
.sorting-filter {
	padding: 0;
	width: 86%;
}
.button-sort {
	float: left;
	display: block;
	width: 50%;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.button-sort:nth-child(1) {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.button-sort:nth-child(2) {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.sort-active {
	background: #d9d9d9 !important;
	color: #000;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.03);
}
.sort-active:hover { color: #000 !important; }

/* Compose sms */
.compose-sms {
	float: right;
	width: 12%;
}
.compose-sms > .button-compose {
	float: right;
	display: block;
	width: 33px;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 8px;
	background: url('/sipml5/img/pen-ico.png') no-repeat center center;
	background-size: 100% 100%;
}

/* Avatar icos */
.avatar {
	float: left;
	display: block;
	height: 36px;
	width: 36px;
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ededed;
	box-shadow: inset 0 3px #fff;
	padding: 2px;
	cursor: pointer;
}

/* Contacts list  */
.contacts-list {
	padding-top: 5px;
	background: url('/sipml5/img/action-block-shadow.png') no-repeat top center;
	background-size: 100% auto;
}
.contact-item {
	position: relative;
	padding: 8px 5px;
	border-bottom: 1px solid #ededed;
}
.contact-item:last-child {
	border-bottom: none;
}
.contact-info {
	float: left;
	padding-left: 6px;
	max-width: 70%;
}
.contact-name {
	display: block;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact-phone {
	display: block;
	color: #a2a2a2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	text-align: left;
	line-height: 15px;
	letter-spacing: 1px;
}
.contact-name::selection,
.contact-phone::selection { background: #f5e1e6; }
.contact-name::-moz-selection,
.contact-phone::-moz-selection { background: #f5e1e6; }

/* Keku user */
.keku-user {
	position: absolute;
	right: 7px;
	top: 50%;
	display: block;
	height: 9px;
	width: auto;
	margin-top: -4.5px;
}


/* TAB 03 - RECENT */
/* Recent list  */
.recent-list {
	padding-top: 5px;
	background: url('/sipml5/img/action-block-shadow.png') no-repeat top center;
	background-size: 100% auto;
}
.recent-item {
	position: relative;
	padding: 8px 5px;
	border-bottom: 1px solid #ededed;
}
.recent-item:last-child {
	border-bottom: none;
}
.recent-info {
	float: left;
	padding-left: 6px;
	max-width: 65%;
}
.recent-name {
	display: block;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	line-height: 21px;
	white-space: nowrap;
	/*overflow: hidden;
	text-overflow: ellipsis;*/
    overflow:visible;
}
.recent-type-outgoing,
.recent-type-missed,
.recent-type-incoming {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	line-height: 15px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recent-type-outgoing {
	color: #a2a2a2;
	background: url('/sipml5/img/recent-outgoing-ico.png') no-repeat left 3px;
	background-size: auto 55%;
}
.recent-type-missed {
	color: #fc0b27;
	background: url('/sipml5/img/recent-missed-ico.png') no-repeat 2px 1px;
	background-size: auto 65%;
}
.recent-type-incoming {
	color: #a2a2a2;
	background: url('/sipml5/img/recent-incoming-ico.png') no-repeat left 3px;
	background-size: auto 55%;
}
.recent-call-time {
	/*float: right;*/
	display: inline-block;
	color: #a2a2a2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	line-height: 36px;
    position:absolute;
    top:19px;
    right:0px;
}
.recent-name::selection,
.recent-type-outgoing::selection,
.recent-type-missed::selection,
.recent-call-time::selection { background: #f5e1e6; }
.recent-name::-moz-selection,
.recent-type-outgoing::-moz-selection,
.recent-type-missed::-moz-selection,
.recent-call-time::-moz-selection { background: #f5e1e6; }


/* PANEL 04 - SMS */
/* Edit sms list */
.edit-sms-list{
	padding: 0;
	width: 45%;
}
.button-edit {
	float: left;
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 8px;
}

/* Compose sms */
.compose-sms.w-label {
	float: right;
	width: 50%;
}
.compose-sms.w-label > span {
	float: right;
	display: block;
	padding-right: 10px;
	color: #a2a2a2;
	font-size: 13px;
	font-weight: lighter;
	text-align: right;
	line-height: 32px;
}

/* SMS list  */
.sms-list {
	padding-top: 5px;
	background: url('/sipml5/img/action-block-shadow.png') no-repeat top center;
	background-size: 100% auto;
}
.sms-item {
	position: relative;
	padding: 8px 5px;
	border-bottom: 1px solid #ededed;
}
.sms-item:last-child {
	border-bottom: none;
}
.sms-info {
	float: left;
	padding-left: 6px;
	max-width: 85%;
}
.sms-name {
	display: block;
	max-width: 175px;
	min-width: 175px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sms-message {
	display: block;
	max-width: 220px;
	min-width: 220px;
	max-height: 30px;
	color: #a2a2a2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	line-height: 15px;
	overflow: hidden;
}
.sms-time {
	position: absolute;
	right: 5px;
	top: 10px;
	display: block;
	padding-right: 8px;
	color: #a2a2a2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	line-height: 20px;
	background: url('/sipml5/img/sms-expand-arrow.png') no-repeat right 45%;
	background-size: auto 55%;
}
.sms-name::selection,
.sms-message::selection,
.sms-time::selection { background: #f5e1e6; }
.sms-name::-moz-selection,
.sms-message::-moz-selection,
.sms-time::-moz-selection { background: #f5e1e6; }


/* TAB 05 - MESSAGES */
/* Messages list  */
.messages-list {
	border-top: 5px solid transparent;
	padding-top: 5px;
	background: url('/sipml5/img/action-block-shadow.png') no-repeat top center;
	background-size: 100% auto;
}
.messages-item {
	position: relative;
	padding: 8px 5px;
	border-bottom: 1px solid #ededed;
}
.messages-item:last-child {
	border-bottom: none;
}
.messages-info {
	float: left;
	padding-left: 6px;
	max-width: 40%;
}
.messages-name {
	display: block;
	max-width: 100px;
	min-width: 100px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.messages-time {
	display: block;
	max-width: 220px;
	min-width: 220px;
	max-height: 30px;
	color: #a2a2a2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	line-height: 15px;
	overflow: hidden;
}
.messages-name::selection,
.messages-time ::selection { background: #f5e1e6; }
.messages-name::-moz-selection,
.messages-time ::-moz-selection { background: #f5e1e6; }



/* Progressbar */
.progressbar {
	float: right;
	display: block;
	width: 30%;
	padding-top: 7px;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
}
.progressbar:before, .progressbar:after { content: " "; display: table; }
.progressbar:after { clear: both; }

.percent {
	position: relative;
	text-align: left;
	float: left;
	padding-left: 2px;
}
.elapsed {
	position: relative;
	text-align: right;
	float: right;
	padding-right: 2px;
}
.pbar .ui-progressbar-value { display: block !important; }
.pbar {
	display: block;
	width: 100%;
	margin-top: 13px;
	overflow: hidden;
	clear: both;
}

/* jQueryUI progressbar custom */
.ui-widget-content {
	height: 6px;
    border: 1px solid #dddddd;
    background: #dddddd;
    border-radius: 6px;
}
.ui-widget-header {
	height: 6px;
	margin: -1px 0 0;
    background: #d33d6c;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}



/* COMPOSE SMS - IN LIGHBOX */
.lightbox { display: none; }

/* Textarea input */
.sms-textbox {
	display: block;
	margin: 5px 5px 5px;
	padding: 0;
}
.sms-textbox > .textarea {
	min-height: 240px;
	font-size: 15px;
	line-height:1.4;
	resize: none;
}
.sms-limit {
	margin: 5px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	text-align: left;
}
.sms-limit span {
	font-weight: bold;
}
.sms-button  {
	position: relative;
	padding: 0 5px 5px;
}
.sms-button  > .button-pink {
	font-size: 21px;
	line-height: 45px;
	height: 45px;
	letter-spacing: 2px;
	user-select: none;
}
.sms-icon {
	display: inline-block;
	height: 26px;
	width: auto;
	padding-left: 3px;
	margin-right: -10px;
	margin-bottom: -2px;
}

.play-voicemail {
    width: 16px;
    cursor: pointer;
}
/**
 * Featherlight lightbox
 * Version 1.2.3
 * MIT Licensed.
**/
.featherlight {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
}
.featherlight:last-of-type {
	background: rgba(255, 255, 255, 1);
	margin: 0 1rem;
}
.featherlight .featherlight-content {
	position: relative;
	vertical-align: middle;
	display: block;
	padding: 0 0 0;
	border-bottom: 25px solid transparent;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
	max-height: 95%;
	background: transparent;
	cursor: none;
	white-space: normal;
}
.featherlight .featherlight-inner {
	display: block;
	padding-top: 45px;
}
.featherlight .featherlight-close-icon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding-right: 5px;
	line-height: 45px;
	color: #000;
	font: Arial, sans-serif;
	text-align: right;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	overflow: hidden;
}
