﻿@font-face {
    font-family: 'DroidSansArabic';
    src: url('../fonts/DroidSansArabic.eot');
    src: url('../fonts/DroidSansArabic.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSansArabic.woff') format('woff'), url('../fonts/DroidSansArabic.ttf') format('truetype'), url('../fonts/DroidSansArabic.svg#DroidSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'DroidSansArabic' !important;
}


.direction {
    direction: rtl;
}

.directionRev {
    direction: ltr;
}

.CollapseIcon {
    color: #FFFFFF;
    cursor: pointer;
}

.CollapseIconV2 {
    color: #299BFF;
    cursor: pointer;
}

.margin-center {
    margin: 0 auto;
}

.chkbx input[type=checkbox] {
    display: none;
}

    .chkbx input[type=checkbox] + div > label {
        height: 22px;
        width: 20px;
        display: inline-block !important;
        padding: 0 0 0 0px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        margin-bottom: 0;
        background-image: url('../images/icons-none.png');
    }

    .chkbx input[type=checkbox]:checked + div > label {
        background-image: url('../images/icons-tick.png');
    }



.modal-Image {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contentImage {
    margin: auto;
    display: block;
    width: 80%;
    /*max-width: 700px;*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    backgr/ound-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}


/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-contentImage, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 50px;
    right: 50%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.image-Title {
    posit /ion: absolute;
    top: 0px;
    /*right: 50%;*/
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    background-color: black;
    z-index: 1;
    opacity: 0.3;
    width: 100%;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentImage {
        width: 100%;
    }
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item img {
    width: 80%;
    height: 80%;
}

.btnUpload-addon-left, .btnUpload-addon-right {
    padding: 0.25rem;
    margin: 0 auto 0 auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    /*background-color: #025aa5;#31708f;/**#eceeef;*/
    border: 1px solid rgba(0,0,0,.15);
}

.btnUpload-addon-left {
    margin-right: 0;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0.35rem;
    border-right: 0;
    padding-right: 0;
}

.btnUpload-addon-right {
    margin-left: 0;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0rem;
    border-left: 0;
    padding-left: 0;
}

.btnUpload-addon-left .showImgs {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnUpload-addon-right .upload {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.gridview-scroll {
    overflow: scroll; /* Add the ability to scroll */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .gridview-scroll::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE and Edge */
.gridview-scroll {
    -ms-overflow-style: none;
}

caption {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    color: #636c72;
    text-align: right;
    caption-side: top;
}

.primary {
    background-color: #0275d8;
    border-color: #0275d8;
}


.fullHeader-text {
    width: 100%;
    margin: 3% auto;
    text-align: center;
    color: #fff !important;
    font-size: 50px;
    text-shadow: -1px 3px 1px rgba(10, 39, 64, .7);
}

    .fullHeader-text h1 {
        color: #fff !important;
    }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {


    .fullHeader-text h1 {
        position: relative;
        top: 50px;
        font-size: 20px !important;
        font-weight: 400;
    }
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


    .fullHeader-text h1 {
        position: relative;
        content: "test";
        top: 30px;
        font-size: 30px !important;
        font-weight: 400;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


    .fullHeader-text h1 {
        position: relative;
        content: "test";
        top: 30px;
        font-size: 50px !important;
        font-weight: 900;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/** Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: #DC143C;
    }

    49% {
        color: #DC143C;
    }

    50% {
        color: #DC143C;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #DC143C;
    }
}


table tr:hover {
    cursor: pointer;
}

.td-input {
    position: relative;
    min-width: 100px;
}

.table-td-input {
    position: absolute;
    display: block;
    /* top: 0; */
    left: 0;
    margin: 0 auto;
    /* height: 100%; */
    /* width: 100% !important; */
    /*border: none;
        padding: 10px;*/
    box-sizing: border-box;
}

.table-tr-active {
    background: lemonchiffon;
    cursor: text !important;
    font-weight: 900;
    color: saddlebrown;
    box-shadow: 2px aqua;
    text-shadow: 0px 0.1px #000000;
    box-shadow: 0px 0px 10px saddlebrown;
    -webkit-box-shadow: 0px 0px 10px saddlebrown;
    -moz-box-shadow: 0px 0px 10px #ff0000;
}

@media only screen and (max-device-width: 480px) {
    .fullHeader-text h1 {
        display: none;
    }
}

.toggle-group {
text-align:center;
}


