﻿@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 100;
    src: url('Cairo/Cairo-Regular.ttf') format('embedded-opentype'), url('Cairo/Cairo-Regular.ttf') format('truetype');
}

body {
    font-family: 'Cairo';
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    text-align: right;
    direction: rtl;
}


#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


#QRdiv {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
    line-height: 21px;
    font-size: 21px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    padding-top: 11px;
}

.CollectorPhoto img{border-radius:50%; padding:2px; width:40px;}

    .myDivRight{float:right;}

    .myDivLeft {float: left;}

    .mmr-21 {
        margin-right:21px;
    }

    .mmr-11 {
        margin-right: 11px;
    }

    .mmt-21 {
        margin-top: 21px;
    }

    .mmt-41 {
        margin-top: 41px;
    }

    .pp-11 {
        margin: 11px;
    }

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: right;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-right: -1px;
            direction: rtl;
            margin-top: 15px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: right;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-right: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
            direction: rtl;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


.GrayedOut {
    background-color: Gray;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.myDivmodal {
    display: block; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.myDivModal-content {
    position: relative;
    background-color:#fff;
    margin: auto;
    padding: 0;    
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.myDivModal-header {
    padding: 2px 16px;
    background-color: #ffffff;
    color: white;
}

.myDivModal-body {
    padding: 2px 16px;
}

.myDivModal-footer {
    padding: 2px 16px;
    background-color: #ffffff;
    color: white;
}
