﻿@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

[ng\:form] {
    display: block;
}

.ng-animate-start {
    border-spacing: 1px 1px;
    -ms-zoom: 1.0001;
}

.ng-animate-active {
    border-spacing: 0px 0px;
    -ms-zoom: 1;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    cursor: move;
}
/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

    /* Each of the items in the list */
    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all .3s ease;
        user-select: none;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

.form-control {
    font-size: 12px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ValidWarning {
    background-color: #ff0000;
    width: 5px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 11px;
}

.CutsomLogin {
    background-color: #fffbf0;
    height: 300px;
    margin: 20px 0;
}

    .CutsomLogin .loginCtrl {
        margin: 5px 0;
    }

#ParticipantData h3 {
    padding: 0;
    margin: 5px !important;
    direction: rtl;
    line-height: 170%;
    font-size: 15px;
    font-weight: bold;
    color: #427a00;
    height: 50px;
}

    #ParticipantData h3 span {
        color: #860000;
    }

#ParticipantData p {
    padding: 0;
    margin: 2px !important;
    direction: rtl;
    line-height: 170%;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.repeatPersonContent, .ContentSeccess, .Contentwrong {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.repeatPerson {
    float: right;
    height: 48px;
    width: 250px;
    background-color: #d9ffd0;
    border: 1px solid #a5ffa6;
    margin: 2px;
    direction: rtl;
    padding: 5px;
    line-height: 250%;
    color: #007301;
    overflow: hidden;
    position: relative;
}

    .repeatPerson .repeatPersonImage {
        float: right;
        margin-left: 5px;
    }

        .repeatPerson .repeatPersonImage img {
            max-width: 40px;
            max-height: 40px;
        }

    .repeatPerson .repeatPersonPrint {
        position: absolute;
        left: 0px;
        top: 0;
        background: rgba(217, 255, 208, 0.8) url('/Images/Toolbox/Print.png') center center no-repeat;
        width: 38px;
        height: 46px;
        padding: 8px 7px;
        border: none;
    }

        .repeatPerson .repeatPersonPrint.disabled {
            background: rgba(217, 255, 208, 0.8) url('/Images/Toolbox/Print_bw.png') center center no-repeat;
        }

        .repeatPerson .repeatPersonPrint:hover {
            background-color: rgb(193, 255, 178);
            transition: all ease 0.5s;
        }

.btn-m {
    margin: 5px;
    float: left;
}

.Contentwrong .repeatPerson {
    background-color: #ffd0d0;
    border: 1px solid #ffa5a5;
    color: #730000;
}

.WorngTip {
    display: block;
    font-size: 9px;
    position: absolute;
    bottom: -11px;
    left: 4px;
    color: #FF5722;
    font-weight: bold;
    direction: rtl;
    text-align: left;
}

#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: white;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.TopALert {
    position: absolute;
    top: 5px;
    left: calc(50% - 50px);
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 200%;
    border-radius: 5px;
}


.ParticipantDetails .nav > li > a:focus, .ParticipantDetails .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #373737;
}

[hidden] {
    display: none !important;
}

.ParticipantDetails table {
    text-align: center;
}

.ParticipantDetails .table > tbody > tr > td,
.ParticipantDetails .table > tbody > tr > th,
.ParticipantDetails .table > tfoot > tr > td,
.ParticipantDetails .table > tfoot > tr > th,
.ParticipantDetails .table > thead > tr > td,
.ParticipantDetails.table > thead > tr > th {
    text-align: center;
}

    .ParticipantDetails .table > tbody > tr > td.right {
        text-align: right;
    }
