#CQ .inlineRadio .x-form-item {
    display: inline-block;
}

#CQ .inlineRadio .x-form-check-wrap {
    width: 200px!important;
}

.ext-strict #CQ .x-form-text {
    height: 22px!important;
}
label.disabled{
	color: #ccc;
    font-style: italic;
}

label.disabled, label.disabled .cq-asterisk {
    color: #ccc!important;
    font-style: italic;
}
label[for=actionItems] {
    width: 70px!important;
}
div#x-form-el-actionItems {
    padding-left: 75px!important;
}
.cq-multifield-itemct div.x-form-element {
    padding-left: 85px!important;
}

div#actionItems .x-form-item-description {
    padding-left: 85px!important;
}

.cq-multifield-itemct label.x-form-item-label {
    width: 80px!important;
}

button.cq-multifield-up {
    margin: 4px 0px;
}

button.cq-multifield-down {
    margin: 4px 0px;
}
button.cq-multifield-remove {
    margin: 4px 4px 4px 0px;
}
tr.x-toolbar-right-row.hideAddMultifieldItem>td.x-toolbar-cell{
	display: none;
}
p.multifieldListLimitReached{
    font-style: italic!important;
    margin-right: 15px!important;
    color: #aaa!important;
}
.show--flex{
    display: flex;
}
.show--block{
    display: block;
}
.static-content{
    position: fixed;
    width: 100%;
}

.welcome-modal{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    overflow-y: auto;
}

.welcome-modal__content{
    width: 486px;
    text-align: center;
    position: relative;
    margin: auto;
    font-family: proxima-nova, sans-serif;
    color: #272525;
    padding: 10px 0;
}

.welcome-modal__btn-close{
    position: absolute;
    top: 38px;
    right: 6.5px;
    z-index: 1;
    height: 20px;
}

.welcome-modal__btn-close:hover{
    cursor: pointer;
}

.welcome-modal__image-container{
	max-width: 600px;
	height: 440px;
	position: relative;
	z-index: -1;
}

.welcome-modal__image-layer-1,
.welcome-modal__image-layer-2,
.welcome-modal__title-container{
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
}

.welcome-modal__image-layer-1{
	z-index: 1;
}

.welcome-modal__image-layer-2{
    z-index: 2;
    width: 340px;
    bottom: 160px;
}

.welcome-modal__image-layer-2 .image-layer-2__img-1 {
    width: 100%;
}

.welcome-modal__image-layer-2 .image-layer-2__img-2 {
    position: absolute;
    height: 112px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
}

@-webkit-keyframes welcomeFadeInTitle {
    0%   { opacity: 0; font-size: .5em; line-height: 1em; }
    33%   { opacity: 0; font-size: .5em; line-height: 1em; }
    100% { opacity: 1; font-size: 1em; line-height: 1em; }
}
@-moz-keyframes welcomeFadeInTitle {
    0%   { opacity: 0; font-size: .5em; line-height: 1em; }
    33%   { opacity: 0; font-size: .5em; line-height: 1em; }
    100% { opacity: 1; font-size: 1em; line-height: 1em; }
}
@-o-keyframes welcomeFadeInTitle {
    0%   { opacity: 0; font-size: .5em; line-height: 1em; }
    33%   { opacity: 0; font-size: .5em; line-height: 1em; }
    100% { opacity: 1; font-size: 1em; line-height: 1em; }
}
@keyframes welcomeFadeInTitle {
    0%   { opacity: 0; font-size: .5em; line-height: 1em; }
    33%   { opacity: 0; font-size: .5em; line-height: 1em; }
    100% { opacity: 1; font-size: 1em; line-height: 1em; }
}

.welcome-modal__title-container{
    display: flex;
    flex-direction: column;
	z-index: 4;
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    color: #FFF;
    top: 270px;
    transform: translate(-50%,-50%);
}
.welcome-modal__title-container div.welcome-modal__message>label,
.welcome-modal__title-container div.welcome-modal__username>label{    
    -webkit-animation: welcomeFadeInTitle 3s;
    -moz-animation: welcomeFadeInTitle 3s;
    -o-animation: welcomeFadeInTitle 3s;
    animation: welcomeFadeInTitle 3s;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 0 14px rgba(0,0,0,0.5);
}

