﻿.wideContainerBlock {
    display: inline-block !important;
    width: 940px;
}
.DaM-header-back {
    height: 265px;
    background-image: url("/Images/DaMbackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #6F8B95;
    overflow: hidden;
}
.DaM-grey-back {
    background-color:#ECEFF1;
    border-bottom: 5px solid #6F8B95;
    overflow: hidden;
}
.DaM-white-back {
    background-color:#fff;
    border-bottom: 5px solid #6F8B95;
    overflow: hidden;
}
.DaM-header-block {
    background-color: rgba(255, 255, 255, 0.6);
    width: 940px;
    height: 146px;
    margin: 0 auto;
    border-radius: 15px;
    transform: translateY(25%);
    position: absolute;
    padding: 25px 0;
}
.DaM-header-block div:first-child {
    font-size: 30px;
    font-weight: bold;
    line-height: 54px;
}
.DaM-header-block div {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
#requestModal .col-xs-3,
.DaM-grey-back div[class*='col-md']
{
    padding: 35px 0 25px;
}
#requestModal .steps-content .DaM-iconContainer,
.DaM-grey-back div[class*='col-md'] .DaM-iconContainer
{
    width:150px;
    height:100%;
    margin:0 auto;
}
#requestModal .steps-content .DaM-iconContainer div.iconnumber,
.DaM-grey-back div[class*='col-md'] .DaM-iconContainer div.iconnumber {
    height: 0;
    width: 0;
    float: left;
}
#requestModal .steps-content .DaM-iconContainer div.iconnumber span,
.DaM-grey-back div[class*='col-md'] .DaM-iconContainer div.iconnumber span{
    background-color: #428DCC;
    color: white;
    border-radius: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 22px;
}
#requestModal .steps-content .DaM-iconContainer div,
.DaM-grey-back div[class*='col-md'] .DaM-iconContainer div {
    height: 70px;
}
#requestModal .steps-content .DaM-iconContainer hr,
.DaM-grey-back div[class*='col-md'] .DaM-iconContainer hr {
    border-top: 5px solid #CFD8DC;
    margin: 7.5% 0;
}
#requestModal .steps-content .DaM-iconContainer text,
.DaM-grey-back div[class*='col-md'] .DaM-iconContainer text {
    color: #788F9B;
    font-weight: bold;
    font-size: 16px;
}

.DaM-firstChange {
    display: block;
    font-weight: bold;
    color: #788F9B;
    font-size: 9.5px;
    line-height: 13px;
}

.DaM-image-tag {
    color:#fff;
    background-color: #2E393D;
    border-radius: 5px;
    padding: 0 5px;
    margin-top: 10px;
    display: inline-block;
}

.DaM-breadcrumb-back {
    background-color:#6F8B95;
    border-bottom: 0;
    overflow: hidden;
    height: 100px;
}
.DaM-breadcrumb-back .DaM-breadcrumb-division {
    color: #fff;
    display: table;
    padding: 0;
}
.DaM-breadcrumb-back .DaM-breadcrumb-division.disabled{
    color: #A3B6BD;
}
.DaM-breadcrumb-back .DaM-breadcrumb-division div {
    display: table-cell;
    height: 95px;
    float: none;
    vertical-align: middle;
}
.DaM-breadcrumb-back .DaM-breadcrumb-division div:first-of-type {        
    font-size: 60px;
}
.DaM-breadcrumb-back .DaM-breadcrumb-division div {        
    font-size: 16px;
    text-align: left;
}
.DaM-divider {
    padding: 47.5px; /* IE fix */
}
.DaM-divider:before { 
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 10%;
    background: #fff;
    border:1px solid #fff;
    -webkit-transform: skew(-17.5deg, 0deg);
    -moz-transform: skew(-17.5deg, 0deg);
    -ms-transform: skew(-17.5deg, 0deg);
    -o-transform: skew(-17.5deg, 0deg);
    transform: skew(-17.5deg, 0deg);
}
.DaM-divider:after {
    content: '';
    position: absolute;
    top: 0;
    right: 40%;
    height: 50.5%;
    width: 10%;
    background: #fff;
    border:1px solid #fff;
    -webkit-transform: skew(17.5deg, 0deg);
    -moz-transform: skew(17.5deg, 0deg);
    -ms-transform: skew(17.5deg, 0deg);
    -o-transform: skew(17.5deg, 0deg);
    transform: skew(17.5deg, 0deg);
}
.DaM-ColorPicker{
    height: 60px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
}
.DaM-ColorPicker-Trigger {
    display:flex;
    min-height: 60px;
    background: #FFFFFF;
    border: 2px solid #428DCC;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}
.DaM-ColorPicker-Trigger span{
    font-size:14px;
    font-weight: bold;
}
.DaM-ColorPicker-Trigger img{
    height: 35px;
    width: 35px;
}

.DaM-SpanBtn {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
}
.DaM-SpanBtn:hover,
.DaM-SpanBtn:focus {
    color: #757575;
    border-color: #757575;
    text-decoration: none;
}
.DaM-SpanBtn.selected {
    color: #FFFFFF;
    border-color: #000000;
    background: #000000;
    text-decoration: none;
}
.DaM-SpanBtn.green{
    color: #4DAF50;
    border-color: #4DAF50;
    background-color: #fff;
}
.DaM-SpanBtn.green:hover,
.DaM-SpanBtn.green:focus{
    color: #1C5F2B;
    border-color: #1C5F2B;
    background-color: #fff;
    text-decoration: none;
}
.DaM-SpanBtn.green.selected{
    color: #FFFFFF;
    border-color: #4DAF50;
    background: #4DAF50;
    text-decoration: none;
}
.DaM-SpanBtn.blue{
    color: #428DCC;
    border-color: #428DCC;
    background-color: #fff;
}
.DaM-SpanBtn.blue:hover,
.DaM-SpanBtn.blue:focus{
    color: #18499A;
    border-color: #18499A;
    background-color: #fff;
    text-decoration: none;
}
.DaM-SpanBtn.blue.selected{
    color: #FFFFFF;
    border-color: #428DCC;
    background: #428DCC;
    text-decoration: none;
}
.DaM-Others-SpanBtn {
    display: flex;
    padding: 0;
}
.DaM-Others-SpanBtn .DaM-SpanBtn {
    height: 100%;
    display: table;
    width: 100%;
}
.DaM-Others-SpanBtn .DaM-SpanBtn > span {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
}
.DaM-ImgBtn {
    border: 3px solid transparent;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
}
.DaM-ImgBtn img{
    width:100%;
}
.DaM-ImgBtn:hover,
.DaM-ImgBtn:hover.selected{
    border: 3px solid #18499A;
}
.DaM-ImgBtn.selected{
    border: 3px solid #428DCC;
}
.DaM-area_example_box {
    border: 1px solid #6F8B95;
    margin-top: 28px;
}
.DaM-area_example_box .DaM-area_example_top {
    background-color: #6F8B95;
    padding: 5px;
    color: #fff;
    font-size: 16px;
}
.DaM-area_example_box .DaM-area_example_bottom {
    padding: 5px;
}
#templateRequestFormContainer label{
    margin: 5px;
    font-size: 16px;
    white-space: nowrap;
}
#templateRequestFormContainer select{
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
}
#templateRequestFormContainer textarea{
    height: 100px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    resize: none;
}
#templateRequestFormContainer input[type=text]{
    padding: 5px;
    width: 100%;
    border-radius: 5px;
}
.templateRequestWarning {
    text-align: left;
    color: #2F2F2F;
    padding: 10px 20px;
    font-size: 12px;
}
#uselogotitle {
    text-align: left;
    font-family: open sans;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
}
#uselogocontent {
    padding: 0;
}
#uselogocontent .logo-image-outer-wrapper {
    padding: 15px;
    cursor: pointer; 
}
#uselogocontent .logo-image-outer-wrapper .logo-image-wrapper {
    padding: 0;
    background-color: #ffffff;
    position: relative;
    border: 2px solid #BDBDBD;
}
#uselogocontent .logo-image-outer-wrapper .logo-image-wrapper::before {
    content: "";
    display: block;
    padding-top: 100%;
}
#uselogocontent .logo-image-outer-wrapper .logo-image-wrapper.active {
    border: 2px solid #448dcb !important;
}
#uselogocontent .logo-image-outer-wrapper .logo-image-wrapper.active .check-icon {
    width: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}
#uselogocontent .logo-image-outer-wrapper .logo-image-wrapper .img-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#uselogocontent #seeMore {
    text-align: left;
    padding: 0;
    margin-top: 10px;
}
#uselogocontent #seeMore a {
    font-family: open sans;
    font-size: 18px;
    line-height: 21px;
    color: #737473;
    font-weight: 400;
}