

.landing-template-preview-palette {
    display: flex;
    padding-right: 6px;
    width: 750px;
    margin: 50px 0px;

}

.landing-template-preview-palette-item {
    flex-grow: 1;
    position: relative;
    cursor: pointer;
}

.landing-template-preview-palette-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px rgba(82, 92, 105, .45) solid;
    opacity: 0;
    transition: all 200ms ease;
}

.landing-template-preview-palette-item.active::before {
    opacity: 1;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 6px;
}

.landing-template-preview-palette-item:hover::before {
    opacity: 1;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 6px;
}

.landing-template-preview-palette-item span {
    display: block;
    padding-bottom: 100%;
}

.landing-template-preview-palette-item + .landing-template-preview-palette-item {
    margin-left: 15px;
}


.logo_otr {
    margin: 20px 20px 0px 20px;
    border: 1px solid #bfbfbf;
    padding: 30px;
    background-color: #f0f0f0;
}

.nav-tabs {
    border-bottom: 0px;
}

.wizard li.active:after {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -4px;
    transform: scale(0);
    transition: .2s all linear;
}

.tab-content h3 {
    color: #006da2;
    text-align: center;
    margin-bottom: 30px;
}

.holder{
    position:relative;
    width:300px;
}
.block{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
    background:rgba(255,255,255, 0.7);
    padding:5px;
    display:none;
    width: 145px;
}
.holder:hover .block{
    display:block;
}

.temp_container:hover {
    border-color: #006da2;
}

.temp_container {
    max-width: 220px;
    height: 270px;
    border: 2px solid #b9b9b9;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.template_name {
    margin: 5px;
    background: white;
    text-align: center;
    font-size: 15px;
    color: #000000;
    height: 30px;
    line-height: 30px;
}

.template_descr {
    width: 100%;
    position: absolute;
    background: white;
    padding: 2px;
    line-height: 13px;
    -webkit-transition: height 0.3s linear;
    transition: height 0.2s linear;
}

.template_text a {
    display: block;
    text-align: right;
    font-size: 10px;
    padding: 15px 10px 10px 0px;
    font-weight: 700;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


div.temp_container.active {
    border-color: #006da2;
}

#step3 {
    text-align: center;
}

.form-control  {
    margin: 20px 0px;
    width: 300px;
    display: unset;
}

.diamond {
    width: 40px;
    height: 40px;
    background: #d9d9d9;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0px auto;
    position: relative;
    top: -20px;
}

.diamond div{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    line-height: 40px;
    color: white;
}

.diamond-line {
    height: 2px;
    background: #e0e0e0;
    margin: 50px 0px;
    width: 100%;
}

.btn-site  {
    background-color: #337ab7;
    font-size: 12px;
    border-color: #2e6da4;
    padding: 9.5px 19px;
    margin-left: 10px;
}

.btn-site:hover  {
    background-color: #235f91;
    border-color: #235f91;
}

.btn,.btn:hover{
    color: white !important;
    outline:none !important;
}

.page_view,.btn-select {
    background-color: #EB5E28;
    font-size: 12px;
    border-color: #EB5E28;
    padding: 9.5px 20px;
    margin-left: 20px;
}
.page_view:hover, .btn-select:hover {
    background-color: #e8480b;
    border-color: #e8480b;
}

.complete-ref {
    margin: 30px;
    text-align: center;
}

.select_drop ul {
    font-size: 14px;
    border: 1px solid #006da2;
    border-radius: 3px;
    border-top: none;
    text-align: left;
    background: #fff;
    list-style-type: none;
    padding: 8px;
    margin: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
}

.select_drop ul li {
    padding: 5px;
}

.select_drop ul li:hover {
    background: #f5f5f5;
    outline: none;
}

.select_drop ul li:first-child {
    display: none;
}

.select_drop_hidden {
    display: none;
}

.select_drop_visible {
    height: auto;
}

.select_drop a {
    color: #777;
}

.select_sites {
    width: 310px;
    margin: auto;
    float: left;
}
.select_sites a:focus, a:hover {
    text-decoration: none;
    outline:none;
}

.select_sites > a {
    color: #777;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    display: block;
    border: 1px solid #006da2;
    border-radius: 3px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

.select_sites > a > div {
    position: absolute;
    height: 100%;
    width: 35px;
    right: 0px;
    top: 0px;
    background: #006da2;
}

.select_sites > a > div > div {
    width: 100%;
    height: 100%;
    position: absolute;
}

.select_choice > div > div {
    background: url(img/select2.png) right no-repeat;
    right: 2px;
}

.select_choice_active > div > div {
    background: url(img/select2.png) left no-repeat;
    left: 3px;
}

.select_sites_container, .new_site {
    display: inline-block;
}

.new_sites_container {
    margin-top: 20px;
}

.new_site input {
    color: #777;
    padding: 8px;
    font-size: 14px;
    display: block;
    border: 1px solid #006da2;
    border-radius: 3px;
    width: 310px;
    float: left;
}

.wizard .tab-pane {
    animation-name: progress;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: initial;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;

}

@-webkit-keyframes progress {
    from {opacity:0}
    to {opacity:1}
}
@keyframes progress {
    from {opacity:0}
    to {opacity:1}
}

.landing-template-preview-palette-item
  {
    padding-bottom: 20px;
} 
