/* ---------------------------  STRUCTURE -----------------------------------------

    1 - FONTS
	2 - RESET
	3 - GLOBAL / COMMON
	4 - HEADER
	5 - MAIN CONTENT
		5.1 - CONNECTION
		5.2 - MESSAGES
		5.3 - USAGE
		5.4 - WIFI
		5.5 - USSD

	6 - OTHER CONTENT
		6.1 - USEFUL INFORMATION
		6.2 - FAQ
		6.3 - NOTIFICATIONS
		6.4 - POPINS CONFIGURATION
		6.5 - config-form

	7 - POPINS (connection/pin/update/Roaming)
	8 - PLUGIN SCROLLPANE
	9 - ARABIC OVERIDE
	10 - MEDIAS QUERIES


 ---------------------------  END STRUCTURE -----------------------------------------*/


/* -------------------------------------------------
 1 - FONTS
 --------------------------------------------------- */

@font-face {
    font-family: 'Helvetica-Neue';
    src: url("fonts/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Roman.otf") format("opentype"), url("fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url("fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"), url("fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg");
    font-weight: bold;
    font-style: normal;
}


/* -------------------------------------------------
   2 - RESET : HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
 --------------------------------------------------- */


/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

.imageMessage {
    background-image: url("../img/messages.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 327px;
    /* background: url("../img/Graphical elements Messages bloc.png") no-repeat center fixed; 
  background-size: auto; */
    /* height: 100%; */
}

.imageServices {
    background-image: url("../img/messages.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 327px;
    /* background: url("../img/Graphical elements Messages bloc.png") no-repeat center fixed; 
  background-size: auto; */
    /* height: 100%; */
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    background: #ddd;
    color: #000;
    padding: .2em 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

div.flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-around;
}


/* -------------------------------------------------
 3 - GLOBAL /COMMON
 --------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    outline: 0;
}

body {
    overflow-x: hidden;
    background-color: #e6e6e6;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

body.others {
    background-color: #fff;
}

*::-moz-selection {
    background: #fcd3b7;
}

*::selection {
    background: #fcd3b7;
}

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

header *::selection {
    background: transparent;
}

a {
    text-decoration: none;
    outline: 0;
}

a:focus {
    outline: none;
}

a:hover,
a:active,
a:visited {
    outline: 0;
}

a:hover {
    -webkit-touch-callout: none;
}

a.external {
    text-decoration: underline;
}

a.presentational_link {
    color: #000;
    pointer-events: none;
}

a.presentational_link:focus {
    border-width: 1px;
    border-color: #ddd;
    border-style: dotted;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    display: inline;
}

.white {
    color: #fff;
}

span.tooltip {
    position: absolute;
    z-index: 10;
    display: block;
    background: #fefcd2;
    min-width: 40px;
    padding: 2px 4px;
    font-size: 0.75em;
}

h2 {
    font-weight: normal;
    background-color: #0b0b0b;
    color: #808080;
    font-size: 1.125em;
    margin: 0;
    padding: 0 20px;
    line-height: 50px;
}

h3 {
    font-weight: normal;
    color: #8c8c8c;
    font-size: 1.125em;
    margin: 0;
}

.dropdown {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #000;
}


/* accessibility class orange */

.hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.msisdn-block {
    display: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


/* -------------------------------------------------
 4 - HEADER
 --------------------------------------------------- */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    z-index: 10;
    margin-bottom: 30px;
    background: #000;
    color: #fff;
}

body.others header {
    min-height: 200px;
    height: 200px;
    background-color: #000;
}

body.others.notif header {
    min-height: 150px;
    height: 150px;
}

body.others header a.home {
    position: relative;
    top: 48px;
    z-index: 10;
    float: left;
    width: 21px;
    height: 22px;
    display: block;
    background: url("../img/icon-home.png") 0 -26px no-repeat;
}

body.others header a.home:hover,
body.others header a.home:focus {
    background-position: 0 0;
}

body.others header div.onglets {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 92%;
    overflow: hidden;
    margin: 0 7.6% 0;
}

body.others header div.onglets ul {
    position: absolute;
    bottom: -3px;
    left: 0;
    overflow: hidden;
    height: 52px;
}

body.others header div.onglets ul li {
    float: left;
    margin-right: 1px;
    background-color: #333;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

body.others header div.onglets ul li:hover,
body.others header div.onglets ul li:focus,
body.others header div.onglets ul li.on {
    background: #000;
}

body.others header div.onglets ul li:hover a,
body.others header div.onglets ul li:focus a,
body.others header div.onglets ul li a:focus,
body.others header div.onglets ul li.on a {
    color: #f60;
}

body.others header div.onglets ul li a {
    color: #fff;
    font-size: 0.95em;
    height: 53px;
    line-height: 50px;
    padding: 0 30px;
}

header h1 {
    position: relative;
    z-index: 10;
    margin: 15px 40px 0 7.6%;
    float: left;
}

body .cloak {
    display: none !important;
}

header h1 a {
    display: block;
    background: url("../img/logo-airbox.png") no-repeat 0 0;
    background-size: 40px 40px;
    width: 370px;
    height: 25px;
    padding: 16px 0 0 48px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

header .informations {
    z-index: 11;
    position: absolute;
    top: 30px;
    right: 7.5%;
    height: 35px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

header .informations .msisdn {
    float: left;
    color: #fff;
    font: bold 0.875em 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    padding: 0 20px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

header nav {
    float: left;
}

header nav ul.navigation {
    height: 25px;
}

header nav ul.navigation li.navigation {
    float: left;
    font: bold 0.875em 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    padding: 2px 15px 0 20px;
    line-height: 14px;
    height: 14px;
}

header nav ul.navigation li.navigation a,
header nav ul.navigation li.navigation a span {
    -webkit-font-smoothing: antialiased;
}

header nav ul.navigation li.navigation a:hover,
header nav ul.navigation li.navigation a:focus,
header nav ul.navigation li.navigation a:active {
    color: #f60;
}

header nav ul.navigation li.menu.navigation {
    padding-right: 20px;
    padding-bottom: 28px;
}

header nav ul.navigation li.menu.navigation a.navigation {
    padding-right: 28px;
    background: url("../img/icon-menu.png") right 1px no-repeat;
    color: #fff;
    text-decoration: none;
}

header nav ul.navigation li.menu.navigation a.navigation.on {
    background-position: right -17px;
}

header nav ul.navigation li.lng.navigation a.navigation {
    padding: 0 20px 28px 0;
    background: url("../img/arrow-bottom.png") right -9px no-repeat;
    color: #fff;
    text-decoration: none;
}

header nav ul.navigation li.lng.navigation a.navigation.on {
    background-position: right -9px;
    color: #fff;
}

header nav ul.navigation li.navigation.start {
    padding: 0 15px 0 38px;
    background: url("../img/icon-world.png") 15px 0 no-repeat;
}

header nav ul.navigation li.navigation.start a {
    color: #fff;
    background: none;
    padding-top: 2px;
    display: block;
}

header div.dropdown {
    top: 37px;
}

header div.dropdown#languages {
    right: -29px;
    padding: 10px;
}

header div.dropdown#menu {
    /*right : 41px;*/
    padding: 10px 10px 0 10px;
}

header div.dropdown li {
    height: 35px;
    display: block;
    font-size: 0.97em;
    /*line-height : 28px;*/
    cursor: pointer;
}

header div.dropdown li.lng {
    display: none;
}

header div.dropdown li a {
    height: 30px;
    padding: 5px 10px 3px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}

header div.dropdown li a span.number {
    float: right;
    display: block;
    width: 27px;
    height: 21px;
    margin: 7px 10px 0 0;
    background: url("../img/notif.png") no-repeat 0 0;
    text-align: center;
    color: #fff;
    line-height: 20px;
    text-shadow: 0 1px #bf4f0d;
}

body #mobile-menu {
    display: none;
}


/* -------------------------------------------------
 5 - MAIN - CONTENT
 --------------------------------------------------- */

body #main {
    position: relative;
}

body.home #main #container {
    position: relative;
    top: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 15px auto;
    height: 520px;
}

#main #container #content {
    position: relative;
    top: 0;
    left: 0;
    margin-left: -13px;
}

#main #container #content article {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 305px;
    height: 520px;
    margin: 0 13px 26px 13px;
    background-color: #fff;
    overflow: hidden;
}


/* #main #container #content article#ussd {
    width: 150px;
} */

#main #container #content article div.border {
    height: 459px;
}


/* arrows */

footer {
    position: relative;
    margin-top: 30px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

footer a.btnSlide {
    display: block;
    position: absolute;
    z-index: 10;
    width: 38px;
    height: 38px;
    background: url("../img/nav-arrows.png") 13px 12px no-repeat;
    border: 2px solid #000;
}

footer a.btnSlide.left {
    left: 0;
}

footer a.btnSlide.right {
    right: 0;
}

footer a.btnSlide.right {
    background-position: -26px 12px;
}

footer a.btnSlide.left:hover,
footer a.btnSlide.left:focus,
footer a.btnSlide.left:active {
    background-position: 13px -28px;
    background-color: #000;
}

footer a.btnSlide.right:hover,
footer a.btnSlide.right:focus,
footer a.btnSlide.right:active {
    background-position: -26px -28px;
    background-color: #000;
}


/* nav point */

footer ul.nav {
    position: absolute;
    top: 0;
    z-index: 15;
    width: 120px;
    left: 50%;
    margin-left: -60px;
}

footer ul.nav li {
    float: left;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0;
    cursor: pointer;
    border: 2px solid transparent;
}

footer ul.nav li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 16px;
    margin-top: 13px;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
}

footer ul.nav li.on,
footer ul.nav li.on:hover,
footer ul.nav li.on:focus {
    background: #000;
    border-color: #000;
}

footer ul.nav li.on:hover,
footer ul.nav li.on:focus,
footer ul.nav li.on:hover a,
footer ul.nav li.on:focus a {
    cursor: default;
}

footer ul.nav li.on a,
footer ul.nav li:active a,
footer ul.nav li:hover a,
footer ul.nav li a:focus {
    color: #f60;
}

footer ul.nav li:active,
footer ul.nav li:hover,
footer ul.nav li:focus {
    background: #000;
    border-color: #000;
}


/* common */

#main #container #content article h2 {
    color: #fff;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    background: #000;
    -webkit-font-smoothing: antialiased;
    padding-top: 2px;
    line-height: 48px;
}

