﻿/* 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. */


the-body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

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 */
}


.siteheader {
    font-family: 'Arial Unicode MS';
    color: white;
    font-size: 20pt;
    padding-top: 20px;
}

.siteheaderlink {
    font-family: 'Arial Unicode MS';
    color: white;
    padding-top: 10px;
    align-content: flex-end;
}

.vertical-center {
    top: 50px;
}

.text-white {
    color: white;
    font-family: 'Arial Unicode MS';
}

.text-red {
    color: red;
    font-family: 'Arial Unicode MS';
    font-weight: 700;
    font-size: 16pt;
    text-align: center;
}

.labelTimer {
    font-family: 'Arial Unicode MS';
    font-weight: 700;
    font-size: 16pt;
    text-align: center;
}


.sm-labelTimer {
    font-family: 'Arial Unicode MS';
    font-weight: 400;
    font-size: 13pt;
    text-align: center;
}

.headTimer {
    font-family: 'Arial Unicode MS';
    font-weight: 700;
    font-size: 14pt;
    text-align: center;
    /*padding-bottom: 20px;*/
    /*border-style: solid;*/
}

.dataTimer {
    /*border-style: solid;*/
}

.regTimer {
    /*border-style: solid;*/
}


.wide-area-text {
    max-width: 800px;
}


fieldset {
    margin-bottom: 10px !important;
}



a.fa {
    color: blue;
    font-size: 18px;
}

span.fa {
    font-size: 18px;
}


.header-row {
    background-color: navy;
    color: beige;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.data-row {
    line-height: 1.4;
    /*padding: 2px 2px 2px 2px;*/
}

    .data-row:nth-child(even) {
        background: white;
    }

    .data-row:nth-child(odd) {
        background: azure;
    }

    .data-row:hover {
        background: beige;
    }

.w3-col {
    padding: 3px 3px 3px 3px;
}


.bounder {
    margin: 10px 0px 10px 0px;
}


.btn-primary {
    min-width: 180px;
}


.btn-danger {
    min-width: 180px;
}


.wide-text {
    /*min-width: 378px;*/
    width:95%;
}


.buttonPanel {
    margin-top: 10px;
    margin-bottom: 10px;
}


.rc {
    text-align: right;
}


.cc {
    text-align: center;
}


.form-control {
    font-size: 14px;
    padding-top: 0px;
    font-family: 'Arial' !important;
    height: 25px;
}



.riv-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.title-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    height: 100px;
    width: 100%;
}

.info-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.info-nocenter {
    display: flex;
    justify-content: center;
    height: 100px;
}

.text-login {
    font-size:14px;
}



@media screen and (max-width:900px) {
    .siteheader {
        font-size: 18pt;
    }

    .labelTimer {
        font-size: 13pt;
    }

    .text-red {
        font-size: 14pt;
        text-align: center;
    }


    .sm-labelTimer {
        font-size: 12pt;
    }

    .headTimer {
        font-size: 12pt;
    }

    .bigtext {
        font-size: 18px;
        padding-top: 8px;
    }

    .btn-primary {
        min-width: 100px;
    }
    .btn-danger {
        min-width: 100px;
    }
}


@media screen and (max-width:720px) {

    .siteheader {
        font-size: 14pt;
    }
    .labelTimer {
        font-size: 12pt;
    }

    .text-red {
        font-size: 12pt;
        text-align: center;
    }

    .sm-labelTimer {
        font-size: 10pt;
    }

    .headTimer {
        font-size: 12pt;
    }

    .riv-center {
        height: 120px;
    }
    .riv-center {
        height: 120px;
    }

    .bigtext {
        font-size: 16px;
        padding-top: 5px;
    }

    ul {
        padding-left: 0;
    }

    body {
        font-size:14px;
    }
    .wide-text {
        width: 100%;
    }

}



@media screen and (max-width:600px) {
    .wide-text {
        min-width: 250px;
    }


}



