/*
   Copyright : (C) 2014 Sagemcom - URD2

   This software and source file is the property of Sagemcom
   and may not be copied or used without prior written consent.
*/

.box-map .box-item p.title {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-width: 87%;
}

@media only screen and (min-width: 40.063em) {
	dialog.minor,
	.reveal-modal.minor {
		margin-right: -7%;
		width: 15%;
	}
}

/*Slider WIFI Scheduling*/
rzslider span.rz-pointer {
	display: none!important;
}

span.rz-bar.rz-selection {
	background : #43ae0f!important;
	-webkit-border-radius : 0px!important;
	border-radius: 0px!important;
}

rzslider span.rz-bar{
	background : #a20224!important;
	height : 1.575rem;
	-webkit-border-radius : 0px!important;
	border-radius: 0px!important;
}
rzslider span.rz-bar-wrapper{
	padding-top: 0px;
}
rzslider span.rz-bubble{
	font-size: 12px!important;
	bottom: 22px!important;
}


/*FIM - Slider WIFI Scheduling*/

.msg-error {
	display: block;
}

.inside-list {
	list-style: inside;
}

#refresh-btn {
	cursor: pointer;
}

#voice-ports {
	padding-bottom: 0px;
}

#dect-box {
	padding-bottom: 5px;
}

.no-cssanimations body {
	visibility: visible;
	opacity: 1;
}

.tabs-content > .content {
	display: block;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
#pf-games-apps select {
	margin: 0;
}
/* fix for firefox */

input[type=file]:invalid {
	box-shadow: none;
}

.inputWithMargin {
	margin: 0 0 1rem !important;
}