.homesvg {
    padding-right: 28px;
    background: url(../img/icons8-home-30.png) right 0px no-repeat;
    color: #fff;
    text-decoration: none;
}

#main #container #content article a.settings,
#main #container #content article a.settings:visited {
    position: absolute;
    top: 12px;
    left: 266px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/icons-utils.png") -40px no-repeat;
}

#main #container #content article a.settings:hover,
#main #container #content article a.settings:focus,
#main #container #content article a.settings.reset:active {
    background-position: 0;
    background-image: url("../img/icons-utils-focus.png");
}

#main #container #content article a.settings:active {
    background-position: -40px 0;
}

#main #container #content article a.settings.reset,
#main #container #content article a.settings.reset:visited {
    left: 234px;
    background-position: -487px -1px;
}

#main #container #content article a.settings.reset:hover,
#main #container #content article a.settings.reset:focus {
    background-position: -447px -1px;
}

#main #container #content article a.settings.new_message,
#main #container #content article a.settings.new_message:visited {
    left: 234px;
    background-position: -559px 0;
}

#main #container #content article a.settings.new_message:hover,
#main #container #content article a.settings.new_message:focus {
    background-position: -599px 0;
}

#main #container #content article a.settings-link,
#main #container #content article a.settings-link:visited {
    text-decoration: none;
}

#main #container #content article a.settings-link:hover,
#main #container #content article a.settings-link:focus {
    text-decoration: underline;
}

#main ul.dashboard {
    background-color: #333;
    width: 273px;
    border: 1px solid #333;
    margin: 0 auto;
    overflow: hidden;
}

#main ul.dashboard li {
    display: inline;
    list-style-type: none;
    float: left;
    color: #fff;
    padding: 10px 14px 10px 18px;
    width: 103px;
    font-size: 0.85em;
    line-height: 30px;
    border-left: 1px solid #242424;
}

#main ul.dashboard li:first-child {
    border-right: 1px solid #ddd;
    border-left: 0;
}

#main ul.dashboard li span {
    display: block;
    float: left;
}

#main div.guest p {
    margin: 10px 20px 15px 20px;
    color: #808080;
    font-size: 0.75em;
}

#main div.bar {
    width: 264px;
    height: 12px;
    margin: 12px auto 24px;
    background: #ddd;
}

#main div.bar div.progress {
    position: relative;
    top: 0;
    left: 0;
    height: 12px;
    width: 0;
    background: #ffa500;
}

#main a.button,
#main a.button:focus,
#main a.button:visited {
    /*position    : absolute;*/
    /*left        : 20px;*/
    padding: 0 15px;
    /*height      : 38px;*/
    font-size: 0.75em;
    line-height: 38px;
    color: #000;
    cursor: pointer;
    border: 2px solid #000;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    display: table;
    margin: 0 auto;
}

#main a.button:hover,
#main a.button:focus,
#main a.button:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

#main div.state a.switch {
    background: url("../img/switch.png") -60px 0 no-repeat;
}

/*
#main div.state a.switch:focus,
*/
#main div.state a.switch:hover {
    background: url("../img/switch-focus.png") -60px 0 no-repeat;
}


/* ---------------------
  5.1 - MAIN : CONNECTION
 --------------------- */

#connection div.state,
#connection div.state-roaming {
    position: relative;
    height: 41px;
    margin: 1px 0 0;
}

#connection div.state a.switch,
#connection div.state-roaming a.switch {
    display: block;
    position: absolute;
    right: 20px;
    width: 60px;
    height: 58px;
    background: url("../img/switch.png") -60px 0 no-repeat;
    top: 11px;
}

/*
#connection div.state a.switch:focus,
#connection div.state-roaming a.switch:focus,
*/
#connection div.state a.switch:hover,
#connection div.state-roaming a.switch:hover {
    background-image: url("../img/switch-focus.png");
}

#connection div.state a.switch.on,
#connection div.state-roaming a.switch.on {
    background-position: 0 0;
}


/*#connection div.state a.switch.limited {
    width      : 51px;
    top        : 3px;
    background : url('../img/switches.png') -137px 7px no-repeat;
}*/

#connection div.state a.switch.limited,
#connection div.state-roaming a.switch.limited {
    top: 3px;
    background: url("../img/switch.png") 0 no-repeat;
}

#connection div.state a.switch.limited:focus,
#connection div.state-roaming a.switch.limited:focus,
#connection div.state a.switch.limited:hover,
#connection div.state-roaming a.switch.limited:hover {
    background-image: url("../img/switch-focus.png");
}


/*#connection div.state a.switch.error {
    width      : 51px;
    top        : 3px;
    background : url('../img/switches.png') -206px 7px no-repeat;
}*/

#connection div.state a.switch.error,
#connection div.state-roaming a.switch.error {
    top: 3px;
    background: url("../img/switch_roam_err.png") -60px no-repeat;
}

#connection div.state a.switch.error:focus,
#connection div.state-roaming a.switch.error:focus,
#connection div.state a.switch.error:hover,
#connection div.state-roaming a.switch.error:hover,
#connection div.state a.switch.error:active,
#connection div.state-roaming a.switch.error:active {
    background-image: url("../img/switch_roam_err_focus.png");
}

#connection div.state a.switch.loading,
#connection div.state-roaming a.switch.loading {
    width: 48px;
    margin: 3px 0 0 2px;
    cursor: none;
    top: 3px;
    background: url("../img/loader.png") 0 0 no-repeat;
}

#connection div.state a.switch.loading.frame_1,
#connection div.state-roaming a.switch.loading.frame_1 {
    background-position: 0 0;
}

#connection div.state a.switch.loading.frame_2,
#connection div.state-roaming a.switch.loading.frame_2 {
    background-position: -50px 0;
}

#connection div.state a.switch.loading.frame_3,
#connection div.state-roaming a.switch.loading.frame_3 {
    background-position: -100px 0;
}

#connection div.state a.switch.loading.frame_4,
#connection div.state-roaming a.switch.loading.frame_4 {
    background-position: -150px 0;
}

#connection div.state a.switch.loading.frame_5,
#connection div.state-roaming a.switch.loading.frame_5 {
    background-position: -200px 0;
}

#connection div.state a.switch.loading.frame_6,
#connection div.state-roaming a.switch.loading.frame_6 {
    background-position: -250px 0;
}

#connection div.state a.switch.loading.frame_7,
#connection div.state-roaming a.switch.loading.frame_7 {
    background-position: -300px 0;
}

#connection div.state a.switch.loading.frame_8,
#connection div.state-roaming a.switch.loading.frame_8 {
    background-position: -350px 0;
}

#connection div.state a.switch.loading.frame_9,
#connection div.state-roaming a.switch.loading.frame_9 {
    background-position: -400px 0;
}

#connection div.state a.switch.loading.frame_10,
#connection div.state-roaming a.switch.loading.frame_10 {
    background-position: -450px 0;
}

#connection div.state a.switch.loading.frame_11,
#connection div.state-roaming a.switch.loading.frame_11 {
    background-position: -500px 0;
}

#connection div.state a.switch.loading.frame_12,
#connection div.state-roaming a.switch.loading.frame_12 {
    background-position: -550px 0;
}

#connection div.state h3,
#connection div.state-roaming h3 {
    float: left;
    position: relative;
    top: 2px;
    left: 20px;
    color: #000;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#connection div.state p,
#connection div.state-roaming p {
    clear: both;
    position: relative;
    top: 2px;
    left: 20px;
    color: #000;
    font-size: 0.765em;
}

#connection div.state-roaming p,
#connection div.state p {
    color: #808080;
}

#connection div.state p.r,
#connection div.state-roaming p.r {
    background: url("../img/icone-r.png") right 1px no-repeat;
    padding-right: 20px;
    color: #000;
}

#connection div.infos {
    margin-top: 7px;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #ddd;
}

#connection div.infos ul {
    width: 100%;
    height: 84px;
    border-top: 2px solid #ddd;
}

#connection div.infos ul:last-child {
    border-bottom: 2px solid #ddd;
}

#connection div.infos ul.array {
    float: left;
    height: 64px;
    border-top: none;
}

#connection div.infos ul#infos-chrono {
    width: 151px;
}

#connection div.infos ul#infos-debit {
    width: 152px;
}

#connection div.infos ul#infos-network {
    clear: both;
}

#connection div.infos ul li {
    float: left;
    padding-top: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#connection div.infos ul li.icon {
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 152px;
    height: 84px;
    margin: 0;
    padding-top: 0;
    float: right;
    margin-top: -77px;
}

#connection div.infos ul.array li.icon {
    width: 30px;
    height: 30px;
    margin: 16px 3px 0 10px;
    padding-top: 0;
    background-size: 30px;
    float: left;
}

#connection div.infos ul li.title {
    float: left;
    height: 18px;
    padding-top: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 285px;
    margin-left: 20px;
    white-space: nowrap;
}

#connection div.infos ul.array li.title {
    width: 106px;
    margin-left: 0;
    padding-top: 15px;
}

#connection div.infos ul li.txt {
    text-align: left;
    padding-left: 0;
    width: 285px;
    margin-left: 20px;
    padding-top: 0;
    padding-bottom: 6px;
    float: left;
    display: inline-block;
    font-size: 24px;
}

#connection div.infos ul.array li.txt {
    font-size: 14px;
    width: 89px;
    margin-left: 0;
    border-bottom: none;
}

#connection div.infos ul#infos-people li.txt {
    border-bottom: none;
}

#connection div.infos ul li.icon.chrono {
    background-image: url("../img/icon-clock.png");
}

#connection div.infos ul li.icon.debit {
    background-image: url("../img/icon-flow.png");
}

#connection div.infos ul#infos-network li.icon {
    background-color: #ffd200;
    background-position: 20px 11px;
    background-image: url("../img/network_illu_all.png");
}

#connection div.infos ul#infos-network li.icon.network0 {
    background-position: 20px 11px;
    background-image: url("../img/network_illu_all.png");
}

#connection div.infos ul#infos-network li.icon.network1 {
    background-position: -141px 11px;
    background-image: url("../img/network_illu_all.png");
}

#connection div.infos ul#infos-network li.icon.network2 {
    background-position: -324px 11px;
    background-image: url("../img/network_illu_all.png");
}

#connection div.infos ul#infos-network li.icon.network3 {
    background-position: -492px 11px;
    background-image: url("../img/network_illu_all.png");
}