@media screen and (max-width:480px) {

    .siteheader {
        font-size: 12pt;
    }
    .labelTimer {
        font-size: 12pt;
    }


    .sm-labelTimer {
        font-size: 10pt;
    }

    .headTimer {
        font-size: 12pt;
    }

    .riv-center {
        height: 120px;
    }
    .bigtext {
        font-size: 12px;
        padding-top: 3px;
    }
    body {
        font-size: 12px;
    }
    .text-login {
        font-size: 12px;
    }


}



@media screen and (max-width:360px) {

    .siteheader {
        font-size: 8pt;
    }
    .labelTimer {
        font-size: 10pt;
    }


    .sm-labelTimer {
        font-size: 10pt;
    }

    .headTimer {
        font-size: 10pt;
    }
}

.hidden {
    display:none;
}

.btn-container {
    display: flex;
    float:right;
    width: 100%;
    max-width:100px;
    padding-right:10px;
    align-content:center;
    text-align: center;
    justify-content: space-between;
}

.btn-wide-container {
    display: flex;
    float: right;
    width: 95%;
    padding-right: 10px;
    align-content: center;
    text-align: center;
    justify-content: space-between;
}
.fa.fa-plus-circle {
    color:white;

}


.BUTTON_SWV {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: Times New Roman;
    width: 100%;
    min-width: 100px;
    min-height: 40px;
    background-color: #3D94F6;
    text-shadow: 4px 5px 15px #000000;
    border: solid beige 1px;
    text-decoration: wavy;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.BUTTON_SWV:hover {
    color:beige;
    border: solid #9cf77b 1px;
    background: #9cf77b;
    background-image: -webkit-linear-gradient(top, #9cf77b, #3D94F6);
    background-image: -moz-linear-gradient(top, #9cf77b, #3D94F6);
    background-image: -o-linear-gradient(top, #9cf77b, #3D94F6);
    background-image: -webkit-gradient(to bottom, #9cf77b, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: auto;
}


.citylogo {
    width:80px;
    height:80px;
}


@media screen and (max-width: 600px) {
    .mainPhoto {
        content: url("/images/vertical_danang_view_2810.jpg");
    }
}

@media screen and (min-width: 600px) {
    .mainPhoto {
        content: url("/images/danang_view_2810.png");
    }
}



.TieuDeTuLuan {
    font-weight:700;
}

.NoiDungTuLuan {
    font-weight: 400;
}


.bold {
    font-weight: bold;
}


/* =====================================================================
   Hộp thoại xác nhận Xóa (Delete confirmation)
   Dùng chung cho mọi trang /.../Delete để giao diện nhất quán.
   ===================================================================== */
.delete-card {
    max-width: 620px;
    margin: 24px auto;
    background: #fff;
    border: 1px solid #f0d0d0;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.delete-card-header {
    background: #fdecea;
    color: #b02a37;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 20px;
    border-bottom: 1px solid #f5c6cb;
}

    .delete-card-header .fa,
    .delete-card-header i {
        margin-right: 8px;
    }

.delete-card-body {
    padding: 18px 20px 20px 20px;
}

.delete-warning {
    color: #6c757d;
    margin-bottom: 16px;
}

.delete-fields {
    margin: 0 0 18px 0;
}

    .delete-fields dt {
        float: left;
        clear: left;
        width: 170px;
        font-weight: 600;
        color: #333;
        padding: 6px 0;
    }

    .delete-fields dd {
        margin-left: 185px;
        padding: 6px 0;
        color: #111;
        word-break: break-word;
    }

.delete-card .buttonPanel {
    border-top: 1px solid #eee;
    padding-top: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .delete-card .buttonPanel .btn {
        min-width: 130px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 600px) {
    .delete-fields dt {
        float: none;
        width: auto;
    }

    .delete-fields dd {
        margin-left: 0;
        margin-bottom: 6px;
    }

    .delete-card .buttonPanel .btn {
        width: 100%;
    }
}