#dhcp-content,
.tv-pool {
	display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.ng-invalid:focus ~ div .error,
.ng-invalid:focus ~ .error {
	display: none;
}
.themes a[theme="#charter-theme"]   { background: #2998d8; }
.themes a[theme="#charter-gold-theme"]   { background: #b4a182; }
.themes a[theme="#charter-red-theme"]    { background: #c30028; }
.themes a[theme="#charter-violet-theme"] { background: #782b8f; }
.themes a[theme="#charter-orange-theme"] { background: #f7941d; }

.themes a[theme="#blue-theme"] {
	background: #2998d8;
}

.themes a[theme="#gold-theme"] {
	background: #b4a182;
}

.themes a[theme="#red-theme"] {
	background: #c30028;
}

.themes a[theme="#violet-theme"] {
	background: #782b8f;
}

.themes a[theme="#orange-theme"] {
	background: #f7941d;
}

/*** Overriding Foundation stuff ***/

small.error,
span.error {
	padding: 2px 0;
	text-align: center;
	margin-bottom: 0;
}

.bordered-content-hide,
.alert-box.ng-hide-remove.ng-hide-remove-active {
	-webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-moz-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-ms-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-o-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

.bordered-content-hide.ng-hide-add,
.bordered-content-hide.ng-hide-remove {
	display: block !important;
}

.ethernet > .columns .bordered-content-hide {
	display: block;
}

.ethernet > .columns:first-child .bordered-content-hide {
	display: block;
}

.bordered-content-hide.ng-hide {
	line-height: 0;
	opacity: 0;
	padding: 0 10px;
}

label {
	cursor: default;
}

button:focus {
	background-color: #455560 !important;
	color: #fff !important;
}

.alert-box.ng-hide-remove {
	display: block !important;
}

.alert-box.ng-hide {
	line-height: 0;
	opacity: 0;
	padding: 0 10px;
}

.alert-box.error {
	background-color: #FF0000;
	border-color: #B22222;
	color: white;
}

.reveal-modal pre {
	font-size: 12px;
	word-wrap: break-word;
}

.loadingResults {
	padding-top: 30px;
}

.fb-share-button {
	width: 75px !important;
	height: 20px !important;
}

.fb-share-button span {
	width: 75px !important;
	height: 20px !important;
}

.fb-share-button iframe {
	width: 75px !important;
	height: 20px !important;
}

table thead tr td,
table thead tr th {
	text-align: center;
}

#common-service-name,
#servicename-firewall {
	display: block;
}

#loading,
#pin-code {
	display: inherit;
}

#dect-container,
#wps-container,
#syslog-container,
#snmp-content,
#tr069-container,
#n2,
#n3,
#upnp-table {
	display: block;
}


@media all and (min-width: 320px) {
	.breakWord {
		max-width: 85px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}


@media all and (min-width: 643px) {
	.breakRule,
	.legendLabel {
		max-width: 150px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.breakRulePro {
		max-width: 240px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

.wifiSSIDName {
	float: right;
	padding-left: 2px;
}

@media all and (min-width: 641px) and (max-width: 732px) {
	.breakWifiSSID {
		max-width: 43%;
		float: right;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media all and (min-width: 732px) {
	.breakWifiSSID {
		max-width: 50%;
		float: right;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media all and (max-width: 642px) {
	.breakRule,
	.legendLabel {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	#leases-table .breakRule,
	.legendLabel {
		max-width: 150px;
	}
	.breakRulePro {
		max-width: 150px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.breakLog {
		max-width: 400px;
		word-wrap: break-word
	}
	#wan-table td,
	#atm-ptm-table td,
	#customRulesFirewall td {
		min-height: 37px;
	}
	.hide-on-mobile {
		display: none;
	}
}

.green .icon-device {
	background-color: green;
}

#dmz-input {
	display: block !important;
}

.dots {
	background: url(../images/dot-bg.gif) center top repeat-y;
	height: 6em;
	margin: 1em 0 0 !important;
}

.t-a-d td {
	position: relative;
	text-align: center!important;
}
/** ui-router animation transition **/
/*[ui-view]:first-child  {
	opacity: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: show-body .3s linear .5s 1 forwards;
	-moz-animation: show-body .3s linear .5s 1 forwards;
	animation: show-body .3s linear .5s 1 forwards;
}
.lt-ie9 [ui-view]:first-child {
	opacity: 1;
}*/

[ui-view]+[ui-view]:nth-child(n+1),
ui-view+ui-view:nth-child(n+1) {
	display: none;
}

.table-form-large {
	max-width: none;
}

.ng-pristine.ng-invalid-required.ng-invalid {
	box-shadow: none !important;
}

.ng-dirty.ng-invalid-required.ng-invalid {
	box-shadow: none !important;
}
/* NG cloak to prevent flickering while angular is not loaded */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
	display: none !important;
}

.modal-title {
	padding: 0.8rem 0.8rem 0.8rem 2rem;
	height: auto;
	line-height: normal;
	text-align: right;
}

.webRadioContainer iframe {
	height: 300px;
	width: 100%
}

@media only screen and (max-width: 40em) {
	.webRadioContainer iframe {
		height: 400px;
	}
	.header-tools {
		clear: right;
	}
	.header-box-icon-spacing{
		display: none;
	}
	#cablemodem .responsive-table tbody td {
	    padding-right: 52%;
	}
}

.traffic-test {
	text-align: center;
	width: 100%;
	height: 480px;
}

.traffic-test-error {
	background: url(../images/traffic-test-error.png) center no-repeat;
}

@media all and (max-width: 810px) {
	#traffic-frame {
		-ms-zoom: 0.95;
		-moz-transform: scale(0.95);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.95);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.95);
		-webkit-transform-origin: 0 0;
	}
}

@media all and (min-width: 700px) and (max-width: 773px) {
	#traffic-frame {
		-ms-zoom: 0.85;
		-moz-transform: scale(0.85);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.85);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.85);
		-webkit-transform-origin: 0 0;
	}
}

@media all and (min-width: 643px) and (max-width: 700px) {
	#traffic-frame {
		-ms-zoom: 0.75;
		-moz-transform: scale(0.75);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.75);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: 0 0;
	}
}

.no-border {
	border-radius: 0.5rem 0 0 0!important;
}

#wifi-env .jqplot-event-canvas {
	z-index: 30;
}

.wifi-env-legend {
	padding: 4px;
	background-color: rgba(188, 206, 216, 1);
	display: inline-block;
}

.ng-hide-add,
.ng-hide-remove {
	/* ensure visibility during the transition */

	display: block !important;
	/* yes, important */

	overflow: hidden;
}

.cssSlideUp {
	transition: .5s linear all;
	height: 178px;
}

.cssSlideUp.ng-hide {
	height: 0;
}

@media only screen and (max-width: 40.063em) {
	.hd_list_media {
		height: auto;
	}
	.cssSlideUp {
		height: 163px;
	}
}

.tree-view-wrapper,
.tree-view-wrapper ul {
	list-style: none;
}

.tree-view-wrapper label {
	display: inline-block;
	margin-right: 2px;
	max-width: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

@media only screen and (max-width: 40.063em) {
	.tree-view-wrapper label {
		max-width: 230px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 0;
	}
}

.tree-view-wrapper .plus-folder {
	background: url(../images/coloricons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-color: transparent;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
}

.tree-view-wrapper .plus-squire-close {
	background: url(../images/sprite_tree.png);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	border-color: transparent;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
}

.tree-view-wrapper .plus-squire-open {
	background: url(../images/sprite_tree.png);
	background-repeat: no-repeat;
	background-position: 0 -224px;
	border-color: transparent;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
}

.tree-view-wrapper {
	max-height: 520px;
}

.tree-view-wrapper input[type=radio] {
	margin: 0;
}

div.coverOperation {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0.2;
	background-color: black;
	text-align: center;
	vertical-align: middle;
	top: 0px;
	right: 0px;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

div.coverOperationMsg {
	position: absolute;
	z-index: 9999;
	top: 34%;
	right: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 20px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: blink;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-direction: normal;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-timing-function: ease-in-out;
}

@media only screen and (max-width: 40em) {
	.reveal-modal,
	dialog {
		min-height: 100px;
		max-width: 70%;
		position: absolute;
		right: 15%;
	}
}

.no-header {
	margin-top: 80px;
}

.page_blocked .sadFace {
	font-family: "sagemcom-type-regular";
	font-size: 11rem;
	font-weight: bold;
	color: #e5e5e5;
	text-align: center;
}

.table-phone .addressInfo {
	height: 38px;
	overflow-y: scroll;
}

.table-phone.deleteDiv {
	border-right: 1px solid #eeeeee;
	text-align: center;
	height: 100%;
}

.phonebook .accordion dd {
	width: 100%;
	float: right;
}

.maintenance-result {
	font-size: 13px;
}

@media print {
	a {
		display: none;
	}
	div {
		display: none;
	}
	small {
		display: none;
	}
	.qr {
		z-index: 999;
		display: block !important;
		position: fixed !important;
		right: 3em !important;
		top: 3em !important;
		width: 300px !important;
		height: 300px!important;
		visibility: visible !important
	}
}

.copyright {
	font-size: 0.8em;
	color: #4d4d4d;
}

.st {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}

.vel-ds {
	display: inline-block;
	margin-left: 0px !important;
}

.not-found-div, .align-center {
	text-align: center;
}

.btn-retry {
	background: #2998d8;
	border-radius: 5px;
	outline: none;
	margin: 0;
}

.brand {
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
	background-position: 0 0;
	height: 30px;
	width: 220px;
}

.breakLog {
	max-width: 400px;
	max-width: 400px;
	word-wrap: break-word;
}

.justified {
	text-align: justify;
}

.innerRed > span {
	color: red;
}

.ejectButton {
	position: relative;
	float: left;
	top: -4.8rem;
	background-image: url(../images/icon-eject.png);
	background-color: transparent;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 !important;
	padding-top: .575rem !important;
	padding-left: .375rem !important;
	padding-bottom: .325rem !important;
}

.ejectButton:hover {
	background-color: transparent;
}

.strengthDiv {
	text-align: center;
	margin-top: 10px;
}

.weak {
	background: url(../images/weak.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 17px;
}

.fair {
	background: url(../images/fair.gif);
	background-repeat: no-repeat;
	width: 77px;
	height: 17px;
}

.strong {
	background: url(../images/strong.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 17px;
}

#sipSettingsForm h6 {
	margin: 1.0rem 0 .2rem;
}

#add-contact .columns {
	margin-bottom: 1rem;
	margin-bottom: 16px;
}
/* these  classes were hard coded in html or js files */

.switchOlfeo {
	right: 0;
}

.noConnectedDevicesPadding {
	padding: 25px 0;
}

.noConnectedDevicesPadding2 {
	padding: 10px 0;
}

.myMediaApplyCancel {
	text-align: -webkit-left;
	padding-top: 10px;
}

.dropClass1 {
	display: inline-block;
	padding-left: 10px;
}

.dropClass2 {
	margin-left: 5px;
}

.cloudClass1 {
	position: relative;
	right: 30px;
}

.cloudClass2 {
	margin-bottom: 30px;
}

.monitorClass1 {
	height: 400px;
	width: 100%;
	float:left;
}

.sipClass1 {
	border-radius: 5px 5px 0px 0px;
}

.sipClass2 {
	border-radius: 0 5px 0 0;
	text-decoration: none;
}

.sipClass3 {
	border-radius: 0 5px 0 0;
}

.voiceClass1 {
	float: right;
	padding-left: 5px;
}

.wpsClass1 {
	padding: 9px 0;
}

.text-right, .text-right-adjustable {
	text-align: left;
}

#callPanel1 .verticalAlignFake {
	padding-top: 8px;
}

/* @noflip */
.text-always-left {
	text-align: left;
	margin-right: 5px;
}

@media only screen and (max-width: 40.063em) {
	#userlog {
	  width: auto;
	}
	.text-right-adjustable {
		text-align: inherit;
	}
	#callPanel1 .verticalAlignFake {
		padding-top: 0;
	}
}

.noBottom {
	margin-bottom: 0px;
}

.dhcpLeaseTxt{
	margin: 0 0 1rem;
}

.external-link-button-style{
	background-image: url(../images/external-link.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 7%;
	padding-left: 45px !important;
}

.reveal-modal qr {
	display: block;
}

.onoffswitch.align-center {
  margin: 0 auto;
}

.fieldMargin{
	margin: 0 0 1rem !important;
}

.header-box-icon.dect {
	width: 29px;
}

.header-box-icon.dect.icon--border-off,
.header-box-icon.dect.icon--border-on {
    width: 60px;
}

.sagemcom-accordion .accordion-navigation > a, .sagemcom-accordion dd > a .accordion-icon:before, .mutant-accordion dd > a .accordion-icon:before {
	content: '\25BC';
	padding-left: 5px;
}

.sagemcom-accordion .accordion-navigation.active > a, .sagemcom-accordion dd.active > a .accordion-icon:before, .mutant-accordion dd.active > a .accordion-icon:before {
	content: '\25B2';
	padding-left: 5px;
}

.sagemcom-accordion .accordion-navigation > a, .sagemcom-accordion dd > a .accordion-icon:before {
	color: white;
}

.vel-ds .minSpeed {
	min-width: 70px;
}

.subTitle{
	float: right;
	padding-left: 6px;
}

#statistics dd img, .mutant-accordion hr {
	display:none;
}

.mutant-accordion h5{
	display: inline;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	line-height: inherit;
	margin: 0;
	width: auto;
	color: inherit;
}

.mutant-accordion dd table {
	padding: 16px 0;
  	margin-bottom: 0;
}

.mymedia-arrowDown {
	float: none !important;
	display: inline-block;
}

.no-margin {
	margin: 0;
}

.dashed-border {
	border: 2px dashed #888;
}

.bt-disabled {
	opacity: 0.4;
	cursor: default;
}

.responsive-table.firewall-table .order-up {
	background-image: url(../images/order-up.png);
}

.responsive-table.firewall-table .order-down {
	background-image: url(../images/order-down.png);
}

.responsive-table.firewall-table .order-up,
.responsive-table.firewall-table .order-down {
	width: 20px;
	height: 20px;
	display: none;
	border: 0;
	font-size: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
}

@media only screen and (max-width: 40.063em) {
	.responsive-table.firewall-table td {
		width: 100%;
	}
	.responsive-table.firewall-table .order-up,
	.responsive-table.firewall-table .order-down {
		display: inline;
	}
}

.new-item {
	background: red;
    border-color: #f3f3f3;
    color: #fff;
}

.icSpeed {
	height: 133px;
}

.mutant-accordion dd > a span {
	padding-left: 20px;
}

#statistics .openIcon, #statistics .closeIcon {
	display: none;
}