#connection div.infos ul#infos-network li.icon.network4 {
    background-position: -659px 11px;
    background-image: url("../img/network_illu_all.png");
}

#connection div.infos ul#infos-network li.icon.network0mr200 {
    background-position: 20px 11px;
    background-image: url("../img/network_illu_all_mr200.png");
}

#connection div.infos ul#infos-network li.icon.network1mr200 {
    background-position: -141px 11px;
    background-image: url("../img/network_illu_all_mr200.png");
}

#connection div.infos ul#infos-network li.icon.network2mr200 {
    background-position: -324px 11px;
    background-image: url("../img/network_illu_all_mr200.png");
}

#connection div.infos ul#infos-network li.icon.network3mr200 {
    background-position: -492px 11px;
    background-image: url("../img/network_illu_all_mr200.png");
}

#connection div.infos ul#infos-network li.icon.network4mr200 {
    background-position: -659px 11px;
    background-image: url("../img/network_illu_all_mr200.png");
}

#connection div.infos ul#infos-network li.icon.network0mw40 {
    background-position: 20px 11px;
    background-image: url("../img/network_illu_all_mw40.png");
}

#connection div.infos ul#infos-network li.icon.network1mw40 {
    background-position: -141px 11px;
    background-image: url("../img/network_illu_all_mw40.png");
}

#connection div.infos ul#infos-network li.icon.network2mw40 {
    background-position: -324px 11px;
    background-image: url("../img/network_illu_all_mw40.png");
}

#connection div.infos ul#infos-network li.icon.network3mw40 {
    background-position: -492px 11px;
    background-image: url("../img/network_illu_all_mw40.png");
}

#connection div.infos ul#infos-network li.icon.network4mw40 {
    background-position: -659px 11px;
    background-image: url("../img/network_illu_all_mw40.png");
}


/*#connection div.infos ul li.icon.battery {
    background-color : $battary-bg-color;
    background-image : url('../img/battery_illu.png');
}*/

#connection div.infos ul#infos-battery li.icon {
    display: block;
    /*width: 60px;
    height: 40px;*/
    background: url("../img/icons-status@2xtest.png") no-repeat 0 0;
    background-color: #50be87;
    text-indent: -9000px;
}

#connection div.infos ul#infos-battery li.icon.battery1 {
    background-position: 42px -98px;
}

#connection div.infos ul#infos-battery li.icon.battery2 {
    background-position: -80px -98px;
}

#connection div.infos ul#infos-battery li.icon.battery3 {
    background-position: -201px -98px;
}

#connection div.infos ul#infos-battery li.icon.battery4 {
    background-position: -322px -98px;
}

#connection div.infos ul#infos-battery li.icon.battery5 {
    background-position: -444px -98px;
}

#connection div.infos ul#infos-battery li.icon.battery6 {
    background-position: -565px -98px;
}

#connection div.infos ul#infos-battery li.icon.battery7 {
    background-position: -687px -98px;
}

#connection div.infos ul li.icon.people {
    background-color: #a885d8;
    background-image: url("../img/users_illu.png");
}

#connection div.infos hr {
    float: left;
    width: 1px;
    height: 30px;
    background: #ddd;
    border: none;
}


/* ------------------------
 5.2 - MAIN : MESSAGES
 ------------------------ */

#messages p.total {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    /*height       : 40px;*/
    font: bold 1em 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    line-height: 25px;
    color: #000;
}

#messages p.total span {
    font-size: 1.125em;
}

#messages div.scroll-pane {
    width: 301px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 280px !important;
    overflow: auto;
    margin-bottom: 15px;
}

#messages div.scroll-pane ul li {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 275px;
    height: 63px;
    padding: 5px 0 0 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#messages div.scroll-pane ul li.on {
    background-color: #ddd;
}

#messages div.scroll-pane ul li span.date {
    float: right;
    color: #808080;
    font-size: 0.8em;
    margin-right: 10px;
    margin-top: 8px;
}

#messages div.scroll-pane ul li h4 {
    max-width: 167px;
    height: 22px;
    clear: both;
    float: left;
    margin-top: -20px;
    font-size: 1.0em;
}

#messages div.scroll-pane ul li h4 a {
    color: #000;
    font-weight: normal;
}

#messages div.scroll-pane ul li h4.alert {
    padding-left: 17px;
    background: url("../img/icons-message.png") 0 -44px no-repeat;
}

#messages div.scroll-pane ul li h4.on {
    padding-left: 17px;
    background: url("../img/icons-message.png") 0 3px no-repeat;
}

#messages div.scroll-pane ul li h4.on a {
    font-weight: bold;
}

#messages div.scroll-pane ul li h4.on.alert {
    background: url("../img/icons-message.png") 0px 3px no-repeat, url("../img/icons-message.png") 11px -45px no-repeat;
}

#messages div.scroll-pane ul li h4.on.alert a {
    padding-left: 10px;
}

#messages div.scroll-pane ul li p {
    clear: both;
    float: left;
    font-size: 0.9em;
    cursor: pointer;
    max-width: 249px;
}

#messages div.scroll-pane ul li a.trash {
    display: none;
    position: absolute;
    top: 27px;
    left: 265px;
    width: 25px;
    height: 25px;
    background: url("../img/icons-utils.png") -112px 0 no-repeat;
    cursor: pointer;
}

#messages div.scroll-pane ul li a.trash:focus,
#messages div.scroll-pane ul li a.trash:hover {
    background-image: url("../img/icons-utils-focus.png");
}

#messages div.msg {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 238px;
    height: 350px;
    padding: 30px 34px;
    background: #fff;
}

#messages div.msg div.bkg {
    position: absolute;
    z-index: 0;
    top: 75px;
    width: 230px;
    height: 250px;
}

#messages div.msg a.trash {
    display: block;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 242px;
    width: 25px;
    height: 25px;
    background: url("../img/icons-utils.png") -224px 0 no-repeat;
    cursor: pointer;
}

#messages div.msg a.trash:focus,
#messages div.msg a.trash:hover {
    background-image: url("../img/icons-utils-focus.png");
}

#messages div.msg a.reply,
#messages div.msg a.send {
    display: block;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 213px;
    width: 25px;
    height: 25px;
    background: url("../img/icons-utils.png") -334px 0 no-repeat;
    cursor: pointer;
}

#messages div.msg a.reply:hover,
#messages div.msg a.reply:focus {
    background-image: url("../img/icons-utils-focus.png");
}

#messages div.msg a.send {
    display: block;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 213px;
    width: 25px;
    height: 25px;
    background: url("../img/icons-utils-send.png") no-repeat;
    cursor: pointer;
}

#messages div.msg a.send:hover,
#messages div.msg a.send:focus {
    background-position: -37px 0;
}

#messages div.msg div.date {
    position: absolute;
    top: 50px;
    color: #808080;
    font-size: 0.8em;
}

#messages div.msg h4 {
    max-width: 176px;
    height: 22px;
    margin-bottom: 25px;
}

#messages div.msg h4.alert {
    padding-left: 17px;
    background: url("../img/icons-message.png") 0 -19px no-repeat;
}

#messages div.msg div.scroll-pane {
    height: 262px;
    width: 256px;
    overflow: auto;
    border-bottom: none;
    margin: -10px -10px;
    padding: 10px;
    margin-top: 10px;
}

#messages div.msg div.scroll-pane p {
    color: #808080;
    font-size: 1em;
    line-height: 1.5em;
    word-wrap: break-word;
    margin-right: 10px;
}

#messages div.msg a.button {
    text-align: center;
    bottom: 11px;
    left: 35px;
}

#messages div.redirect {
    position: relative;
    margin: 15px 0 0;
}

#messages div.redirect a.switch {
    clear: both;
    display: block;
    position: absolute;
    left: 20px;
    width: 60px;
    height: 30px;
    background: url("../img/switch.png") -60px 0 no-repeat;
    top: 11px;
}

/*#messages div.redirect a.switch:focus,*/
#messages div.redirect a.switch:hover {
    background-image: url("../img/switch-focus.png");
}

#messages div.redirect a.switch.on {
    background-position: 0 0;
}


/*#connection div.state a.switch.limited {
    width      : 51px;
    top        : 3px;
    background : url('../img/switches.png') -137px 7px no-repeat;
}*/

#messages div.redirect a.switch.limited {
    top: 3px;
    background: url("../img/switch.png") 0 no-repeat;
}

#messages div.redirect a.switch.limited:focus,
#messages div.redirect a.switch.limited:hover {
    background-image: url("../img/switch-focus.png");
}


/*#connection div.state a.switch.error {
    width      : 51px;
    top        : 3px;
    background : url('../img/switches.png') -206px 7px no-repeat;
}*/

#messages div.redirect a.switch.error {
    top: 3px;
    background: url("../img/switch_roam_err.png") -60px no-repeat;
}

#messages div.redirect a.switch.error:focus,
#messages div.redirect a.switch.error:hover,
#messages div.redirect a.switch.error:active {
    background-image: url("../img/switch_roam_err_focus.png");
}

#messages div.redirect a.switch.loading {
    width: 48px;
    margin: 3px 0 0 2px;
    cursor: none;
    top: 3px;
    background: url("../img/loader.png") 0 0 no-repeat;
}

#messages div.redirect a.switch.loading.frame_1 {
    background-position: 0 0;
}

#messages div.redirect a.switch.loading.frame_2 {
    background-position: -50px 0;
}

#messages div.redirect a.switch.loading.frame_3 {
    background-position: -100px 0;
}

#messages div.redirect a.switch.loading.frame_4 {
    background-position: -150px 0;
}

#messages div.redirect a.switch.loading.frame_5 {
    background-position: -200px 0;
}

#messages div.redirect a.switch.loading.frame_6 {
    background-position: -250px 0;
}

#messages div.redirect a.switch.loading.frame_7 {
    background-position: -300px 0;
}

#messages div.redirect a.switch.loading.frame_8 {
    background-position: -350px 0;
}

#messages div.redirect a.switch.loading.frame_9 {
    background-position: -400px 0;
}

#messages div.redirect a.switch.loading.frame_10 {
    background-position: -450px 0;
}

#messages div.redirect a.switch.loading.frame_11 {
    background-position: -500px 0;
}

#messages div.redirect a.switch.loading.frame_12 {
    background-position: -550px 0;
}

#messages div.redirect p {
    clear: both;
    float: left;
    position: relative;
    top: 19px;
    left: 88px;
    color: #000;
    font-size: 0.765em;
    width: 213px;
}

