/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.vertical_table {
    font-family: "times new roman";
}

.vertical_table td {
    text-align: center;
}

.vertical_table thead th.rotate {
    background-color: #f1f1f1;
}

.vertical_table thead th.rotate {
    height: 300px;
    white-space: nowrap;
    position: relative;
}

.vertical_table thead th.rotate > div {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    margin: auto;
}

.vertical_table thead th.rotate > div span {
    text-transform: capitalize;
    color: blue;
    font-weight: 545;
    font-size: 110%;
}

.mt-3, .my-3{margin-top:0rem!important}

.inline-link {
    display: block;
    min-width: 100px;
    margin-bottom: .6rem;
    text-decoration: none;
}

.p-id {
    background-color: rgba(40, 199, 111, 0.12);
    font-size: 105%;
}
.p-id:hover {
    box-shadow: 0 8px 25px -8px #28c76f;
}
.green-color {
    color: #28a745!important;
}
.magenta-color {
    color: #f800f8 !important;
}
.blue-color {
    color: #0995ff !important;
}
.light-gr-color {
    color: #9ec987 !important;
}
.inline-link-style {
    padding: 0.1rem 0.4rem;
    font-size: 90%;
    color: #f6a32e;
    /*background-color: #d5f3bb;*/
    background-color:  rgba(130, 134, 139, 0.12);
    border-radius: 1rem;
    font-weight: bold;
}

.badge-light-megenta {
    background-color: rgba(130, 134, 139, 0.12);
    color: mediumorchid !important;
}
.badge-light-green {
    background-color: rgba(130, 134, 139, 0.12);
    color: #87af23 !important;
}

.list-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -.3rem;
    cursor: pointer;
}

.toast-message {
    font-size: 13px !important;
    /*color: #6e6b7b;*/
    /*font-weight: bold;*/
}

.table th, .table td {
    padding: 0.72rem 1rem;
    vertical-align: middle;
}

.table2 th:not(:first-child),
.table2 td:not(:first-child) {
    padding: 0.72rem 0.5rem !important;
    vertical-align: middle;
}

.zindex-p + .select2, .select2-container {
    /*z-index: 2!important;*/
}
.th_checkbox {
    margin-top:7px !important;
    padding: 1rem 2rem !important;
    width: 5% !important;
}

.qcont:first-letter{
    text-transform: capitalize;
    font-weight: bold;
}

.header-navbar.floating-nav {
    position: absolute;
}
