﻿.order__link h2 {
    font-size:1.5rem;
    padding-bottom:30px;
}
.order_link__submit {
    margin-top: 20px;
    text-align: center;
    float: right;
    width: 180px;
    padding: 10px;
}
.btn-danger.disabled {
    background-color:#666;
}
.btn-order-link {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80;
}
.btn-order-link:hover {
    background-color: #002a80;
}
.modal {
    width: 800px;
}
.modal .btn {
   width:auto; 
}
.modal h3 {
    font-size: 1.4rem;
    padding: 7px 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.link_to_article {
    padding: 7px;
    background-color: #d8d8d8
}

.link_to_article input {
    background-color: #e9573e;
    border-color: #d8d8d8;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    width: 97%;
    height: 30px;
    margin-bottom: 0;
}

.preview-image {
    position: relative;
    width: 220px;
    height: 171px;
    background: url(http://static.shopotam.ru/themes/metro/images/page/shop-page/link-order-bg.png) 50% 0 no-repeat;
}

.preview-image-url {
    position: absolute;
    top: 19px;
    left: 61px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
}

.link_to_article input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.link_to_article input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.link_to_article input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.link_to_article input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.screenshot {
    height: 150px;
    width: 100%;
    overflow: hidden;
    /* border: 4px solid #d8d8d8; */
}

.screenshot, #wsscreen_img {
    width: 100%;
}

.wsscreen_img {
    width: 120%;
}

.modal-header {
    display: block;
}

.modal .row {
    background-color: #fff;
    margin-top: 20px;
}

.modal .col {
    border: solid 1px #6c757d;
    padding: 10px;
}