#messages div.redirect div.label {
    clear: both;
    position: relative;
    top: 40px;
    margin-left: 19px;
}

#messages div.redirect div.label label {
    margin-right: 80px;
    color: #000;
    font-size: 0.765em;
}

#messages div.redirect div.label input {
    height: 25px;
    width: 140px;
}

#messages div.redirect div.submit {
    padding-top: 20px;
    margin-top: 8px;
    clear: both;
    display: block;
    position: inherit;
    top: 30px;
    left: 19px;
}

#messages div.redirect div.submit a.button {
    float: left;
    cursor: pointer;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    border: 2px solid #000;
    margin-bottom: 20px;
    margin-right: 12px;
    padding: 0 15px;
    font-size: 0.75em;
    line-height: 32px;
    width: 40px;
}

#messages div.redirect div.submit a.button.later {
    margin-right: 12px;
    background: #ddd;
    border-color: #ddd;
}

#messages div.redirect div.submit a.button:hover,
#messages div.redirect div.submit a.button:focus,
#messages div.redirect div.submit a.button:active,
#messages div.redirect div.submit a.button.later:hover,
#messages div.redirect div.submit a.button.later:focus,
#messages div.redirect div.submit a.button.later:active {
    background: #000;
    border-color: #000;
    color: #fff;
}

#main #messages a.button {
    bottom: 15px;
}

#main #messages #scrollContainer.hidden + a.button {
    margin-top: 15px;
    bottom: inherit;
}

#main #messages div.messages_container nav.messages_tabs {
    /*background: #f07d00;*/
    border-width: 0;
    border-bottom-width: 2px;
    border-style: double;
    height: 42px;
    left: 1px;
}

#main #messages div.messages_container nav.messages_tabs button {
    vertical-align: top;
    background: #fff;
    color: #000;
    height: 42px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    width: 98px;
    border-style: double;
    border-width: 0;
    border-color: #ddd;
}

#main #messages div.messages_container nav.messages_tabs button.current,
#main #messages div.messages_container nav.messages_tabs button:hover,
#main #messages div.messages_container nav.messages_tabs button:focus,
#main #messages div.messages_container nav.messages_tabs button:active {
    background: #000;
    color: #f60;
}


/* ------------------------
 5.3 - MAIN : USAGE
 ------------------------- */

#usage h2 {
    line-height: 48px;
}

#usage h2 span {
    font-size: 12px;
    font-weight: normal;
}

#usage h3 {
    height: 25px;
    padding-left: 13px;
    margin: 10px 0 3px;
    color: #fff;
    font-size: 0.875em;
}

#main #container #content article#usage .border h2 {
    background: transparent;
    color: #000;
    text-shadow: none;
    margin-top: 15px;
    line-height: 25px;
    -webkit-font-smoothing: subpixel-antialiased;
}

#usage .warning {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}

#usage .warning .icon {
    float: left;
    margin-right: 5px;
    width: 13px;
    height: 14px;
    background: url("../img/icons-message.png") left bottom no-repeat;
}

#usage .warning p {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#usage .holder {
    width: 227px;
    margin: 5px 39px 0;
    position: relative;
}

#usage .holder span.counter {
    position: absolute;
    top: 34px;
    width: 70px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    line-height: 16px;
}

#usage .holder span.counter#national {
    left: 10px;
}

#usage .holder span.counter#international {
    left: 145px;
}

#usage .holder span.counter#national span,
#usage .holder span.counter#international span {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

#usage .holder span.unit {
    font-size: 14px;
}

#usage .holder .label {
    display: inline;
}

#usage .holder .label.national {
    margin: 0 61px 0 17px;
}

#usage .holder .label .title {
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -0.1px;
}

#usage div.digits {
    display: inline-block;
}

#usage div.digits.national {
    width: 107px;
    margin: 0 12px 0 29px;
}

#usage div.digits.international {
    width: 105px;
    margin: 0 29px 0 12px;
}

#usage div.digits-container {
    border-top: 2px solid #ddd;
    margin-top: 4px;
}

#usage div.digits-container h2 {
    margin-top: 5px !important;
    margin-bottom: 7px;
}

#usage div.digits h3 {
    margin-top: 0;
    color: #000;
    text-align: center;
    padding-left: 0;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#usage div.digits ul {
    margin: 0 auto;
}

#usage div.digits ul li {
    display: block;
    list-style-type: none;
    float: left;
    font-size: 0.85em;
    line-height: 23px;
    width: 101px;
    padding-left: 15px;
    text-align: left;
}

#usage div.digits.national ul li {
    border-right: 1px solid #ddd;
}

#usage div.digits.international ul li {
    padding-left: 16px;
}

#usage div.digits ul li span {
    display: block;
    float: left;
    margin-right: 7px;
}

#usage div.digits ul li.bottom span.icon {
    width: 12px;
    height: 12px;
    background: url("../img/arrow-network-bottom.png") no-repeat center;
    background-size: 11px 12px;
}

#usage div.digits ul li.top span.icon {
    width: 12px;
    height: 12px;
    background: url("../img/arrow-network-top.png") no-repeat center;
    background-size: 11px 12px;
}

#usage div.digits ul li p {
    font-size: 13px;
    margin-top: -5px;
    padding-top: 1px;
    letter-spacing: 0;
}

#usage div.client {
    background: #4ab4e6 url("../img/client-area-bgd.png") no-repeat 164px 59px;
    height: 160px;
    padding-top: 1px;
    position: absolute;
    width: 305px;
    bottom: 0;
}

#main #container #content article#usage div.client h2 {
    margin-top: 12px;
    padding-left: 15px;
}

#usage div p {
    margin: 6px 0 0 15px;
    text-align: left;
    font-size: 0.75em;
    width: 150px;
}

#usage div.client div.area {
    float: left;
    position: absolute;
    bottom: 12px;
    height: 34px;
    left: 15px;
}

#usage div.client div.area a {
    display: block;
    font-size: 0.75em;
    color: #000;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    border: solid #000 2px;
    padding: 5px 5px 5px;
}

#usage div.client div.area a:focus,
#usage div.client div.area a:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}


/* ------------------------
 5.4 - MAIN : WIFI
 ------------------------- */

#main #container #content article#wifi .border h2 {
    background: transparent;
    color: #000;
    text-shadow: none;
    margin-top: 15px;
    line-height: 25px;
    padding-bottom: 14px;
}

#wifi span.nb {
    display: block;
    position: absolute;
    width: 17px;
    padding: 5px 0 0 29px;
    background: url("../img/user_ico.png") 12px 10px no-repeat;
    font-size: 0.9em;
    top: 3px;
    height: 31px;
    left: 5px;
    color: #fff;
    line-height: 31px;
}

#wifi span.people-count {
    color: #fff;
    position: absolute;
    font-size: 0.9em;
    top: 8px;
    height: 31px;
    left: 29px;
    line-height: 31px;
    width: 17px;
    text-align: center;
}

#wifi a.qr {
    display: block;
    position: absolute;
    padding: 5px 0 0 29px;
    background: url(../img/icon-qr-code-black-white.png) no-repeat;
    font-size: 0.9em;
    top: 14px;
    height: 33px;
    right: 81px;
    color: #fff;
    line-height: 31px;
    cursor: pointer;
    width: 3px;
}

#wifi a.qr:hover,
#wifi a.qr:focus {
    background-position: 0 0;
    background-image: url(../img/icon-qr-code-black-orange.png);
}


#wifi div.networks {
    border-top: 2px solid #ddd;
    height: 468px;
}

#wifi div.network {
    position: relative;
    /* min-height: 1px;
  padding: 15px 0 0 20px; */
    min-height: 80px;
    padding: 15px 0 0 20px;
    border-top: 2px solid #ddd;
}

#wifi div.network h3 {
    color: #000;
    padding-left: 40px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    width: 45%;
}

#wifi div.network1,
#wifi div.network2 {
    position: relative;
    min-height: 44px;
    padding: 15px 0 10px 20px;
}

#wifi div.network1 h3 {
    line-height: 40px;
    color: #000;
    padding-left: 40px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

#wifi div.network1 h4,
#wifi div.network2 h4 {
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 0 0 0 39px;
}

#wifi div.network2 h3 {
    line-height: 40px;
    color: #000;
    padding-left: 40px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

#wifi div.state {
    position: relative;
    min-height: 40px;
    padding: 15px 0 0 20px;
    border-top: 2px solid #ddd;
}

#wifi div.state a.switch,
#wifi div.network a.switch,
#wifi div.network1 a.switch {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 30px;
    background: url("../img/switch.png") -60px 0 no-repeat;
    cursor: pointer;
}

#wifi div.network_ghz_main {
    position: relative;
    top: 15px;
}

/*
#wifi div.networks a.switch:focus,
*/
#wifi div.networks a.switch:hover,
    /*
    #wifi div.network a.switch:focus,
    #wifi div.network1 a.switch:focus,
    */
#wifi div.network a.switch:hover,
#wifi div.network1 a.switch:hover {
    background-image: url("../img/switch-focus.png");
}

#wifi div.networks a.switch.on,
#wifi div.network a.switch.on,
#wifi div.network1 a.switch.on {
    background-position: 0 0;
}

#wifi div.state a.switch.loading,
#wifi div.network a.switch.loading,
#wifi div.network1 a.switch.loading {
    width: 48px;
    margin: 3px 0 0 2px;
    cursor: none;
    top: 3px;
    background: url("../img/loader.png") 0 0 no-repeat;
}

#wifi div.state a.switch.loading.frame_1,
#wifi div.network a.switch.loading.frame_1,
#wifi div.network1 a.switch.loading.frame_1 {
    background-position: 0 0;
}

#wifi div.state a.switch.loading.frame_2,
#wifi div.network a.switch.loading.frame_2,
#wifi div.network1 a.switch.loading.frame_2 {
    background-position: -50px 0;
}

#wifi div.state a.switch.loading.frame_3,
#wifi div.network a.switch.loading.frame_3,
#wifi div.network1 a.switch.loading.frame_3 {
    background-position: -100px 0;
}

#wifi div.state a.switch.loading.frame_4,
#wifi div.network a.switch.loading.frame_4,
#wifi div.network1 a.switch.loading.frame_4 {
    background-position: -150px 0;
}

#wifi div.state a.switch.loading.frame_5,
#wifi div.network a.switch.loading.frame_5,
#wifi div.network1 a.switch.loading.frame_5 {
    background-position: -200px 0;
}

