@font-face {
    font-family: Waseem;
    src: url('../fonts/Waseem.ttc');
}
@font-face {
    font-family: Stc;
    src: url('../fonts/stc.otf');
}
@font-face {
    font-family: Cairo;
    src: url('../fonts/Cairo-Regular.ttf');
}
@font-face {
    font-family: AdobeNaskh;
    src: url('../fonts/AdobeNaskh-Medium.otf');
}
@font-face {
    font-family: Altarikh;
    src: url('../fonts/Altarikh.ttc');
}
@font-face {
    font-family: Amiri;
    src: url('../fonts/Amiri.ttf');
}
@font-face {
    font-family: Uthman;
    src: url('../fonts/Uthman.otf');
}

nav a.active{
    color: white;
}

.table-borderless {
    border: 0px none #EBEBEB;
}
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 0px;
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
    border: 0px solid #e7e7e7;
}
.table > thead > tr > th {
    border-bottom: 0px none #DDDDDD;
    vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0px none #e7eaec;
    padding: 8px;
    vertical-align: top;
}


.tasklist-style .lobilist-primary:hover {
    background-color: #2e6da4;
}
table.dataTable thead .searchable:before {
    content: "\e003";
    position: relative;
    display: inline;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    opacity: 0.2;
    font-size: 10px;
}
table.dataTable .selected {
    background: #ccedff;
}
table.dataTable.hoo_hoverable tbody tr:hover {
    background: #eff5fb;
    cursor: pointer;
}

.input-group{
    width: 100%;
}

.margin-left {
    margin-left: 5px;
}

.tmp_template{
    display: none;
}

.card-display {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.mytooltip {
    position: relative;
    display: inline-block;
}

.mytooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
}

.mytooltip .mytooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .mytooltiptext {
    visibility: visible;
    opacity: 1;
}

.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: inherit;
}


.my-card {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    color: inherit;
    border: 1px dashed #e7eaec;
    background: #f3f3f4;
    padding: 10px;
}

.modal{
    overflow:auto !important;
}

.hoo_listing p {
    font-weight: bold;
}

.hoo_listing p span{
    font-weight: normal;
}

.modal-open .select2-container--open { z-index: 999999 !important; width:100% !important; }

.modal-open .popover.in { z-index: 999999 !important; }

.hoo_add_icon{
    font-size: 7px;
    /* margin: 0px -4px; */
    position: absolute;
    color: #3F51B5;
    margin-left: -5px;
    margin-top: 2px;
}

.hoo_edit_button{
    display: none;
}

.hoo_can_edit .hoo_edit_button{
    display: block;
}

.btn-purchase {
    background-color: #eb868b;
    border-color: #eb868b;
    color: #FFFFFF;
}

.btn-purchase:hover,
.btn-purchase:focus,
.btn-purchase:active,
.btn-purchase.active,
.open .dropdown-toggle.btn-purchase,
.btn-purchase:active:focus,
.btn-purchase:active:hover,
.btn-purchase.active:hover,
.btn-purchase.active:focus {
    background-color: #ba8086;
    border-color: #ba8086;
    color: #FFFFFF;
}
.btn-purchase:active,
.btn-purchase.active,
.open .dropdown-toggle.btn-purchase {
    background-image: none;
}
.btn-purchase.disabled,
.btn-purchase.disabled:hover,
.btn-purchase.disabled:focus,
.btn-purchase.disabled:active,
.btn-purchase.disabled.active,
.btn-purchase[disabled],
.btn-purchase[disabled]:hover,
.btn-purchase[disabled]:focus,
.btn-purchase[disabled]:active,
.btn-purchase.active[disabled],
fieldset[disabled] .btn-purchase,
fieldset[disabled] .btn-purchase:hover,
fieldset[disabled] .btn-purchase:focus,
fieldset[disabled] .btn-purchase:active,
fieldset[disabled] .btn-purchase.active {
    background-color: #ffd1d6;
    border-color: #ffd1d6;
}