#statistics .mutant-accordion dd.active > a .closeIcon, #statistics .mutant-accordion dd > a .openIcon {
	display: inline-block;
}

#statistics .mutant-accordion dd > a .closeIcon, #statistics .mutant-accordion dd.active > a .openIcon {
	display: none;
}

.mutant-accordion dd:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
}

.mutant-accordion dd.active {
    border: 0;
}

.wifiStatus {
	float: right !important;
	margin-top: 12px;
}

.wifiStrength {
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    float: left;
}

#device-information .wifiStrength {
	top: -5px;
	left: 20px;
}

.hasStrength .info-device, .hasStrength .info-device {
	width: 58%;
}

#wifi-24.box-map .hasStrength.box-item, #wifi-5.box-map .hasStrength.box-item {
	padding-left: 0;
	padding-right: 0.5em;
}

.wifiStrength.power0 {
	background-image: url('../images/icon-wifi0.png');
}
.wifiStrength.power1 {
	background-image: url('../images/icon-wifi1.png');
}
.wifiStrength.power2 {
	background-image: url('../images/icon-wifi2.png');
}
.wifiStrength.power3 {
	background-image: url('../images/icon-wifi3.png');
}
.wifiStrength.power4 {
	background-image: url('../images/icon-wifi4.png');
}
.webRadioContainer {
	text-align: center;
}
.tree-view-wrapper>ul>li {
	margin-bottom: 50px;
}
.smallDhcpConflict hr:last-child {
    display: none;
}

