﻿/* 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;
}

/* 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;*/
  background-color: white;
}
.footer {

  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
/*.container-fluid {
    padding: 0;
}*/
body main {
    /*height: 100%;*/
    width: 100%;
    background-color: white;
}

h1 {
    font-size: 3rem;
}
nav.navbar {
    height: 100px;
}
.home__description {
    background: url("/imgs/start3.jpg");
    background-size: cover;
    background-position-x: right;
    height: 32em;
    width: auto;
}

.home__description--text {
    color: white;
    margin-top: auto;
    margin-bottom: 5vh;
    margin-right: 5vh;
}

/*
.login > * {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
}*/
.login > * {
    margin: auto;
}
.login form input{
    border: none;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);

}
    .login form input::-webkit-input-placeholder {
        color: rgba(0,0,0,0.3);
    }


.candidate-list, .candidate-create,
.candidate-edit, .candidate-details,
.comment-create, .comment-list,
.application-user-list, .application-user-edit,
.application-user-details, .application-user-change-password,
.contactlog-list, .contactlog-create,
.contactlog-edit, .contactlog-details,
.nextPlannedContact-Details, nextPlannedContact-complete,
.process, .programme-create, .programme-remove,
.programme-list, .programme-edit,
.booking-list, booking-create, booking-edit, booking-delete {
    padding: 10px;
}


.app-body .booking-create .selected.active .dropdown-item.active, 
.app-body .booking-edit .selected.active .dropdown-item.active, 
.dropdown-item:active {
    background-color: #363c4c !important;
}


.candidate-list__datepicker-input {
    width: 100%;
    max-width: 300px;
}
@media (max-width: 991px) {
    .home__description--text {
        padding: 8px;
    }
    .row {
        margin: 0;
    }
    /*bootstrap overrides*/

    .container-fluid {
        padding: 0;
    }
    .app-body {
        margin-top: 0;
    }
}

.bg-primary {
    background-color: #6e7996 !important;
}
.nav-link.active,
.show > .nav-link {
    color: #fff !important;
    background-color: #6e7996 !important;
}
.nav-pills .nav-link {
    font-size: 15px;
}
    .nav-pills .nav-link::after hover {
        color: #6e7996;
    }
    .sidebar {
        z-index: 1;
    }
nav.sidebar-nav.ps {
    background: #414756;
}
.sidebar .nav-link.nav-link-primary {
    background: #6e7996;
}


    .sidebar .nav-link.nav-link-primary:hover {
        background: #A5ABBD;
    }
    .sidebar .nav-link.nav-link-primary.active {
        background: #414756;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f1f2f3;
    opacity: 1;
}
.btn-primary {
    background: #6e7996 !important;
    border-color: #6e7996 !important;
}
    .btn-primary:hover {
        background: #3B4761 !important;
        border-color: #3B4761 !important;
    }
.btn-secondary {
    background: #414756 !important;
    border-color: #414756 !important;
    color: #fff !important;
}

    .btn-secondary:hover {
        background: #132138 !important;
        border-color: #132138 !important;
        color: #fff !important;
    }
.btn-danger {
    background: #AA6672 !important;
    border-color: #AA6672 !important;
    color: #fff !important;
}

    .btn-danger:hover {
        background: #633F45 !important;
        border-color: #633F45 !important;
        color: #fff !important;
    }

.btn-warning {
    background: #D7A31A !important;
    border-color: #D7A31A !important;
    color: #fff !important;
}

    .btn-warning:hover {
        background: #7F5700 !important;
        border-color: #7F5700 !important;
        color: #fff !important;
    }
.btn-success {
    background: #468666 !important;
    border-color: #468666 !important;
    color: #fff !important;
}

    .btn-success:hover {
        background: #007671 !important;
        border-color: #007671 !important;
        color: #fff !important;
    }

.sidebar .nav-dropdown-toggle::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.sidebar .nav-link.nav-link-secondary {
    background: #333;
}
    .sidebar .nav-link.nav-link-secondary:hover {
        background: #444;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6e7996;
    border-color: #6e7996;
}
.min-vh-20{
    min-height: 20vh;
}

.min-vh-10 {
    min-height: 10vh;
}