#wifi div.state a.switch.loading.frame_6,
#wifi div.network a.switch.loading.frame_6,
#wifi div.network1 a.switch.loading.frame_6 {
    background-position: -250px 0;
}

#wifi div.state a.switch.loading.frame_7,
#wifi div.network a.switch.loading.frame_7,
#wifi div.network1 a.switch.loading.frame_7 {
    background-position: -300px 0;
}

#wifi div.state a.switch.loading.frame_8,
#wifi div.network a.switch.loading.frame_8,
#wifi div.network1 a.switch.loading.frame_8 {
    background-position: -350px 0;
}

#wifi div.state a.switch.loading.frame_9,
#wifi div.network a.switch.loading.frame_9,
#wifi div.network1 a.switch.loading.frame_9 {
    background-position: -400px 0;
}

#wifi div.state a.switch.loading.frame_10,
#wifi div.network a.switch.loading.frame_10,
#wifi div.network1 a.switch.loading.frame_10 {
    background-position: -450px 0;
}

#wifi div.state a.switch.loading.frame_11,
#wifi div.network a.switch.loading.frame_11,
#wifi div.network1 a.switch.loading.frame_11 {
    background-position: -500px 0;
}

#wifi div.state a.switch.loading.frame_12,
#wifi div.network a.switch.loading.frame_12,
#wifi div.network1 a.switch.loading.frame_12 {
    background-position: -550px 0;
}

#wifi div.state h3 {
    color: #000;
    padding-left: 40px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    width: 45%;
}

#wifi div.state p,
#wifi div.network p {
    color: #808080;
    font-size: 0.75em;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 12px;
}

#wifi div.network1 p {
    color: #808080;
    font-size: 0.75em;
    margin-bottom: 5px;
    margin-right: 15px;
}

#wifi div.state p.note {
    margin-top: -5px;
}

#wifi div.state p.sub-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

#wifi div.user {
    position: relative;
    height: 60px;
    display: none;
}

#wifi div.user a.button {
    width: inherit;
    /*padding-right   : 40px;*/
    margin-top: 15px;
    /*background      : url('../img/arrow-bottom-black-margin.png') no-repeat right 17px;*/
    background-size: 27px;
}

#wifi div.user a.button:hover {
    background-color: #000;
    background-position: right -7px;
}

#wifi div.state.large {
    padding: 15px 0 0 20px;
    background: url("../img/icon-wifi.png") no-repeat 20px 20px;
    min-height: 40px;
    margin-top: 20px;
}

#wifi div.state.large span.nb {
    left: 20px;
    top: 1px;
}

#wifi div.state.large a.switch {
    right: 15px;
}

#wifi div.livebox {
    position: relative;
    display: none;
}

#wifi div.livebox a.button {
    width: inherit;
    padding-right: 20px;
    margin-top: 15px;
}

.networkRadioText {
    display: inline-block;
    padding-top: 3.5px;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    color: #808080;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    top: -2px;
}

/* ------------------------
 5.5 - MAIN : USSD
 ------------------------- */

#ussd .notConnectedUssd {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url("../img/services.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#ussd .notConnectedUssd div.dialogue p {
    margin: 20px 20px 10px 20px;
    color: #808080;
    font-size: 0.75em;
}

#ussd .screen1 {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#ussd .screen1 .dialogue {
    margin: 0 auto 15px;
    /*border: 2px solid $border-color;
	width: 90%;*/
    width: 100%;
    height: 280px;
    background-color: #fff;
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

#ussd .screen1 li,
#ussd .screen1 li a {
    line-height: 40px;
    display: block;
    text-align: center;
    width: auto;
    border-bottom: 2px solid #ddd;
}

#ussd .screen1 li:hover a,
#ussd .screen1 li:focus a,
#ussd .screen1 li a:hover,
#ussd .screen1 li a:focus {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

#ussd .screen1 li a {
    border: 0;
    color: #000;
}

#ussd .screen2 {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#ussd .screen2 .dialogue {
    margin: 15px auto;
    border: 2px solid #ddd;
    width: 273px;
    height: 280px;
    background-color: #fff;
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    text-align: justify;
}


/*#ussd .screen2 .dialogue div {
	margin: 5px auto;
	width: 95%;
}*/

#ussd .screen2 div.dialogue ul li {
    display: list-item;
    margin: 5px;
}

#ussd .screen2 div.dialogue ul li.number:hover,
#ussd .screen2 div.dialogue ul li.number.hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

#ussd .screen2 div.dialogue ul li.number p {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 40px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    cursor: pointer;
}

#ussd .screen2 div.dialogue ul li.number p:hover,
#ussd .screen2 div.dialogue ul li.number p.hover {
    background: #000;
    /* Old browsers */
    color: #fff;
    cursor: pointer;
}

#ussd .screen2 div.dialogue ul li.number:hover p,
#ussd .screen2 div.dialogue ul li.number.hover p {
    background: #000;
    /* Old browsers */
    color: #fff;
    cursor: pointer;
}

#ussd .screen2 input {
    max-width: 63%;
    height: 28px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    float: left;
}

#ussd .screen2 .inputsCode {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 15px;
    overflow: hidden;
}

#ussd .screen2 .keyboard {
    margin: 0 auto;
    width: 90%;
}

ul.ui-autocomplete {
    width: auto !important;
}

.ui-menu-item {
    display: block;
    width: 100px;
}

#ussd .screen2 ul.keys li {
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    width: 47px;
    height: 25px;
    margin-bottom: 4px;
    cursor: pointer;
    font-weight: bold;
}

#ussd .screen2 ul.keys li:hover,
#ussd .screen2 button:hover {
    background: #000;
    /* Old browsers */
    color: #fff;
}

#ussd .screen2 button {
    max-width: 35%;
    float: right;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 5px;
    font-weight: bold;
}

#ussd .headerSlideButton {
    display: inline-block;
    background: url("../img/arrow-left-white.png") no-repeat scroll center 16px transparent;
    cursor: pointer;
    float: left;
    height: 50px;
    width: 20px;
    padding: 0 10px;
}

#ussd a.headerSlideButton:hover,
#ussd a.headerSlideButton:focus,
a.headerSlideButton:visited {
    background: url("../img/arrow-left-white.png") no-repeat scroll center -26px transparent;
}


/* -------------------------------------------------
 6- OTHERS
 --------------------------------------------------- */

body.others #main #container {
    position: relative;
    top: 0;
    width: 85% !important;
    margin: 0 auto;
}


/* -------------------------------------------------
 6.1 - OTHERS - USEFUL INFORMATION
 --------------------------------------------------- */

body.others div.useful {
    float: left;
    position: relative;
    min-width: 250px;
    width: 35%;
    padding: 30px;
}

/*body.others div.useful.info {
    margin-right: 60px;
}*/

body.others div.useful h3 {
    color: #222;
    margin-bottom: 15px;
}

body.others div.useful p {
    font-size: 0.9em;
    line-height: 25px;
}

body.others div.useful p strong {
    color: #808080;
    font-weight: normal;
}

body.others div.useful a.download {
    display: block;
    margin: 25px 0 25px 0;
    padding-left: 25px;
    color: #f60;
    font-size: 0.9em;
    background: url("../img/icon-pdf.png") 0 0 no-repeat;
}

body.others div.useful a.download:focus,
body.others div.useful a.download:hover {
    text-decoration: underline;
}


/* -------------------------------------------------
 6.2 - OTHERS - FAQ
 --------------------------------------------------- */

body.others div.faq {
    float: left;
    position: relative;
    top: 30px;
    min-width: 280px;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
}

body.others div.faq ul li {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

body.others div.faq ul li h3 {
    padding: 20px 0;
    line-height: 20px;
    color: #222;
    padding-right: 30px;
}

body.others div.faq ul li p {
    font-size: 0.9em;
    color: #808080;
    padding: 0 5px 45px 0;
}

body.others div.faq ul li a.more {
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    width: 25px;
    height: 25px;
    background: url("../img/icon-more.png") 0 0 no-repeat;
}

body.others div.faq ul li:hover a.more,
body.others div.faq ul li:focus a.more,
body.others div.faq ul li a.more:focus,
body.others div.faq ul li:active a.more {
    background-position: -40px 0;
}

body.others div.faq ul li a.more.open {
    background-position: -40px -35px;
}

body.others div.faq ul li:hover a.more.open,
body.others div.faq ul li:focus a.more.open,
body.others div.faq ul li a.more.open:focus,
body.others div.faq ul li:active a.more.open {
    background-position: -40px -35px;
}


/* -------------------------------------------------
 6.3 - OTHERS - NOTIFICATIONS
 --------------------------------------------------- */

body.others div.notif {
    position: relative;
    top: 35px;
}

body.others div.notif h3 {
    float: left;
    margin-bottom: 35px;
}

body.others div.notif h3 span {
    position: relative;
    left: 10px;
    top: 3px;
    float: right;
    display: block;
    width: 27px;
    height: 21px;
    background: url("../img/notif.png") 0 0 no-repeat;
    text-align: center;
    color: #fff;
    font-size: 0.75em;
    line-height: 20px;
    text-shadow: 0 1px #bf4f0d;
}

body.others div.notif ul {
    clear: both;
    float: left;
    width: 100%;
    min-height: 60px;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

body.others div.notif ul li {
    position: relative;
    top: 0;
    float: left;
}

body.others div.notif ul li.rond {
    top: 15px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #ddd;
    background: url("../img/icon-rond.png") 0 10px no-repeat;
}

body.others div.notif ul li.rond.none {
    background: none;
}

body.others div.notif ul li.time {
    width: 180px;
    padding: 20px 0;
    padding-left: 20px;
    color: #9d9d9d;
    font-size: 0.80em;
    line-height: 14px;
}

body.others div.notif ul li.msg {
    width: 60%;
    padding: 20px 0;
    font-size: 0.9em;
    line-height: 14px;
    color: #222;
}

body.others div.notif ul li.msg a {
    color: #f60;
}

body.others div.notif ul li.msg a:focus,
body.others div.notif ul li.msg a:hover {
    text-decoration: underline;
}

body.others div.notif ul:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}


/* -------------------------------------------------
 6.4 - OTHERS - POPINS CONFIGURATION
 --------------------------------------------------- */

body.others div.config {
    position: relative;
    top: 35px;
}

body.others div.config h3 {
    float: left;
    margin-bottom: 25px;
    color: #222;
    font-size: 1.6em;
}

body.others div.config h4 {
    clear: both;
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 12px;
    color: #808080;
}

body.others div.config ul {
    clear: both;
    float: left;
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 32px;
}

body.others div.config ul li {
    position: relative;
    top: 0;
    float: left;
    width: 33%;
    padding: 20px 0;
    font-size: 0.9em;
    line-height: 14px;
    color: #222;
}

body.others div.config ul li a {
    color: #f60;
}

body.others div.config ul li a:focus,
body.others div.config ul li a:hover {
    text-decoration: underline;
}

/* -------------------------------------------------
 6.4 - OTHERS - config form
 --------------------------------------------------- */
#form div.config-row {
    margin: auto;
    width: 100%;
    display: flex;
}

