.help-block{
    color:red;
    font-size: 14px;
}
.iconPeople{
    font-size: 35px;
}
.iconPeopleTriangle{
    font-size: 40px;
}
.search-btn{
    border-radius: 10px;
}
.hisu{
    color:red
}
.alert {
    color: red;
    font-size: 15px;
    font-weight: 500;
}

button.close {
    padding-left: 5px;
}

#subForm p{
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
}
.eventGroupTable{
    font-size:14px
}
.event_date{
    padding-top: 15px;
}
.general_type{
    padding-top: 15px;
}
.province_district{
    padding-top: 15px;
}
.address{
    padding-top: 15px;
}
.car{
    padding-top: 15px;
}
.meeting_date{
    padding-top: 15px;
}

.button_load {
    position: absolute;
    top: 95%;
    left: 50%;
    border: none; /* Remove borders */
    color: #000000; /* Black text */
    padding: 12px 24px; /* Some padding */
    font-size: 14px; /* Set a font-size */
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.day_off{
    font-size: 14px;
    font-weight: 600;
    color: red;
}
.invalid-feedback {
    font-size: 14px;
   color:red;
}
.address{
    padding-top:13px;
}
.meeting_date_text{
    padding-top:14px;
}
.pull-right {
    margin-right: 30px;
    margin-top: 5px;
}

#createbtn, #export-btn {
    margin-top: 0;
    margin-right: 0;
    padding: 8px 15px;
    font-size: 100%;
    border-radius: 10px;
}

#createbtn, #export-btnNew {
    margin-top: 0;
    margin-right: 0;
    padding: 8px 15px;
    font-size: 100%;
    border-radius: 10px;
}

.import-btn {
    margin-top: 0;
    margin-right: 0;
    padding: 8px 15px;
    font-size: 100%;
    border-radius: 10px;
}

/*multiple img*/
.file-images {
    cursor: pointer;
    min-height: 150px;
    border: 1px solid rgba(42, 42, 42, .05);
    background: rgba(204, 204, 204, .15);
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, .1);
    box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, .1);
    padding-bottom: 100px;
}

a.btn-images{
    position: absolute;
    bottom: 0;
    left: 50%;
}

/*display choose file*/
#img {
    display: none;
}
.item-image {
    border-radius: 5px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.preview-img .item-image img {
    display: block;
    padding: 4px;
    width: 120px;
    height: 120px;
}
.preview-img:hover .item-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.gallery-item-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: .5rem;
    min-height: 100px;
    -webkit-box-shadow: 0 13px 6px -8px rgba(0, 0, 0, .3), 0 0 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 13px 6px -8px rgba(0, 0, 0, .3), 0 0 4px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    background: #fff;
}
.deleteImg i.fa.fa-trash {
    color: red;
    font-size: 18px;
    margin-top: 10px;
}

.dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
    line-height: 150%;
    margin-bottom: 1em;
    white-space: nowrap;
}

.preview-img:hover .dz-details {
    opacity: 1;
}

.gallery-item-img .dz-details {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.dz-details span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border: 1px solid transparent;
    border-radius: 3px;
}

.dz-preview .dz-details .dz-filename span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px;
}

@media only screen and (min-width: 1208px) {
    #table_ke_hoach {
        width: 935px;
        overflow-x: scroll;
        position: inherit;
    }
}

@media only screen and (min-width: 1366px) {
    #table_ke_hoach {
        width: 990px;
        overflow-x: scroll;
        position: inherit;
    }
}

@media only screen and (min-width: 1440px) {
    #table_ke_hoach {
        width: 1045px;
        overflow-x: scroll;
        position: inherit;
    }
}

@media only screen and (min-width: 1600px) {
    #table_ke_hoach {
        width: 1190px;
        overflow-x: scroll;
        position: inherit;
    }
}

@media only screen and (min-width: 1800px) {
    #table_ke_hoach {
        width: 1460px;
        overflow-x: scroll;
        position: inherit;
    }
}

@media only screen and (min-width: 1920px) {
    #table_ke_hoach {
        width: 1525px;
        overflow-x: scroll;
        position: inherit;
    }
}

@media only screen and (min-width: 2048px) {
    #table_ke_hoach {
        width: 1655px;
        overflow-x: scroll;
        position: inherit;
    }
}

.title {
    text-align: center;
    background-color: #F1F2F2;
}
.baseForm label {
    color: red;
    background: none !important;
    font-weight: 600;
}

.title-ke_hoach {
    font-size: 20px;
    color: black !important;
}
.input {
    padding: 5px;
}
#statusForm{
    padding:10px;
    margin: 0
}
.an_btn, .hien_thi_btn{
    border-radius: 10px;
}
#total{
    font-weight: 600;
}
@media only screen and (min-width: 960px) {
    .text_intro{
        max-width:890px;
        display: block
    }
}
@media only screen and (min-width: 1440px) {
    .text_intro{
        max-width:1100px;
        display: block
    }
}
@media only screen and (min-width: 2000px) {
    .text_intro{
        max-width:1100px;
        display: block
    }
}
