﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Column
--------------------------------------------------*/
div.row {
    display: flex;
}

div.labelColumn, div.valueColumn {
    padding: 2px;
}

div.labelColumn {
    flex: 20%;
}

div.valueColumn {
    flex: 80%;
}

.column {
    flex: 10%;
}

div.counter {
    float: right;
    display: block;
    /*border-top: 4px solid #a7a59b;*/
    /*background-color: #f6e9d9;*/
    height: 22px;
    line-height: 22px;
    padding: 4px 6px;
    font-size: 11px;
    color: #000;
    margin-bottom: 13px;
    clear: both;
}
/* Spinner
--------------------------------------------------*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 20px 20px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #3b7c7c;
            margin: -2px 0 0 -2px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 31.5px;
                left: 31.5px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 34px;
                left: 28px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 35.5px;
                left: 24px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 36px;
                left: 20px
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 35.5px;
                left: 16px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 34px;
                left: 12px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 31.5px;
                left: 8.5px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 28px;
                left: 6px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Images Style
--------------------------------------------------*/
.image-area {
    position: relative;
    width: 50%;
    background: #333;
}

    .image-area img {
        max-width: 100%;
        height: auto;
    }

.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .remove-image:hover {
        background: #E54E4E;
        padding: 3px 7px 5px;
        top: -11px;
        right: -11px;
    }

    .remove-image:active {
        background: #E54E4E;
        top: -10px;
        right: -11px;
    }

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    [type=radio] + img {
        cursor: pointer;
    }

    /* CHECKED STYLES */
    [type=radio]:checked + img {
        outline: 2px solid #f00;
    }

/* drag and drop*/
#fileAddressArray {
    padding-left:0;
}

li.draggable {
    border: 1px solid #ccc;
    background-color: #d3d3d3;
    margin: 5px 5px 5px 0;
    display: inline-block;
    width: 100px;
    /* text-align: center;*/
}

.dragSource {
    opacity: .4;
}

.dragover {
    border-style: dashed;
}

.trash, .maketransparent {
    border: 2px dashed #fe1414;
    background-color: pink;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 5px;
    color: #fe1414;
}
.testInput:focus {
    height: 300px;
    width:570px;
}

/*counter*/
.flex-column {
    display: flex;
    flex-direction: column;
}

.textarea-symbols-counter {
    color: #919399; /*$gray: #919399;*/
    font-size: 10px;
    margin-left: auto;
    margin-top: -15px;
    margin-right: 5px;
}