#form div.config-column-left {
    float: left;
    width: 50%;
}

#form div.config-column-right {
    float: right;
    width: 50%;
}

/* -------------------------------------------------
 7- POPIN
 --------------------------------------------------- */

.popin-container {
    position: absolute;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
}

.popin-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.cache {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.95;
    z-index: 1000;
}

.popin {
    position: relative;
    z-index: 1001;
    width: 476px;
    background: #fff;
    margin: 0 auto 0 auto;
}

.popin a.close {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 13px;
    height: 14px;
    background: url("../img/close.png") 0 0 no-repeat;
    cursor: pointer;
}

div.popin div.submit {
    float: right;
}

.popin .pwstrength-levels {
    margin-top: 10px;
    background: #ddd;
    line-height: 40px;
}

.popin .pwstrength-level {
    padding: 1em;
}

.popin .pwstrength-level.weak-level.on {
    background-color: #f60;
}

.popin .pwstrength-level.medium-level.on {
    background-color: #ff0;
}

.popin .pwstrength-level.strong-level.on {
    background-color: #50be87;
}

.popin a.close.black {
    background-position: 0 -15px;
}

.popin a.close:hover,
.popin a.close:focus {
    background-position: 0 -30px;
}

.popin p.error {
    position: relative;
    top: 5px;
    left: 20px;
    font-size: 0.85em;
    color: #c00;
}

.popin .alert {
    padding-left: 19px;
    background: url("../img/icons-message.png") 0 -45px no-repeat;
    height: 20px;
}


/* popin lng */

#popinLng div.popin {
    width: 328px;
}

#popinLng div.popin ul {
    width: 328px;
}

#popinLng div.popin ul li {
    width: 50%;
    height: 58px;
    display: inline-block;
    font-size: 0.8em;
    line-height: 60px;
}

#popinLng div.popin ul li a {
    height: 58px;
    display: block;
    color: #222;
    text-decoration: none;
    background: #fff;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #ddd;
    padding-left: 30px;
}

#popinLng div.popin ul li:nth-child(odd) a {
    border-right: 2px solid #ddd;
}

#popinLng div.popin ul li a:focus,
#popinLng div.popin ul li a:hover,
#popinLng div.popin ul li a:active {
    background: #ffa500;
}

#popinLng div.popin ul li a.on {
    color: #f60;
}


/* popin update */

#popinUpdate form {
    padding: 0;
    margin-top: 12px;
}

#popinUpdate form {
    border-bottom: none;
    padding-bottom: 0;
}

#popinUpdate form input[type=checkbox] {
    margin-top: 0;
}

#popinUpdate form textarea {
    margin-top: 0;
}

#popinUpdate form label.remember {
    margin: 3px 0 0 5px;
}

#popinUpdate form div.submit input[type=submit] {
    margin-bottom: 0;
}


/* popin newMessage */

#popinNewMessage a.bt.ok {
    margin-right: 12px;
}


/* popin Spin*/

#popinSpin div.popin {
    width: 60px;
    height: 60px;
    border: none;
    background: none;
}


/* popin common  */

.popin div.header {
    height: 48px;
    padding-top: 10px;
}

.popin div.header h3 {
    padding-left: 30px;
    color: #000;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}

.popin div.message {
    padding: 20px 0 20px 0;
    margin: 0 28px 0 28px;
}

.popin div.message h4 {
    font-size: 0.85em;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    line-height: 20px;
}

.popin div.message p {
    font-size: 0.75em;
    font-weight: normal;
    color: #808080;
    line-height: 20px;
}

.popin div.submit {
    padding-top: 20px;
    margin-top: 20px;
    clear: both;
    display: block;
    position: relative;
}

.popin form {
    padding: 0 28px;
    margin-top: 12px;
}

.popin form label {
    color: #222;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    line-height: 40px;
}

.privacy {
    color: #222;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    display: inline-block;
}

.popin form div.border {
    width: 414px;
}

.popin form div.border input,
.popin form div.border textarea {
    width: 401px;
    padding: 5px;
    border: 1px solid #b3b3b3;
    line-height: 30px;
}

.popin form div.border input {
    height: 30px;
}

.popin form div.border textarea {
    height: 120px;
}

.popin form div.border input.red {
    border-color: #c00;
}

.popin label.remember {
    float: left;
    color: #808080;
    margin: 13px 0 10px 5px;
    line-height: 10px;
    font-weight: normal;
    font-size: 0.75em;
}

.popin input[type=checkbox],
.popin input[type=radio] {
    float: left;
    margin: 10px 0;
    clear: left;
}

.popin input[type=password] {
    font-size: 30px;
}

.popin div.content {
    padding: 25px 28px;
}

.popin div.content .info {
    margin-bottom: 20px;
}

.popin div.content .info h3 {
    color: #222;
}

.popin div.content .info h4 {
    color: #808080;
    font-size: 0.85em;
    font-weight: normal;
}

.popin div.remember {
    position: absolute;
    right: 28px;
}

.popin input[type=submit],
.popin a.bt {
    float: left;
    cursor: pointer;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    border: 2px solid #000;
    margin-bottom: 20px;
    margin-right: 12px;
    padding: 0 15px;
    font-size: 0.75em;
    line-height: 40px;
}

.popin .content a.bt {
    height: 36px;
}

.popin .content a.bt {
    margin-bottom: 20px;
}

.popin a.bt.later {
    margin-right: 12px;
    background: #ddd;
    border-color: #ddd;
}

.popin input[type=submit]:hover:enabled,
.popin input[type=submit]:focus:enabled,
.popin input[type=submit]:active:enabled,
.popin a.bt:hover,
.popin a.bt:active,
.popin a.bt:focus,
.popin a.bt.later:hover,
.popin a.bt.later:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

.popin input[type=submit]:hover:disabled,
.popin input[type=submit]:focus:disabled,
.popin input[type=submit]:active:disabled {
    cursor: not-allowed;
}

/* -------------------------------------------------
 8 - PLUGIN SCROLLPANE
 --------------------------------------------------- */

.mainPane {
    width: 100%;
    /* height: 194px; */
    height: 388px;
    overflow: auto;
}

/* .guestPane {
    height: 190px;
    width: 100%;
    overflow: auto;
} */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    margin-left: 0 !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #ddd;
    position: relative;
}

.jspDrag {
    background: #F60 !important;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #555;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #999;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 6px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

#messages div.msg .jspTrack {
    background: #ddd;
}

/* -------------------------------------------------
 Help
 --------------------------------------------------- */

#personal-data-container a{
    padding: 30px;
    font-size: 0.9em;
    line-height: 25px;
}


/* -------------------------------------------------
 9- ARABIC OVERIDE
 --------------------------------------------------- */

html[lang="ar"] {
    direction: rtl;
}

html[lang="ar"] .msisdn {
    direction: ltr;
    unicode-bidi: embed;
}

html[lang="ar"] body.others div.useful.info p span {
    unicode-bidi: embed;
}

html[lang="ar"] .popin form div.border input{
    direction: ltr;
    text-align: right
}

html[lang="ar"] #mobile_number_input{
    direction: ltr;
    text-align: right
}

html[lang="ar"] body.others div.useful.support div.info:not([lang="ar"]) {
    direction: ltr;
    unicode-bidi: embed;
}

html[lang="ar"] body.others div.useful.support div.info[lang="ar"] {
    direction: rtl;
    unicode-bidi: embed;
}

html[lang="ar"] header div.dropdown li a {
    padding: 5px 10px 3px 10px;
}

html[lang="ar"] header h1 a {
    text-align: left;
}

html[lang="ar"] #main #container #content article {
    direction: rtl;
}

html[lang="ar"] #main div.guest p {
    text-align: right;
}

html[lang="ar"] #main #container #content article h2 {
    text-align: right;
}

html[lang="ar"] #main #container #content article a.settings {
    left: 14px;
}

html[lang="ar"] #main #container #content article a.settings.reset {
    left: 46px;
}

html[lang="ar"] footer {
    left: -44%;
}

html[lang="ar"] #main #container #content {
    position: absolute;
}

/* Help header*/

html[lang="ar"] div.onglets ul {
    position: absolute;
    top: 147px;
    right: 0;
    height: 200px;
    width: 92%;
    overflow: hidden;
    margin: 0 -55.4% 0;
}

html[lang="ar"] div.useful a.download {
    display: block;
    margin: 25px 7px 21px 17px;
    padding-left: 25px;
    color: #f60;
    font-size: 0.9em;
    background: url(../img/icon-pdf.png) 0 0 no-repeat;
    float: right;
}

html[lang="ar"] body.others div.useful {
    float: right;
}

/* CONNECTION */

html[lang="ar"] #connection div.state h3,
html[lang="ar"] #connection div.state-roaming h3 {
    right: 20px;
    left: inherit;
    float: right;
}

html[lang="ar"] #connection div.state a.switch,
html[lang="ar"] #connection div.state-roaming a.switch {
    left: 20px;
    right: inherit;
}

html[lang="ar"] #connection div.state p,
html[lang="ar"] #connection div.state-roaming p {
    left: inherit;
    right: 20px;
}

html[lang="ar"] #connection div.infos ul li.title {
    float: right;
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 89px;
}

html[lang="ar"] #connection div.infos ul li.txt {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-left: 0;
    direction: ltr;
}

html[lang="ar"] #connection div.infos ul li.icon {
    float: left;
}

html[lang="ar"] #connection div.infos ul.array li.icon {
    margin: 16px 0 0 12px;
}

/* CONFIG */
html[lang="ar"] .config-form div.form-check label {
    text-align: right;
    padding-right: 20px;
}

html[lang="ar"] #form div.config-column-left {
    float: right;
}

html[lang="ar"] #form div.config-column-right {
    float: left;
}

