/*#open__pomlka {*/
/*cursor: pointer;*/
/*position: fixed;*/
/*left: -1px;*/
/*bottom: 0;*/
/*z-index: 1998;*/
/*}*/
#pomlka {
    height: 388px;
    width: 300px;
    position: fixed;
    right: 1px;
    bottom: 0;
    z-index: 2003;
}

#pomlka .heads {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background: rgba(50, 188, 173, 1);
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
}

#pomlka .heads .title {
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: white;
    overflow: hidden;
    font-size: 14px;
    margin-left: -25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pomlka .body {
    font-weight: 400;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pomlka .body {
    bottom: 0;
    top: 40px;
    border: 4px solid rgba(50, 188, 173, 1);
    border-top-width: 0px;
    background: #ffffff;
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    padding: 8px;
    left: 0;
    right: 0;
}

#pomlka .form-control, output {
    font-size: 12px;
}

#pomlka .form-control {
    height: 26px;
}

#pomlka textarea.form-control {
    height: auto !important;
}

#pomlka .form-group {
    margin-bottom: 6px;
}

#pomlka .body label {
    color: grey;
}

#for_files {
    display: block;
}

#pomlka .row {
    margin: 0;
    cursor: default;
    display: flex;
}

#pomlka .body .files {
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    padding: 0;
}

#pomlka .col-xs-8 {
    width: 30.333333%;
}

#pomlka .files:first-of-type {
    margin-left: 1px;
    margin-right: 11px;
}

#pomlka .files:last-of-type {
    margin-left: 11px;
}

#pomlka .in_div {
    text-align: center;
    border: 1px dashed grey;
    border-radius: 10px;
    height: 100%;
    background-color: white;
    cursor: pointer !important;
}

#pomlka .in_div img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.in_div > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: grey;
}

.in_div .prev {
    width: 100%;
    height: 100%;
}

.in_div:before { /* ��� IE8+ */
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

#close_pomlka {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 4px;
    top: 7px;
    text-align: center;
    color: white;
    cursor: pointer;
}

#close_pomlka span {
    FONT-SIZE: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 1px;
}

#pomlka .close_img {
    background-color: white;
    text-align: center;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -2px;
    right: -2px;
    border-radius: 8px;
    font-size: 19px;
    z-index: 200;
}

#pomlka .close_img span {
    top: -7px;
    position: relative;
}

#pomilka_modal .modal-dialog {
    width: 100%;
}

#loader_captcha {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#loader_captcha > img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#loader_captcha > div {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: grey;
    opacity: 0.5;
}

#pomlka #subb_error, #pomlka #cancel_error {
    background-color: rgba(50, 188, 173, 1);
    border-color: rgba(50, 188, 173, 1);
    width: 88%;
    height: 45px;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    color: #fff;
}

#pomlka #subb_error:hover, #pomlka #cancel_error:hover {
    background-color: rgba(36, 162, 163, 1);
}


#pomlka .modal-dialog .close {
    display: none;
}

#pomilkaModal.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#pomilkaModal.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#pomilkaModal.modal-open.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#pomilkaModal.fade.in {
    opacity: 1;
}

#pomilkaModal.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

#pomilkaModal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#pomilkaModal .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

@media (min-width: 768px) {
#pomilkaModal .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
#pomilkaModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
}
#pomilkaModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

#pomilkaModal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#pomilkaModal .modal-body {
    position: relative;
    padding: 15px;
}

#pomilkaModal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

#pomilkaModal .modal-header:before, #pomlka .modal-header:after, #pomlka .modal-footer:before, #pomlka .modal-footer:after {
    content: " ";
    display: table;
}

#pomilkaModal .modal-footer .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    color: inherit;
    font: inherit;
    margin: 0;
}

#pomilkaModal .modal-header button.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    overflow: visible;
    color: inherit;
    font: inherit;
    margin: 0;
    display: inline-block;
    margin-top: -2px;
}
