/** ABOUT sprint21.CSS
 * CSS for payment agreement and payment confirmation portlets(payment-calendar)
 * resides on all sprint21- pages
 */

/*payment agreement*/

.pay-agr .pay-calendar{
    float: left;
    width: 270px;
    margin-right: 15px;
}
.pay-agr .payment-messages{
    float: left;
    width: 645px;
}
.pay-agr .extra-info{
    font-size: 15px;
}
.pay-conf .extra-info{
    font-size: 15px;
}
.pay-agr .extend-delay-submit{
    margin-left: 160px;
}

.calendar-pay-confirmation{
    background: #fff;
    padding: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px #ccc;
}

.datepick-rtl {
    direction: rtl;
}
.datepick-popup {
    z-index: 1000;
}
/*CRMT R2WPEX - Kubis fix QC 11663*/
.datepick-ctrl a {
	display: inline-block; 
}

.datepick a {
    color: #000;
    text-decoration: none;
}
.datepick a.datepick-disabled {
    color: #fff;
    cursor: auto;
}

.datepick-nav{
    position: relative;
}

.datepick-cmd {
    width: 30%;
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
    width: 8%;
}

button.datepick-cmd {
    text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
    float: left;
    padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {

    display: none;
}

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.datepick-cmd-prev,
.datepick-cmd-next{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background: url('/images/sprite.png');
    top: -1px;
    line-height: 30px;
    text-indent: -9999em;
}

.datepick-cmd-prev{
    background-position: -332px -189px;
}

.datepick-cmd-prev.datepick-disabled{
    background-position: -248px -190px;
}

.datepick-cmd-next{
    right: 0;
    background-position: -366px -189px;

}
.datepick-cmd-next.datepick-disabled{
    background-position: -283px -190px;
}

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
    float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}
.datepick-month-nav {
    float: left;
    background-color: #777;
    text-align: center;
}
.datepick-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}
.datepick-month-nav span {
    color: #888;
}
.datepick-month-row {
    clear: left;
}
.datepick-month {
    float: left;
    width: 260px;
    text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    height: 1.5em;
    color: #000;
    font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
    height: 1.4em;
    border: none;
    font-size: 100%;
}
.datepick-month-header input {
    position: absolute;
    display: none;
}
.datepick-month-header{
    font-size: 20px;
    margin-bottom: 35px;
    width: 257px;
    text-align: center;
}
.datepick-month table {
    width: 100%;
    border-collapse: collapse;
}

.datepick-month th, .datepick-month td {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
    border-bottom: none;
}
.datepick-month th {
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    color: #5e2750;

}

.datepick-month td {
    background-color: #fff;
    border-bottom: none;
}

.datepick-month td.datepick-week * {
    background-color: #777;
    color: #fff;
    border: none;
}
.datepick-month a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    font-weight: 700;
    color: #e60000;
    text-decoration: none;
}
.datepick-month span {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 1px;
        line-height: 35px;
}

.datepick-month th span{
    height: 30px;
}
.datepick-month td span {
        color: #999;
}
.datepick-month td .datepick-other-month {
        background-color: #fff;
}

.datepick-month td .datepick-today {
        display: block;
        border-radius: 30px;
        background-color: #fef5cc;
        color: #000;
}

.datepick-month td .datepick-selected {
        background-color: #e60000;
        color: #fff;
}
.datepick-month th.datepick-week {
        background-color: #777;
        color: #fff;
}

.datepick-clear-fix {
        clear: both;
}

.datepick-month td span.payExpirationDay{
    background: #c5c5c5;
    display: block;
    border-radius: 30px;
    color: #fff;
}
.delayed-pay-date .datepick-month td a.payExpirationDay{

    background: #5E2750;
    display: block;
    border-radius: 30px;
    color: #fff;

}

/*PAY CONFIRMATION*/
.confirm-bill-pay-form .top-row{
    margin-bottom: 5px;
}
.confirm-bill-pay-form .top-row .field,
.confirm-bill-pay-form .top-row label{
    float: none;
}

.confirm-bill-pay-form .top-row .pay-col{
    float: left;
    width: 310px;
}

.confirm-bill-pay-form .top-row .pay-col input{
    width: 290px;
    height: 20px;
}

.confirm-bill-pay-form .amount-to-pay-col label{
    width: 133px;
}
.confirm-bill-pay-form .submit-col button{
    /*float: right;*/
    margin-top: 19px;
}
.confirm-bill-pay-form.upload-form .submit-col button{
    float: right;
    margin-top: 10px;
}
.pay-agr .alert a.secondary,
.pay-agr .failure a.secondary,
.pay-agr .success a.secondary,
.pay-conf .failure a.secondary,
.pay-conf .alert a.secondary,
.pay-conf .success a.secondary{
    margin-top: -40px;
}
.pay-agr .pay-date-delayed-msg a.secondary{
    margin-top: -45px;
}
.pay-agr .pay-date-delay-failure{
    height: 120px;
}
.pay-agr .pay-date-delay-failure a.secondary{
    margin-top: 0
}
.confirm-bill-pay-form .pay-date-col label{
    float: left ;
    padding-top: 17px;
}
.confirm-bill-pay-form  .pay-date-col.complete label{
    float: none ;
    padding-top: 17px;
}
.operation-code-col input{
    width: 290px;
}
/*.pay-date-col{
    width: 500px;
    float: left;
}*/
/*.pay-date-col .trigger{
    margin: 12px 0 0 -4px;
}
.pay-date-col.complete .trigger{
    margin: 2px 0 0 -14px;
}*/

#pay-date{
    visibility: hidden;
    width: 0px;
    height: 0
}

.pay-conf #payDateError{
    line-height: 37px;
margin-top: -10px;
display: block;
}
.pay-conf .complete #payDateError{
    margin-top: -14px;
}
.pay-date-col .warning-med{
    margin-right: 8px;
}
.pay-date-col #payDateSelected{
    display: block;
    padding-top: 19px;
    padding-left: 212px;
}

.pay-date-col.complete #payDateSelected{
    display: block;