.btn-sell {
    background-color: skyblue;
    border-color: skyblue;
    color: #FFFFFF;
}
.btn-sell:hover,
.btn-sell:focus,
.btn-sell:active,
.btn-sell.active,
.open .dropdown-toggle.btn-sell,
.btn-sell:active:focus,
.btn-sell:active:hover,
.btn-sell.active:hover,
.btn-sell.active:focus {
    background-color: #61a5c2;
    border-color: #61a5c2;
    color: #FFFFFF;
}
.btn-sell:active,
.btn-sell.active,
.open .dropdown-toggle.btn-sell {
    background-image: none;
}
.btn-sell.disabled,
.btn-sell.disabled:hover,
.btn-sell.disabled:focus,
.btn-sell.disabled:active,
.btn-sell.disabled.active,
.btn-sell[disabled],
.btn-sell[disabled]:hover,
.btn-sell[disabled]:focus,
.btn-sell[disabled]:active,
.btn-sell.active[disabled],
fieldset[disabled] .btn-sell,
fieldset[disabled] .btn-sell:hover,
fieldset[disabled] .btn-sell:focus,
fieldset[disabled] .btn-sell:active,
fieldset[disabled] .btn-sell.active {
    background-color: #bae7fb;
    border-color: #bae7fb;
}

.my-card .purchase_icon{
    color: red;
}
.my-card .sell_icon{
    color: green;
}
.my-card.sell .purchase_icon{
    display: none;
}
.my-card.purchase .sell_icon{
    display: none;
}
.my-card.sell{
    background: #cae9ce;
}
.my-card.purchase{
    background: #f4d2c2;
}

.btn-xs.btn-rect{
    min-width: 24px;
}

.fixed-height{
    max-height: 600px;
    overflow-y: scroll;
}

.table tbody label {
    display: none;
}

tr.selected label {
    color: #404040;
}

.table_cards.fixed-height tbody, .table_list.fixed-height tbody {
    max-height: 510px;
    overflow-y: scroll;
    display: block;
}

.table_cards tbody tr{
    float: left;
    width: 48%;
    margin: 1%;
    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);*/
    background: white;
}

.table_cards.table_cards-4 tbody tr{
    width: 23%;
}

.table_cards thead th, .table_list thead th{
    display: none;
}
.table_cards thead th.sorting, .table_cards thead th.sorting_desc, .table_cards thead th.sorting_asc,
.table_list thead th.sorting, .table_list thead th.sorting_desc, .table_list thead th.sorting_asc {
    display: block;
    float: left;
    width: auto!important;
    margin: 1%;
    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);*/
    background: white;
    border-top: 0.0625rem solid rgba(0,0,0,.125) !important;
}
.table_cards tbody td{
    display: block;
    height: 20px;
}

.table_card thead th.hide-in-card, .table_card tbody td.hide-in-card {
    display: none;
}

.table_cards tbody label {
    display: inline;
    font-size: 85%;
    margin-right: 1rem;
}

table.dataTable.table_cards thead .searchable:before, table.dataTable.table_list thead .searchable:before {
    display: none;
}

.table_list tbody {
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.125);
}

.table_list tbody tr {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.table_list tbody td {
    display: inline-block;
    border: 0 !important;
}

.table_list thead th.hide-in-list, .table_list tbody td.hide-in-list {
    display: none;
}

.table_list tbody td.tools {
    float: right;
}

.table_list.table_custom_list tbody tr {
    border-bottom: 0px;
}

.table_list.table_custom_list tbody td {
    display: block;
}

.table{
    width: 100% !important;
}

.table thead th.hide-in-table, .table tbody td.hide-in-table {
    display: none;
}

.detail-panel .show-in-detail-panel, .detail-panel td.show-in-detail-panel {
    display: block;
}

.col-sm-12.hide-in-full{
    display: none;
}

.detail-card{
    float: left;
    width: 100%;
    margin: 1%;
    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);
    background: white;
}

.detail-card td{
    padding: 8px;
    display: block;
}

.detail-card td label {
    display: inline;
    font-size: 85%;
    margin-right: 1rem;
}

.in-page-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-right: 30px;
    margin-top: -100px;
    padding-top: 100px;
}
.lock_loader{
    margin-right: 4px;
}
.table.cards_table > thead > tr > th,
.table.cards_table > tbody > tr > th,
.table.cards_table > tfoot > tr > th,
.table.cards_table > thead > tr > td,
.table.cards_table > tbody > tr > td,
.table.cards_table > tfoot > tr > td {
    padding: 0px;
}
.table.cards_table > tbody > tr:not(:last-child) > td {
    padding-bottom: 6px;
}
.table.cards_table > tbody > tr.tr-margin-left > td {
    padding-left: 20px;
}
.table.no-header thead {
    display: none;
}

.dataTable#appointment_table > thead > tr > th[class*="sort"]:before,
.dataTable#appointment_table > thead > tr > th[class*="sort"]:after,
.dataTable#appointment_queue_table > thead > tr > th[class*="sort"]:before,
.dataTable#appointment_queue_table > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}
.trans {
       transition: all 0.3s ease;  
}
 [x-cloak] { display: none !important; }
