@charset "UTF-8";
/*+++++++++++++ CONTACTS PAGE STYLES +++++++++++++*/
/* ********** CHECKBOX + RADIO ****************/
.glyphicon{
  cursor: pointer;
}
.checkbox-div{
	background-color: #fff;
    height: 32px;
    /*margin: 10px;*/
   /*  width: 32px; */
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.checkbox-custom,.checkbox-custom-all{
    opacity: 0;
    position: absolute;   
}
.checkbox-custom,.checkbox-custom-all, .checkbox-custom-label, .checkbox-custom-label-partial{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .checkbox-custom-label-partial {
    left: -16px;
    position: relative;
    top: -16px;
}
.checkbox-custom + .checkbox-custom-label:before,.checkbox-custom-all  + .checkbox-custom-label:before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 1px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
}
.checkbox-custom:checked + .checkbox-custom-label:before,.checkbox-custom-all:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #CD040B;
    color: #fff;
    border: 2px solid #CD040B;
    font-size: 15px;
}
.checkbox-custom:focus + .checkbox-custom-label,.checkbox-custom-all:focus + .checkbox-custom-label {
  outline: 0px; /* focus style */
}

.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
}
.checkbox label::before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 25px;
    left: 0;
    top: -3px;
    margin-left: -20px;
    position: absolute;
    width: 25px;
    border: 1px solid #2c2c2c;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    left: 0;
    margin-left: -20px;
    padding-left: 4px;
    padding-top: 1px;
    position: absolute;
    top: -3px;
    width: 25px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label::after{
    font-family: "FontAwesome";
    content: "\f00c";
    background: #CD040B;
    color: #fff;
    border: 2px solid #CD040B;
}
.checkbox input[type="checkbox"]:disabled + label{
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before{
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}


.radio {
    padding-left: 20px;
    margin-bottom: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 21px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #5A5A5A;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px;
    height: 9px;
    left: 6px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:checked + label::before {
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #CD040B;
    border: 1px solid #CD040B;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.btn{
  width: auto !important;
}
.btn-black{
	background-color: #4B4B4B;
}
.action-bar{
	background-color: #E4E5E3;
	border: none;
	border-radius: 0px;
	height: 55px;
	position: relative;
  padding: 10px;
}
.action-items.add-contact-btn{
	padding-left: 10px;
}
.action-items.wdfifty{
  width: 50%;
}
.action-items .header-back-arrow,
.action-items .header-contact-name{
  position: relative;
  top: 2px;
}
.action-items .header-back-arrow{
  font-size: 16px;
  font-weight: lighter;
  padding-right: 30px;
}
.action-items .header-contact-name{
  color: #000017;
  font-size: 17px;
  font-weight: bold;
  padding-right: 16px;
}

.nav.action-items-list{
	float: left;
	margin: 0;
}
.action-items-list > li{
	float: left;
	margin-left: 30px
}
.padding-right-10{
	padding-right: 10px;
}
.action-items-list{
	line-height: 2;
	font-size: 21px;
}
.action-items-list .dropdown-menu{
	padding-top: 0;
	padding-bottom: 0;
}
.action-items-dropdown-list .glyphicon,
.sorting-items-dropdown-list .glyphicon,
.margin-right-10{
	margin-right: 10px;
}
.action-items-dropdown-list label.icon-label,
.sorting-items-dropdown-list label.icon-label{
	font-weight: normal;
	position: relative;
    top: 0px;
}
.action-items-dropdown-list .dropdown-menu > li > a{
  line-height: 2;
}
.action-items-dropdown-list a:hover label.icon-label,
.sorting-items-dropdown-list a:hover label.icon-label{
	font-weight: 700;
}
.sorting-items-dropdown-list.glyph-sm .glyphicon{
	font-size: 10px;
	color: #CD040B;
}
.sorting-items-dropdown-list.glyph-sm label.icon-label{
	top: 0;
}
.div-add-button {
	position:fixed;
	bottom:35px;
	right:30px;
	width:50px;
	height:50px;
	z-index:1000;
}
.div-add-button:hover {
	cursor:pointer;
}
.div-add-button .glyphicon-plus-sign{
	color: #CD040B;
	font-size: 50px;
}
.div-add-button .glyphicon-plus-sign:hover{	
	color: #a80309;
}
.profile-pic{
  width: 105px;
  height: 106px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  border-radius: 50%;
}




/* OVERWRITING CLASSES */
.vz-modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vz-modal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.vz-modal .modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
}
.vz-modal .modal-dialog .modal-content .modal-title{
	text-transform: capitalize;
	margin-bottom: 20px;
}
.vz-modal .modal-body {
    padding: 5px 40px 10px 40px;
}
.vz-modal .modal-footer{
	    text-align: center;
}
.vz-modal .modal-body-content{
	padding-top: 10px;
	padding-bottom: 10px;
}
.vz-modal .modal-body-content .contact-image{
	text-align: center;
}
.vz-modal .modal-body-content .contact-image img{
	width: 80px;
}
.vz-modal .modal-body-content p.message{
	margin-top: 25px;
}
.vz-modal.vz-modal-small .modal-dialog{
	width: 350px;
}
.vz-modal .modal-body-content > ul.import-options {
    list-style: outside none none;
    padding-left: 0;
    font-weight: bold; 
    margin-bottom: 30px;
    margin-left: 15px;
}
.vz-modal .dragdrop-container{
	margin: 10px 0 0 0;
}
.vz-modal .dragdrop-container .header-text{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 30px;
}
.vz-modal .modal-body-content > p.header-title{
	font-weight: bold;
	font-size: 14px;
}
.vz-modal .dragdrop-container .dragdrop-div{
	text-align: center;
}
.vz-modal .dragdrop-container .button-file{
	text-align: center;
	padding-top: 4px; 
}
.vz-modal .modal-body-content > ul.group-options > li{
	margin-bottom: 20px;
}
.vz-modal .modal-body-content > ul.group-options > li input{
	padding: 5px;
	border: 1px solid #787878;
	position: relative;
	top: -3px; 
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.dropdown-menu.with-arrow:before {
  position: absolute;
  top: -7px;
  left: 130px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu.with-arrow:after {
  position: absolute;
  top: -6px;
  left: 131px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.glyphicon:hover, 
.action-items-list > li a:hover .glyphicon,
.action-items-dropdown.open .glyphicon[aria-expanded="true"]{
	color: #CD040B;
}
.glyphicon-empty{
	width: 11px;
}
.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}
.loading_dots
  {
    font-size: 20px; /* set size here */
    
    line-height: 1;
    padding: 10px 0px;
    width: 90px;
    margin: 0 auto;
  }
 
  .loading_dots span
  {
    background: transparent;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    display: inline-block;
    height: 25px;
    width:  25px;
    margin-right: 5px;
 
      -webkit-animation:  loading_dots 1.0s linear infinite;
      -moz-animation:     loading_dots 1.0s linear infinite;
      -ms-animation:      loading_dots 1.0s linear infinite;
    animation:            loading_dots 1.0s linear infinite;
  }
  
    .loading_dots span:nth-child(2)
    {
        -webkit-animation-delay:  0.4s;
        -moz-animation-delay:     0.4s;
        -ms-animation-delay:      0.4s;
      animation-delay:            0.4s;
    }
    .loading_dots span:nth-child(1)
    {
  	-webkit-animation-delay:      0.6s;
        -moz-animation-delay:     0.6s;
        -ms-animation-delay:      0.6s;
      animation-delay:            0.6s;
    }
    .loading_dots span:nth-child(0)
    {
        -webkit-animation-delay:  0.8s;
        -moz-animation-delay:     0.8s;
        -ms-animation-delay:      0.8s;
      animation-delay:            0.8s;
    }
 
/*
  Define the animation for every efing vendor prefix
*/
  @-webkit-keyframes loading_dots
  {
    0% {
      background: transparent;
    }
    50% {
      background: #9B9B9B;
    }
    100% {
      background: transparent;
    }
  }
  
  @-moz-keyframes loading_dots
  {
    0% {
      background: transparent;
    }
    50% {
      background: #9B9B9B;
    }
    100% {
      background: transparent;
    }
  }
  @-ms-keyframes loading_dots
  {
    0% {
      background: transparent;
    }
    50% {
      background: #9B9B9B;
    }
    100% {
      background: transparent;
    }
  }
  @keyframes loading_dots
  {
    0% {
      background: transparent;
    }
    50% {
      background: #9B9B9B;
    }
    100% {
      background: transparent;
    }
  }
  

/*+++++++++++++ CONTACTS PAGE LANDING STYLES +++++++++++++*/


@font-face{
font-family:"NHaasGroteskTXW01-75Bd";
src:url("fonts/Neue-haas/display-bold-75.woff?#iefix");

}
@font-face{
font-family:"NeueHaasGroteskText-regular";
src:url("fonts/Neue-haas/roman-text-55.ttf");

}
.clear {
	clear: both;
}
.contactLanding h4,.groupList h4,.groupIndividual h4{
	font-size:30px;
    font-family: NHaasGroteskTXW01-75Bd;
    color: #000;
    display: inline-block;
}
.vz-icon {
	font-size: 25px;
	color: #CD040B;
	vertical-align: middle;
}
.group-block {
	margin-top:20px;
	margin-left: -3%;
}
.fav-block {
	margin-top:20px;
	margin-left: -5%;
}
.fav-block > li,.group-block >li,.group-list li{
	width: 24%;
	text-align: center;
}
.avtarThumb > img{
	width:100%;
	height:100%;
}
.fav-block > li > img, .group-block > li > img,.group-list > li >img {
	width:60%;
	height:60%;
}
.fav-block > li > div,.group-block > li > div{
	font-size: 14px;
	position: relative;
}
.no-margin-padding,.avtarThumb,.profileName {
	margin: 0px;
	padding: 0px;
}
.group-block > li > div:FIRST-CHILD {
	height: 70px;
	width: 100px;
}
.group-block > li > div:LAST-CHILD ,.fav-block > li > div:LAST-CHILD{
	padding-top:10px;
	font-family: NeueHaasGroteskText-regular;
	font-weight:bold;
    color: #4b4b4b;
    text-align: center;
    white-space: normal;
}
.group-block  > li > div > span{
	position: absolute;
	width:35%;
}
span.avt1 {
	left:32%;
	top:3%;
}
span.avt2 {
	left:14%;
	bottom:2%;
}
span.avt3 {
	right:14%;
	bottom:2%;
}
.alphabetListing {
	margin-top:30px;
	padding: 0px;
	position: relative;
}
.alphabetListing  li{
	list-style: none;
}
.alphabetListing > li{
	padding-top:30px;
	clear: both;
}
.alphabetText {
	font-size:36px;
	font-family:"NHaasGroteskTXW01-75Bd";	
	color: #4b4b4b;
	padding-top: 4px;
}

.profileName,.checkboxSelect {	
	padding:0px;
	padding-left:7px;
	line-height: 35px;
	margin: 0px;
	
}
.checkboxSelect{
	margin-left: -35px;
    margin-top: 17px;
    line-height: 20px;
}
.mob-icon {
	font-size:15px;
	color: #000;	
}
.pt-7{
	padding-top: 7px;
}
.alphaList {
	font-family:"NHaasGroteskTXW01-75Bd";
	color: #000;
	padding: 0px;
	margin-left: -18px;
}
.alphaList > li{
	clear: both;
	height: 50px;
	position: absolute;
}
.alphaList > li:hover{
	color:#ccc;
}
.alphaList .vz-icon-delete{
	font-size:20px;
}
.contact-select-box {
	border: none !important;
    border-bottom: 2px solid #CCCCCC !important;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHBJREFUeNpiOMvCnQDEB4DY4P///wzYMEgOpoaJgYHhAhAbAPGBc6w8IBoFQMUOQNV8YDL6/QWkwQEqj6IJSTEIOADVPmAEWYlNEmYAkmKQwQxwDVg0MaArBgEmZBk052EoxrABySYFqAEP0OUAAgwAUNZHt7rOJ1IAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: right;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right:20px;
    margin:-1px 0 0px -5px; 
}


.vz-icon-user:before {
	content:"\e008";
}
.noFav,.noGroup {
	margin-left:0px; 
	margin-top: 20px;
}
.noFav li > span:FIRST-CHILD,.noGroup li > span:FIRST-CHILD {
	width:70px;
    height:70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #ccc;
    border-radius: 50%;
    text-align: center;
    padding-top:18px;
    background-position: center;
    float: left;
}
.noFav li > span:LAST-CHILD,.noGroup li > span:LAST-CHILD{
	float: left;
	margin:0 3%;
    width:66%;
    font-family: NeueHaasGroteskText-regular;
    font-weight: bold;
    color: #4b4b4b;
    white-space: normal;
}
.ellipsis-text{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.groupIndividual ul.alphabetListing{
	margin-top: 0px;
}
.groupList .checkbox-div{
	margin: 5px 10px 0 0px;
    display: inline-block;
    float: left;
    width: 32px !important;
}
.avtarThumb .glyphicon-star{
	right: 0px;
    top: 26px;
    color: #CD040B;
    font-size: 14px;
    position: absolute;
}
.contactLanding .checkbox-custom + .checkbox-custom-label:before, .contactLanding .checkbox-custom-all + .checkbox-custom-label:before{
	height: 24px;
	margin-right: 0px;
}

.checkbox-custom + .checkbox-custom-label-partial:before, .checkbox-custom-all + .checkbox-custom-label-partial:before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 1px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
}

.checkbox-custom-all + .checkbox-custom-label-partial:before {
    content: "\f068";
    font-family: 'FontAwesome';
    background: #CD040B;
    color: #fff;
    border: 2px solid #CD040B;
    font-size: 15px;
}

.checkbox-custom:checked + .checkbox-custom-label-partial:before/* , .checkbox-custom-all:checked + .checkbox-custom-label-partial:before */ {
    content: "\f068";
    font-family: 'FontAwesome';
    background: #CD040B;
    color: #fff;
    border: 2px solid #CD040B;
    font-size: 15px;
}

.checkbox-custom:focus + .checkbox-custom-label-partial, .checkbox-custom-all:focus + .checkbox-custom-label-partial {
  outline: 0px; /* focus style */
}

.contactLanding .checkbox-custom + .checkbox-custom-label-partial:before, .contactLanding .checkbox-custom-all + .checkbox-custom-label-partial:before{
	height: 24px;
	margin-right: 0px;
}

.no-contact-cloud {
	font-size:300px;
}
.no-contact-cloud:before{
    color: #d2d3d4;
    opacity: 0.35;
}
.no-contact-cloud span {
    position: absolute;
    left: 34%;
    color: #CD040B;
    font-size: 180px;
    top: 24%;
    opacity: 0.3;
    font-family: "NHaasGroteskTXW01-75Bd";
}
.no-contact-text {
	font-family: NeueHaasGroteskText-regular;
	font-size:18px;
	font-weight:bold;
	color: #4b4b4b;
}
.no-contact-images {
	padding:20px 0;
	clear: both;
}
.no-contact-images img{width:30%;margin-right:50px;}
.selectedCount{ 
	margin: 7px 15px;
    font-family: NeueHaasGroteskText-regular;
    color: #4b4b4b;
    font-weight: bold;
    text-align: center;
}
.expanded-search input{
	border: none !important;
    background: #fff;
    width: 175px;
    position: relative;
    padding: 0 32px 0 7px;
}
.expanded-search span{
	    position: absolute;
    right: 12px;
    top: 7px;
    color: #CD040B;
}
.group-list > li {
	width:10%;
	height:10%;
}
.group-list > li >div{
	text-align: center;
	white-space: normal;
	line-height: 16px;
    margin-top: 5px;
}
.createGroup{
	display: inline-block;
}
 .groupList .buttons{  
 	margin-top: -5px; display: none;
 }
 .noPadding{
 	padding: 0px;
 }
 .noContacttoGroup img{
 	border: 1px dashed #000;
 }
 .noContacttoGroup span{
 	display:  inline-block;
 	margin-left: 15px;
 	font-family: "NHaasGroteskTXW01-75Bd";    
 }
 .no-contact-cloud-header {
 	clear:both;
 }
  .font-bold-header{
  	font-weight: bold;
  }
  .or-header {
  	line-height: 100px;
  }
  .pt-15{
  	padding-top: 15px;
  }
  .no-contact-mobile {
  	font-weight: normal !important;
  	margin-top: 7px;
  	clear: both;
  }
  .no-contact-mobile button{
  	display: block;
  	margin-top:20px;
  }
  .groupList > .row .noPadding{
  	margin-top:7px;
  }
  .contactSearch {
    margin: 20px 0 0 15px;
  }
  div.header-back-arrow {
  	padding: 7px;
  }
  .fav-block > li{
  	position: relative;  	
  }
  .fav-view-star {
  	position: absolute;
    top: 44%;
    right: 25%;
    color:#CD040B;
  }
/*+++++++++++++Add CONTACTS PAGE STYLES +++++++++++++*/
.add-cont-img{
    background: url(../images/default_photo.png) no-repeat;
    width: 75px;
    height: 75px;
    display: block;
    float: right;
}

.add-fav{
       background: url(../images/default_photo.png) no-repeat rgba(0,0,0,0.0);
}
.padding-top{
       padding-top:2%;
}
.border-bottom{
       border-bottom: 1px solid #ccc;
}
.font-primary-color{
       color:#CD040B;
}
.width-50{
       width:50%;
       float:left;
}
.overflow-y{
       overflow-y: auto;
       overflow-x: hidden; 
}
.padding-bottom-20{
       padding-bottom: 20px;
}
.class-bold{
	font-family:"NHaasGroteskTXW01-75Bd";
}
.pt-30{
	padding-top: 30px;
}
.width-100{
	width: 100%;
}
.padd-right{
	padding-right: 2%;
}
.clear-tag{
	clear:both;
}
.add-cntct{
    font-size: 74px;
    /*background: #E4E5E3;*/
    max-width: 105px;
    float: right;
    min-width: 105px;
}
.profile-pic-container .default-pic{
  position: relative;
  left: 14px;
}
.add-cntct .profile-image{
  width: 100%;
  border-radius: 50%;
}
.add-cntct-textarea{
	width:100%;
	height:100px;
	padding:6px 12px;
	outline:none;
}
.padding-bottom-5{
	padding-bottom: 5%;
}
.pb-1pc{
	padding-bottom: 1%;
}
.pt-1pc{
	padding-top: 1%;
}
.padding-top-10{
	padding-top: 10%;
}
.padding-top-5{
	padding-top: 5%;
}
.textName{
	padding-bottom: 3px;
    font-size: 14px;
}
.addInfo{
	padding-top: 3px;
}
.text-font{
	font-size:16px;
}
.contact-select-box{
	outline:none;
  margin-top: 6px;
}
.contact-select-box.wd-100{
  width: 100%;
}
.bg-grey{
	background: #f5f5f5;
}
.pt-10px{
	padding-top: 10px;
}

/*.container-wrapper{
  position: relative;
}
.container-wrapper .select-container{
  padding-bottom: 10px;
  position: relative;
}
.container-wrapper .form-group.select-container{
  padding-bottom: 0px;margin-bottom: 5px;
}

.container-wrapper .add-row-container{
  padding-left: 0;
}
.select-container .remove-container{
  position: relative;
  top: -20px;
}*/

.container-wrapper .select-container{
  position: relative;
  padding-bottom: 10px;
}
.container-wrapper .add-row-container{
  padding-left: 0px;
}
.container-wrapper .add-row-container a{
  color: #0081E1;
}
.container-wrapper .add-row-container a.disabled{
  color: #D6D6DA;
}
.form-horizontal .container-wrapper .radio{
  padding-left: 10px;
}
.container-wrapper .radio label{
  padding-left: 17px;
}
.container-wrapper .radio input[type="radio"]{
  margin-left: 0px;
}
.container-wrapper .radio label::before{
  margin-left: 3px;
  left: -1px;
}
.container-wrapper .radio label::after{
  margin-left: 3px;
  left: 5px;
}
#contacts_cont .container-wrapper select.contact-select-box{
  border-style: none none solid;
  border-width: 0 0 1px;
  width: 100%;
}
.container-wrapper .remove-container span.glyphicon-minus-sign{
  font-size: 20px;
  padding-top: 8px;
  /*padding-left: 13px;*/
}
.contact-info-details,
.details-row label.labelHighlight{
  font-size: 13px;
  color: #424242;
}
.details-row{
  padding-bottom: 10px;
}
.details-row label.labelType{
  color: #A6A6A6;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.details-row div.item-value, .details-row div.item-value address {
  font-weight: bold;
  color: #424242;
}
.details-row div.item-value.note{
  white-space: normal;
}

#conatct_search_open{
	display: block;
	position:relative;	
	float: left;
    width: 88%;
}

.conatct_search_dropdown {
    position: absolute;
    width:39.8%;
    min-height: 60px;
    background-color: #ffffff;
    z-index: 500;
    margin-left: 15px;
}

.conatct_search_dropdown ul{
	border: 1px solid #959595;
    margin: 0 auto;
    border-top: none;
}

.search_top5_contact{
	list-style-type: none;
    padding: 5px 5px 5px 5px;
}

.search_top5_contact{
    font-size: 10px;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px;
}
.search_top5_contact li{
	background: #fff;
    cursor: pointer;
	height: 70px;
}
.search_more_li_contact{
    float: left;
    line-height: 70px;
    font-weight: bold;
    font-size: 14px;
    font-family: "NeueHaasGroteskText-regular";
    color: #007DD6;
}

.search_top5_li:hover {
    background-color: #e0e0e0;
}

.searchInput {
	position: relative;
	width: 35%;
	float: left;
    margin-right: 30px;
}
.searchInput i {
    position: absolute;
    right: 0px;
	padding-top: 28px;
    color: #CD040B;
    cursor: pointer;
}
.search-img{
	width: 20%;
    float: left;
    margin-right: 6%;
}

.search-label{
	padding-top: 8%;
}
.fixedTopBar {
	position: fixed;
    top: 0;
    width:58%;
    z-index: 9999;
}
.btn-primary-red{
       background:#CD040B;
}

.btn-primary-red:hover{
	color: #fff;
}
.export-left-margin {
	margin-left: 24px;
}
.visibility-hidden {
	visibility: hidden;
}
.mt-20px {
	margin-top: 20px;
}
.width-group-input {
	margin: 15px 0 25px 54px;
}
.scroll-group{
	height: 150px;
	overflow-y:auto;
}
.pl-10px{
	padding-left: 10px;
}
.group-options li.disabled label{
	cursor: none;
	color:#ccc;
}
.crop-image-content{
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.crop-image-wrapper{
  position: absolute;
}
.imageavatar{}

.selectText{
	float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 0px;
    height: 18px;
    width: 75px;
}
.selectedItem,.contacts_viewlist_li:hover{
	background : #E8F6FE;
}
.v-center-cl-16px{
	top:16px;
}
.v-center-cl-4px{
	top: 4px;
}
.v-center-cl-7px{
	top: 7px;
}
.v-center-cl-9px{
    top: 9px;
}
#btn-clear-selected{
	float: left;
    padding-top: 28px;
}


@media (max-width: 767px) {
	.pt-30{
		padding-top: 15px;
	}
	.pt-15{
		padding-top:8px;
	}
	.ml-2{
		margin-left: 2%;
	}
	.width-100{
		width: 90%;
	}
	.width-50{
		width: 100%;
	}
	.pl-5{
		padding-left:5% !important;
	}

  .vz-modal .modal-dialog,
  .vz-modal.vz-modal-small .modal-dialog{
    width: auto;
  }
  .vz-modal .vertical-align-center {
    height: 100%;
  }
  .vz-modal.modal{
    padding-right: 0px !important; /* To override inline style */
  }
  .vz-modal .modal-footer{
    bottom: 0;
      position: fixed;
      text-align: center;
      width: 100%;
  }
  .vz-modal .dragdrop-container .button-file{
    text-align: left;
  }
  .vz-modal .modal-body-content > ul.export-options,
  .vz-modal .modal-body-content > ul.group-options{
    margin-left: 0;
    padding-left: 0;
  }
  .vz-modal .modal-body{
    padding-bottom: 30px;
  }
  .action-items .header-back-arrow{
    padding-right: 15px;
  }
  .white-bg-xs{
    background-color: #fff;
  }
  .padding-xs-top-5{
    padding-top: 5px;
  }

  .details-row label.text-right{
    text-align: left;
  }
  /*.contact-select-box{
    margin-top: 0px;
  } 
  .container-wrapper .add-row-container{
    position: absolute;
    bottom: 12px;
  }
  .container-wrapper .form-group.address .contact-select-box{
    bottom: 25px;
    left: 9%;
    position: absolute;
  } 
 .select-container .remove-container {
      left: -7%;
      position: absolute;
      top: 11px;
  }*/
  .container-wrapper .remove-container{
    bottom: 3px;
    position: absolute;
    right: 11%;
    padding-left: 2.5%;
  } 
    
  .container-wrapper .remove-container span.glyphicon-minus-sign{
    padding-left: 13px;
  }
  .container-wrapper .select-container .align-address-select-xs,
  .container-wrapper .select-container .align-address-remove-xs{
    position: absolute;
    bottom: 25px;
  }
  .container-wrapper .select-container .align-address-select-xs{
    right: 33%;
  }
  .container-wrapper .select-container .align-address-remove-xs{
    right: 28%;
  }
  .btn.btn-xs-contact{
    width: 100% !important; /* Need to delete !important once full css ready*/
  }

}
@media (min-width: 767px) {
	.width-40pc{
		width:40%;
	}
}



.alphabet_header_position{
  position: absolute;
  left: -59px;
  top: -1px;
}

#head_alpha_fixed{
  position: fixed;
  visibility: visible;
  top: 55px;
}

.first_alpha{
  position: absolute;
  left: -59px;
  top: -1px;
}

.mobile_view .alphabet_header_position{
  left: 20px;
  top: -56px;
}

.mobile_view #head_alpha_fixed{
  position: fixed;
  visibility: visible;
  top: 55px;
  z-index: 10;
  background-color: white;
}

.mobile_view .first_alpha{
  position: absolute;
  left: 16px;
  top: -46px;
}