/* CSS Document */
/* reset styles testing
--------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

br {
    clear: both;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

#cpm-forms b {
    font-weight: normal;
}

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

body {
    color: #363636;
    font-family: Arial, sans-serif;
    line-height: 1;
    font-size: 13px;
    animation-duration: 0.001s;
    -webkit-animation-duration : 0.001s;
}

a:link, a:visited {
    color: #008AB0;
    text-decoration: none;
}

a.link {
    color: #008AB0;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

a:active {
    color: #008AB0;
    outline: 0 none;
    text-decoration: none;
}

label b {
    font-weight: normal;
}

input[required] {
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #CBCBCB !important;
}

:-moz-placeholder {
    color: #CBCBCB !important;
}

::-moz-placeholder {
    color: #CBCBCB !important;
}

:-ms-input-placeholder {
    color: #CBCBCB !important;
}

/*
PROFILE DETAILS
----------------- */

div.cpm-header-wrap {
    width: 950px;
    float: left;
    margin: 0;
}

div.cpm-header {
    float: left;
    clear: both;
}

#widget-error-header {
    width: 200px;
    float: left;
    display: block
}

div.profile-dets {
    float: left;
    max-width: 220px;
    width: auto;
    display: block;
    margin: 0 0 10px 10px;
}

div.pageTitle {
    float: right;
    width: 710px;
    color: #008AB0;
    font-size: 24px;
    border-bottom: 1px solid #E1E1E1;
    font-weight: normal;
    line-height: 2.0em;
}

.change-image {
    float: left;
}
#display_photo_container img,
#profile-image img {
  float: left;
  display: block;
  -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  padding-left: 1px;
}

.change-image p {
    padding: 10px 20px 10px 0;
}

ul.profile-info {
    display: block;
    float: left;
    margin-bottom: 0;
}

ul.profile-info li {
    line-height: 1.8em;
}

ul.profile-info li span.profile-label {
    font-weight: bold;
    display: block;
    line-height: 1em;
}

.profile {
    position: relative;
    border-bottom: none;
}

p.notificationMessage {
    font-style: italic;
    font-weight: bold;
    display: block;
    margin: 10px 0 0 0;
}

a.changePassword {
    margin: 5px 0 0 0;
    width: 200px;
}

.cpm.profile span, span.password {
    margin: 0;
    display: inline-block;
    margin-bottom: 5px;
}

#password span {
    display: block;
    width: 400px;
    margin: 10px 0 0 220px;
    padding: 6px 0 0 0;
}

p.userNameEmail {
    margin: 6px 0 0 0;
}

#cpm-wrap h2.section {
    font-size: 14px!important;
    line-height: 1;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc;
}

div.container, #content {
    margin: 0 auto;    
    background-color: #FFFFFF;
    padding: 12px 0 25px;
    width:100%;
}

#cpm-wrap {
    float: left;
    width: 950px;
    /*border: 1px solid #c00;*/
}

#cpm-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cpm-wrap .form-field-text ul.error-list,
#cpm-wrap .form-field-dropdown ul.error-list {
    margin: 0;
}

.cpm-nav {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 20px 20px;
    width: 210px;
    float: left;
}

.cpm-nav li.innactive {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    display: none;
}

.cpm-nav li {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

.cpm-nav li .sub_menu {
    border-bottom: none;
    padding-left: 20px;
}

.cpm-nav li a {
    color: #363636;
    display: block;
    font-size: 12px;
    line-height: 2em;
    padding: 3px 0;
    text-transform: uppercase;
}

.cpm-nav li a.header {
    background-origin: padding-box;
    background-position: 145px 10px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

#saveSection a {
    margin: 0 10px;
}

#saveSection #savedMessage {
    margin: 0 10px;
}

#saveSection a.disabled {
    cursor: default;
    text-decoration: none !important;
    color: grey !important;
    margin: 0 10px;
}

.deleteLinkDisabled {
    cursor: default;
    text-decoration: none;
    color: grey !important;
}