/* USAGE */

html[lang="ar"] #usage div.holder {
    overflow: hidden;
}

html[lang="ar"] #usage div.client p {
    text-align: right;
    padding-right: 20px;
}

html[lang="ar"] #usage div.client div.area {
    right: 20px;
    left: inherit;
}

html[lang="ar"] #usage div.client {
    background-position: 25px 59px;
}

html[lang="ar"] #usage .holder .label.national {
    float: left;
    margin: 0 32px;
}

html[lang="ar"] #usage .holder .label.international {
    float: right;
    margin: 0 37px;
}

html[lang="ar"] #usage div.digits.international {
    margin: 0;
}

html[lang="ar"] #usage div.digits.national {
    margin: 0 45px 0 0;
}

html[lang="ar"] #usage div.digits-container {
    direction: ltr;
}

html[lang="ar"] #usage div.digits-container div.digits ul li p {
    /*direction: rtl;*/
    text-align: right;
    width: 100px;
}

html[lang="ar"] #usage div.digits-container div.digits h3 {
    margin-left: 55px;
}

html[lang="ar"] #usage div.digits ul li {
    padding-left: 22px;
}

html[lang="ar"] #usage div.digits.national ul li {
    border-left: 1px solid #ddd;
    border-right: none;
}

html[lang="ar"] #usage .warning {
    padding-left: 0;
    padding-right: 20px;
}

html[lang="ar"] #usage .warning .icon {
    float: right;
    margin-right: 0;
    margin-left: 7px;
}

html[lang="ar"] #usage .holder svg {
    left: 78px !important;
    /* fix direction rtl overide js left setting */
}


/* MESSAGES */

html[lang="ar"] #messages p.total {
    text-align: right;
    padding-right: 20px;
}

html[lang="ar"] #main #messages #scrollContainer.hidden + a.button {
    margin-top: 15px;
}

html[lang="ar"] #main a.button {
    left: inherit;
    /*right: 20px;
    float: right;*/
}

html[lang="ar"] #messages div.scroll-pane ul li {
    direction: rtl;
}

html[lang="ar"] #messages div.scroll-pane ul li h4 {
    float: right;
    direction: ltr;
}

html[lang="ar"] #messages div.scroll-pane ul li h4.on {
    padding-left: 0;
    background-position: right 3px;
    padding-right: 17px;
}

html[lang="ar"] #messages div.scroll-pane ul li h4.alert {
    padding-left: 0;
    background-position: right -22px;
    padding-right: 17px;
}

html[lang="ar"] #messages div.scroll-pane ul li h4.on.alert {
    background: url("../img/icons-message.png") 109px -44px no-repeat, url("../img/icons-message.png") 123px 3px no-repeat;
    padding-left: 0;
    padding-right: 17px;
}

html[lang="ar"] #messages div.scroll-pane ul li h4.on.alert a {
    padding-right: 10px;
}

html[lang="ar"] #messages div.scroll-pane ul li span.date {
    float: left;
    margin-right: inherit;
    margin-left: 10px;
}

html[lang="ar"] #messages div.scroll-pane ul li p {
    float: right;
}

html[lang="ar"] #messages div.scroll-pane ul li a.trash {
    left: 4px;
}

html[lang="ar"] #messages div.scroll-pane ul li {
    padding: 5px 20px 0 0;
}

html[lang="ar"] #messages div.redirect a.switch {
    right: 27px;
    left: inherit;
}

html[lang="ar"] #messages div.redirect p {
    right: 99px;
    float: right;
    left: inherit;
}

html[lang="ar"] #messages div.label {
    margin-left: inherit;
    margin-right: 27px;
}

html[lang="ar"] #messages div.label label {
    margin-left: 120px;
    margin-right: initial;
}

html[lang="ar"] #messages div.redirect div.submit {
    left: inherit;
    right: 15px;
}

html[lang="ar"] #messages div.redirect div.submit a.button {
    float: right;
}

html[lang="ar"] .jspVerticalBar {
    left: 0;
    right: inherit;
}

html[lang="ar"] #messages div.msg a.reply,
html[lang="ar"] #messages div.msg a.send {
    left: 40px;
}

html[lang="ar"] #messages div.msg a.trash {
    left: 10px;
}

html[lang="ar"] #main #container #content article a.settings.new_message {
    left: 47px;
    top: 13px;
}

html[lang="ar"] #messages p.total span {
    float: right;
    margin-top: -1px;
    margin-left: 7px;
}


/* WIFI */

html[lang="ar"] #wifi div.state.large span.nb {
    direction: ltr;
}

html[lang="ar"] #wifi div.network h3 {
    margin-right: 65px;
}

html[lang="ar"] #wifi div.network1 h3,
html[lang="ar"] #wifi div.network2 h3 {
    margin-right: 65px;
}

html[lang="ar"] #wifi div.state h3 {
    margin-right: 65px;
}

html[lang="ar"] #wifi div.state p {
    margin-right: 20px;
}

html[lang="ar"] #wifi div.network_ghz_main {
    right: 33px;
}

html[lang="ar"] #wifi div.state.large {
    background: url("../img/icon-wifi.png") no-repeat 260px 20px;
}

html[lang="ar"] #wifi a.switch {
    left: 15px;
    right: inherit !important;
}

html[lang="ar"] #wifi span.nb {
    right: 20px;
    padding: 5px 7px 0 20px;
    left: inherit;
}

html[lang="ar"] #wifi div.state.wifi {
    background-position: 253px 15px;
}

html[lang="ar"] #wifi span.nb {
    right: 20px;
    padding: 5px 7px 0 20px;
    left: inherit;
}

html[lang="ar"] #wifi span.people-count {
    right: 22px;
}

html[lang="ar"] #wifi a.qr {
    right: 180px;
}

html[lang="ar"] #wifi div.network_ghz {
    position: inherit;
    right: 35px;
}

/* CLOUD */

html[lang="ar"] #cloud div.state h3 {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

html[lang="ar"] #cloud div.state a.switch {
    left: 20px;
    right: inherit;
}

html[lang="ar"] #cloud div.cloud h3 {
    margin-right: 20px;
    margin-left: 0;
}

html[lang="ar"] #cloud div.cloud a {
    margin: 10px 20px 0 0;
}

html[lang="ar"] #webaccess div#connectedHomepageContainer div.bar {
    /*width: 140px !important;*/
    margin: 0 20px 0 0;
}

html[lang="ar"] #webaccess span.headerTitle {
    margin-right: 20px;
}

html[lang="ar"] #webaccess div.cloud h3 {
    margin-right: 20px;
    margin-left: 0;
}

html[lang="ar"] #webaccess div.cloud a {
    margin: 10px 20px 0 0;
}

html[lang="ar"] #webaccess div.cloud {
    background-position: 10px 47px;
}

html[lang="ar"] #webaccess h2 a.fileAdd,
html[lang="ar"] #webaccess h2 a.fileDownload,
html[lang="ar"] #webaccess h2 a.folderAdd {
    float: left;
}


/* POPIN */

html[lang="ar"] .popin div.header h3 {
    padding-left: 0;
    padding-right: 30px;
}

html[lang="ar"] .popin a.close {
    right: inherit;
    left: 25px;
}

html[lang="ar"] .popin input[type=submit],
html[lang="ar"] .popin a.bt {
    float: right;
}

html[lang="ar"] .popin input[type=checkbox],
html[lang="ar"] .popin input[type=radio] {
    float: right;
}

html[lang="ar"] .popin label.remember {
    float: right;
    margin: 13px 10px 10px 0;
}

html[lang="ar"] .popin div.remember {
    position: absolute;
    left: 28px;
}

html[lang="ar"] .popin .alert {
    padding-left: 0;
    padding-right: 19px;
    background-position: 408px -24px;
}

html[lang="ar"] #popinLng div.popin ul li a {
    padding-right: 30px;
    border-right: none;
    border-left: 2px solid #ddd;
    text-align: right;
}

html[lang="ar"] div.popin div.submit {
    float: left;
}


/* -------------------------------------------------
Russian
---------------------------------------------------- */

html[lang="pl"] #main #messages a.button,
html[lang="ru"] #main #messages #scrollContainer.hidden + a.button,
html[lang="ru"] #main #messages a.button {
    padding: 0 6px;
}


html[lang="nl"] #usage .holder .label.national, html[lang="sk"] #usage .holder .label.national {
    margin: 0 51px 0 17px;
}

html[lang="ru"] #main #container #content article#usage .border h2 {
    line-height: 22px;
}


/* -------------------------------------------------
 10- MEDIAS QUERIES
 --------------------------------------------------- */

html.touch body footer {
    display: none;
}


/* pseudo center blocks on horizontal tablets */

@media only screen and (max-width: 1024px) and (min-width: 800px) {
    .wrap{
        overflow-x: hidden;
    }

    body.home #main #container {
        width: 100%;
        margin: 0 auto;
        overflow: initial;
    }

    body.home #main #container #content article {
        margin: 0 13px 26px 13px;
    }
}

@media only screen and (max-width: 900px) {
    .wrap{
        overflow-x: hidden;
    }

    header h1 a {
        width: 281px;
        font-size: 24px;
        line-height: 20px;
    }

    body.home #main #container {
        overflow: initial;
    }
}