.onOffTinyButtons{
    background-color: #455560;
    border: 0;
    cursor: pointer;
    transition: none;
    border-style: solid;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: .6875rem;
    width: 3rem;
    height: 2rem;
    color: #fff;
    border-radius: 8px;
    font-family: Trebuchet,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.forwardingHelpIcon{
	padding: 0px 4px;
	cursor: pointer;
}

.capitalize{
	text-transform: capitalize;
}

.playing{
	background-color: #AAD7F1!important;
}

.speedMaelstrom {
	display: none;
}

.speedGeneric {
	display: block;
}

#uploadStatus label {
	display: inline-block;
}
#uploadStatus .k-sprite {
	height: 17px;
}
/* player */
.player {
    padding: 15px
}
.player-controls {
    text-align: center;
    margin-bottom: 15px
}
@media (min-width: 645px) {
    .player-controls {
        float: right;
        max-width: 115px
    }
}
.player-controls-previous,
.player-controls-play,
.player-controls-next {
    font-size: 0;
    height: 35px;
    padding: 0;
    width: 35px;
    margin: 0;
    vertical-align: middle
}
.player-controls-play {
    height: 50px;
    width: 50px;
    margin: 0 -6px;
    z-index: 1
}
.player-track-info {
    text-align: center;
    margin-bottom: 15px
}
@media (min-width: 645px) {
    .player-track-info {
        text-align: right;
        float: right;
        padding-right: 15px
    }
    .player-track-info b {
        display: block
    }
}
.player-alert {
    text-align: center;
    position: relative
}
.player-alert-content {
    display: inline-block;
    padding: 5px 10px
}