@-webkit-keyframes welcomeFadeIn {
    0%   {opacity: 0}
    33%  {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes welcomeFadeIn {
    0%   {opacity: 0}
    33%  {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes welcomeFadeIn {
    0%   {opacity: 0}
    33%  {opacity: 0}
    100% {opacity: 1}
}
@keyframes welcomeFadeIn {
    0%   {opacity: 0}
    33%  {opacity: 0}
    100% {opacity: 1}
}

.welcome-modal__image-layer-2,
.welcome-modal__get-started,
.welcome-modal__distributor-list,
.welcome-modal__customer-list-container,
.welcome-modal__bottom
{
	-webkit-animation: welcomeFadeIn 3s;
    -moz-animation: welcomeFadeIn 3s;
    -o-animation: welcomeFadeIn 3s;
    animation: welcomeFadeIn 3s;
}

.welcome-modal__get-started{
    margin-bottom: 10.5px;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
}

.welcome-modal__get-started .get-started__text{
    font-weight: normal;
    font-size: 14px !important;
}

.welcome-modal__get-started .get-started__text:hover{
    cursor: default;
}

.welcome-modal__distributor-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    top: 482px;
}

.welcome-modal__distributor-list>li.distributor-list__item{
    width: 230px;
    line-height: 16px;
    margin: 6.5px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
}

.welcome-modal__distributor-list>li.distributor-list__item>a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 5px 10px;
}
.welcome-modal__distributor-list>li.distributor-list__item>a,
.welcome-modal__distributor-list>li.distributor-list__item>a:hover,
.welcome-modal__distributor-list>li.distributor-list__item>a:visited {
    color: inherit;
    text-decoration: none;
}

.welcome-modal__distributor-list>li:hover{
    cursor: pointer;
}

.item__img>img{
    height: 22px;
    margin-right: 10px;
}

.item__title>label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 2px;
    line-height: 18px;
}

.item__title>label:hover{
    cursor: pointer;
}

.welcome-modal__customer-list-container.small-view{
    overflow: auto;
    overflow-y: hidden;
}

.welcome-modal__customer-list{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.welcome-modal__customer-list-container.small-view>.welcome-modal__customer-list{
    transform: none;
    left: 0;
}

.welcome-modal__customer-list>li{
    width: 160px;
    margin-right: 10px;
    border: 1px solid #ECEDED;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.welcome-modal__customer-list>li:hover{
    box-shadow: none;
}
.welcome-modal__customer-list-container>.welcome-modal__customer-list>li:last-child{
    margin-right: 0;
}
.welcome-modal__customer-list .item-container{
    width: 160px;
}
/* -- Styles for list of prodcuts -- */
ns-product-small {
    width: 100%;
}

.welcome-modal__customer-list .card-container{
    max-height: 250px;
}

.welcome-modal__bottom{
    width: 100%;
    margin-top: 6.5px;
    text-align: center;
}
a.continue-link {
    padding: 0 15px;
    display: inline-block;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 33px;
    color: #FFF;
    border-radius: 3px;	
    background-color: #272525;
}

a.continue-link:hover,
a.continue-link:visited {
    color: #FFF;
    text-decoration: none;
}

@media only screen and (max-width: 768px){
    .welcome-modal__content{
        width: 370px;
    }
    .welcome-modal__image-container{
        height: 310px;
    }

    .welcome-modal__image-layer-1{
        max-width: 414px;
    }

    .welcome-modal__image-layer-2{
        width: 240px;
        bottom: 90px;
    }

    .welcome-modal__image-layer-2 .image-layer-2__img-2 {
        width: 300px;
        height: 105px;
    }

    .welcome-modal__title-container{
        top: 185px;
        font-size: 40px;
    }

    .welcome-modal__distributor-list{
        margin: 2.5px 0;
        padding: 0 20px;
    }

    .welcome-modal__distributor-list>li{
        width: 100%;
        margin: 2.5px;
    }

    .welcome-modal__bottom{
        margin: 15px 0;
        padding: 0 20px;
    }

    a.continue-link {
        line-height: 45px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 500px){
    .welcome-modal{
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .welcome-modal__content{
        width: 100%;
    }

    .welcome-modal__btn-close{
        right: 20px;
    }
}

@media only screen and (max-width: 380px){
    .welcome-modal__image-container{
        height: 225px;
    }
    .welcome-modal__image-layer-1{
        max-width: 320px;
    }
    .welcome-modal__image-layer-2{
        bottom: 58px;
    }
    .welcome-modal__image-layer-2 .image-layer-2__img-1{
        max-width: 180px;
        max-height: 180px;
    }
    .welcome-modal__image-layer-2 .image-layer-2__img-2{
        width: 200px;
        height: initial;
    }
    .welcome-modal__title-container{
        top: 148px;
    }
    .welcome-modal__distributor-list>li{
        margin: 2.5px 0;
    }
    a.continue-link{
        width: 100%;
        margin-top: 0;
    }
}
