﻿.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100% !important;
    min-height: calc(100vh - 63px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.content-wrapper {
    background: #fbfbfb;
    padding: 23px 10px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.marl68p {
    margin-left: 0px;
    float: right;
    MAX-width: 86%;
}

.profile-image {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: -6px;
    margin-right: 10px;
}

    .profile-image img {
        border-radius: 100%;
        max-width: 100%;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
}

.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
    padding: 0px;
}

.dropdown-toggle:after {
    display: none;
}

.menu-top-header {
    border-radius: 10px;
}

    .menu-top-header li {
        padding: 10px;
        background-color: #1b6f00;
        display: block;
        float: left;
        margin-right: 10px;
        margin-top: 13px;
        border-right: 1px solid #319c0f;
    }

        .menu-top-header li a {
            color: #fff;
        }


.navbar.default-layout .navbar-menu-wrapper .navbar-nav.header-links {
    padding-left: 2%;
}

.ticket-detail {
    overflow: hidden;
    color: #fff;
    background-color: #4994e4;
    width: 600px;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 50px !important;
    margin: 0 auto;
}

.button-td {
    background-color: #145294;
    border-radius: 2px;
    text-align: center;
}


.marl268p {
    margin-left: 260px;
}

.heading-price {
    margin-top: 5px;
    margin-left: 2px;
}

.form-control {
    border: 1px solid #7b7b7b !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    padding: 0.56rem 0.75rem;
    line-height: 14px;
    font-weight: 500;
    color: #000 !important;
}

.width120p {
    width: 100px;
    font-size: 9px;
    font-weight: bold;
    padding: 10px 2px;
}

select.form-control {
    padding: 0.4375rem 0.75rem;
    padding: 0px 1px;
    font-size: 9px;
    font-weight: bold;
}

.font15p {
    font-size: 12px !important;
}

.table th, .table td {
    padding: 3px !important;
    vertical-align: top;
    border-top: 1px solid #f2f2f2;
}

.datepicker-dropdown {
    z-index: 10000 !important;
}

.cal {
    margin-right: 20px;
    position: absolute;
    z-index: 6;
    right: 0px;
    margin-top: 8px;
}

.table.table-bordered thead tr th {
    border-left: none;
    border-right: none;
    padding: 10px !important;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px !important;
}