.ui-state-default,
.ui-state-hover,
.ui-state-focus,
.ui-state-active{
    background: none !important;
    border: 0px !important;
}

.player-slider {
    clear: both;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.player-slider-track, .ui-slider {
    height: 5px;
    width: 100%
}
.player-slider-track-progress, .ui-slider-range {
    height: 5px;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.1s ease-in-out 0s;
    -moz-transition: width 0.1s ease-in-out 0s;
    transition: width 0.1s ease-in-out 0s
}
.player-slider-handler, .ui-slider-handle {
    border: 2px solid !important;
    display: block !important;
    height: 15px !important;
    width: 15px !important;
    margin-right: -7.5px !important;
    position: absolute !important;
    top: -5px !important;
    -webkit-transition: all 0.1s ease-in-out 0s !important;
    -moz-transition: all 0.1s ease-in-out 0s !important;
    transition: all 0.1s ease-in-out 0s !important;
    cursor: pointer !important;
}
.player-list,
.player-list-track {
    list-style: none;
    margin: 0;
    padding: 0;
}
.player-list-link {
    border: 1px solid;
    display: block;
    padding: 9px 12px;
    padding-left: 31px;
}
.player-list-link:before,
.player-list-link:after {
    content: '';
    display: table;
}
.player-list-link:after {
    clear: both;
}
.player-list-track:not(:first-child):not(:last-child) .player-list-link {
    border-top: 0;
    border-bottom: 0;
}
.player-list-track:first-child:not(:last-child) .player-list-link {
    border-bottom: 0;
}
.player-list-track:last-child:not(:first-child) .player-list-link {
    border-top: 0;
}
.player-list-track-duration {
    float: left;
}
.player {
    background-color: #f0f0f0;
}
.player-controls-previous,
.player-controls-play,
.player-controls-next {
    border: 2px solid #fff;
    border-radius: 50%;
}
.player-controls-previous {
    background-image: url(../images/icon-prev.svg);
}
.player-controls-play {
    background-image: url(../images/icon-play.svg);
}
.player-controls-play.paused {
    background-color: #0c264b;
    background-image: url(../images/icon-pause.svg);
}
.player-controls-play.paused:hover,
.player-controls-play.paused:focus,
.player-controls-play.paused:active {
    background-color: #0f3161;
}
.player-controls-next {
    background-image: url(../images/icon-next.svg);
}
@media (min-width: 640px) {
    .player-track-info {
        font-size: 14px;
    }
    .player-track-info b {
        color: #999;
        font-size: 12px;
    }
}
.player-alert {
    font-size: 10px;
    font-weight: bold
}
.player-alert-content {
    background-color: #333333;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.player-slider-track {
    background-color: #eaeaea;
    border-radius: 3px;
}
.player-slider-track-progress {
    background-color: #16488d;
    border-radius: 3px
}
.player-slider-handler, .ui-slider-handle {
    background-color: #fff !important;
    border-color: #16488d !important;
    border-radius: 50%;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus,
.ui-slider-handle:active,
.player-slider-handler:hover,
.player-slider-handler:focus,
.player-slider-handler:active {
    border-color: #0c264b;
    box-shadow: 0 0 5px rgba(1, 4, 9, 0.3);
}

.player-list {
    background-color: #eaeaea;
}
.player-list-link {
    border-color: rgba(0, 0, 0, 0.1);
    line-height: normal
}
.player-list-track:first-child .player-list-link {
    border-radius: 3px 3px 0 0;
}
.player-list-track:last-child .player-list-link {
    border-radius: 0 0 3px 3px;
}
.playing .player-list-link {
    background-color: #16488d !important;
    color: #fff;
}
.played .player-list-link {
    color: #999;
    font-weight: normal;
}
.player-list-link:hover,
.player-list-link:focus,
.player-list-link:active {
    background-color: #0f3161;
    color: #fff;
}

/* player */
.player { padding: 15px; }

.player-controls {
    font-size: 10px;
    text-align: center;
    max-width: 11.5em;
    float: right;
    margin-bottom: 15px;
}

@media (min-width: 380px) {
    .player-controls { font-size: 15px; }
}

.player-controls-previous,
.player-controls-play,
.player-controls-next {
    font-size: 1em;
    height: 3.5em;
    padding: 0;
    width: 3.5em;
    margin: 0;
    vertical-align: middle;
}

.player-controls-play {
    height: 5em;
    width: 5em;
    margin: 0 -1em;
    z-index: 1;
}

.player-track-info {
    clear: both;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 765px) {
    .player-track-info {
        clear: none;
        text-align: right;
        float: right;
        padding-top: 18px;
        padding-right: 15px;
    }

    .player-track-info b { display: block; }
}

.player-alert {
    text-align: center;
    position: relative;
}

.player-alert-content {
    display: inline-block;
    padding: 5px 10px;
}


.player-voicemail-icon {
    background-color: #3baddf;
    border-color: #1d83af;
    border: .2em solid #fff;
    font-size: 4px;
    border-radius: 1em;
    padding: 1em;
    width: 7em;
    margin-top: 9px;

    float: left;
}

.player-voicemail-icon img {
    display: block;
    width: 100%;
}

@media (min-width: 380px) {
    .player-voicemail-icon {
        font-size: 10px;
        margin-top: 0;
    }
}

.icon-delete-answering-machine{
    float: left;
    margin: 6px 0 0 6px;
}

.settingsAnsweringMode {
	padding-top: 9px;
}

.deviceStaticDNSRow {
	margin-bottom: 10px !important;
}

.dectInputBottom {
	margin-bottom: 15px;
}
.btn-arrow-right{
	border: 0;
    background: url(../images/btn-arrow-right.svg);
    display: block;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    background-size: 160%;
    background-position: -30% 9px;
    padding-bottom: 15px;
    margin-top: 60px;
    background-size: 185%;
    background-position: -18% 7px;
    padding-bottom: 15px;
    font-size: 0.8em;
}
.btn-arrow-left{
	border: 0;
    background: url(../images/btn-arrow-left.svg);
    display: block;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    background-size: 480px 255px;
    background-position: 30px 4px;
    padding-right: 25px;
    background-size: 185%;
    background-position: -18% 7px;
    padding-bottom: 15px;
    font-size: 0.8em;
}

.btn-arrow-right:hover, .btn-arrow-right:active, .btn-arrow-right:focus{
	background-image: url(../images/btn-arrow-right-over.svg);
	color: #fff;
}
.btn-arrow-left:hover, .btn-arrow-left:active, .btn-arrow-left:focus{
	background-image: url(../images/btn-arrow-left-over.svg);
	color: #fff;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.st{
		display: block;
	}
}
.loading-wps {
	margin: 10px 100px;
}
.loading-wps-simple {
	margin: 10px 0px;
}
.nearErrorAddContact{
	height: 16px;
	border: 0px;
	display: block;
}

.fileInputHidden {
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.textOverflow {
	width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.bkpBottom {
	margin-bottom: 5px !important;
}

.mainTheme .header-box svg, .originalTheme .header-box svg {
	display: none;
}
.header-box .answeringMachine{
    margin-right: 20px;
}

.new-messages{
    background: #16488d;
    border-color: #f3f3f3;
    color: #fff;
    border: 2px solid;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    width: 32px;
    position: absolute;
    top: -16px;
    left: -16px;
}
.div-overlay{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 40.063em) and (max-width: 900px) {
	.header-box-icon-spacing{
		float: right;
	    width: 43px;
	    height: 20px;
	}
}

.captionImage {
	width: 100%;
}

.pullCenterDiv {
	text-align: center;
	font-size: 14px;
	float: left;
}
/* just apply for large resolutions */
@media only screen and (min-width: 64.063em){
	.pullCenterDiv {
		width: 10.4166%;
	}
}

.statusDisplay {
	display: inline-block;
}

.border-grey {
	border-radius: 5px;
	border: 3px solid #AAB0B2;
}

.plc-icon{
	font-size: 1.5em;
	padding-top: 5px;
}

.plc-header{
	padding: 0px 36px;
    word-break: break-all;
}

.wifiBasicDualForm input[type=text],
.wifiBasicDualForm input[type=password],
.wifiBasicDualForm input[type=number],
.wifiBasicDualForm input[type=email]{
	margin: 0 0 1rem;
}
.wifiBasicDualForm small.error,
.wifiBasicDualForm span.error{
	margin-top: -1rem;
	padding: 1px 0;
    text-align: center;
    margin-bottom: 2px;
}

#cablemodem table thead tr td,
#cablemodem table thead tr th {
	text-align: right;
}
.onoffswitch.switch-enable {
    max-width: 120px;
}
.head-info{
	float: right;
	font-size: 12px;
	padding-top: 18px;
}
.head-model-name{
	padding-left: 35px;
}

@media all and (max-width: 460px) {
	.head-model-name {
		float: right;
		margin-bottom: 5px;
	}

	.head-fw-version {
		float: right;
	}
}

@media all and (max-width: 680px) {
	.head-info{
		padding-top: 0px;
		padding-bottom: 18px;
		width: 100%;
		text-align: center;
	}
}

.breakWordNewGeneration {
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pullTop {
	margin-top: 10px;
}

#main-content.vertical {
	display: inline-block;
	width: 100%;
}

.overlayed{
    position: relative;
}
.overlay-disable {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 40;
    background: #000;
}
p.notes {
    background-color: #ebebeb;
    padding: 8px;
    text-align: justify;
}

.table-phonebook-div{
    overflow: auto;
    margin-bottom: 10px;
    border: solid 1px #ddd;
}

.table-contacts.phonebook{
	border: 0px;
}
@media only screen and (max-height: 768px) {
	.reveal-modal-contacts{
		height: 28rem;
	}
	.table-phonebook-div{
	    height: 60%;
	}
}
@media only screen and (min-height: 768px) {
	.reveal-modal-contacts{
		height: 40rem;
	}
	.table-phonebook-div{
	    height: 70%;
	}
}

.show-bread-crumbs {
    display: none;
}

.break-ipv6 {
	word-wrap: break-word;
}

.break-pf {
	word-wrap: break-word;
}

.acl-mac-list {
	list-style-type: none;
	margin-bottom: 0;
	margin-right: 0;
}

/*Automated ACL css*/
.cpanel {
    width: 100%;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.checkbox-wifi-acl {
    opacity: 0;
    position: absolute;
}

.checkbox-wifi-acl, .checkbox-wifi-acl-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-wifi-acl-label{
    position: relative;
}

.checkbox-wifi-acl:checked + .checkbox-wifi-acl-label {
    background: url('../images/icon-wifi4.png') no-repeat center;
    background-size: 20px;
    color: #0390D1;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}

.checkbox-wifi-acl-label{
    font-size : 0.9em;
}

.checkbox-wifi-acl + .checkbox-wifi-acl-label{
    color: #A0A0A0;
    font-weight: 600;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
	background: url('../images/icon-wifi0.png') no-repeat right center;
    background-size: 20px;
	padding-right: 25px;
	display: block;
	width: 100%;
	word-wrap: break-word;
}

.checkbox-wifi-acl:checked + .checkbox-wifi-acl-label{
    color:#0390D1;
	background: url('../images/icon-wifi4.png') no-repeat right center;
    background-size: 20px;
}

.ssid-item {
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border: 1px solid #E2E0E0;
    margin-top: 2px;
	padding-left: 18px;
}

.ssid-item > span.no-item {
    color: #A0A0A0;
    height: 26px;
    display: block;
    line-height: 26px;
    text-align: center;
}

/* Automated ACL css - end*/

.row .row {
    margin-right: 0;
    margin-left: 0;
}

/*css password strength score bar*/
span.strength-msg-container {
	margin: 0;
	padding: 0;
	width: 100%;
}
.wifiBasicDualForm span.strength-msg-container small.strength-msg {
	margin-top: -1rem;
	padding: 1px 0;
	text-align: center;
	margin-bottom: 2px;
	width: 100%;
}
span.strength-msg-container small.strength-msg {
	padding: 2px 0;
	text-align: center;
	margin-bottom: 0;
}
span.strength-msg-container small.strength-msg {
	display: block;
	/*padding: .375rem .5625rem .5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;*/
	font-size: .75rem;
	font-weight: 400;
	font-style: italic;
	background: #f04124;
	color: #fff;
	text-transform: capitalize;
	width: auto;
  height: auto;
}
span.strength-msg-container small.strength-msg.weak {
	background: #f04124;
	color: #fff;
}
span.strength-msg-container small.strength-msg.fair {
	background: #ff6633;
	color: #fff;
}
span.strength-msg-container small.strength-msg.good {
	background: #FFEB00;
	color: #686868;
}
span.strength-msg-container small.strength-msg.strong {
	background: #03D303;
	color: #fff;
}
.showInfo {
	display: none;
}

/* Phonebook display only first error*/
.phone-number .error {
    display: none;
}

.phone-number .error:nth-of-type(1) {
    display: block;
}
/* End Phonebook error style*/

.show-home {
	display: none;
}

.titleTable p {
	text-align: center;
	margin: 0;
    width: 100%;
    height: 30px;
    border-top: #2998D8 solid 2px;
    border-bottom: #E2E2E2 solid 1px;
    background-color: #EEE;
    padding-top: 5px;
    color: #767676;
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
    width: auto;
    height: 26px;
    font-size: 13px;
    padding-right: 4px;
    padding-left: 4px;
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close:before {
    content: 'x';
    font-size: 1.3rem;
    padding-left: 5px;
}

.wifi-channel-option {
    margin-bottom: 0.3em;
}
.wifi-channel-option + .currentChannel {
	font-size: 12px;
}
.show-word {
  display: none;
}
.click {
	cursor: pointer;
}

.fa-center {
    margin-top: 0px;
    margin-right: 0px;
}

.fa-center.center {
  margin-top: -2px;
}

.fa-center.error {
  margin-top: -2px;
}

.fa-center.top {
  margin-top: -2px;
}
.ext-addr {
     display: none;
}

.wps-modes{
	margin-left: 15px;
	float: right;
	padding-top: 0.5rem;
}
.wps-to-center{
	margin: auto;
}
.wifiSpeedInfo{
	display: block;
	clear: both;
}

.btn-center {
	text-align: center;
}

select#ntpTip5+small.error {
    margin-top: -16px;
}

.read-only .onoffswitch, .read-only button, .read-only .icon-delete, .read-only .icon-add {
	opacity: .4;
    cursor: default;
}

.read-only select {
	background-color: #ddd;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.paginationLabels{
	display: inline-block;
}