/*
Template Name: OntimePlus
Author: Business City
Version: 10.0.0
Website: https://bc.com.sa/
Contact: ontime@bc.com.sa
File: Site Css File (English)
*/

.logo-lg {
    display: none;
}

.no-italics {
    font-style: normal;
}

/* Fonts */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Open Sans";
}

/* ######################## */
/* Card View Style (Start)  */
/* ######################## */
.cards tbody tr {
    float: left;
    width: 20rem;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cards tbody td {
    display: block;
}

.cards thead {
    display: none;
}

.cards td:before {
    content: attr(data-label);
    position: relative;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

.table .avatar {
    width: 100%;
}

.cards .avatar {
    width: 100%;
    margin: 15px;
}

tr.selected td:before {
    color: #CCC;
}

/* ######################## */
/* Card View Style (Start)  */
/* ######################## */

#jstree {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid black;
}

