/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 30, 2018, 6:49:08 AM
    Author     : eyad
*/
@font-face {
    font-family: DroidSansArabic;
    src: url('../fonts/DroidSansArabic.ttf');
    src: url('../fonts/DroidSansArabic.ttf');
}

body {
    height: 100%;
    font-family: DroidSansArabic !important;
}

html, body {
    direction: rtl;
    text-align: right;
}

.float-right {
    float: left !important;
}

.float-left {
    float: right !important;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption,
#latestNewsBox .col-md-12 .carousel-caption {
    right: 20px;
}

.boxLatestNews3 .carousel-caption,
.galleriesList .carousel-caption,
.firstGalleriesList .carousel-caption {
    right: 5%;
}

#latestNewsBox .col-md-12 .carousel-caption {
    bottom: 10px;
}

#latestNewsBox .box-shadow-bottom > a {
    width: 100%;
}

#latestNewsBoxLeft {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

#latestNewsBox ul.list-group {

    padding-right: 0px !important;
}

.ltr {
    direction: ltr;
}

.box-shadow-bottom > a,
.box-shadow-bottom > .active {
    float: left !important;
}

.latest-gallery .box-shadow-bottom.even > a {
    float: right !important
}

.latest-gallery .box-shadow-bottom.even .carousel-caption {
    left: 15% !important
}

.container-basicAutoComplete a {
    text-align: right;
}

.Product-index .cable-choose .btn-group, .btn-group-vertical {
    direction: ltr;
}

#exampleModal .modal-body .order-create .col-sm-6.row.text-left {
    text-align: right !important;
}

#exampleModal .modal-footer {
    display: inline-block;
    direction: ltr;
}
.modal-header .close{
    margin: -1rem 1rem -1rem 0px;
}