﻿ hiện  */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    /* pick your color */
    color: white;
    background: darkslateblue !important;
    /*
    background: #fff;
    */
}

.container.body-content {
    width: 100%;
    max-width: 98%;
    padding-left: 10px;
}

.container.navigator {
    width: 100%;
}

html {
    width: 100%;
    position: relative;
    min-height: 100%;
}

body {
    width: 100%;
    font-family: 'Arial';
    font-size: 14px;
/*    padding-top: 15px;
*/    padding-bottom: 20px;
    padding-right: 0 !important;
}

.body-content {
    padding-left: 10px;
    padding-right: 10px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}




.w3-col {
    padding: 3px 3px 3px 3px;
}


.bounder {
    margin: 10px 0px 10px 0px;
}


.header-row {
    background-color: var(--primary);
    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;
    }

.datagroup {
    font-weight: 600;
    color: #000080;
    line-height: 1.4;
    padding: 5px 5px 5px 15px;
}

.datagroup2 {
    font-size: 14px;
    font-weight: 700;
    color: black;
    line-height: 1.4;
    padding: 5px 5px 5px 15px;
}


.cell-data {
    font-style: normal;
    font-weight: 300;
    display: inline-block;
}

.cell-blue {
    font-weight: 300;
    font-style: italic;
    color: blue;
}

.cell-red {
    font-weight: 300;
    font-style: italic;
    color: red;
}

.cell-viec {
    position: relative;
}


.cell-chidao {
    padding: 5px;
    font-style: normal;
    font-weight: 600;
    color: #783333;
    background-color: lightgray;
    /*position: absolute;
    bottom: 0;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

.cell-chidaotext {
    padding: 5px;
    font-style: normal;
    font-weight: 600;
    color: #783333;
    /*position: absolute;
    bottom: 0;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

.cell-bigblue {
    font-weight: 600;
    font-style: italic;
    color: darkblue;
}

/*
    Link font-face 
*/
a.fa {
    /*color: blue;*/
    font-size: 18px;
}

span.fa {
    font-size: 18px;
}

a.far {
    /*color: blue;*/
    font-size: 18px;
}


.wide-text {
    min-width: 400px;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.badge-primary {
    color: #000;
    font-weight: 500;
    background-color: var(--primary) !important;
    border-color: #050f27;
}

    .badge-primary:active {
        color: #000;
        font-weight: 700;
        background-color: var(--primary) !important;
        border-color: #050f27;
    }

    .badge-primary:hover {
        color: #000;
        font-weight: 700;
        background-color: var(--primary);
        border-color: #050f27;
    }
.form-control {
    font-family: Arial;
    font-size: 12px;
}


.select2 {
    min-width: 300px;
}


.wide-area-text {
    max-width: 800px;
}


fieldset {
    margin-bottom: 10px !important;
}

legend {
    display: block;
    width: auto !important;
    padding: 5px !important;
    margin-bottom: 0px !important;
    font-size: inherit !important;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0px solid #e5e5e5 !important;
}

.DMnhanvienPhong {
    float: right;
    font-style: italic;
}

.DMnhanvienEmail {
    float: right;
    font-style: italic;
}

.DMnhanvienUserName {
    color: blue;
    font-weight: bold;
}

.txtsearch {
    width: 100%;
}



button.btn-selected {
    background-color: darkslateblue;
    color: white;
}


button.btn-noneselected {
    background-color: transparent;
    color: black;
}

.text-bold {
    color: mediumblue;
    font-weight: 700;
}

button.btn-fa {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.dbdata-row:nth-child(even) {
    font-family: 'Times New Roman';
    font-size: 16px;
    background-color: white;
    color: darkblue;
}

.dbdata-row:nth-child(odd) {
    font-family: 'Times New Roman';
    font-size: 16px;
    background-color: skyblue;
    color: black;
}

.border-1 {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-collapse: collapse;
    border-width: 1px;
    border-spacing: 0px;
}

.rivcol-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.rivcol {
    display: table-cell; /* Make elements inside the container behave like table cells */
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%; /* Set full-width to expand the whole page */
}

.cc {
    text-align: center;
}


.tdTime {
    min-width: 60px;
    text-align: center;
}

@media screen and (min-width: 1001px) {
    hp_menuColumn {
        width: 50%; /* Set full-width to expand the whole page */
    }
}

@media screen and (max-width: 1000px) {
    hp_menuColumn {
        width: 100%; /* Set full-width to expand the whole page */
    }
}




.select2-selection {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}



@media screen and (max-width: 600px) {
    .wide-text {
        min-width: 240px; /* Set full-width to expand the whole page */
        width: 300px; /* Set full-width to expand the whole page */
    }
}


@media screen and (max-width: 1024px) {
    .btn.badge-primary.btn-menu {
        font-size: 12px;
        width: 250px;
    }
}


@media screen and (max-width: 600px) {
    .btn.badge-primary.btn-menu {
        width: 75%;
    }
}

@media screen and (max-width: 450px) {
    .btn.badge-primary.btn-menu {
        font-family: Arial;
        font-size: 12px;
        width: 75%;
    }
}


