﻿/* 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 */
/*}*/

.InputError {
    border: 1px solid red;
}

.InputSuccess {
    border: 1px solid green;
}

.mandatory {
    color: red !important;
}

.list-group-horizontal {
    border-right: none;
}

    .list-group-horizontal .list-group-item {
        display: inline-block;
    }

    .list-group-horizontal .list-group-item {
        margin-bottom: 0;
        margin-left: -4px;
        margin-right: 0;
        text-align: center;
        width: 25%;
        cursor: pointer;
    }

        .list-group-horizontal .list-group-item > .activee {
            margin-bottom: 0;
            margin-left: -4px;
            margin-right: 0;
            text-align: center;
            width: 25%;
        }
/*.list-group-horizontal .list-group-item {
            border-top-right-radius:0;
            border-bottom-left-radius:0px;
        }
        .list-group-horizontal .list-group-item:last-child {
            border-top-right-radius:0px;
            border-bottom-left-radius:0;
        }*/
.tail:after, .tail:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 999;
}
/*create tail of item*/
.tail:after {
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    z-index: 999;
}

.tail:before {
    border-left-color: #ccc;
    border-width: 11px;
    margin-top: -11px;
    z-index: 999;
}
/*remove details of last item*/
.list-group-item:last-child:after {
    border-left-color: #fff;
    border-width: 0px;
    margin-top: 0px;
    z-index: 1;
}

.list-group-item:last-child:before {
    border-left-color: #ccc;
    border-width: 0px;
    margin-top: 0px;
    z-index: 1;
}
/*to make item active*/
.list-group-item.cactive,
/*.list-group-item.cactive:hover,*/
.list-group-item.cactive:focus {
    z-index: 2;
    color: #fff;
    /*background-color: #89CE52;
            border-color: #89CE52;*/
    background-color: #21D87A;
    border-color: #21D87A;
}
/*create tail of item*/
.tail2:after, .tail2:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
/*create tail of item*/
.tail2:after {
    border-left-color: #21D87A;
    /*border-left-color:#89CE52*/
    border-width: 10px;
    margin-top: -10px;
    z-index: 1;
}

.tail2:before {
    border-left-color: #ccc;
    border-width: 11px;
    margin-top: -11px;
    z-index: 1;
}

.i-pd-l {
    margin-left: 5px;
}

.i-pd-r {
    margin-right: 5px;
}
.text-upper {
    text-transform:uppercase;
}
.text-lower {
    text-transform:lowercase;
}
.text-title {
    text-transform:capitalize;
}
.form-wrapper-outer {
    padding: 40px;
    border-radius: 8px;
    margin: auto;
    width: 460px;
    border: 1px solid #DADCE0;
    margin-top: 7%;
}

    .form-wrapper-outer .form-logo {
        margin: 0px auto 15px;
        width: 100px;
    }

        .form-wrapper-outer .form-logo img {
            width: 100%;
        }

.form-greeting {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}

.form-button {
    text-align: right;
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px;
}

    .field-wrapper input {
        border: 1px solid #DADCE0;
        padding: 15px;
        border-radius: 4px;
        width: 100%;
    }

    .field-wrapper .field-placeholder {
        font-size: 16px;
        position: absolute;
        /* background: #fff; */
        bottom: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #80868b;
        left: 8px;
        padding: 0 8px;
        -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        z-index: 1;
        text-align: left;
        width: 100%;
    }

        .field-wrapper .field-placeholder span {
            background: #ffffff;
            padding: 0px 8px;
        }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #1A73E8;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(.75) translateY(-39px) translateX(-60px);
        transform: scale(.75) translateY(-39px) translateX(-60px);
    }
.btn-center {
    margin-top:27px;
}
.btn-center-sm {
    margin-top: 29px;
}