:root{
    --red_d: #e50000;;
    --black_container: #161616;
    --shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);
    --table_border: 0.5px solid rgba(255, 255, 255, 0.5);
}
body {/* dir */
    text-align: right;
}
/*
    Navbar
 */
.navbar.fixed-top {
    z-index: 600;
}

/*
    Fixes CSS of summernote
 */
.note-toolbar-wrapper {
    height: auto !important;
}
.note-toolbar {
    position: relative !important;
}

/* Main navbar */
.navbar.fixed-top {
    -webkit-box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);
}

/* Controls*/
.btn {
    border-radius: 5px;
    font-weight: bold;
    filter: drop-shadow(var(--shadow));
    margin: 2px 0px;
    cursor: pointer;
}
.btn-primary-page{
    min-width: 200px;
}

/* Carousel */
.carousel .item {
    height: 600px;
    background-color: #777;
}

#demo.carousel.slide .carousel-inner .carousel-item img {
    display: block;
    width: 100%;
    height: 600px;
}
/* End Carousel */

/* Login */
.card.login {

}
.card-body.main {
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.46);
}
/* End Login */

#text-editor {
    margin-top: 30px;
}

/*
    Content Section
 */
section.content-section {
    margin-top: 40px;
}
/**
    Add user modal dir
*/
#add-user-modal button.btn.btn-success {
    padding: 6px 35px;
}
#add-user-modal h4.modal-title {
    margin-right: 10px;
}


/*
    Promise dialog dir
 */
#confirm-dialog button.btn.btn-primary.btn-yes,  button.btn.btn-danger.btn-no{
    padding: 6px 35px;
}
button.btn.btn-danger.btn-no{
    margin-right: 10px;
}
#confirm-dialog .modal-footer .col.float-right {
    padding-right: 0;
}

#confirm-dialog .modal-title {
    margin-right: 10px;
}

.display-none{
    display: none !important;
}


/**
    Text editor
 */
.note-popover .popover-content, .card-header.note-toolbar { /* dir */
    direction: ltr;
    text-align: right;
}
.note-editor.note-frame .note-editing-area .note-editable { /* dir */
    direction: rtl;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}


/* Tables */
#user-table {
    width: 100% !important;
}

.user-control {
    margin-bottom: 18px;
}

#user-table_filter.dataTables_filter label {
    direction: ltr;
}

.sorting_disabled {
    min-width: 128px;
}

.logo-login{
    height:150px !important;
    width:200px !important;
}
@media only screen and (max-device-width: 480px) {
    .logo-login{
        width:45%;
        height:130px;
    }
}


table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
    right: 10px;
    position: unset;
    margin-left: 11px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{
    display: flex;
    align-items: center;
}

/*div.dataTables_wrapper div.dataTables_filter {!* dir *!*/
/*    text-align: left;*/
/*    direction: ltr;*/
/*}*/
/*table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before,*/
/*table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before,*/
/*table.dataTable thead .sorting_desc_disabled:before {!* dir *!*/
/*    left: 1em;*/
/*}*/

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,*/
/*table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,*/
/*table.dataTable thead .sorting_desc_disabled:after {!* dir *!*/
/*    left: 0.5em;*/
/*}*/

/*table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc,*/
/*table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc,*/
/*table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {!* dir *!*/
/*    padding-left: 40px;*/
/*    padding-right: 10px;*/
/*}*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.btn-primary{
    border-radius: 5px;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    text-align: center;
    font: bold 1.5rem/3.0rem 'Roboto', 'NarkisTam',sans-serif;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    cursor: pointer;    
    background: #e50000;

    
}


input{
    direction:rtl;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    outline-width: 0 !important;
    background: #ce152c !important;
}

a {
    border-bottom: 4px solid rgba(255,255,255,.01);
}

a:hover{
    text-decoration: none;
    color: #ce152c;
    border-bottom: 4px solid #ce152c;
}

.menu-active{
    text-decoration: none;
    color: #bac405;
    border-bottom: 4px solid #ce152c;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
    /*right: 42px;*/
    top: 15px;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
.autocomplete input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
.autocomplete input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}
.autocomplete input[type=submit] {
    background-color: #ce152c;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 85%;
    left: 10px;
    right: 10px;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #ce152c !important;
    color: #ffffff;
}

.top-links{
    font-weight: bold;
}

.imagedropshadow {
    padding: 5px;
    border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}


.dtBtn{
    margin-right:10px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn{
    margin-right:10px;
}

.dtBtn{
    background-color:#ce152c;
    border-color: red;
}

.dtBtn:Hover{
    background-color:indianred;
    border-color: indianred;
}

.containerTenders{
    margin-right: auto;
    margin-left: auto;
    width:80%;
}

.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

/* basic modern patch */
/*
#reset-this-root {
    all: initial;
* {
    all: unset;
}
}
*/

.dropdown-item{
    cursor:pointer;
}

small{
    color: gray;
}

input[type="checkbox"], input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 2px 0px 5px 5px;
    filter: drop-shadow(2px 2px 3px #ededed);
}

.alert {
    text-align: center;
}

#StatusDiv > div > ul {
    width: max-content;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 75px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.loader-container{
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.area-code{
    margin-right: 7px;
    border-radius: 5px;
}

.delete-file{
    color:red; cursor: pointer;
}

.img-container{
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}