.deleteLinkDisabled:hover {
    cursor: default;
    text-decoration: none;
    color: grey !important;

}

#cpm-forms span.orderHistoryText {
    display: none;
}

.cpm-nav li a.header.opened {
    background-image: url("clientlibs/img/sub-side-up-arrow.png");
    background-position: right;
}

.cpm-nav li a.header.closed {
    background-image: url("clientlibs/img/sub-side-down-arrow.png");

    background-position: right;
}

.cpm-nav ul.hidden {
    display: none;
}

.cpm-nav li.hidden {
    display: none;
}

.cpm-nav .activepage {
    color: #008AB0;
}

#cpm-main {
    float: right;
    width: 710px;
}

form.cpm.hidden {
    display: none;
}

form.cpm {
    margin: 0;
    padding: 0 0 20px;
}

form.cpm div.form-description {
    padding-bottom: 10px;
    text-align: justify;
    line-height: 1.3em;
}

form.cpm fieldset, form.with-messages div.form-field {
    position: relative;
    margin: 0;
    padding: 0;
}

form.cpm label.secondLabelInLine {
    display: inline;
    float: none;
    font-weight: bold;
    line-height: 1.5em;
    margin: 3px 20px 2px 20px;
    text-align: right;
    width: 200px;
}

form.cpm fieldset > div {
    /*padding: 0 0 15px;*/
}

form.cpm fieldset div > div {
/*     padding: 10px 0; */
}

form.cpm fieldset div#profile-image div#uploader {
    padding: 0;
}

/*EFT
---------- */
form.cpm label, form#Eft label {
    border: medium none;
    display: block;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
    white-space: normal;
    width: 100%;
}

form#Eft div.radio b {
    padding: 10px 0 0;
    display: block;
    font-size: 13px;
}

form#Eft div.form_row {

}

form#Eft div.form_rightcol {
    margin-left: 20px;
    font-size: 13px;
    display: block;
}

form#Eft div.form_rightcol input {
    margin-top: 2px;
}

form.cpm label.section {
    display: block;
    float: none;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 20px 2px 0;
    text-align: left;
    width: 200px;
}

form.cpm fieldset.market-comm p, form.cpm fieldset.navigator p {
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 5px 20px 2px 0;
    text-align: left;
    width: 400px;
}

form.cpm input.form-text {
    border: 1px solid #CBCBCB;
    display: inline;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
}

form.cpm #profile-image {
    height: 120px;
}

#teamLeaderContainer input.form-text, #teamCodeContainer  input.form-text{
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    width: 230px;
    height: 31px;
	margin: 0 0 10px 0!important;
}
#teamLeaderContainer input#joinTeam{
	margin: 0!important;
}

form.cpm fieldset input.password {
    width: 260px;
    height: 21px;
    float: left;
    padding: 0 8px !important;
}

form.cpm fieldset textarea {
    width: 400px;
    height: 100px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #363636;
    border: 1px solid #CBCBCB;
    resize: none;
}

#cpm_displayInfoForm fieldset textarea {
    width: 100%;
    max-width: 460px;
}

#webSiteDisplayInfoPageName{
    height: 80px;
}

#webSiteDisplayInfoPageName #siteName{
    margin-bottom: 10px;
}

.modal-open {
    /*overflow: hidden*/
}
.leadCaptureParagraph {
    margin: 10px 0;
    text-align: justify;
}

.signUpOptionsParagraph {
    margin: 10px 0;
    text-align: justify;
}

input[type="checkbox"], input[type="radio"] {
    height: 13px;
    margin: 4px 0 0;
    padding: 0;
    width: 13px;
    display: inline;
}

form.cpm span#displayUsername {
    display: inline;
    width: auto;
    margin: 0;
}

form.cpm fieldset.password span {
    display: inline;
    width: auto;
    margin: 10px 0 0 10px;
}

