﻿/* 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;
    padding: 0.5rem 1rem;
    border-radius: 28px !important;
    font-size: 0.9rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    /*background-color: #1b6ec2;*/
    border-color: #1861ac;
}
.radio-center {
    display: flex;
    flex-direction:row-reverse;
    justify-content: center;
    align-items: center;
    gap:0.5rem;
}
.radio-center label{
    margin:0;
}
.persontype-section {
    background-color: #f5f5f5;
    padding-top:1rem;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.type-section {
    background-color: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom:0.5rem;
}
/* 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;
}

.sm-col-12 {
    width: 100vw;
}

.mt-min {
    margin-top: -0.3rem;
}

.container-col {
    display: flex;
    width: 100%;
    padding-top: 3rem;
}

@media (max-width:767px) {
    .container-col {
        flex-direction: column;
    }
}

.table {
    background-color: #fff;
}

    .table thead tr th {
        font-size: 0.9rem;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        width: 15rem;
    }

    .table tbody tr:hover {
        background-color: #F2F8FE;
    }

    .table img {
        max-width: 125px;
        min-width: 100px;
    }

/* Calendar */
.ui-widget.ui-widget-content {
    border: 1px solid #f3f3f3 !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #f3f3f3 !important;
}

.ui-widget-header {
    background-color: #fff !important;
    border: none !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 43% !important;
    padding: 4px !important;
    border: none;
}

.ui-datepicker .ui-datepicker-next {
    right: 7px !important;
    border-radius: 100%;
    cursor: pointer;
    background-color: #cfe2f6;
    border: none !important;
    transition: .1s ease-in-out;
}

.ui-datepicker .ui-datepicker-prev {
    left: 7px !important;
    border-radius: 100%;
    cursor: pointer;
    background-color: #cfe2f6;
    border: none !important;
    transition: .1s ease-in-out;
}

    .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev :hover {
        transform: scale(1.05);
        transition: .1s ease-in-out;
        border: none !important;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 76px;
    border: none !important;
    background-color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #0366d6 !important;
    color:#fff!important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background-color: #d1e6fb !important;
    color:#000!important;
}

.ui-datepicker td {
    padding: 6px !important;
}

.ui-datepicker {
    border-radius: 12px !important;
    box-shadow: 4px 4px 10px 1px #00000021;
}

.ui-datepicker-title select {
    cursor: pointer;
    border-radius:12px;
}

    .ui-datepicker-title select:hover {
        background-color: #cfe2f6;
    }
.ui-widget {
   /* font-family: Arial, Helvetica, sans-serif;*/
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif!important;
    font-size: 1em;
}

#ContainerPoliteEmise .col-sm-12 {
    padding:0.3rem;
}