padding-top: 9px;
padding-left: 139px;
}
#inputPayDaySelected{
    visibility: hidden;
    height: 0;
    width: 0;
}
.fb-login-after-ie8 {
    background: url("/images/sprite.png") repeat scroll -201px -189px #30487b;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #4264aa;
    border-top-left-radius: 3px;
    content: "";
    display: block;
    height: 29px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

/* START Sprint24 */
table.manage-numbers{
	width: 100%;
}
table.manage-numbers tr{
	height: 40px;
}
table.manage-numbers .delete-holder{
	position: relative;
}
table.manage-numbers td > p{
	margin: 6px 0;
}
table.manage-numbers td:nth-child(2){
	width: 50px;
}
a.manage-numbers-delete{
	font-size: 0;
	display: block;
	width: 70px;
	height: 28px;
	background: url('/consumption/groups/public/documents/mobile_digital_asset/mcare_sprite.png') no-repeat top right;
	margin: auto;
	background-position: 55px 1px;
	position: absolute;
	right: 0;
	margin-right: 5px;
	border-radius: 3px;
	color: #696969;
	padding: 5px;
}
p.manage-numbers-number{
	color: #696969;
}
.lista-numere-info > span{
	font-size: 18px;
}
.vodafone-mpesa{
	height: 200px;
	overflow: hidden;
}
.vodafone-mpesa > a > div > .pull-right > img{
	width: 185px;
  	height: 202px;
  	position: absolute;
  	right: -30px;
  	margin-top: -12px;
}
.vodafone-mpesa > a > .banner{
	margin: 0px 0 20px;
}
.ph1{
	font-weight: bold;
	display: block;
	clear: both;
  	padding-top: 20px;
}
.hod{
	display: none;
}
.vdf-bubble > .bubble{
	width: 100%;
  margin-top: 20px;
}
.vdf-bubble > .bubble > .wrap{
	font-size: 18px;
}
a.manage-numbers-delete:hover{ /* QC 13096   */
	width: 75px; 
	font-size: 13px;
	text-shadow: 0 1px white;
  	box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  	text-decoration: none;
  	background-position: 45px 1px;
}
.eroare-numar-gresit-repetat{
	float: left;
	margin-right: 30px;
	width: 215px;
}
.eroare-numar-gresit-repetat > a{
	text-decoration: none;
}
.eroare-numar-gresit-repetat > a > img{
	vertical-align: middle;
	margin-right: 10px;
}
.eroare-numar-gresit-repetat > a > .pull-left > b{
	text-decoration: none;
	font-size: 16px;
}
.bod{
	font-weight: bold;
}
.red{
	color: #e60000;
}

/* POPUP */

.popup-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: red; */
    top: 0;
    z-index: 9999;
}

.popup-dialog{
    border: 1px solid #666;
    border-radius: 8px;
    box-shadow: 2px 2px 7px 0 #333;
    overflow: hidden;
    position: relative;
    top: 40%;
    z-index: 999999;
    position: fixed;
}
.popup-dialog a{
  padding: 8px 12px;
}
.pd-content{
    background: #fff;
    border: 3px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    zoom: 1;
    text-align: center;
}

.pd-content p{
    padding: 0 30px;
}
.pd-content > a{
	float: none;
}
.notificarile-mele{
    position: relative;
}

.notificarile-mele .popup-dialog{
    top: 100px;
    left: 100px;
    max-width: 490px;
}

.notificarile-mele .popup-confirma{
    float: right;
    margin-right: 130px;
}

.notificarile-mele .popup-renunta{
    float: left;
    margin-left: 130px;
}
input.error, select.error, textarea.error{
	border: solid 2px #d80000;
}

/* PROMOTII */
.card>ul {
  padding-left: 0;
  list-style: none;
}
.card li.parent {
  padding: 10px 0;
  font-size: 16px;
}
.card li.parent {
  cursor: pointer;
}
.pull-right {
  float: right !important;
}
.parent .up-arrow {
  display: none;
}
.parent.active #down-arrow {
  display: none;
}
.parent.active .up-arrow {
  display: block;
}
#promo_2{
	margin-bottom: 50px;
}

/* REINCARCARE */
#recharge-prepaid-form{
	margin-bottom: 20px;
}

#recharge-prepaid-form button {
    margin-top: 20px;
    width: 100%;
}

#recharge-prepaid-form table, #recharge-prepaid-form tr, #recharge-prepaid-form td{
	width: auto;
	background: #fff;
	border: none;
}
#recharge-prepaid-form table input[type=radio], #recharge-prepaid-form table label, #agree_add_to_favs{
	width: auto;	
	padding: 0 10px !important;
}
#recharge-prepaid-form .ui-input-text{
	margin-bottom: 60px;
}
.box-rnd{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 30px;
}
.box-rnd > div > input[type=radio]{
	display: none;
}
.box-rnd label {
	width: auto;
	text-align: center;
	border: 2px solid #dbdbdb;
	border-radius: 6px;
	line-height: 12px;
	min-height: 65px;
	line-height: 20px;
	padding: 10px 20px;
}
.box-rnd label p {
	display: inline;
	font-size: 20px;
}
#select_fav_number-button > select, #search_by_number{
	margin-bottom: 40px;
}
.box-rnd label.ui-radio-on {
  border-color: #da0034;
}

#select_fav_number-button span {
    display: none;
}

.slider-container {
    clear: both;
    margin: 140px 0 0;
}

.slider-container .bubble {
    clear: both;
    padding: 14px 14px 0;
    width: auto;
}

.slider-container .bubble img {
    display: none;
}

#slider-3 {
    position: absolute;
    left: -10000px;
}

#slider-3-label {
    display: none;
}

.ui-slider {
    margin: 180px 0 40px;
}

.recom-value-marker {
    text-decoration: none;
    color: #C5C5C5;
}
.recom-value {
    display: block;
    padding: 10px;
    color: #C5C5C5;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    top: 10px;
    left: -15px;
}

a.ui-slider-handle,
a.ui-slider-handle:hover {
    text-decoration: none !important;
}

#recharge-prepaid .row {
    margin-left: -5px;
    margin-right: -10px;
}

.box-rnd {
    margin: 0 10px;
    width: 157px;
}
.box-rnd label {
    width: 100%;
    padding: 0;
    /*min-height: auto;*/
    padding-top: 5px;
}

#recharge-prepaid-form {
    float: left;
    width: 100%;
}
.myform h1{
	font-size: 24px;
	color: #000;
}
#recharge-prepaid .radGroup2, #recharge-prepaid #agree_add_to_favs{
  display: none;
}
.box-rnd label > span{
  display: block;
}
.box-rnd label > br{
  display: none;
}
.q-tooltip{
  text-decoration: none;
  background: #9c2aa0;
  padding: 6px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-right: 10px;
}
.tipper-generated, .tipper-generated a, .tipper-generated:hover, .tipper-generated a:hover{
  text-decoration: none;
}

.mt70{
  margin-top: 70px;
}
.clearfix{
  clear: both;
}
.q-tooltip{
  display: none;
}

.ie8 .manage-numbers-delete{

}

#recharge-prepaid-form .errors{
  color: #d80000;
  margin-bottom: 10px;
}
#recharge-prepaid .add-to-fav{
  /*display: none;*/
}
.icon-info-red, .icon-info-white, .icon-info-purple {
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.icon-info-red {
  background-image: url('/consumption/groups/public/documents/digital_asset/info_red.png');
}
/*
.wrap.failure .icon-info-red{
  display: none;
}removed in CRMT bcs not displaying errors */
#qrCode{
  display: none;
}
#select_fav_number{
  margin-bottom: 20px;
}
.delete-holder{
  height: 20px;
}
/*.note .wrap.failure{
  display: none;
}removed in CRMT bcs not displaying errors */

.recom-value-marker, .ui-slider-handle{
  outline: none;
}
.popup-dialog .overlay{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
html.ie8 .popup-dialog .overlay{
    background: #000;
    filter: alpha(opacity=0);
}

.errors#recharge_code{
  position: absolute;
  margin-top: 40px;
}
.homp .wrap.failure{
  display: block;
}
#intl-numbers-list-form #errors_phone_no{
  position: absolute;
  margin-top: 40px;
  margin-left: 127px;
}
#intl-numbers-list-form #errors_search_by_number{
  position: absolute;
  margin-top: 40px;
}
/* END Sprint24 */

