﻿

.form-floating > .form-control {
    padding: 1rem 0.75rem;
    box-sizing: border-box;
    height: calc(3.5rem + 2px) !important;
}

/*modal*/
.modal-center {
    display: flex !important;
    width: 100%
}

.modal-dialog-center {
    width: 100% !important
}

.modal-wrap{background-color:#fff;height:100vh}
.modal-wrap .row {
    padding: 0;
    margin: 0
}
.modal-wrap .row>*{padding:0 .2rem;margin:0}
.breadcrumb-item + .breadcrumb-item::before{content:''}

.modal-body{padding:0.2rem 0.5rem}
/*sweet alert*/
.swal-content {
    margin-top: 35px;
}
.event-Info {
    width: 20%;
    flex: none;
}

    .event-Info .k-card {
        background-color: #F8F9FC;
    }

.messge-info .list-group {
    padding-left: 0px;
}

.messge-info .k-card {
    background-color: #119992;
    border-radius: 8px;
    height: 34px;
    flex: none;
}

.calendar-Info {
    width: 100%;
}

.download-Info {
    width: 30%;
}

.home-table li {
    width: 100%;
}

    .home-table li:nth-child(2n) {
        background: #F8F9FC;
        border-top: 1px dotted;
        border-bottom: 1px dotted;
    }
.forum-table li {
    width: 100%;
    background: #EAECF4;
}
.form-floating-textarea {
    height: 300px !important;
}
textarea {
    resize: none;
}

.price-text{
    width: 100px;
    text-align: right;
}


/*a.k-button:hover{color:white;}*/
.k-grid td{font-size:0.9rem}
.k-button.k-danger,
.k-button.k-danger:active {
    background-color: #f00;
    color: #fff;
    border-color: #f00;
}


label.error {
    color: red;
    width: 100%;
    padding: 1rem 0;
    text-align: right;
    font-weight: bold;
}

.form-floating label.error {
    position: absolute;
    top: -.5rem;
    right: 10px;
}
/*equ image*/
.img-bar .eachimg {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    position: relative;
    align-items: center;
    border: 1px solid;
    border-radius: .2rem;
    margin: .5rem;
}

    .img-bar .eachimg .deletebtn {
        position: absolute;
        right: 2px;
        font-size: 1.5rem;
        cursor: pointer;
        top: 0;
        font-weight: bold;
    }

    .img-bar .eachimg .text {
        text-align: center;
    }

    .img-bar .eachimg img {
        max-width: 12rem;
    }

/*kendo*/
.k-file-validation-message {
    display: none !important;
}

.k-upload .k-action-buttons {
    display: none;
}

.k-dropdownlist.k-disabled {
    background-color: #eee
}