#phone1_country,
#phone1_area,
#phone2_country,
#phone2_area {
    width: 40px;
}

.phone_conteiner #phone1_type + div {
    display: inline-block;
    vertical-align: top;
}

button#add_power_point {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
button#add_power_point {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Make `a` like a button */
button#add_power_point {
    color: inherit;
    cursor: default;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.powerpoint-link {
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0px 0px;
    display: block;
    width: 185px;
    height: 22px;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 600;
    overflow: hidden;
}

button#add_power_point:hover .slidein {
    left: 0%;
}

button#add_power_point:hover .two {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.powerpoint-link .slidein {
    background: #c23e21;
    left: -100%;
    z-index: 2;
}

.powerpoint-link span {
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    -ms-transition: left 300ms;
    -o-transition: left 300ms;
    transition: left 300ms;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c23e21;
    color: #ffffff;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 2px;
}

.powerpoint-link em {
    background: url(/res/img/order/pp-ico.png) no-repeat 3px 50%;
    padding-left: 21px;
    display: inline-block;
    border: 1px solid #d47864;
    border-radius: 2px;
    margin: 2px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    padding-right: 2px;
    margin-right: 0;
}

.powerpoint-block.clicked .pp-select {
    display: block;
}

.powerpoint-block.clicked .powerpoint-link {
    display: none;
}

.powerpoint-block {
    margin-left: 10px;
    float: left;
}

.resubmit-preview__back {
    float: left;
    margin: 10px 20px 0px 0px !important;
}

.resubmit-preview__next {
    float: left;
}
.brdata {
    max-width: 380px;
    clear: both;
}