/* sayt-ie8 */
/*search as you type*/
.acResults {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: #fff;
    overflow: hidden;
    z-index: 100;
    height: 200px;
}

.acResults ul {
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style: none;   
    height: 200px;
    overflow-y: scroll;
}

.acResults ul li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}
#acInputWrap {
    position: relative;
}

.acLoading {
     background : url('https://s1.vodafonestatic.ro/consumption/groups/public/documents/digital_asset/loader.gif') right center no-repeat;
}

.acSelect {
    background-color: #c3c3c3;
    color: HighlightText;
}

#change-sim-errors .failure {
    background-image: url('/images/custom-failure-icon.png');
    background-position: -10px -6px;
}
/* END sayt-ie8 */

/* Sprint25 */
#recharge-addeo-prepaid-form button {
    margin-bottom: 20px;
    width: 100%;
}

.slider-value {
    color: #9c2aa0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: -74px;
    top: -18px;
}

.recom-value-marker {
    background: #ededed none repeat scroll 0 0 !important;
    z-index: 0 !important;
}

/** ABOUT ASITENTA.CSS
 * css pentru formular asistenta + fixes asistenta CMS
 */


/** ABOUT ASITENTA.CSS
 * css pentru formular asistenta + fixes asistenta CMS
 */

.asistenta-new .sectiontop{
  margin-left:0;
}

.asistenta-new{
  padding-left: 10px; margin-top: 20px;
}

.asistenta-new .escmsgl{
  margin-top: -6px; float: left;
}

.asistenta-new .wysiwyg-article .articlename{
  margin-bottom: 10px;
}

.asistenta-new .list-plain a{
  text-decoration:none;
}

.asistenta-new .sharebookmark{
  margin-right: 5px ;
}

.relatedtitle {
  border-bottom: 1px solid #CCCCCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
}

.articlename {
  float: left;
  width: 100%;
  border-bottom: #ccc 1px solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
}

.artrat {
  border-top: 1px solid #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(204, 204, 204);
}


/* formular */


#escar .row>.note{
  display: none;
}
#escar .wrap.failure .warning-med{
  display: none;
}
#escalation input{
   /* height: 18px;   Network guarantee 8.2.2016  */ 
}

#escalation .form-row{
  position: relative;
}

#escalation .form-row>.warning-med,
#escalation .form-row>.bubble{
  display: none !important;
}

#escalation .form-row>.field.error{
  background: none;
}


#escalation .form-row .errors{
    float: left;
    clear: both;
    margin-top: 10px;
    position: relative;
    padding-left: 32px;
}

#escalation .form-row .errors .error .warning-med{
    position: absolute;
    left: 0;
    top: -14px;
    margin: 0;
}

 #customertype::-ms-expand,
 #enquirytype::-ms-expand{
    display: none;
 }

 #tblatt td{
    border: none !important;
}

#tblatt tr{
    background: none !important;
}

#tblatt .RemoveButtonWrapper {
    float: left;
    cursor: pointer;
}

#tblatt td.Attachment,
#tblatt td.Attachments{
    padding: 0
}

#tblatt p.error{
    color: #e60000;
}

#tblatt td.Attachment

.supportSpace input {
    height: 18px;
}

span.RemoveButtonClass{
    display: block;
    width: 20px;
    height: 20px;
    background: url('/consumption/groups/public/documents/digital_asset/sprite.png');
    background-position: -381px -407px;
    margin-top: 7px;
}

#tblatt .file-upload-input{
    width: 297px;
}

#rcfrmsbt{
    margin-right: 120px;
}

#faqlink{
    margin-left: 494px;
}
.accepted-files{
  clear: both;
  padding-top: 5px;
}

/*  END formular */


/*formular asistenta success and error pages*/

 .supportSpace .sprite-support {
    display:inline-block;
    overflow:hidden;
    background-repeat:no-repeat;
    background-image:url(https://s3.vodafonestatic.ro/images/support_sprite_a.png);
    text-decoration: none;
  }  
.supportSpace .support-youtube-icon {
    width:40px;
    height:40px;
    background-position:-351px -2px
}

.supportSpace .support-twitter-icon {
    width:40px;
    height:40px;
    background-position:-351px -44px
}

.supportSpace .support-mail-icon {
    width:40px;
    height:40px;
    background-position:-351px -86px
}

.supportSpace .support-chat-icon {
    width:60px;
    height:57px;
    background-position:-2px -68px
}

.supportSpace .support-forum-icon {
    width:61px;
    height:50px;
    background-position:-229px -2px
}

.supportSpace .support-facebook-icon {
    width:40px;
    height:40px;
    background-position:-292px -2px
}
  .asistenta-new-messages  .expandables .body {
    padding: 0 12px 20px 25px;
  }
  .asistenta-new-messages .head, .asistenta-new-messages .expandables, .asistenta-new-messages .expandables .body, .asistenta-new-messages .expandables .body p a span{
    color: #fff;
    background-color: #4a4d4e;
  }
  .asistenta-new-messages .expandables h2{
    font-weight: normal;
  font-size: 1.4em;
  }
  .asistenta-new-messages .ex-close .ex-toggle {
    background-position: -141px -4px;
    width: 14px;
    height: 9px;.
    margin-top: -3px;
  }
  .asistenta-new-messages .ex-open .ex-toggle{
    background-position: -155px -4px;
    width: 14px;
    height: 9px;
    margin-top: -3px;
  }
  .box-w-shadow {
    border:1px solid transparent;
    position:relative;
    border-radius:3px;
    box-shadow:0 1px 3px rgba(50,50,50,0.75);
    margin-bottom:10px;
    overflow:hidden;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    padding:15px 10px
}

.box-w-shadow .sprite-support {
    margin:0 5px
}

/*  END formular */

/* Sprint25 - ICR */

#content{
    min-height: 500px;
}

.icr-portlet{

}

.icr-form{
    width: 600px;
}

.icr-form .form-row>label{
    width: 120px;
    text-align: left;
}

.icr-form-submit{
    float: right;
    /* margin-left: 370px;  */
} 

.icr-portlet .tick-sml{
    display: inline-block;
    margin-right: 5px;
}

.icr-p{
    width: 100%;
}

#icr-token{
    width: 458px;
}

/* captcha */
.icr-portlet .captcha-introduce,
.icr-portlet .captcha-image-wrap{
    float: left;
    position: relative;
    width: 225px;
    display: block;
    margin: 0;
}

.icr-portlet .captcha-image-wrap{
    margin-top: -10px;
}

.icr-portlet .capcia .captcha-label{
    width: 100%;
    font-weight: 100;
    padding: 0;
    margin-bottom: 15px;
}
.icr-portlet .capcia p.error{
    clear: both;
    color: #e60000;
    margin-bottom: 0;
    padding-top: 10px;
}
.icr-portlet .captcha-introduce>.field{
    margin-top: 22px;
}
.icr-portlet .captcha-introduce input{
    width: 210px;
}

