/*
 * Copyright (c) 2013 WIT Software. All rights reserved.
 * 
 * WIT Software Confidential and Proprietary information. It is strictly forbidden for 3rd parties to modify, decompile,
 * disassemble, defeat, disable or circumvent any protection mechanism; to sell, license, lease, rent, redistribute or
 * make accessible to any third party, whether for profit or without charge.
 * 
 * VD theme
 */

@font-face {
	font-family: 'VodafoneLight';
	src: url("font/vodafone-light.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: 'VodafoneRegular';
	src: url("font/vodafone-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: 'VodafoneRegularBold';
	src: url("font/vodafone-bold.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

* {
    margin:0;
    padding:0;
    line-height: 1.333;
    font-family: VodafoneLight;
}

body {
    margin:0;
    padding:0;
    background:#f4f4f4;
    color:#343434;
    font-size:10px;
}

a{
    text-decoration: none;
}

.vd_cover {
    display:none;
    z-index:1000;
    text-align:center;
}


.vd_cover,
.vd_cover_bg {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.vd_cover_bg {
    background:black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index:-1;
}

.vd_cover,
.vd_dialog_wrapper{
    cursor: not-allowed;
}

.vd_dialog_wrapper{
/*    position:absolute;
    left: 50%;*/
}

.heatherTop .vd_container{
    text-align: right;
    line-height: 44px;
}

.vd_cover .vd_dialog {
    display:inline-block;
}

.vd_dialog {
    position: relative;
    display:none;
/*    left: -50%;*/
    margin-top: 10%;
    text-align:left;
    border:3px solid #dbdbdb;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding:19px 24px 13px 28px;
    background:white;
    z-index:2;
    cursor: default;
}

.vd_dialog_title {
    font-family: VodafoneRegular;
    font-size: 26px;
    margin-bottom: 10px;
}

.vd_dialog_subtitle {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom:14px;
}

.vd_dialog_contents {
    padding: 22px 12px 12px;
    border-left: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    border-top: 2px solid #e3e3e3;
    border-bottom: 1px solid #e0e0e0;
    font-size: 125%;
}

.vd_dialog_buttons {
    border-left:2px solid #d4d4d4;
    border-right:2px solid #d4d4d4;
    border-top:1px solid #dfdfdf;
    border-bottom:2px solid #dfdfdf;
    background:#f7f7f7;
    padding:9px 9px 9px 9px;
    text-align:right;
}

.vd_dialog_button {
    font-size:12px;
    font-weight:bold;
    vertical-align:top;
    text-align:center;
    margin-left:10px;
    padding:0 15px;
    height:30px;
    cursor:pointer;
    border:1px solid #d8d8d8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color:#f4f4f4;
    color:#333333;
}

.vd_dialog_button:hover {
    background-color:#eaeaea;
}

.vd_dialog_button[disabled="disabled"], .vd_dialog_button[disabled] {
    filter:alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #eaeaea !important;
    cursor: auto;
}

.vd_dialog_button_action {
    border-color:#a082a0;
    background-color:#9c2aa0;
    color:white;
}

.vd_dialog_button_action:hover {
    background-color:#680f6b;
}

.vd_dialog_button_action[disabled="disabled"], .vd_dialog_button_action[disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #680f6b !important;
    cursor: auto;
}

.vd_dialog_button_label {
    padding: 9px 0 0 9px;
}

.vd_dialog_button_left {
    float: left;
}

.vd_dialog_button_text {
    font-size: 11px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
}

.vd_dialog_close {
    position:relative;
    top:-10px;
    right:-14px;
    float:right;
    cursor:pointer;
    width:20px;
    height:19px;
    background:url(img/bg_dialog_close.png) left top no-repeat;
}

.vd_fold {
    border:1px solid #dad9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:1px 1px 2px 1px #d3d3d3;
     -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
    margin-bottom:9px;
}

.vd_fold_tick_button {
    cursor:pointer;
}
.vd_fold_tick {
    float:left;
    cursor:pointer;
    width:40px;
    height:21px;
    margin-top:9px;
    background:url(img/bg_fold_tick.png) center top no-repeat;
}

.vd_fold_open .vd_fold_tick {
    background-position:center bottom;
}

.vd_fold_title {
    padding:11px 0 9px;
    font-size:14px;
    background-color:#f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.vd_fold_open .vd_fold_title {
    color:white;
    background-color:#428600;
}

.vd_fold_contents {
    display:none;
    padding:10px 32px 10px 40px;
    font-size:12px;
}

.vd_fold_open .vd_fold_contents {
    display:block;
}

.vd_container, .vd_page{
    width:975px;
    margin:0 auto;
    height: 100%;
}

.vd_page {
    clear:both;
    position: relative;
}

.vd_page_with_background {
    display: table;
    height: 100%;
    width: 100%;
}

.vd_bg_default {
    background-image: url("img/background.png");
}

.vd_bg_local {
    background-image: url("img/background_local_auth.png");
}

/* shared styles */
.vd_bg_default, .vd_bg_local {
    background-size: cover;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.vd_main_login {
    display: table-cell;
    vertical-align: top;
}

.vd_login_form_wrapper {
    
}

.vd_main_login .centered,
.vd_login_form_wrapper .centered {
    margin-left: auto;
    margin-right: auto;
}

.vd_main_login .vd_main_vodafone_logo {
    width: 50px;
    z-index: 1000;
    margin-top: 9%;
}

.vd_main_login .vd_main_login_header {
    font-size: 50px;
    width: 590px;
    z-index: 1000;
    margin-top: 20px;
    font-weight: bold;
    font-family: "VodafoneRegular";
    text-align: center;
}

.vd_login_form_wrapper .vd_login_form {
    width: 284px;
    z-index: 1000;
    margin-top: 25px;
}

.vd_login_form .vd_login_label {
    /*color: white;*/
    color: #666;
    font-size: 18px;
    line-height: 1.333;
    font-family: "VodafoneRegular";
}

.vd_login_form .vd_login_input {
    background-color: white;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: inset 1px 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 4px 0 rgba(0,0,0,0.1);
    color: #666;
    display: block;
    position: relative;
    width: 273px;
    padding: 5px;
    font-size: 20px;
    height: 25px;
    font-family: "VodafoneRegular";
}

.vd_login_form .vd_login_button {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    /*padding: 11px 37px;*/
    box-shadow: 0 1px 2px rgba(50,50,50,0.75);
    color: white;
    background: #666;
    width: 285px;
    height: 36px;

    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: "VodafoneRegular";
}

.vd_login_form .vd_login_button_disabled {
    background-color: #666;
    border-color: #666;
    color: #333;
    cursor: default;
}

.vd_login_form .vd_login_button:hover {
    background-color: #333;
}

.vd_login_form .vd_login_button_disabled:hover {
    background-color: #666 !important;
}

.vd_login_form .vd_login_button:focus {
    outline: 0 !important;
}

.vd_login_form .vd_login_link {
    margin: 10px 4px 10px 0px;
}
.vd_login_form .vd_login_link a {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-decoration: underline;
    text-decoration-color: #666;
}

.recaptcha-container {
    margin-left: 1.7%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensures the container spans full width */
    margin-top: 5px;
}

.g-recaptcha {
    margin: 0 auto;
    display: inline-block;
    transform: scale(0.8) !important;
}

.x-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fullscreen-pane {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.vd_navigation {
    background-color: #4a4d4e;
    font-size: 32px;
    position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.vd_navigation .vd_spring {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
    padding: 0 10px;
    height: 29px;
}

.vd_navigation .vd_spring .vd_navigation_global {
    width: 100%;
    /*overflow: hidden;*/
    background: 0;
    z-index: 1;
    padding-left: 60px;
    max-height: 29px;
}

.vd_navigation .vd_spring .vd_navigation_left {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
    float: left;
}

.vd_navigation .vd_spring .vd_navigation_right {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: 0;
    float: right;
    width: auto;
}

.vd_navigation .vd_spring .vd_navigation_global .vd_navigation_global_text {
    font-size: 16px;
    color: #ccc;
    display: block;
    margin: 6px 0;
    font-family: inherit;
}

.vd_navigation .vd_spring .vd_navigation_global .vd_navigation_global_text.clickable {
    cursor: pointer;
}

.vd_navigation_right .vd_navigation_item:first-child {
    margin-left: 0;
}
.vd_navigation_right .vd_navigation_item {
    margin-left: 30px;
}

.vd_navigation .vd_spring .vd_navigation_global .vd_navigation_global_text a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}

.vd_navigation .vd_spring .vd_navigation_list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

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

.vd_navigation .vd_spring .vd_navigation_spring {
    display: block;
    max-height: 72px;
}

.vd_navigation .vd_spring .vd_navigation_item {
    float: left;
    font-family: "VodafoneLight";
    font-size: 24px;
    cursor: default;
}

.vd_navigation .vd_spring .vd_navigation_item_with_dropdown {
    position: relative;
}

.vd_navigation .vd_spring .vd_navigation_item_with_dropdown .vd_navigation_dropdown {
    position: absolute;
    top: 6px;
}

.vd_dark_select {
    display: inline-block;
    position: relative;
    font-family: inherit;
    margin: 0;
    padding: 0;
    float: left;
    /* Override .vd_select */
    background: #4a4d4e !important;    
    color: #cccccc !important;
    font-family: "VodafoneLight";
    font-size: 16px !important;
    border: none !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #4A4D47 !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.vd_dark_select .vd_selected_value {
    background: #4a4d4e !important;
    padding-right: 12px;
    padding-left: 21px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
    line-height: 29px;
}

.vd_dark_select .vd_selected_value span {
    font-family: "VodafoneLight";
}

.vd_dark_select .vd_select_option {
    height: 25px;
    line-height: 25px;
    padding-right: 6px !important;
    text-align: right;
}

.vd_dark_select .vd_select_option:hover {
    background-color: #333 !important;
}

.vd_dark_select .vd_select_option_wrap {
    display: none;
    position: absolute;
    left: -1px;
    width: 100%;
    margin-top: 0 !important;
    background-color: #4a4d4e;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #f4f4f4;
    /*-webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;*/
    background: #4A4D47 !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    max-height: 90px;
}

.vd_dark_select .vd_select_option_wrap .vd_select_option:first-child {
    border: none !important;
}

.vd_dark_select .vd_select_option_wrap .vd_select_option {
    border-top: 1px solid #f4f4f4;
}

.vd_dark_select .vd_select_option_wrap span {
    font-family: "VodafoneLight";
}

.vd_dark_select .vd_selected_value_badge {
    font-weight: normal;
    margin-right: 3px;
}

.vd_dark_select.vd_select_disabled {
    opacity: 1.0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1.0 !important;
    -khtml-opacity: 1.0 !important;
}


.vd_navigation_link {
    padding: 6px 20px;
    position: relative;
    font-family: "VodafoneLight";
}

.vd_navigation_site {
    font-size: 16px;
    background: #f4f4f4;
    color: #333;
    display: block;
}

.vd_header {
    font-family:VodafoneRegular, sans-serif;
    font-weight:bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:url(img/bg_header.png) left top repeat-x;
    height:36px;
    margin:0 0 28px 86px;
    padding:10px 0 0 26px;
    color:white;
    font-size:21px;
    box-shadow:1px 1px 2px 1px #d3d3d3;
     -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
}

.vd_footer {
    padding:24px 0 16px;
    font-size:11px;
    text-align:center;
    position: relative;
    clear: both;
}

.vd_slab {
    background:white;
    padding:60px 16px 20px 16px;
    margin-bottom:18px;
    box-shadow:1px 1px 2px 1px #d3d3d3;
     -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
    position:relative;
    margin: auto;
    width:941px;
    min-height: 545px;
}

.vd_slab_error {
    background:white;
    padding:180px 16px 180px 16px;
    margin-bottom:18px;
    box-shadow:1px 1px 2px 1px #d3d3d3;
     -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
    position:relative;
    margin: auto;
    width:941px;
}

.vd_main_error_text {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 30px;
}

.vd_main_error_link {
    margin: 20px 0;
    text-align: center;
}
.vd_main_error_link a {
    height: 13px;
    line-height: 13px;
    font-weight: bold;
    padding: 5px 10px;;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    font-size: 13px;
    color: #343434;

    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâŠEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 50%,#ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fafafa 50%,#ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#ffffff 100%);

    border: solid 1px #D3D3D2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vd_plait {
    background:url(img/bg_plait.png) left center repeat-x;
    color:white;
    position:absolute;
    top:0;
    right:60px;
    width:240px;
    font-size:14px;
    border:1px solid #777777;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.vd_plait_wrap{
    padding:20px 16px 12px;
}

.vd_plait_title {
    display:block;
    font-size:22px;
    margin:0 0 8px 6px;
}

.vd_plait_label {
    display:block;
    margin:0 0 7px 6px;
}

.vd_plait_input {
    display:block;
    width:194px;
    padding:4px;
    font-size:15px;
    margin:0 0 10px 1px;
    border:1px solid #c6c6c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.vd_plait_button {
    display:block;
    cursor:pointer;
    margin:0 0 10px 0;
    width:206px;
    height:36px;
    font-weight:bold;
    font-size:16px;
    /*
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
    background:linear-gradient(top, #ffffff, #d7d7d7);
    */
    background:url(img/bg_plait_button.png) left bottom repeat-x;
    color:#54575a;
    border:1px solid #896f81;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.vd_plait_button:disabled{
    color: #9A9A9A;
    cursor: default;
}

.vd_plait_link {
    display:block;
    margin:4px 0 10px 6px;
    color:white;
    text-decoration:none;
}

.vd_plait_link:hover {
    text-decoration:underline;
}
.vd_banner{
    width: 918px;
    margin-bottom: 20px;
}
.vd_banner img{
    width: 100%;
}

.vd_tabs {
    display: none;
}

.vd_contents {
    margin-left:230px;
    position: relative;
}

.vd_sideoptions {
    float:left;
    width:212px;
}

.vd_sideoption {
    display:block;
    padding:1px 0 1px 3px;
    position: relative;
}

.vd_sideoption a {
    font-size:13px;
    display:block;
    text-decoration:none;
}

.vd_sideoption a:hover {
    text-decoration:underline;
}

.vd_sideoption .vd_sideoption_badge {
   
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #E60000;
    color: #FFF;
    padding: 3px 7px;
    font-size: 10px;
    /*position: relative;
    float: right;*/
    position: absolute;
    right:7px;
}

.vd_sideoption .vd_sideoption_badge.empty_message_badge{
    display: none;
}
#vd_sideoption_folder_folders_list {
    position: relative;
}
#vd_sideoption_folder_folders_list .vd_sideoption_badge {
    background-color: #525252;
}

.vd_sideoptions_top .vd_sideoption {
    border:1px solid #93858f;
    margin-bottom:6px;
    background-color:#5e2750;
}

.vd_sideoptions_top .vd_sideoption a {
    color:white;
}

.vd_sideoptions_top .vd_sideoption_selected a {
    text-decoration:underline;
}

.vd_sideoptions_middle {
    margin-top:24px;
    min-height:420px;
    border-right:1px solid #cccccc;
}

.vd_sideoptions_middle .vd_sideoption:first-child {
    border-top:1px solid #cccccc;
}

.vd_sideoptions_middle .vd_sideoption {
    border-bottom:1px solid #cccccc;
}

.vd_sideoption a {
    height:25px;
    padding:9px 6px 0 40px;
    background:left top no-repeat;
}

.vd_sideoptions_middle .vd_sideoption a {
    color:#666666;
    background-color:white;
    white-space: nowrap;
}

.vd_sideoptions_middle .vd_sideoption_selected > a {
    background-position:left bottom; /* switch from green to white icon */
    background-color:#525252;
    color:white;
/*    display: block;
    min-width: 158px;*/
}

.vd_sideoptions_top .vd_sideoption a {
    background-image:url(img/sot_test.png);
}

.vd_sideoptions_middle .vd_sideoption_selected > div:after {
    content: " ";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 17px 0 17px 10px;
    border-color: transparent transparent transparent #545454;
    position: absolute;
    pointer-events: none;
    margin-top: -34px;
    margin-left: 208px;
}

.vd_sideoptions_middle .vd_sideoption a {
    background-image:url(img/som_test.png);
}

.vd_content_title {
    font-size:18px;
    border-bottom:1px solid #d9d9d9;
    padding:4px 18px 10px;
    margin-bottom:19px;
}

.vd_content_title .vd_content_title_selected{
    font-weight: bold;
}

.vd_tools {
    text-align:right;
    padding:0 0 15px 10px;
    border-bottom: 1px solid #d9d9d9;
}
.vd_tool[id$="-reset"]{
    margin-left: 0 !important; 
}
.vd_tools_filters {
    text-align:left;
    padding:10px 19px 10px 0;
    border-bottom: 1px solid #d9d9d9;
}

.vd_tool_input {
    float:left;
    font-size:14px;
    border:1px solid #d8d8d8;
    border-radius:6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding:6px 4px 6px 26px;
    width:174px;
    box-shadow:1px 1px 2px 1px #d3d3d3;
     -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
    background-image: url("img/search_magnifier.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
}

.vd_tool {
    font-size: 12px;
    font-weight: bold;
    font-family: VodafoneRegular;
    background:center center no-repeat;
    vertical-align:top;
    text-align:center;
    margin: 0 0 4px 10px;
    padding:0 15px;
    height:30px;
    cursor:pointer;
    box-shadow:1px 1px 2px 1px #d3d3d3;
    
    -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
    
    border:1px solid #d8d8d8;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color:#f4f4f4;
    color:#333333;
}
.vd_tool_left {
    float: left;
}

.vd_tool:hover {
    background-color:#eaeaea;
}

.vd_tool[disabled="disabled"], .vd_tool[disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    filter:alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    background-color: #eaeaea;
    cursor: auto;
}

.vd_tool_small {
    float: right;
    height: 20px;
    font-size: 10px;
    width: 72px;
    font-weight:bold;
    background:center center no-repeat;
    vertical-align:top;
    text-align:center;
    padding: 0px;
    margin-top: 2px;
    border:1px solid #d8d8d8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color:#f4f4f4;
    color:#333333;
    cursor: pointer;
}

.vd_tool_small:hover {
    border-color:#a082a0;
    background-color:#680f6b;
    color:white;
}

.vd_tool_small[disabled="disabled"], .vd_tool_small[disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #eaeaea;
    cursor: auto;
}

.vd_tool_icon {
    padding:0;
    width:48px;
}

.vd_tool_icon_go_back {
    background-image: url("img/tb_back.png");
}

.vd_tool_icon_delete {
    background-image: url("img/tb_delete.png");
}

.vd_tool_icon_read {
    background-image: url("img/read_btn.png");
}

.vd_tool_icon_unread {
    background-image: url("img/unread_btn.png");
}

.vd_tool_icon_create_folder {
    background-image: url("img/folder.png");
}

.vd_tool_icon_manage_folder {
    background-image: url("img/folder_settings.png");
}

.vd_tool_icon_edit {
    background-image: url("img/tb_edit.png");    
}

.vd_tool_action {
    border-color:#a082a0;
    background-color:#9c2aa0;
    color:white;
}

.vd_tool_action_gray {
    background-color: #404040;
    color:white;
}

.vd_tool_action:hover {
    background-color:#680f6b;
}

.vd_tool_action[disabled="disabled"] , .vd_tool_action[disabled] {
    opacity: 0.4;
    filter:alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    background-color: #680f6b !important;
    cursor: auto;
}

.vd_tool_file {
    position: relative;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    width: 60px;
    display: inline-block;
    text-align: center;
}

.vd_tool_file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    line-height: 36px;
    direction: ltr;
    cursor: pointer;
    font-size: 40px;
}

.vd_form_input_text.invalid {
    outline: 0;
    border: 2px solid #E60000 !important;
    margin: 0px;    
}

.vd_form_input_text {
    width: 180px;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid rgb(144,144,144);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 1px;
    box-shadow: 1px 1px 1px 1px rgb(232,232,232) inset;
    -webkit-box-shadow: 1px 1px 1px 1px rgb(232,232,232) inset;
    -moz-box-shadow: 1px 1px 1px 1px rgb(232,232,232) inset;
}

.vd_form_select {
    width: 100%;
    margin-left: 0px;
    display: block;

    border: solid 1px #9A9A9A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.10);
    font-size: 13px;
    background: url(img/select-backgroud.png) repeat-x;
    padding-left: 7px;
    height: 34px;
}

.vd_form_select .vd_form_select_option {
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    border-top: solid 1px #D3D3D2;
    display: block;
}



.vd_97 {
    width: 97% !important;
}

.vd_form_input_text:focus {
    outline: 0;
    border: 2px solid #428600;
    margin: 0px;
}

.vd_form_input_label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    padding-bottom: 5px;
}

.vd_form_input_error {
    display: none;
    color: #E60000;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vd_form_input_warn {
    display: none;
    color: #FFD700;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vd_tick_box {
    width: 18px;
    height: 17px;
    background-image: url("img/tick_unselected.png");
    background-position: center; 
    background-repeat: no-repeat;
}

.vd_tick_box.selected {
    width: 18px;
    height: 17px;
    background-image: url("img/tick_selected.png");
    background-position: center; 
    background-repeat: no-repeat;
}

.vd_tick_box input {
    position:absolute;
    top: 0;
    left: 0;
    padding:0;
    margin: 0;
    width:100%;
    height:100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.vd_radio_button_holder {
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 14px;
    min-width: 70px;
}

.vd_account_radio_button_holder {
    cursor: pointer;
    font-size: 14px;
    min-width: 70px;
	margin-top: 10px;
}

.vd_account_radio_button_holder.selected .vd_radio_button {
    width: 19px;
    height: 19px;
    background-image: url("img/radio_selected.png");
    background-position: center; 
    background-repeat: no-repeat;
}

.vd_radio_button_holder.disabled {
    cursor: default !important;
}

.vd_radio_button {
    width: 19px;
    height: 19px;
    background-image: url("img/radio_unselected.png");
    background-position: center; 
    background-repeat: no-repeat;
    float: left;
}

.vd_radio_button_holder.selected .vd_radio_button {
    width: 19px;
    height: 19px;
    background-image: url("img/radio_selected.png");
    background-position: center; 
    background-repeat: no-repeat;
}

.vd_radio_button_label {
    margin: 0 10px;
    line-height: 20px;
}

.vd_radio_button_holder.selected .vd_radio_button_label {
    font-weight: bold;
}

.vd_radio_button_holder.disabled .vd_radio_button input {
    cursor: default !important;
}

.vd_radio_button input {
    position:absolute;
    top: 0;
    left: 0;
    padding:0;
    margin: 0;
    width:100%;
    height:100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.vd_file_input {
    position: relative;
    overflow: hidden;
    height: 36px;
    width: 225px;
    display: inline-block;
    text-align: center;
    margin: 0px !important;
}

/*.vd_file_input input {
    position:absolute;
    top: 0;
    left: 0;
    padding:0;
    margin: 0;
    width:100%;
    height:100%;
    opacity:0;
    filter:alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;
    overflow: hidden;
}*/

.vd_file_input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.vd_file_input span {
    line-height: 36px;
    cursor: pointer;
}

.vd_file_input div {
    line-height: 34px;
}

.vd_letter_picker {
    height: 30px;
    font-size: 10px;
    text-align: left;
    padding-left: 70px;
    cursor: default;
    line-height: 30px;
    border: 1px solid #c7c7c7;
    border-width: 0 1px 1px 1px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.vd_letter_picker .vd_all_letters {
    width: 23px;
    margin-right: 15px;
    cursor: pointer;
}

.vd_letter_picker .vd_all_letters.selected {
    border-top: 9px solid #E60000;
    color: #E60000;
    font-weight: bold;
    margin-right: 17px;
}

.vd_letter_picker .vd_all_letters.disabled {
    cursor: default;
    color: #E0E0E0;
    border: 0 !important;
    font-weight: normal !important;
    margin-right: 15px !important;
}

.vd_letter_picker .vd_letter {
    max-width: 16px;
    max-width: 16px;
    padding: 2px 5px;
    cursor: pointer;
}

.vd_letter_picker .vd_letter.selected {
    border-top: 7px solid #E60000;
    color: #E60000;
    font-weight: bold;
}

.vd_letter_picker .vd_letter.disabled {
    cursor: default;
    color: #E0E0E0;
}

.vd_table_header {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    height: 25px;
    width: 100%;
    display: table;
    background-color: #e4e4e4;
    border: 1px solid #c7c7c7;
    border-width: 0 1px 1px 1px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.vd_table_header .vd_table_header_cell {
    border-left: 1px solid #c7c7c7;
    position: relative;
    min-height: 20px;
    float: left;
    padding: 2px 6px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vd_table_header .vd_table_header_cell.sortable {
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.vd_table_header .vd_table_header_cell.hidden {
    display: none;
}

.vd_table_header .vd_table_header_cell.sortable.selected {
    text-decoration: underline;
}
.vd_table_header .vd_table_header_cell.sortable.sort-desc {
    background-image: url('img/sort_up.png');
}

.vd_table_header .vd_table_header_cell.sortable.sort-asc {
    background-image: url('img/sort_down.png');
}

.vd_table_header .vd_table_header_cell:first-child {
    border-left: 0px;
}

.vd_table_scroll {
    max-height: 385px;
    height: 360px;
    overflow-y: auto;
    border-bottom: 1px solid #c7c7c7;
    outline: 0;
}

.jspVerticalBar {
    background-color: white !important;
}    

.jspTrack {
    background: white !important;
    border: 1px solid rgb(241, 241, 241);
}

.jspDrag {
    background: rgb(199, 199, 199) !important;
    width: 6px !important;
    margin: 0 auto;
}

.vd_table_line {
    font-size: 12px;
    min-height: 25px;
    width: 100%;
    display: table;
    border-bottom: 1px solid #c7c7c7;
}

.vd_table_line_greyed {
    background-color: #F4F4F4;
}

.vd_table_line.selected {
    background-color: #ECF3E5 !important;
}

.vd_table_line.selected .vd_tick_box {
    background-image: url("img/tick_selected.png");
    background-position: center; 
    background-repeat: no-repeat;
}

.vd_table_line.just_added {
    background-color: #FEF2F2;
}

/*Campaigns - Add Contactrs (with Distribution lists)*/

#list-contacts-radios .vd_select_option.selected {
    background-color: #ECF3E5 !important;
}

#list-contacts-radios .vd_select_option.selected .vd_tick_box {
    background-image: url("img/tick_selected.png");
    background-position: center; 
    background-repeat: no-repeat;
}

#list-contacts-radios .vd_select_option.just_added {
    background-color: #FEF2F2;
}

.vd_table_cell {
    float: left;
    display: inline-block;
    padding: 2px 6px;
    min-height: 25px;
    line-height: 25px;
    border-left: 1px solid transparent;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    max-width: 100%;
}

.vd_table_cell p {
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    right: auto; left: 10px;
    text-align: left;
}

.vd_table_cell div {
    float:left; 
    width: 70%; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    line-height: 25px;
}

.vd_table_cell.hidden {
    display: none;
}

.vd_table_select {
    width: 25px;
    text-align: center;
}

.vd_template {
    display:none !important;
}

.vd_alert {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important;
}

.vd_info_success {
    color: #428600;    
    border: 1px solid #428600;
    background: #F4F8F0;
}

.vd_info_warning {
    color: #FF5400;
    border: 1px solid #FFA478;
    background: #FFF5F0;    
}

.vd_info_error {
    border: 1px solid #E60000;
    background: #FEF0F0;
    color: #E60000;
}

.vd_info_18 {
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
}

.vd_info_success_28 {
    background-image: url("img/info_success_28.png");
}

.vd_info_success_18 {
    background-image: url("img/info_success_18.png");
}

.vd_info_warning_28 {
    background-image: url("img/info_warning_28.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 29px;
    margin-left: 10px;
}

.vd_info_warning_21 {
    color: #333333 !important;
    background-image: url("img/info_warning_21.png");
}

.vd_info_warning_23 {
    color: #333333 !important;
    background-image: url("img/info_orange_23.png");
}

.vd_info_warning_18 {
    background-image: url("img/info_warning_18.png");
}

.vd_info_error_28 {
    background-image: url("img/info_error_28.png");
}

.vd_info_error_18 {
    background-image: url("img/info_error_18.png");
}

.vd_home_container{ 
    padding: 30px;
    padding-top: 0;
}

.vd_box{
    margin-bottom: 20px;
}

.vd_box, .vd_box .vd_box_title, .vd_box_content{
    display: block;
}

.vd_select_status, .vd_select_limit{
	width: auto;
}

.vd_box .vd_box_title .badge {
    font: 26px VodafoneRegular;
    line-height: 28px;
}

.vd_box .vd_box_title {
    font: 19px VodafoneRegular;
    line-height: 28px;
}

.vd_box .vd_box_title{
    font-weight: bolder;
    border-bottom: solid 1px #B3B3B3;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.vd_box .vd_box_title .vd_box_badge{
    color: #e60000;
    font-weight: normal;
}

.clearfix{
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

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

.clearfix:after {
  clear: both;
}

.vd_select .vd_form_input_text {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    height: 30px; 
    width: 100%; 
    padding-left: 8px !important;
}

.vd_select .vd_form_input_text:focus {
    border: 0px;
    
}

/*CUSTOM SELECT*/
.vd_select {
    display: inline-block;
    position: relative;
    color: #343434;
    border: solid 1px #9A9A9A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.10);
    font-size: 13px;
    background: url(img/select-backgroud.png) repeat-x;
}

.vd_select_status {
    top: -3px;
    display: inline-block;
    right: 30px;
}

.vd_select.vd_select_open{
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;    
}

.vd_selected_input_value {
    padding-left: 0px !important;
    padding-right: 46px !important; 
}

.vd_selected_date_value {
    background: url(img/select-date-down.png) right center no-repeat !important;
    padding-left: 0px !important;
    padding-right: 40px !important; 
}

.vd_selected_value{
    background: url(img/select-arrow-down.png) right center no-repeat;
    height: 34px;
    line-height: 34px;
    padding-right: 53px;
    padding-left: 10px;
    margin-right: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vd_select_input .vd_selected_value {
    text-overflow: clip;
}

.vd_select_small .vd_selected_value{ 
    height: 30px !important;
    line-height: 30px !important;
}

.vd_select_small .vd_selected_value span {
    padding-left: 10px;
    line-height: 30px;
}

.vd_selected_value .vd_selected_placeholder{
    color: #9A9A9A;
}

.vd_select_disabled {
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    color: lightgrey;
}

.vd_select_disabled .vd_selected_value {
    cursor: default;
}

.vd_select_option,
.vd_unselect_option{
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    border-top: solid 1px #D3D3D2;
    display: block;
}

.vd_unselect_option{
    cursor: default;
}

.vd_select_option:first-child{
    border-top: none;
}

.vd_select_option:hover{
    background-color: #ECF3E5;
}

.vd_select_option_wrap{
    display: none;
    position: absolute;
    left: -1px;
    width: 100%;
    margin-top: 1px;
    background-color: #FFF;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden; 
    
    border: solid 1px #D3D3D2;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.2);
}

.vd_selected_value,
.vd_select_open .vd_select_option_wrap{
    display: block;
}

.vd_selected_value,
.vd_select_option{
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;
}

.vd_select_option_selected{ }

.rule-form{
    margin: 0 19px;
}

input, textarea { color: #000; }
.placeholder { color: #aaa; }
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}

.discalimer_alpha_sender {
    border: 1px solid #ccc;
    font: 16px/26px Georgia,Garamond,serif;
    height: 220px;
    overflow: auto;
    width: 100%;
    text-align: justify;
    padding: 5px;
    white-space: pre-line;
}

.bc_add_alphanumeric_sender_word {
    margin: 20px 20px 10px 10px;
}

.bc_add_alphanumeric_sender_checkbox {
    margin: 20px 20px 20px 22px;
}

.bc_add_alphanumeric_sender_exclusive {
    margin: 20px 20px 20px 10px;
}

.bc_add_alphanumeric_sender_account {
	margin: 20px 20px 20px 10px;
}

.bc_add_alphanumeric_sender_word_picklist {
    margin: 0px 20px 20px 10px;
}

.bc_subtitle_form {
    margin-top: 10px;
    font-size: 13px;
}

/*Error Msg UI*/

.alert {
	width: 287px;
	background-color: #4a4d4e;
	color: white;
	border: 1px solid transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	text-align: left;
	font-family: "VodafoneRegular";
	font-size: 16px;
}

.alert__icon {
	color: #333;
}

.alert--error {
	border-color: #fecb00
}

.alert__text {
	padding: 5px 9px;
}

.alert--error .alert__media {
	background-color: #fecb00;
	color: white
}

.alert__media {
	border-right: 0;
	padding: 6px 8px;
	position: relative;
	border-bottom-left-radius: 9px;
	border-top-left-radius: 9px
}

.alert__media .alert__icon.icon {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	transform: inherit
}

.icon--small {
	width: 28px;
	height: 28px;
}

.caption {
	display: table
}

.caption__media--top {
	vertical-align: top
}

.caption__text--top {
	vertical-align: top
}

.caption__media, .caption__text {
	display: table-cell;
}

.heading--no-gutter {
	margin: 0
}

.list {
	margin: 0;
	padding-left: 20px
}

.list--reset {
	list-style: none;
	padding-left: 0
}

.heading--bold {
	font-family: "VodafoneRegularBold" !important;
}

.heading {
	display: block;
	font-family: "VodafoneLight";
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	width: 100%
}

.heading--5 {
	font-family: "VodafoneRegular";
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0
}

.heading--no-gutter {
	margin: 0
}

.text-center {
    text-align: center !important;
}

#message-without-format {
    color: red;
}

#DCampaignAddContacts .bc_popup_greyed_options .header-box {
    padding-bottom: 5px;
    display: flow-root;
}

#DCampaignAddContacts .bc_popup_greyed_options .header-box .import-file {
    float: left;
    margin-top: 3px;
}

#DCampaignAddContacts .bc_popup_greyed_options .header-box #list-contacts-radios {
    float: right;
    padding-right: 25px;
    margin-top: 0px !important;
}

.zindex-100 {
    z-index: 100 !important;
}

.vd_links_wrapper {
    margin-top: 10px;
}

.vd_links_wrapper .links_home {
    text-align: center;
}

.vd_links_wrapper .links_home li {
    display: inline-block;
    margin-right: 15px;
}

.vd_links_wrapper .links_home li a{
    font-size: 1.4em;
}

.vd_content_description {
    font-size: 18px;
    margin-top: 6px;
}

.vd_dialog_api_buttons {
    padding: 9px 9px 9px 9px;
    text-align: right;
}


/* New Styles */

.vd_new_errorMessageCenterAlign {
    display: none;
    color: red;
    margin-top: 2px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 145%; /* Increases text size by 45% */
}

.vd_new_errorMessageRightAlign {
    display: none;
    color: red;
    margin-top: 5px;
    text-align: right;
    font-size: 140%; /* Increases text size by 40% */
}

.vd_new_inputLabel {
    font-size: 115%; /* Increases text size by 15% */
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 4px;
}

.vd_new_inputLabel {
    font-size: 115%; /* Increases text size by 15% */
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 4px;
}

.vd_new_smallTitle {
    font-size: large;
    margin-bottom: 2px
}

.vd_new_reset_slab {
    position: relative !important;
    top: 20%;
    background: white;
    padding: 15px 8px 15px 8px;
    box-shadow: 1px 1px 2px 1px #d3d3d3;
    -webkit-box-shadow: 1px 1px 2px 1px #d3d3d3;
    -moz-box-shadow: 1px 1px 2px 1px #d3d3d3;
    position: relative;
    margin: auto;
    width: 400px;
}

.vd_new_dialogContents {
    font-size: 125%;
}

.hover-grey-button {
    background-color: #404040;
    color: white;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.hover-grey-button:hover {
    background-color: #666666; /* Lighter color */
}

.hover-grey-button:disabled {
    background-color: #201f1f;
    color: #eaeced;
}

.requirements-container {
    max-width: 500px;
    text-align: left;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 125%;
}

#send-2fa-email {
    padding-left: 5px;
    margin-bottom: 10px;
    display: none;
}

#send-2fa-email span {
    font-size: 1.1em;
}

#send-2fa-email a {
    color: blue;
}

.input-width-150 {
    width: 150px !important;
}

.padding-right-0px {
    padding-right: 0px !important;
}
.ui-menu .ui-menu-item-wrapper {
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    user-select: none;
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-top: solid 1px #D3D3D2;
}