/*Multiselect*/
.selectMultiple {
    width: 240px;
    position: relative;
}

    .selectMultiple select {
        display: none;
    }

    .selectMultiple > div {
        position: relative;
        z-index: 2;
        padding: 8px 12px 2px 12px;
        border-radius: 8px;
        background: #fff;
        font-size: 14px;
        min-height: 30px;
        box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);
        transition: box-shadow .3s ease;
    }

        .selectMultiple > div:hover {
            box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
        }

        .selectMultiple > div .arrow {
            right: 1px;
            top: 0;
            bottom: 0;
            cursor: pointer;
            width: 28px;
            position: absolute;
        }

            .selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
                content: '';
                position: absolute;
                display: block;
                width: 2px;
                height: 8px;
                border-bottom: 8px solid #99A3BA;
                top: 43%;
                transition: all .3s ease;
            }

            .selectMultiple > div .arrow:before {
                right: 12px;
                -webkit-transform: rotate(-130deg);
                transform: rotate(-130deg);
            }

            .selectMultiple > div .arrow:after {
                left: 9px;
                -webkit-transform: rotate(130deg);
                transform: rotate(130deg);
            }

        .selectMultiple > div span {
            color: #99A3BA;
            display: block;
            position: absolute;
            left: 12px;
            cursor: pointer;
            top: 8px;
            line-height: 28px;
            transition: all .3s ease;
        }

            .selectMultiple > div span.hide {
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translate(-4px, 0);
                transform: translate(-4px, 0);
            }

        .selectMultiple > div a {
            position: relative;
            padding: 0 24px 6px 8px;
            line-height: 28px;
            color: #1E2330;
            display: inline-block;
            vertical-align: top;
            margin: 0 6px 0 0;
        }

            .selectMultiple > div a em {
                font-style: normal;
                display: block;
                white-space: nowrap;
            }

            .selectMultiple > div a:before {
                content: '';
                left: 0;
                top: 0;
                bottom: 6px;
                width: 100%;
                position: absolute;
                display: block;
                background: rgba(228, 236, 250, 0.7);
                z-index: -1;
                border-radius: 4px;
            }

            .selectMultiple > div a i {
                cursor: pointer;
                position: absolute;
                top: 0;
                right: 0;
                width: 24px;
                height: 28px;
                display: block;
            }

                .selectMultiple > div a i:before, .selectMultiple > div a i:after {
                    content: '';
                    display: block;
                    width: 2px;
                    height: 10px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    background: #f86c6b;
                    border-radius: 1px;
                }

                .selectMultiple > div a i:before {
                    -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg);
                }

                .selectMultiple > div a i:after {
                    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg);
                }

            .selectMultiple > div a.notShown {
                opacity: 0;
                transition: opacity .3s ease;
            }

                .selectMultiple > div a.notShown:before {
                    width: 28px;
                    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
                }

                .selectMultiple > div a.notShown i {
                    opacity: 0;
                    transition: all .3s ease .3s;
                }

                .selectMultiple > div a.notShown em {
                    opacity: 0;
                    -webkit-transform: translate(-6px, 0);
                    transform: translate(-6px, 0);
                    transition: all .4s ease .3s;
                }

                .selectMultiple > div a.notShown.shown {
                    opacity: 1;
                }

                    .selectMultiple > div a.notShown.shown:before {
                        width: 100%;
                    }

                    .selectMultiple > div a.notShown.shown i {
                        opacity: 1;
                    }

                    .selectMultiple > div a.notShown.shown em {
                        opacity: 1;
                        -webkit-transform: translate(0, 0);
                        transform: translate(0, 0);
                    }

            .selectMultiple > div a.remove:before {
                width: 28px;
                transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
            }

            .selectMultiple > div a.remove i {
                opacity: 0;
                transition: all .3s ease 0s;
            }

            .selectMultiple > div a.remove em {
                opacity: 0;
                -webkit-transform: translate(-12px, 0);
                transform: translate(-12px, 0);
                transition: all .4s ease 0s;
            }

            .selectMultiple > div a.remove.disappear {
                opacity: 0;
                transition: opacity .5s ease 0s;
            }

    .selectMultiple > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        border-radius: 8px;
        -webkit-transform: translate(0, 20px) scale(0.8);
        transform: translate(0, 20px) scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
        filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
        transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
        transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
        transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
    }

        .selectMultiple > ul li {
            color: #1E2330;
            background: #fff;
            padding: 12px 16px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
            transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
            transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
        }

            .selectMultiple > ul li:first-child {
                border-radius: 8px 8px 0 0;
            }

                .selectMultiple > ul li:first-child:last-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li:last-child {
                border-radius: 0 0 8px 8px;
            }

                .selectMultiple > ul li:last-child:first-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li:hover {
                background: #6e7996;
                color: #fff;
            }

            .selectMultiple > ul li:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 6px;
                height: 6px;
                background: rgba(0, 0, 0, 0.4);
                opacity: 0;
                border-radius: 100%;
                -webkit-transform: scale(1, 1) translate(-50%, -50%);
                transform: scale(1, 1) translate(-50%, -50%);
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

            .selectMultiple > ul li.beforeRemove {
                border-radius: 0 0 8px 8px;
            }

                .selectMultiple > ul li.beforeRemove:first-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li.afterRemove {
                border-radius: 8px 8px 0 0;
            }

                .selectMultiple > ul li.afterRemove:last-child {
                    border-radius: 8px;
                }

            .selectMultiple > ul li.remove {
                -webkit-transform: scale(0);
                transform: scale(0);
                opacity: 0;
            }

                .selectMultiple > ul li.remove:after {
                    -webkit-animation: ripple .4s ease-out;
                    animation: ripple .4s ease-out;
                }

            .selectMultiple > ul li.notShown {
                display: none;
                -webkit-transform: scale(0);
                transform: scale(0);
                opacity: 0;
                transition: opacity .4s ease, -webkit-transform .35s ease;
                transition: transform .35s ease, opacity .4s ease;
                transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
            }

                .selectMultiple > ul li.notShown.show {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

    .selectMultiple.open > div {
        box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
    }

        .selectMultiple.open > div .arrow:before {
            -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
        }

        .selectMultiple.open > div .arrow:after {
            -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
        }

    .selectMultiple.open > ul {
        -webkit-transform: translate(0, 12px) scale(1);
        transform: translate(0, 2px) scale(1);
        opacity: 1;
        visibility: visible;
        -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
        filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(30, 30);
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50, 50);
        transform: scale(50, 50);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(30, 30);
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50, 50);
        transform: scale(50, 50);
    }
}