@media only screen and (max-width: 700px) {
    .wrap{
        overflow-x: hidden;
    }

    body.others header a.home {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .wrap{
        overflow-x: hidden;
    }

    .large-device {
        display: none;
    }

    /* mobile menu*/
    body #mobile-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
        overflow: hidden;
    }

    body #mobile-menu .cache {
        opacity: 1;
        background-color: #000;
        z-index: 60;
    }

    body #mobile-menu .popin-container {
        z-index: 100;
        position: relative;
    }

    body #mobile-menu .popin-container .popin-wrapper {
        display: block;
    }

    body #mobile-menu .popin-container .popin-wrapper .popin {
        background-color: transparent;
    }

    body #mobile-menu .popin .content {
        margin-top: 120px;
    }

    body #mobile-menu .popin a.close {
        margin-top: -82px;
        top: 0;
        right: 0;
        background: url("../img/close.png") 0 -52px no-repeat;
        background-size: 25px 77px;
        height: 25px;
        width: 25px;
    }

    body #mobile-menu .popin ul.navigation {
        height: 25px;
        width: 200px;
    }

    body #mobile-menu .popin ul.navigation > li {
        float: left;
        font: normal 0.875em 'Helvetica-Neue', Helvetica, Arial, sans-serif;
        padding: 9px 15px 9px 20px;
        line-height: 20px;
        width: 165px;
        text-align: center;
    }

    body #mobile-menu .popin ul.navigation > li a,
    body #mobile-menu .popin ul.navigation li a:visited {
        color: #fff;
    }

    body #mobile-menu .popin ul.navigation > li.start {
        padding: 12px 15px 9px 20px;
        color: #fff;
        background: #ffa500 url("../img/icon-world.png") 9px 13px no-repeat;
        margin-bottom: 20px;
    }

    body #mobile-menu .popin ul.navigation > li.start a {
        color: #fff;
        background: none;
        padding: 0;
    }

    body #mobile-menu .popin ul.navigation > li.lng {
        margin-top: 100px;
    }

    body #mobile-menu .popin ul.navigation > li.lng a.navigation {
        padding-right: 20px;
        background: url("../img/arrow-bottom.png") right 4px no-repeat;
        color: #fff;
        text-decoration: none;
    }

    body #mobile-menu .popin ul.navigation > li.lng a.navigation.on {
        background-position: right -7px;
        color: #fff;
    }

    body #mobile-menu .popin ul.navigation > li.lng div.dropdown {
        position: relative;
    }

    body #mobile-menu .popin ul.navigation > li.lng div.dropdown li {
        width: 165px;
        padding: 10px 0;
        float: left;
        font: normal 1em 'Helvetica-Neue', Helvetica, Arial, sans-serif;
        line-height: 20px;
        text-align: center;
    }

    body #mobile-menu .popin ul.navigation > li.lng div.dropdown li a {
        color: #8c8c8c;
    }

    /* header other */
    body.others header div.onglets {
        width: 100%;
        margin: 0;
    }

    body.others.settings header div.onglets ul li a {
        padding: 0 13px;
    }

    body.others.settings header div.onglets ul li {
        margin-right: 1px;
    }

    /* header common */
    header {
        margin-bottom: 20px;
    }

    header h1 a {
        width: 212px;
        font-size: 17px;
        line-height: 18px;
    }

    header .informations {
        top: 7px;
        right: 6%;
    }

    header .informations .msisdn {
        display: none;
    }

    header nav {
        background-color: transparent;
    }

    header nav ul.navigation li.menu.navigation {
        border-right: none;
        padding-top: 23px;
    }

    header nav ul.navigation li.navigation a#linkMenu {
        font-size: 1.1em;
        background: url("../img/icon-menu-mobile.png") right 0 no-repeat;
        background-size: 25px 38px;
        line-height: 20px;
    }

    header nav ul.navigation li.navigation.start {
        display: none;
    }

    header nav ul.navigation li.navigation.lng {
        display: none;
    }

    header div.dropdown li.lng {
        display: block;
    }

    header div.dropdown#menu {
        right: 2px;
    }

    /* notification */
    body.others div.notif ul li.time {
        width: 110px;
    }

    body.others div.notif ul li.msg {
        width: 30%;
    }

    body.others div.faq ul li h3 {
        font-size: 1em;
    }

    .msisdn-block {
        text-align: center;
        padding: 20px;
    }

    /* popinLng */
    #popinLng .popin {
        width: 170px;
        text-align: center;
    }

    header .informations .msisdn {
        display: none;
    }

    .msisdn-block {
        margin: 0 auto;
        display: block;
        color: #f60;
        font: normal 0.875em 'Helvetica-Neue', Helvetica, Arial, sans-serif;
        padding: 0px 0px 0px 23px;
        line-height: 20px;
        cursor: default;
        position: absolute;
        top: -21px;
    }
}

@media only screen and (max-width: 480px) {
    .wrap{
        overflow-x: hidden;
    }

    body.home #main #container {
        width: 312px;
        overflow: initial;
    }

    /* shadow */
    body.home #main div#shadow {
        display: none;
    }

    html[lang="ar"] footer {
        left: -10%;
    }
}

@media (max-width: 640px) {
    .wrap{
        overflow-x: hidden;
    }

    body.others header div.onglets ul {
        width: 100%;
    }

    body.others header div.onglets ul li {
        width: 49%;
    }

    body.others header div.onglets ul li a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin: 0 auto;
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    .wrap{
        overflow-x: hidden;
    }
    body.home #main #container {
        width: 306px;
        overflow: initial;
    }

    /* shadow */
    body.home #main div#shadow {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .wrap{
        overflow-x: hidden;
    }
    body.home #main #container {
        width: 96%;
        overflow: initial;
    }

    /* shadow */
    body.home #main div#shadow {
        display: none;
    }
}

@media only screen and (max-width: 900px) and (max-height: 640px) {
    .wrap{
        overflow-x: hidden;
    }
    header h1 {
        margin-top: 15px;
    }

    header .informations {
        top: 30px;
    }

    header div.dropdown {
        /*top  : 30px;
        left : -36px;*/
    }

    body.others header a.home {
        top: 28px;
    }

    body.others.notif header {
        min-height: 80px;
        height: 80px;
    }

    body.others header div.onglets ul li a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin: 0 auto;
    }
}

@media only screen and (max-width: 740px) and (max-height: 767px) {
    .wrap{
        overflow-x: hidden;
    }
    header .informations {
        top: 5px;
    }
}

/* popin small format */

@media only screen and (max-width: 500px) {
    .wrap{
        overflow-x: hidden;
    }
    .popin {
        width: 270px;
    }

    #popinLng .popin {
        width: 170px;
        text-align: left;
    }

    .popin div.remember {
        position: absolute;
        right: 30px;
    }

    /* popin common */
    .popin form div.border {
        width: 210px;
        padding: 3px;
    }

    .popin form div.border input,
    .popin form div.border textarea {
        width: 198px;
    }
}


/* image retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    /* header */
    body.others header a.home {
        background-size: 21px 48px;
        background-image: url("../img/icon-home@2x.png");
    }

    header h1 a {
        background-size: 35px 35px;
        background-image: url("../img/logo-airbox@2x.png");
        padding-top: 22px;
    }

    header nav ul.navigation li.navigation.start {
        background-size: 14px 14px;
        background-image: url("../img/icon-world@2x.png");
    }

    header div.dropdown li a span.number {
        background-size: 27px 21px;
        background-image: url("../img/notif@2x.png");
    }

    /* main common */
    #main #container #content article a.settings {
        background-size: 624px 25px;
        background-image: url("../img/icons-utils@2x.png");
    }

    #main #container #content article a.settings:focus,
    #main #container #content article a.settings:hover {
        background-image: url("../img/icons-utils-focus@2x.png");
    }

    /* main - connection */
    #connection div.state a.switch {
        background-size: 120px 30px;
        background-image: url("../img/switch@2x.png");
    }

    #connection div.state a.loading {
        background-size: 578px 37px;
        background-image: url("../img/loader@2x.png");
    }

    #connection div.state p.r {
        background-size: 13px 14px;
        background-image: url("../img/icone-r@2x.png");
    }

    #connection ul.dashboard li.chrono span.icon {
        background-size: 100px 60px;
        background-image: url("../img/icons-connection@2x.png");
    }

    #connection ul.dashboard li.debit span.icon {
        background-size: 100px 60px;
        background-image: url("../img/icons-connection@2x.png");
    }

    #connection div.infos ul li span.icon {
        background-size: 820px 123px;
        background-image: url("../img/icons-status@2xtest.png");
    }

    /* main - messages */
    #messages div.scroll-pane ul li h4.alert {
        background-size: 13px 63px;
        background-image: url("../img/icons-message@2x.png");
    }

    #messages div.scroll-pane ul li h4.on {
        background-size: 13px 63px;
        background-image: url("../img/icons-message@2x.png");
    }

    #messages div.scroll-pane ul li a.trash {
        background-size: 624px 25px;
        background-image: url("../img/icons-utils@2x.png");
    }

    #messages div.scroll-pane ul li a.trash:focus,
    #messages div.scroll-pane ul li a.trash:hover {
        background-size: 624px 25px;
        background-image: url("../img/icons-utils-focus@2x.png");
    }

    #messages div.msg a.reply {
        background-size: 625px 25px;
        background-image: url("../img/icons-utils@2x.png");
    }

    #messages div.msg a.send {
        background-image: url("../img/icons-utils-send@2x.png");
    }

    #messages div.msg a.reply:focus,
    #messages div.msg a.reply:hover {
        background-image: url("../img/icons-utils-focus@2x.png");
    }

    #messages div.msg h4.alert {
        background-size: 13px 63px;
        background-image: url("../img/icons-message@2x.png");
    }

    /* main - usage */
    #usage ul.dashboard li.bottom span.icon {
        background-size: 100px 60px;
        background-image: url("../img/icons-connection@2x.png");
    }

    #usage ul.dashboard li.top span.icon {
        background-size: 100px 60px;
        background-image: url("../img/icons-connection@2x.png");
    }

    /* main - cloud */
    #cloud div.state a.switch {
        background-size: 120px 30px;
        background-image: url("../img/switch@2x.png");
    }

    #cloud div.documents a {
        background-size: 10px 60px;
        background-image: url("../img/arrow-right-white@2x.png");
    }

    #cloud div.documents a span {
        background-size: 287px 16px;
        background-image: url("../img/icons-file@2x.png");
    }

    #cloud div.file {
        float: left;
        height: 80px;
        border-top: 1px solid #202020;
        border-bottom: 1px solid #000;
    }

    #cloud div.file div.state a.learn {
        background-size: 8px 26px;
        background-image: url("../img/arrow-right-white-small@2x.png");
    }

    /* main - wifi */
    #wifi div.state a.switch {
        background-size: 120px 30px;
        background-image: url("../img/switch@2x.png");
    }

    /* others - help */
    body.others div.useful a.download {
        background-size: 16px 47px;
        background-image: url("../img/icon-pdf@2x.png");
    }


    /* others - faq */
    body.others div.faq ul li span.more {
        background-size: 65px 60px;
        background-image: url("../img/icon-more@2x.png");
    }

    /* others - notif */
    body.others div.notif h3 span {
        background-size: 27px 21px;
        background-image: url("../img/notif@2x.png");
        background-repeat: no-repeat;
    }

    body.others div.notif ul li.rond {
        background-size: 9px 9px;
        background-image: url("../img/icon-rond@2x.png");
    }

    /* popin */
    .popin a.close {
        background-size: 13px 42px;
        background-image: url("../img/close@2x.png");
    }
}