form.cpm label.choice {
	
    text-align: justify;
    font-weight: normal;
    cursor: pointer;
    display: block;
    line-height: 150%;
    margin: -17px 0 0 23px;
    padding: 0 0 5px;
    width: 96%;
}

form.cpm.contact div.options {
    display: inline;
    text-align: left;
    float: left;
    font-weight: normal;
    overflow: auto;
}

form.cpm.contact div.options input[type="checkbox"], form.cpm.contact div.options input[type="radio"] {
    display: inline;
    height: 13px;
    margin: 5px 0 0 0;
    padding: 0;
    width: 13px;
}

form.cpm.contact select {
}

form.cpm.contact div.options select#preferredLanguage {
    padding: 1px 0 0;
}

form.cpm.contact div.options label#preferredLanguagedescription {
    margin: 0;
    font-weight: normal;
}

form.cpm.contact div.options label.choice {
    margin: -17px 0 0 30px;
    padding: 0 0 5px;
    width: 350px;
}

form.cpm.contact input#email {
    width: 260px;
}

label#emailSubscriptionCountriesdescription {
    text-align: left;
    font-weight: normal;
    text-align: justify; 
    line-height: 1.3em;
}

form.cpm.contact div.countryOptions {
    padding: 0;
}

form.cpm.contact div.countryOptions input {
    margin: 4px 0 0 0;
}

form.cpm label.lead-capture-choice {
    cursor: pointer;
    display: inline;
    margin: -17px 23px 0 5px;
    padding: 0 5px;
    width: auto;
    text-align: left;
    float: none;
    font-weight: normal;
}

form.cpm label.inLineChoice {
    cursor: pointer;
    display: inline;
    margin: -17px 15px 0 0;
    padding: 0 0 5px;
    width: 88%;
    text-align: left;
    float: none;
    font-weight: normal;
}

form.cpm label.choiceRadio {
    cursor: pointer;
    display: block;
    margin: -17px 0 0 23px;
    padding: 0 0 5px 35%;
    width: 96%;
    text-align: justify;
    float: none;
    font-weight: normal;
}

form.cpm div.form-btns {
    padding: 2px 0 0;
}

form.pop div.form-btns {
    padding: 20px 0 0;
}

form.cpm div.add-email {
    padding-bottom: 8px;
}

form.cpm fieldset.user-email p {
    padding: 0;
}

form.cpm p.email-type {
    line-height: 1.3em;
    margin: 1px 0 0 220px;
}

