﻿/* here you can put your own css to customize and override the theme */
body {
    font-family: 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI',sans-serif;
    font-weight: 300 !important;
}

.field-validation-error {
    color: #B94A48;
}

.input-validation-error {
    border-color: #B94A48 !important;
}

textarea {
    resize: none;
}

.image-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

    .image-list li {
        display: inline-block;
    }

.image-plus-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAD1BMVEX///8AAAAAAAAAAAAAAABRO2rwAAAABHRSTlMAZICgERg+xQAAAEFJREFUSMdjYKADYDTGAwSACphd8ACDUQW0UqAEBHgVgGJvVMEAK3BCz08qI1PBaHoYdAoIFiCjJS0tFRCsWGkOAE01eWJMcYCAAAAAAElFTkSuQmCC') /*../img/plus_square_black.png*/;
    *background-image: url('../img/plus_square_black.png'); /* For IE 6 and 7 */
    width: 64px;
    height: 64px;
    display: block;
}

.portfolio-image-remove {
    position: absolute;
    margin-left: 10px;
}

.modal-lg {
    width: 90%;
}

.selected {
    border-color: #0362FD;
    background-color: #0362FD;
}

.media-image {
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.text-ellipsis {
    max-width: 100px;
    width: 100px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title {
    font-family: 'Segoe UI', sans-serif;
}

.k-ff {
    overflow: inherit !important;
}

.project-image {
   /* width: 200px;
    height: 153px !important;*/
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.check-box-flex {
    margin-right: 5px;
}

@media (max-width: 991px) {
    .k-grid-responsive-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .k-grid-header .k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child {
        width: 100px;
    }

    .k-grid-header .w-mobile {
        width: 62px;
    }

    .k-grid {
        min-width: 700px; /* hoặc lớn hơn nếu bảng nhiều cột */
    }

    .hide-mobile {
        display: none !important;
    }
}



