/* our code */
.rtl body {
	font-family: 'noto sans hebrew',Roboto,sans-serif;
}
.rtl .float-alert.alert span[data-notify=icon] {
	right: 13px;
    left: auto;
}
.rtl .alert.float-alert .alert-title {
	margin-right: 30px;
    margin-left: 0;
}
.rtl .alert button.close {
	left: 10px;
    right: auto;
}
.rtl #setup-menu > li > a, .rtl #side-menu li a {
    font-family: 'noto sans hebrew',arial,sans-serif;
}
.rtl .bold, strong, b {
	font-weight: 600;
}
.rtl .alert.float-alert .alert-title {
	float: right;
}
/*
table#DataTables_Table_0 th:nth-child(4), table#DataTables_Table_0 td:nth-child(4) {
    width: 200px !important;
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
.rtl .task-info .task-info-icon {
    margin-right: -6px;
    margin-left: 8px;
}
.rtl .task-single-col-right .task-menu-options {
    right: auto;
    left: 22px;
}
.rtl li a i.menu-icon {
    float: right;
    margin: 0 0 0 16px;
}
.rtl #side-menu .arrow, .rtl #setup-menu .arrow {
    margin: 0 15px 0 0;
    float: left;
}

#report-summary {
    right: 6em;
    position: absolute;
    top: -67px;
}
div#report-summary h4 {
    display: inline-block;
    padding: 0 15px;
}
.rtl .tc-content ul, .rtl .tc-content ol {
    margin-left: 0;
    margin-right: 16px;
}
.checklist .checkbox.checklist-checkbox {
    height: auto !important;
}



/* front - theme css */
.page-pdf-html-logo {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customers .navbar a.navbar-brand img {
    max-width: none;
    margin-right: 12px;
}