#cpm-wrap input[type="submit"], div.add-email button, input[type="button"] {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081A8',
    endColorstr='#006280'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#0081A8),
    to(#006280)); /* for webkit browsers */
    background: -moz-linear-gradient(center top, #0081A8 5%, #006280 100%) repeat scroll 0 0 #0081A8;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #0081A8 0%, #006280 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #0081A8 0%, #006280 100%);
    border: 1px solid #006280;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

input[type="submit"].saving, input[type="button"].saving {
    background: black !important;
    border: 1px solid #006280;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px;
    text-decoration: none;
    cursor: wait;
    text-transform: uppercase;
}

#content input[type="button"].disabled {
    margin: 0 10px;
    background: #808080 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080',
    endColorstr='#808080'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#808080),
    to(#808080)); /* for webkit browsers */
    background: -moz-linear-gradient(center top, #808080 5%, #808080 100%) repeat scroll 0 0 #808080;
    border: 1px solid #808080;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px;
    cursor: default;
    text-decoration: none;
    text-transform: uppercase;
}

#content input[type="button"] {
    margin: 0 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081A8', endColorstr='#006280');
    background: -webkit-gradient(linear, left top, left bottom, from(#0081A8), to(#006280));
    background: -moz-linear-gradient(center top, #0081A8 5%, #006280 100%) repeat scroll 0 0 #0081A8;
    background-image: -ms-linear-gradient(top, #0081A8 0%, #006280 100%);
    background-image: linear-gradient(to bottom, #0081A8 0%, #006280 100%);
    border: 1px solid #006280;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px;
    cursor: default;
    text-decoration: none;
    text-transform: uppercase;
}

#cpm-wrap input[type="submit"]:hover, div.add-email button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006280',
    endColorstr='#0081A8'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#006280),
    to(#0081A8)); /* for webkit browsers */
    background: -moz-linear-gradient(center top, #006280 5%, #0081A8 100%) repeat scroll 0 0 #006280;
}

input[type="text"]:disabled {
    border: none;
    background: #efefef;
}

fieldset.biz-activity table {
    margin-top: 10px;
}

fieldset.biz-activity table {
    padding: 0 5px 3px 0;
}

fieldset.biz-activity table td {
    text-align: center;
    padding: 6px 5px;
}

fieldset.biz-activity table td:first-child {
    text-align: right;
}

form.cpm div li span {
    display: inline;
    margin: 10px 0 0;
}

form.cpm div li input.radio {
    display: inline-block;
    margin: 10px 5px;
}

form.cpm ul.notifications-days li {
    display: inline;
}

fieldset.online-prospecting table {
    margin-top: 10px;
    margin-left: 0;
    /*margin-left: 220px;*/
    width: 100%;
}

fieldset.online-prospecting table th {
    padding: 0 5px 3px 0;
    white-space: nowrap;
    color: black;
    border: none;
    line-height: 30px;
}

fieldset.online-prospecting table td {
    text-align: center;
    padding: 6px 5px;
    vertical-align: middle;
    border: hidden;
}

fieldset.online-prospecting table td input.radio {
    text-align: center;
    padding: 6px 5px;
    vertical-align: middle;
}

fieldset.online-prospecting table td:first-child {
    text-align: left;
}

fieldset.online-prospecting table td input.checkbox {
    display: inline;
}

hr {
    border-bottom: medium none;
    border-top: 1px solid #E1E1E1;
    height: 0;
    margin: 20px 0;
    width: 100%;
}

#cpm-main hr {
    margin:10px 0;
}

/*POP-UPS
-------------*/
#password-pop form.pop {
    padding: 20px;
    display: block;
    width: auto;
}



#notification-pop {
    float: left;
    margin: 20px 0 20px 20px;
    width: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#notification-pop form.pop {
    padding: 20px 0;
    display: block;
    width: auto;
}

#notification-pop a.close {
    float: right;
    margin-top: 4px;
    display: block;
    padding: 10px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
/*     opacity: .2; */
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.btnDelete {
    -moz-box-shadow: 0px 1px 0px 0px #db9999;
    -webkit-box-shadow: 0px 1px 0px 0px #db9999;
    box-shadow: 0px 1px 0px 0px #db9999;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b34040), color-stop(1, #953535) )!important;
    background: -moz-linear-gradient( center top, #b34040 5%, #953535 100% )!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34040', endColorstr='#953535');
    background-image: linear-gradient(to bottom, #B34040 0%, #953535 100%) !important;
    background-color: #b34040 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #953535 !important;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    text-transform: none !important;
}

.btnDelete:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #953535), color-stop(1, #b34040) )!important;
    background: -moz-linear-gradient( center top, #953535 5%, #b34040 100% )!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#953535', endColorstr='#b34040')!important;
    background-color: #953535;
}

/* tooltip styling.*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    width : inherit;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #363636 !important;
    color: #ffffff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover .arrow:after {
    border-top-color: #363636 !important;
}

.popover .arrow {
    border-right-color: #363636 !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
}

.popover.right .arrow:after {
    border-right-color: #363636 !important;
}

.popover.right .arrow:after {
    border-top-color: transparent !important;
}

.popover.bottom .arrow {
    border-top-color: #363636 !important;
}

.popover.bottom .arrow:after {
    border-bottom-color: #363636 !important;
}

.popover.left .arrow {
    border-left-color: #363636 !important;
}

.popover.left .arrow:after {
    border-left-color: #363636 !important;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px;
    font-size: 12px;
    word-wrap: break-word;
}

.popover-content ol {
    list-style-type: decimal;
    padding-left: 19px;
}

.popover-content ul, dl {
    list-style-type: disc;
    padding-left: 19px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #363636;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #363636;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #363636;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #363636;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #363636;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #363636;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #363636;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #363636;
}

.cpmHelp-popover .popover-inner a {
    margin : 0 auto;
}

.display-fields {
    float: left;
}

.display-image {
    width: 100px;
    position: absolute;
    top: 20%;
    left: 360px
}

.display-bio {
    clear: both;
    float: none;
}

.display-photo-popup {
    margin: 15% auto;
    overflow: hidden;
    border: 1px solid #D6D5D5;
    border-radius: 4px;
    padding: 30px;
    display: none;
    background: #FFFFFF;
}

.displayPhotoLinks {
    text-align: center;

}

#display-photo-popup a.close {
    display: block;
    float: right;
    margin-top: 4px;
    padding: 0;
    margin-right: 8px;
}

p.photoNotificationMessage {
    font-style: italic;
    font-weight: bold;
    display: block;
    float: left;
}

.photoFileLabel {
    width: auto;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}

#display-image-pop-form {
    margin: 20px;
}

.swfupload {
    position: absolute;
    z-index: 5;
}

.errorHighlight {
    border: 1px solid #CC0000!important;
}

.widgetTop {
    background-color: #DFDFDF;
    display: block;
    width: auto;
}

.widgetTitle {
    font-size: 16px;
    line-height: 1.38;
    padding: 6px 0 5px 8px;
    float: left;
    font-weight: normal;
}

.activityWrap {
    display: block;
    padding: 8px;
}


.rfloat {
    float: right;
}

.btnSave {
    padding: 2px 10px;
}

.uploadImageProgress {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    width: auto;
    height: auto;
    margin: 10px;
}

.uploadImageBar {
    background-color: #3399FF;
    border-radius: 3px;
    height: 20px;
    width: 0;
}

.uploadImagePercent {
    display: inline-block;
    left: 48%;
    position: absolute;
    top: 3px;
    color: #000000;
}

.form-btns a.disabled {
    cursor: default;
    text-decoration: none !important;
    color: grey !important;
}


.profileImageLink {
    text-decoration: none;
    position: relative;
    display: block;
    float: left;
    width: 120px;
    height: 120px;
}

.profile-image p{
	margin-top: 10px;
}

.profileImageFixedOverlayVisible {
    visibility: visible;
    position: absolute;
}

.choose-photo-button {
    margin-bottom: 10px;
}

#profile-image p {
    line-height: 1.4em;
}

.error {
    color: #c71013;
    padding-left: 5px;
    padding-top: 5px;
}
form.cpm input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']):not([type='radio']){
	width: 260px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #CBCBCB;
	padding: 0 5px;
	font-size: 13px;
}
#triggerAfter:disabled{
	color: #D3D3D3;
	border: 1px solid #D3D3D3;
	background-color: #EFEFEF;
}
div.sentPresentation {
	min-width: 40%;
	float: left;
}

form.cpm select{
	width: 260px;
	height: 25px;
}

form.cpm label.cpmDisabledLabel{
	color: lightgrey;
}
.displayPhotoLinks a.link {
	width: 48%;
	display: inline-block;
}

#cpm-wrap a.close {
    display: block;
    float: right;
    background: url("clientlibs/img/btn-close.png") 0 0 no-repeat;
    background-position: 0 0;
    margin: 8px;
    cursor: pointer;
    height: 18px!important;
    width: 18px!important;
    padding: 0px;
}
div.cpmPopupContentWrap{
	padding: 10px;
}


form.cpm select[disabled] {
	color: #D3D3D3;
	border: 1px solid #D3D3D3;
	background-color: #EFEFEF;
}
form.cpm label.choice[disabled]{
	color: #D3D3D3;
}
#cpm-wrap a#ops {
	float: none;
	width: 100%;
}

#content.mainpage{
	display: inline-block;
}


.profileImageOverlay {
    width: 102px;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	height: 102px;
  	display: block;
}

.profileImageOverlay:hover{
	border-color: #008AB0;
	background-color: white;
	opacity: 0.5;
}

.profileImageOverlay.profileImageFixedOverlay{
	border-color: #000;
	background-color: white;
	opacity: 0.5;
}
.profileImageOverlay:hover:after{
	opacity: 1;
}
.profileImageOverlay.profileImageFixedOverlay:hover:after{
	color: #008AB0;
}
.profileImageOverlay.profileImageFixedOverlay:hover{
	border-color: #008AB0;
}
.profileImageOverlay.profileImageFixedOverlay:after{
	opacity: 1;
	color: #000;
}
.profileImageOverlay:after{
	content: '\e046';
	font-family: "Glyphicons Halflings";
	font-size: 20px;
	color: #008AB0;
	position: absolute;
	top: 36%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 0;
	opacity: 0;
}

div #saveSection  #savedMessage{
	margin-top: 10px;
  	margin-left: 5px;
}
/*
RESPONSIVE MEDIA QUERIES
=============================== */

/*screen max-width 767px*/
@keyframes width-1 {
	0%{
    	bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
}
@-o-keyframes width-1 {
  	0%{
    	bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-ms-keyframes width-1 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-moz-keyframes width-1 {
    0%{
    	bottom: 0;
    	left: 0;
	}
	
	100%{
    	bottom: 0;
    	left: 0px;
	}
}
@-webkit-keyframes width-1 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
}

/*screen min-width 767 and max-width 966px*/
@keyframes width-2 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-o-keyframes width-2 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-ms-keyframes width-2 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-moz-keyframes width-2 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-webkit-keyframes width-2 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
}

/*screen normal dimension*/
@keyframes width-4 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-o-keyframes width-4 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-ms-keyframes width-4 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-moz-keyframes width-4 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
} 
@-webkit-keyframes width-4 {
    0%{
   		bottom: 0;
    	left: 0;
	}

	100%{
    	bottom: 0;
    	left: 0px;
	}
}

@media (min-width: 768px) and (max-width: 966px) {
    #cpm-wrap{
        width: 100%;
    }
    .cpm-header-wrap{
        width : 100% !important;
    }
    #cpm_headerForm{
        width: 210px;
        min-height: 88px;
    }
    #cpm-main,
    #pageTitle{
        float: left;
        width: 66%;
        margin-left: 30px;
    }
    
     #cpm-wrap:after {
       	content: 'devicescreen-tablet';
        display: none;
     }
     
     #cpm-wrap{
		width: 94%;
		margin-top: 42px;
		-webkit-animation: width-2 0.001s;
		 animation: width-2 0.001s;
		-o-animation: width-2 0.001s;
		-ms-animation: width-2 0.001s;
		-moz-animation: width-2 0.001s;
        position: relative;
        left: 3%;
  	}
  	
  	
}
@media only screen and (max-width: 767px) {
	/* ALL COLUMN STYLES
	======================= */
	#cpm-wrap{
		width: 94%;
		margin-top: 42px;
		-webkit-animation: width-1 0.001s;		
		 animation: width-1 0.001s;
		-o-animation: width-1 0.001s;
		-ms-animation: width-1 0.001s;
		-moz-animation: width-1 0.001s;
        position: relative;
        left: 3%;
  	}
	.menucpm{
	  	position: fixed;
  		width: 100%;
  		left: 11px;
	}
  	.cpm-nav{
  		width: 100%;
  		padding: 5px 9px 0px;
  		border:initial;
  		border-bottom: 1px solid #CCCCCC;
  		margin-left: -11px;
  		margin-top: -11px;
  		border-radius: inherit;
  		margin-bottom: 10px;
  	}

  	 #cpm-wrap:after {
       	content: 'devicescreen';
        display: none;
     }

     .activepage.header{
      	font-size: 15px;
  		font-weight: bold;
  		text-decoration: none;
  	}

  	.pageTitle{
  		width:  100% !important;
  	}

  	#cpm-main{
  		width:  100% !important;
  	}
	.cpm-nav li a.header.opened-resp.sm-resp{
	  background-position: 98% 50%;
	}
	.cpm-nav li a.header.closed-resp.sm-resp{
	background-position: 98.7% 50%;
	}
  	.cpm-nav li a.header.opened-resp {
   	    background-image: url("clientlibs/img/sub-side-up-arrow.png");
    	  background-position: 98% 50%;
    	margin-top: 8px;
  		margin-bottom: 3px;
  		margin-left: 3px;
	}

	.cpm-nav li a.header.closed-resp {
    	background-image: url("clientlibs/img/sub-side-down-arrow.png");
    	background-position: 100% 50%;
    	margin-top: 7px;
  		margin-bottom: 3px;
	}

	div.profile-dets{
	    margin: 0px;
	    max-width: none;
	}

    ul, ol {
    	margin-bottom : initial;
    }

	#cpm-forms label,
    #cpm-forms input[type="text"],
    #cpm-forms input[type="password"],
    #cpm-forms input[type="email"],
    #cpm-forms select {
        width: 98% !important;        
    }
    
    #cpm-forms .choice{
	    text-align :justify !important;
	    width: 94% !important;
	}

    .activepage_li{
        border-bottom: none !important;
    }

    .header.resp_sub_menu{
    	margin-top: 1px !important;
  		margin-bottom: 1px !important;
    }

    .cpm-header-wrap{
        width: 100% !important;
  		padding-bottom: 10px;
  		margin-top: 60px !important;
  		position: relative;
    }

    .cpm-header{
    	border-bottom: 1px solid #E1E1E1;
    	width: 100%;
    }
    
    #cpmMenuOverlay.PopupScreen{
		position: absolute;
		display: block;
		visibility: visible;
		top: 0px;
		left: 0px;
		opacity: 0.6;
		z-index: 998;
		background-color: #000;
		width: 100%;
    }
 
    .menucpm-scrollable{
        z-index: 999;
        overflow-y: auto;
        left: 0px;
        padding: 3px 0px 0px 8px;
        top: 65px;
        width: calc(100% + 16px);
    }

    .popover-content {
        padding-top: 21px!important;
    }

    .popover-inner a {
        display: block!important;
    }

    .popover.cpmHelp-popover {
        max-width: 90%!important;
    }

    .popover{
        max-width: 90%!important;
    }

    #display_photo_container {
        position: initial !important;
        margin: auto !important;
    }

    #cpm-forms .form-description{
        width :98% !important;
        word-wrap: break-word;
        text-align: justify;
    }

    #cpm-forms #savedMessage{
        width: 100%;
        float: right;
        margin-top: 10px;
        padding-left: 10px;
    }
    .closeClass{
        height: 20px;
        background: url("clientlibs/img/icon-close-button-large.png") 0 0 no-repeat;
        background-size: 20px;
        width: 20px;
        float: right;
        padding: 0px;
        border: none;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    #confirmDeleteModal .modal-dialog {
        width: 90%;
        margin: 0;
    }
}

@media  (min-width: 967px) {
	 #cpm-wrap {
    	-webkit-animation: width-4 0.001s;
    	animation: width-4 0.001s;
		-o-animation: width-4 0.001s;
		-ms-animation: width-4 0.001s;
		-moz-animation: width-4 0.001s;
  	}
}


/*Bootstrap popup*/

 .modal-dialog button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  filter: alpha(opacity=20);
  opacity: .2;
}

.modal-dialog .modal-header{
	background-color: #EEE;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}


.modal-dialog .modal-header .modal-title{
	color: #666;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

form#cpm_addressForm div.section.text {
    padding: 0px;
}

form#cpm_paymentForm div.section.text {
    padding: 0px;
}

#cpm-forms .orderHistory.section #orderStatus table tbody td {
    text-align: center;
}