.icr-portlet .pre-submit-row{
    padding-bottom: 0;
}

.icr-form .submit-row{
    width: 481px;
}

.icr-portlet .icr-verifica-submit{
    margin-left: 235px;;
}

.icr-form .radio-box{
    float: left;
    width: 150px;
}

.icr-form input[type="text"]:disabled {
    background: #dddddd;
}


.icr-form .field.error{
    background: none;
}

.icr-form .icr-nr-type-inputs .field{
    height: 30px;
}

.icr-portlet a.icr-back-btn{
    float: right;
}

.icr-portlet .wrong-token{
    color: #e60000;
}

.icr-portlet.right {
	float:right;
}
	
/* END Sprint25 */

/* Begin Sprint26 - Sprint27*/
/** ABOUT THIS
 * 
 *
 * functionality used for  Active Offer details, EO Management, Roaming Activation
 *
 */

/*drilldown sprite*/
/* update extraoptiuni - may 2016 */


.drilldown .sprite-downdrill {
    background-image: url(/consumption/groups/public/documents/digital_asset/drilldown-sprite.png);
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px; 
    width: 30px;
    height: 30px;
}

.drilldown .sprite-internet {
    background-position: -50px -50px;
}

.drilldown .sprite-minute {
    background-position: -180px -50px;
}

.drilldown .sprite-roaming {
    background-position: -310px -50px;
}

.drilldown .sprite-sms {
    background-position: -50px -180px;
}

.drilldown .sprite-4gtv{
    background-position: -283px -179px;

}
.drilldown .sprite-roaming {
    background-position: -310px -50px;
}
.drilldown .sprite-international{
    background-position: -176px -176px;
}
.drilldown .sprite-downdrill2 {
    background-image: url(/consumption/groups/public/documents/digital_asset/drilldown-sprite.png);
    background-repeat: no-repeat;
    display: block;
	margin-right: 10px;
    width: 30px;
    height: 30px;
}

.sprite-altele {
    background-position: -50px -50px;
}

.sprite-bonusuri {
   background-position: -226px -176px;
}

.sprite-international {
    background-position: -293px -50px;
}

.sprite-protectie-date {
    background-position: -50px -180px;
}

/*QC 12068 - CRMT R2 - Kubis fix*/
/*.extraoptiuni .pop-up
{ left:calc(50% - 300px) }
*/
/* END update extraoptiuni - may 2016 */

/*Roaming*/

.activare-rom {
    background-image: url("/consumption/groups/public/documents/digital_asset/activare-rom-sprite.png");
    background-repeat: no-repeat;
    display: block;
}

.sprite-activated {
    width: 40px;
    height: 40px;
    background-position: -50px -50px;
}

.sprite-not-activated {
    width: 40px;
    height: 40px;
    background-position: -190px -50px;
}

.sprite-open-chat {
    width: 30px;
    height: 26px;
    background-position: -50px -190px;
}


.roming-box {
    float: left;
    width: 33.3%;
    text-align: center;
}

.roming-box p {
    text-align: center;
}

.roming-box i {
    margin: 10px auto;
}

.drilldown .open-chat i {
    margin-right: 10px;
}

.drilldown .open-chat  span {
    margin-top: 5px;
}

.drilldown .open-chat .right-arrow img {
    width: 10px;
}

.drilldown .btn {
    margin: 10px 0;
    clear: both;
    font-size: 16px;
}

.drilldown .styled-select select::-ms-expand {
    display: none;
}

.drilldown .styled-select select {
    background-position: 100% -1153px;
}
/*Specific css */

.drilldown .headerexpander {
    font-size: 20px;
    cursor: pointer;
}

.drilldown .headerexpander .pull-left {
    line-height: 30px;
}

.drilldown .headerexpander .expand-state-icon {
    margin-top: 7px;
}

.drilldown .relativeico-right {
    position: relative;
    padding-right: 50px;
}

.drilldown .relativeico-right .ico {
    position: absolute;
    top: 0;
    right: 0;
}

/*General css*/

.drilldown {
    font-size: 16px;
}

.drilldown .color-grey {
    color:#737272;
}

.drilldown button:disabled {
    color: #999999 !important;
    background: #f3f3f3 !important;
}

.drilldown .color-red {
    color: #e60000;
}

.drilldown .text-xl {
    font-family:  'Vodafone', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
}

.drilldown .text-md {
    font-family: 'Vodafone', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

.drilldown .failure {
    float: left; 
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    background-position: -286px -676px;
    box-sizing: border-box;
}

.drilldown .failure .arrow-r {
    color: #e60000;
}

.drilldown .color-black {
    color: #333 !important;
}

.drilldown .info {
    width: 20px;
    height: 20px;
}

.drilldown  .pull-left {
    float: left;
}

.drilldown .pull-right {
    float: right;
}

.drilldown a {
    text-decoration: none;
}

.drilldown p {
    margin-bottom: 0;
}

.drilldown .card, .drilldown .noCard {
    /*overflow: hidden;*/
    clear: both;
}

.drilldown .card  {
    font-family:  'Vodafone', sans-serif;
}

.drilldown .card h1 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
}

.drilldown .expander  {
    padding: 10px 0;
}

.drilldown .bubble {
    width: 100%;
	padding: 10px 0;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.drilldown .bubble img {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
}

/*a.manage-numbers-delete {
    font-size: 0;
    display: block;
    width: 26px;
    height: 34px;
    background: url("/consumption/groups/public/documents/digital_asset/mcare-sprite.png");
    margin: auto;
}    QC 13096    */
a.manage-numbers-delete{ 
  font-size: 0; 
  display: block; 
  width: 26px; 
  height: 31px; 
  background: url("/consumption/groups/public/documents/mobile_digital_asset/mcare_sprite.png"); 
  margin: auto; 
}

.drilldown .headerexpander .expand-state-icon img {
    width: 20px;
    height: 20px;
}

.drilldown .color-primary {
    color: #9d2aa1 !important;
}
#search-type {
    position: relative;
}

a.manage-numbers-delete-aod {
	background: rgba(0, 0, 0, 0) url("/consumption/groups/public/documents/mobile_digital_asset/mcare_sprite.png") repeat scroll 0 0;
	display: block;
	font-size: 0;
	height: 34px;
	margin: auto;
	width: 26px;
}
/* VEX OVERLAY HACK for WEB Channel */
.vex-overlay {
	animation: vex-fadein .5s;
	-webkit-animation: vex-fadein .5s;
	-moz-animation: vex-fadein .5s;
	-ms-animation: vex-fadein .5s;
	-o-animation: vex-fadein .5s;
	/*QC 12885*/
	/*-webkit-backface-visibility: hidden;*/
	position: fixed;
	background: rgba(0,0,0,.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display:table-cell;
	vertical-align:middle;
}

.blured-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: #fff;
    opacity: 0.8;
    vertical-align: middle;
    z-index: 999;
}
.blured-loading img {
    position: absolute;
    top: 50%;
    margin-top: -61px;
    left: 50%;
    margin-left: -66px;
}
 