/*Css arrow*/

.arrow_box {
    position: relative;
    background: #6e7996;
    border-top: 2px solid #6e7996;
    border-bottom: 2px solid #6e7996;
    display: flex;
    align-items: center;
    height: 46px;
    padding: 2px;

}
    .arrow_box.not-selected {
        background: #9893b1;
        border-top: 2px solid #9893b1;
        border-bottom: 2px solid #9893b1;
    }
    .arrow_box.big-arrow_box{
        transform: scaleY(1.3)
    }
    .arrow_box p, .arrow_box h6 {
        margin: 0.5rem;
        line-height: 1;
    }

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(0, 0, 0, 0);
        border-left-color: #6e7996;
        border-width: 30px;
        margin-top: -30px;
    }
    .arrow_box.not-selected:after {
        border-left-color: #9893b1;
    }

    .arrow_box:before {
        border-color: rgba(0, 0, 0, 0);
        border-left-color: #6e7996;
        border-width: 30px;
        /*border-left-width: 1px;*/
        margin-top: -30px;
    }
    .arrow_box.not-selected:before {
        border-left-color: #9893b1;
    }
/*
nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-dark.bg-primary {
    border-bottom: 1px #9F9BB8 solid;
}*/
.border-custom-design {
    border-bottom: 1px #A5ABBD solid;
}
.card.bg-primary {
    border-color: #6E7996;
}

.icon-arrow-down {
    font-weight: 700!important;
}

.btn-container {
    display: flex;
    float: right;
}
.btn-container .btn {
    margin-right:5px;
}
.btn-spacing {
    margin-right: 5px;
}

.capitalize {
    text-transform: capitalize;
}

select.capitalize > option:nth-child(1) {
    text-transform: none;
}

.validation-summary-valid {
    display: none !important;
}

.validation-summary-valid span {
        display: none !important;
    }

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}