.ancom .terms_to_accept label {
    width: 100%;
    text-align: left;
    line-height: 17px;
    font-weight: 400;
}

.ancom .terms_to_accept input {
    width: auto;
    margin-right: 10px;
}

/*uncall*/

.highlight-custom {
    display: block;
    border-radius: 30px;
    background-color: #9c2aa0;
    color: #fff!important;
}

.ancom .tabs_uncall_buttons {
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.ancom .tabs_uncall_buttons span {

    background: #fff;
    padding: 5px 15px; 
    border-radius: 2px 2px 0 0;
    color: #787878;
    font-size: 16px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    text-align: center;
    top: 0;
    box-shadow: 0 -1px 2px ;
}

.ancom .tabs_uncall_buttons span i {
	display: block;
    opacity: 0.3;
    width: 20px;
    height: 20px;
    margin: 3px auto;
}

.ancom .tabs_uncall_buttons span.active {
    color: #0b8597;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 16px;
}

/*.ancom .tabs_uncall_buttons span.active:last-child {
    min-height: 51px;
    line-height: 45px;
    font-size: 16px;
    padding-bottom: 10px;
    top: 16px;
}*/

.ancom .tabs_uncall_buttons span.active i {
    display: block;
	opacity: 1;
}

.sprite-tabs {
    background-image: url(/consumption/groups/public/documents/mobile_digital_asset/sprite-tabs.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 3px auto;
}

.sprite-altele-tab {
    background-position: -10px -10px;
}

.sprite-date-tab {
    background-position: -10px -50px;
}

.sprite-sms-tab {
    background-position: -10px -90px;
}

.sprite-voce-tab {
    background-position: -10px -130px;
}

.ancom .filtreza-uncall {
    padding: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.ancom .filtreza-uncall .filters .row-style {
    margin: 0 -5px;
    width: auto;
}

.ancom .filtreza-uncall .filters .col-md-6 {
    width: 30%;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.ancom .filtreza-uncall .filters .col-md-6 label {
    width: 100%;
    text-align: left;
}

.ancom .filtreza-uncall .filters .col-md-6 label .datepicker {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
}

.ancom .filtreza-uncall .filters .labels-fil label {
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    width: 100%;
    margin: 7px 0;
    display: block;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-align: left;
    padding-left: 35px;
}

.ancom .filtreza-uncall .filters {
    display: none;
}

.ancom .filtreza-uncall .filters .labels-fil label i {
    background-image: url(/consumption/groups/public/documents/mobile_digital_asset/filters-sprite.png);
    background-repeat: no-repeat;
    background-position: -1000px -10000px;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
}

.ancom .filtreza-uncall .filters .ui-checkbox-on i {
    background-position: -10px -55px !important;
}

.ancom .filtreza-uncall .filters .ui-checkbox-off i {
    background: none;
    border: 1px solid #adadad;
    border-radius: 15px;
}

.ancom .filtreza-uncall .filters .ui-checkbox-on {
    color: #448702 !important;
}

.ancom .filtreza-uncall .filters input[type="checkbox"] {
    display: none;
}

.ancom .raport-table table th, .ancom .raport-table table td {
    text-align: left;
    padding: 7px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
}

.ancom .raport-table table th:first-child, .ancom .raport-table table td:first-child {
    border-left: none;
}

.ancom .raport-table table p.color-grey {
    line-height: 20px;
}

.ancom .raport-table {
    clear: both;
}

.ancom .raport-table table {
    border-top: 1px solid #cccccc;
}

.ancom .raport-table table p.color-grey i{
    float: left;
    margin-right: 5px;
    margin-top: 0;
}

.text-center {
    text-align: center;
}

.ancom .table-pagination {
    text-align: right;
    float: right;
}

.ancom .table-pagination .nav-table {
    text-align: center;
    height: 25px ;
    width: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    background: #04adb5;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    font-family: Arial;
    float: none;
}

.ancom .table-pagination .pages-table {
    display: inline-block;
}

.ancom .table-pagination .pages-table select{
    max-width: 70px;
    float: none;
}

.ancom .table-pagination .pages-table strong {
    display: inline-block !important;
}

.ancom .openFiltres {
    margin-bottom: 0;
    cursor: pointer;
}

.ancom .openFiltres img {
    margin-top: 7px;
}

.datepick-popup {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    padding: 10px;
}

.ancom .toate-numerele {
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px; 
}

.ancom .toate-numerele input[type="checkbox"] {
    width: auto;
    display: block !important;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.ancom .raport-table table th:first-child, .ancom .raport-table table td:first-child {
    display: none;
}

.ancom .clear-none {
    clear: none !important;
}

.ancom .text-left {
    text-align: left;
}

.ancom .radio input {
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}

.mt0 {
    margin-top: 0 !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ancom .radio label {
    width: auto;
    padding-top: 0;
    margin-right: 20px;
}

.wrap a {
    color: #333;
}

.disabled label {
    background: #f3f3f3!important;
    color: #999 !important;
}
/*datepicker*/

.datepick {
    width: 100% !important;
}

.datepick-popup select {
    font-size: 16px ;

}

.datepick-popup {


    z-index: 1000;
    max-width: 350px;
    box-sizing: border-box;
}

.datepick a {
    color: #000;
    text-decoration: none;
}
.datepick a.datepick-disabled {
    color: #fff;
    cursor: auto;
}

.datepick-nav{
    position: relative;
    height: 30px;
}

.datepick-cmd {
    width: 30%;
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
    width: 8%;
}

button.datepick-cmd {
    text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
    float: left;
}
.datepick-cmd-current, .datepick-cmd-today {

    display: none;
}

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.datepick-cmd-prev,
.datepick-cmd-next{

    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 25px;
    background: url('/consumption/groups/public/documents/mobile_digital_asset/mobile_sprite.png');
    top: -1px;
    line-height: 30px;
    text-indent: -9999em;

}

.datepick-cmd-prev{
    background-position: -50px -415px;
}

.datepick-cmd-prev.datepick-disabled{
    background-position: -178px -415px;
}

.datepick-cmd-next{
    right: 0;
    background-position: -78px -415px;

} .datepick-cmd-next.datepick-disabled{     
    background-position: -206px -415px;
}


.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
    float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}
.datepick-month-nav {
    float: left;
    background-color: #777;
    text-align: center;
}
.datepick-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}
.datepick-month-nav span {
    color: #888;
}
.datepick-month-row {
    clear: left;
}
.datepick-month {
    text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    height: 1.5em;
    color: #000;
    font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
    height: 1.4em;
    border: none;
    font-size: 100%;
}
.datepick-month-header input {

    position: absolute;
    display: none;
}
.datepick-month-header{
    font-size: 20px;
    text-align: center;
}
.datepick-month table {
    width: 100%;
    border-collapse: collapse;
}
.datepick-month th, .datepick-month td {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
    border-bottom: none;
}
.datepick-month th {
        border-bottom: 1px solid #ebebeb;
        font-weight: 700;
        color: #5e2750;

}

.datepick-month td {
        background-color: #fff;
        border-bottom: none;
}
.datepick-month td.datepick-week * {
        background-color: #777;
        color: #fff;
        border: none;
}
.datepick-month a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 16px;
        font-weight: 700;
        color: #e60000;
        text-decoration: none;
        

}
.datepick-month span {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 1px;
        line-height: 35px;
}

.datepick-month th span{
    height: 30px;
}
.datepick-month td span {
        color: #999;
}
.datepick-month td .datepick-other-month {
        background-color: #fff;
}

.datepick-month td .datepick-today {
        display: block;
        border-radius: 30px;
        background-color: #fef5cc;
        color: #000;
}

.datepick-month td .datepick-selected {
        background-color: #e60000;
        color: #fff;
}
.datepick-month th.datepick-week {
        background-color: #777;
        color: #fff;
}

.datepick-clear-fix {
        clear: both;
}

.datepick-month td span.payExpirationDay{
    background: #c5c5c5;
    display: block;
    border-radius: 30px;
    color: #fff;
}
.delayed-pay-date .datepick-month td a.payExpirationDay{

    background: #5E2750;
    display: block;
    border-radius: 30px;
    color: #fff;

}

.datepick-month-year {
    width: 100%;
    height: 30px !important;
    font-size: 16px !important;
}

.descarca_csv select {
    width: auto!important;
    text-align: center;
    font-family: VodafoneRgBold, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.6);
    box-shadow: 0 1px 3px rgba(0,0,0,.6);
    text-decoration: none;
    text-shadow: none;
    background: #9c2aa0;
    color: #fff;
    margin-top: 10px;
    padding-right: 35px;
    background-image: url(/consumption/groups/public/documents/digital_asset/drop-down-arrow-w.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.descarca_csv select option {
    padding: 4px 4px 4px 10px;
}

.descarca_csv option {
    color: #333;
    background-color: #fff;
    font-weight: normal;
}

.note p {
    font-family: arial;
}

@media (max-width: 480px) {
    .ancom .raport-table table th, .ancom .raport-table table td {
        font-size: 12px;
        line-height: 14px;
    }

    .ancom .raport-table table p {
        line-height: 14px;
    }
}

.drilldown .accept_btn,
.drilldown .refuza_oferta{
    width: 150px;
}

.drilldown.ancom .refuza_oferta{
    display: none;
}

/* END Sprint26 - Sprint 27 */

/** Start CRMT R1 D1 */
/*select for online-transformation*/
.med-ot{
    width:90px;
    margin-bottom:20px;
}

.recuperare-parola input.disabled,
.reset-password-form input.disabled,
.register-user .field input.disabled{
    background-color:#e7e7e7;
}

#field-emailClient{
    width:342px;
}

.reset-password-form input, 
.reset-password-form textarea, 
.reset-password-form select{
    width: 215px;
    float:left;
}

.reset-password-form input.password{
    width: 215px;
    float:left;
    background-color:#ffffff;
}

label{
    text-align:left;
}

label.text-right{
    text-align:right;
}

.confirm-account input, 
.confirm-account textarea, 
.confirm-account select,
.confirm-account .field{
    width: 215px;
    float:left;
    background-color:#ffffff;
}

form.confirma-cont .form-row,
form.recuperare-parola .form-row{
    margin-bottom: 0;
}
form.confirma-cont .form-row .field,
form.recuperare-parola .form-row .field{
    margin-bottom: 10px;
}
form.confirma-cont .submit-row,
form.recuperare-parola .submit-row{
    margin-top: 5px;
}

.alege-o-noua-parola .field>input[type="text"]{
    background: #fff;
}




/* identity selector */

.selector-title{
    background-color: #3d3d3d;
    padding: 10px;
    margin-bottom: 2px; 
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
 .identity-selector{
    width: 455px;
    overflow: hidden;
 }

.select-expand{
    list-style: none;
    margin: 0
}

.select-level-1{
    list-style: none;
    margin: 0;
}

.selector-content{
    border: 1px solid #525252;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    overflow-y: scroll;
    max-height: 369px;
}
.selector-content li{
    margin: 0;
    /* padding-top: 10px; */
}

.identity-name{
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #c6c6c6;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.identity-name .expander-arrow{
    display: block;
    position: relative;
    background: url('/images/sprite.png') no-repeat -250px -231px;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.identity-name.open .expander-arrow{
    background-position: -250px -221px;
}

.identity-name.level-1-name.open,
.identity-name.level-1-name.focus{
    background-color: #9c2aa0;
    color: #fff;
}

.identity-name:focus,
.identity-name:hover{
    text-decoration: none;
    background: #dedede;
}

.select-level-1 > li > .identity-name > .val{
    padding-left: 15px;
}
.select-level-2 > li > .identity-name > .val{
    padding-left: 30px;
}

.select-level-3 > li > .identity-name > .val{
    padding-left: 45px;
}

.select-expand li:last-child{
    border: 0;
}

.identity-selector .title-and-name{
    font-family: "Vodafone";
    font-weight: 700;
    font-size: 16px;
}
.identity-selector .title-and-name .company-name{
    font-size: 24px;
    color: #04adb5;
}

/*COD PENTRU REDESIGN USER AREA DUPA LOGARE*/

.js .masthead a.blue:hover, 
.js .masthead .drop-active a.blue, 
.js .masthead .drop-active a.blue:hover {
    background-color: #008397;
    color:#ffffff;
}

.js .masthead .drop-list a.blue:hover .arrow-down{
    width: 27px;
    height: 27px;
    background-position: -320px -516px !important;
}

.js .masthead .drop-list a.blue:hover .arrow-down, .js .masthead .drop-active a.blue .arrow-down{
    width: 27px;
    height: 27px;
    background-position: -320px -516px !important;
    margin-left:14px;
    margin-right:2px;
    margin-top:1px;
}

.js .masthead a.blue:hover, 
.js .masthead .drop-active a.blue, 
.js .masthead .drop-active a.blue span.title{
    padding-left:10px;
    margin-right:-10px;
    margin-left:6px;
    display:inline-flex;
}

.masthead .drop-list .userarea_logged{
    padding-top:0px !important;
}


/*.myvdf-nav-item .drop-list .body{ CRMT-812/QC 11085 - CRMT R2WPEX - Kubis fix
    min-width: 280px;
    background-color: #008397;
	color:#ffffff; # Comment for bug fixing CRMT user Area not displayed labels
    right:0px;
    border-left:1px solid #008397;
    border-right:1px solid #008397;
    border-bottom:1px solid #008397;
}*/

/*QC 12414 - CRMT R2 - Kubis fix
.masthead .drop-list .body li{
    min-width:250px;
}*/

.masthead .drop-list .body a:hover{
    text-decoration:none;
}

.grid-3 .bluebg, .bluebg{
    min-width:270px;
}
.bluebg img{
    float:left;
    margin-left:-8px;
    margin-right:10px;
}

/*.bluebg img:hover{
    content: "";
    background: url('/images/sprite.png') no-repeat -334px -78px;
    width: 75px;
    height: 73px;
    text-align:center;
}*/

.bluebg h2{
    font-size:18px;
    margin-bottom:0px;
}

.bluebg a{
    cursor: pointer;
    color:#ffffff;
    text-decoration: underline !important;
}

.bluebg a.account{
    float:left;
    padding-top:10px;
}

.bluebg a.logout{
    float:right;
    padding-top:10px;
    padding-right:65px;
}

.bluebg p{
    margin-bottom:0px;
}


.bgwhite-logged{
    background-color: #ffffff;
}

.bgwhite-logged p{
    color:#000000;
    /*padding-left:20px; CRMT SOAK1 - QC 12976*/
    padding-top:15px;
    margin-bottom: 0px;
}

.bgwhite-logged h3{
    color:#9c2aa0;
    padding-left:20px;
    margin-bottom: 0px;
}

.bgwhite-logged a{
    color:#008397;
    /*padding-left:20px; CRMT SOAK1 - QC 12976*/  
    padding-bottom:15px; 
}

.bgwhite-loggedbt{
    background-color: #ffffff;
}

.bgwhite-loggedbt ul{
    margin:0;
}

.masthead .drop-list .body .bgwhite-loggedbt ul li{
    padding:0;
}

.bgwhite-loggedbt ul li:first-child a{
    color: #008397;
    border-top:1px solid #CFCFCF;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom:10px;
}

.bgwhite-loggedbt ul li:nth-child(2) a{
    color: #008397;
    border-top:1px solid #CFCFCF;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom:10px;
}

.bgwhite-loggedbt ul li:nth-child(3) a{
    color: #008397;
    border-top:1px solid #CFCFCF;
    padding-left: 31px;
    padding-top: 10px;
    padding-bottom:10px;
}

.useful-links .links-cont{
    padding-left: 10px;
}

.useful-links .links-cont{
    padding-left: 15px;
}

.bgwhite-loggedbt ul li a:hover{
    background-color: #008397;
    color:#ffffff;
    text-decoration:none;
}

.bgwhite-loggedbt ul li:first-child a:before{
    content:" "; 
    background: url('/images/sprite.png') no-repeat -112px -597px;
    display:inline-block;
    vertical-align: middle;
    width: 30px;
    height: 28px;
}

.bgwhite-loggedbt ul li:first-child:hover a:before{
    content:" "; 
    background: url('/images/sprite.png') no-repeat -152px -597px;
}

.bgwhite-loggedbt ul li:nth-child(2) a:before{
    content:" "; 
    background: url('/images/sprite.png') no-repeat -188px -597px;
    display:inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

.bgwhite-loggedbt ul li:nth-child(2):hover a:before{
    content:" "; 
    background: url('/images/sprite.png') no-repeat -224px -598px;
}

.bgwhite-loggedbt ul li:nth-child(3) a:before{
    content:" "; 
    background: url('/images/sprite.png') no-repeat -259px -600px;
    display:inline-block;
    vertical-align: middle;
    width: 14px;
    height: 23px;
}

.bgwhite-loggedbt ul li:nth-child(3):hover a:before{
    content:" "; 
    background: url('/images/sprite.png') no-repeat -282px -601px;
}

/*alege o noua parola*/

.ot.field.error{
    background:#e60000 !important;
}

input.ot.error:focus{
    outline:none;
    border:solid 2px #d80000
}

.avatar-container{
    float:left;
}

.hover-edit{
    display: none;
}

.avatar-container:hover .hover-edit{
    /*content:" ";     display:block;    position:absolute;    z-index:9999;    background: url('/images/sprite.png') no-repeat -334px -78px;;    
    width: 31px;    height: 31px;    margin-left:17px;    margin-top:17px;  -   QC 12972*/
     content:" "; 
     display:block; 
     position:absolute; 
     z-index:9999; 
     background: url('/images/sprite.png') no-repeat -334px -78px; 
     width: 31px; 
     height: 31px;
}

.ot-submit-row{
    padding:3px 1px;
}

.ot-check.ex-toggle{
    background-position: -896px -99px!important;
}

select.med-ot{padding-right:25px;}
select::-ms-expand {    display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}

.confirma-cont {
    max-width: 470px;
}
.confirma-cont .note {
    display: none;
}
.confirma-cont input {
    width: 450px;
}
.confirma-cont input[disabled] {
    background: #ccc none repeat scroll 0 0;
}
.confirma-cont .field.errors {
    background: rgba(0, 0, 0, 0) url("/images/sprite.png") no-repeat scroll -553px -448px;
    padding-left: 30px;
    position: relative;
}

/** End CRMT R1 D1 */

/*Begin network guarantee*/
.sn-guarantee-banner{
    background-color: #e60000;
    height: 100px;
    padding: 5px 50px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Vodafone'
}

.sn-guarantee-form{
    width: 675px;
    margin: auto;
}

.sn-guarantee select,
.sn-guarantee input{
    width: 325px;
}

.sn-guarantee-form{

}

.sn-guarantee-form .row-10 {
    margin: 0 -10px;
}

.sn-guarantee-form .padding-10 {
    padding: 0 10px;
    box-sizing: border-box;
}

.sn-guarantee-form .w100{
	width: 100%;
    box-sizing: border-box;
}

.sn-guarantee-form input.error, .sn-guarantee-form select.error, .sn-guarantee-form textarea.error {
    border: 2px solid #d80000;
    margin: 0;
}

.sn-guarantee-form .input_street,
.sn-guarantee-form .input_description{
	width: 100%;
}
.sn-guarantee-form .input_description{
	border: 1px solid #fff; 
}

.network-guarantee .color-red{
    color: #e60000;
}

.sn-guarantee select::-ms-expand {
    display: none;
}
/*Network Guarantee Phase2*/

.detalii-loc {
	margin-top: 15px;
}

.detalii-loc .box-rnd {
	width: 75px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	position: relative;
	height: auto;
}

.detalii-loc .box-rnd .warning-med {
    position: absolute;
    top: 110px;
    height: 15px;
    left: 0;
    cursor:help; 
}

.detalii-loc .boxes
{ float: left; width: 100%; margin-bottom: 10px; }

.detalii-loc .box-rnd .field.error {
	background: none;
}

.detalii-loc .box-rnd p{
	text-align: center;
}

.detalii-loc .box-rnd label {
	width: 75px;
	height: 75px;
	border-radius: 5px;
	background: #e41e26;
	border: 1px solid #e41e26;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 0px;
}

.detalii-loc .box-rnd input {
	display: block !important;
	position: absolute;
	opacity: 0;
	z-index: -1;
	margin-left: -999px;
}

.detalii-loc .box-rnd input[type="radio"]:checked + label {
	background: #ffffff;
}

.detalii-loc .ico-detalii {
    width: 30px;
    height: 25px;
    display: inline-block;
    background: url("/images/sprite.png"); 
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.detalii-loc .ico-masina {
    background-position: -823px -972px;
    width: 55px;
}

.detalii-loc .box-rnd input[type="radio"]:checked + label .ico-masina {
    background-position: -823px -935px;
}

.detalii-loc .ico-tren {
    background-position: -887px -972px;
}

.detalii-loc .box-rnd input[type="radio"]:checked + label .ico-tren {
    background-position: -887px -935px;
}

.detalii-loc .ico-afara {
    background-position: -920px -968px;
}

.detalii-loc .box-rnd input[type="radio"]:checked + label .ico-afara {
    background-position: -920px -933px;
}

.detalii-loc .ico-interior {
    background-position: -958px -966px;
}

.detalii-loc .box-rnd input[type="radio"]:checked + label .ico-interior {
    background-position: -958px -934px;
}

/*End network guarantee*/
/*CRMT-3823 QC 12885, CRMT-3830 QC 12884, 02.06.2016 */
#agreeCyclePopUp , #agreeIncompatPopUp , #agreeEtfPopUp , #agreePricePlanIncompatibilityPopUp {
	margin-left:0;
	left:30%
}
/* END CRMT-3823 QC 12885, CRMT-3830 QC 12884, 02.06.2016 */

/*CRMT-3907 QC 12971,  09.06.2016 - added, QC 14026 - removed css class
#firstConfirmUseCreditPopup,#pendingRenewalPopup,#creditInAdvancePopup,#secondConfirmUseCreditPopup,#activateBonusOfferPopup,#alegeMetodaPlataCard{
	margin-left:0;
	left:30%
}
END CRMT-3907 QC 12971,  09.06.2016 */
/*CRMT-3826 QC 12887,  10.06.2016 */
	#listaTelefoaneStergeNumar .pd-content{		
		max-width: 600px;
	}
	#listaTelefoaneStergeNumar {			 
		background-color:transparent;
	}
/*END CRMT-3826 QC 12887,  10.06.2016 */

.ot-plata-anonim #alegeMetodaPlataCard {left: 0;}

/* Sprint 33 - START */
.sp33-myoffer .table-bg-transparent tr {
    background: transparent !important;
}

.sp33-myoffer .table-bg-transparent tr p {
    margin-bottom: 0;
    font-size: 14px;
}

.sp33-myoffer .table-bg-transparent tr p strong {
    font-family: "Vodafone";
    font-weight: normal;
    font-size: 16px;
}

.sp33-myoffer .table-bg-transparent tr th,
.sp33-myoffer .table-bg-transparent tr td {
    vertical-align: middle;
}

.sp33-myoffer .pd-content {
    min-width: 450px;
    text-align: center;
}

.sp33-myoffer .pd-content h2 {
    text-align: center;
}

.sp33-myoffer .pd-content .button {
    float: none;
    display: inline-block;
}

.sp33-user-nelogat .pas1 img {
    width: auto;
    height: 100%;
}

.sp33-user-nelogat .pas1 .colored {
    background: #04adb5;
    overflow: hidden;
}

.sp33-user-nelogat .pas1 .colored .img-container {
    line-height: 0;
}

.sp33-user-nelogat .pas1 .pad2 {
    padding: 15px 30px 0 20px;
}

.sp33-user-nelogat .pas1 .pad3 {
    padding: 15px 30px 15px 20px;
}

.sp33-user-nelogat .pas1 h2 {
    font-size: 28px;
    color: #ffffff;
    font-family: "Vodafone";
    margin-bottom: 0;
}

.sp33-user-nelogat .pas1 p {
    font-size: 21px;
    color: #ffffff;
    font-weight: 300;
    font-family: "VodafoneLt";
    margin-bottom: 0;
}

.sp33-user-nelogat .pas1 p.normal {
    font-family: "Arial";
    font-size: 14px;
}

.sp33-user-nelogat .pas1 label {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-family: "Arial";
    font-weight: bold;
}

.sp33-user-nelogat .ml-15 {
    margin-left: 15px;
}
.sp33-user-nelogat .pas1 input{
	width: 100%; 
	line-height: 34px; 
	min-height: 34px; 
}

.sp33-user-nelogat .pas1 select {
    max-width: 100%;
}

.sp33-user-nelogat table caption {
    background: #04adb5;
    color: #ffffff;
    font-size: 24px;
    font-family: "Arial";
    padding: 0 15px;
}

.sp33-user-nelogat table thead {
    background: #a0e0e3;
}

.sp33-user-nelogat table thead .rw4 {
    text-align: center;
}

.sp33-user-nelogat table tbody tr {
    background: #c5ecee !important;
}

.sp33-user-nelogat .pas1 .grid-6.omega {
    padding-bottom: 30px;
}

.sp33-user-nelogat .pas1 .box {
    background: #ffffff;
    padding: 15px;
    border-radius: 3px;
    margin-top: 10px;
}

.sp33-user-nelogat .pas1 .box p {
    font-family: "Vodafone";
    font-size: 16px;
    color: #000000;
}

.sp33-user-nelogat .pas1 .box p span {
    color: #e60000;
}
.sp33-user-nelogat .pas1 .box p span.bullet {
    background: #04adb5;
    border-radius: 50%;
    padding: 0px 8px;
    margin-right: 10px;
}

.sp33-user-nelogat .pas1 .box p.second {
    font-family: "VodafoneLt";
    font-size: 14px;
    color: #000000;
    margin-left: 26px;
}

.sp33-user-nelogat .pas1 .box button {
    float: none;
    width: 100%;
}

.sp33-user-nelogat .field {
    width: 100%;
    background: transparent !important;
}

.sp33-user-nelogat input.error {
     border: 1px solid #d80000;
}

.sp33-user-nelogat span.warning-med,
.sp33-user-nelogat .bubble {
    display: none;
}

.sp33-user-nelogat .note .wrap h2,
.sp33-user-nelogat .note .wrap p,
.sp33-user-nelogat .note-lrg .wrap h2,
.sp33-user-nelogat .note-lrg .wrap p {
    color: #000000;
}

.sp33-user-nelogat .note-lrg .wrap h2,
.sp33-user-nelogat .note .wrap h2 {
    font-size: 1.538em;
    font-family: "Arial";
    margin-bottom: 10px;
}

.sp33-user-nelogat .note-lrg .wrap p,
.sp33-user-nelogat .note .wrap p {
    font-family: "Arial";
    font-size: 13px;
    margin-bottom: 10px;
}

/* Sprint 33 - END */


/* Sprint 34 - BEGIN */
.extraops-new{

}
.main-sp{
    padding-top: 30px;
}
.main-sp .note{
    margin-bottom: 30px;
}
.mb-0{
    margin-bottom: 0!important;
}
.rig-auth .grey-row{
    background-color: #f3f3f3;
    padding:30px 20px 10px 20px;
    float: left;
    width: 660px;
}
.grey-row .grid-25{
    font-family: 'Vodafone', Arial;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}
.grey-row .grid-25:nth-child(2){
    text-align: center;
}
.user-logged .grey-row{
    width: 910px;
}
.rig-span{
    font-size: 20px;
    color: #e60000;
}
.rig-price{
    font-size: 46px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
}
.nofl{
    float: none;
    display: inline-block;
}
.extraops-new .di-close{
    display: none;
}
.access-dialog .port-authentication{
    margin-left: 30%;
}

/* Sprint 34 - END */