﻿html{
    direction:rtl;
}
body {
    background-color: #d9d9d9;
}

.Color {
    color: #017373;
}

.Header {
    position: fixed;
    display: flex;
    top: 0px;
    width: 100%;
    text-align: center;
    background-color: #017373;
    color: #fff;
    padding: 10px 0px;
    justify-content: center;
    z-index:1;
}

.Footer {
    display: flex;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #017373;
    color: #fff;
    padding: 10px 0px;
    justify-content: center;
    z-index: 1;
    text-align:center;
}

.Footer a{
    color:#fff;
    padding:10px;
    text-decoration:none;
}

.Header .Title{
    text-align:center;
}

.Header .Logout{
    position:fixed;
    top:10px;
    left:20px;
}

.Header .Home{
    position:fixed;
    top:10px;
    right:20px;
}

@media only screen and (max-width: 425px) {
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }
}

.EmptySpace{
    height:100px;
}

.Btn1 {
    background: linear-gradient(to right, #3b3c40 0%,#017373 50%,#048c80 100%);
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16.5px;
    height: 48px;
}

.Btn1:hover{
    color:#fff;
    background: linear-gradient(to left, #3b3c40 0%,#017373 50%,#048c80 100%);
}

.Btn2 {
    background-color: transparent;
    border: 1px solid #048c80;
    color: #048c80;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.Btn2:hover {
    color:#fff;
    background-color: #3b3c40;
}

.Circle{
    position:relative;
}

.Circle .Logo {
    padding:20px;
    border-radius:100%;
    background-color:#d9d9d9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.Circle .Logo-2 {
    padding:50px;
    border-radius:100%;
    background-color:#048c80;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.Circle ul {
    background: radial-gradient(circle,#3b3c40 40%,#017373 75%,#048c80 100%);
}

.Circle .circle {
    position: relative;
    border: 1px solid black;
    padding: 0;
    margin: 1em auto;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
}

.Circle li {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
}

.Circle .text {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    text-align: center;
    -webkit-transform: skewY(30deg) rotate(30deg);
    -ms-transform: skewY(30deg) rotate(30deg);
    transform: skewY(30deg) rotate(30deg);
    padding-top: 20px;
}

.Circle .text a{
    color:#fff;
    text-decoration-line:none;
}

.Circle li {
    color: #fff;
}

.Circle li:hover {
    background-color: #3b3c40;
}

#LoginForm{
    padding:50px 0px;
}

.Style1 {
    display: block;
    color: #fff;
    width: 100%;
    height: 48px;
    background: linear-gradient(to right, #3b3c40 0%,#017373 50%,#048c80 100%);
    border: unset;
    border-radius: 50rem !important;
    font-size: 16.5px;
    margin-bottom: 20px;
    padding: 11px 20px;
    text-align: center;
}

.Style2 {
    background-color: transparent;
    border: 1px solid #048c80;
    color: #048c80;
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50rem !important;
    font-size: 16.5px;
    margin-bottom: 20px;
    padding: 11px 20px;
    text-align: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Style1 > option {
    background: #017373;
}

.Style2 > option {
    background: #fff;
}

.Style1::placeholder {
    color:#fff;
}

.Style2::placeholder {
    color: #048c80;
}

.Title1 {
    display: block;
    color: #fff;
    width: 100%;
    height: 48px;
    background: linear-gradient(to right, #3b3c40 0%,#017373 50%,#048c80 100%);
    border: unset;
    border-radius: 50rem !important;
    font-size: 16.5px;
    margin-bottom: 20px;
    padding: 11px 20px;
    text-align: center;
}

.Title2 {
    display: block;
    background-color: transparent;
    border: 1px solid #048c80;
    color: #048c80;
    width: 100%;
    height:48px;
    font-size: 16.5px;
    border-radius: 50rem !important;
    padding: 11px 20px;
    text-align: center;
}

.Title1 a{
    color:#fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=file]::-webkit-file-upload-button {
    border: 1px solid #048c80;
    border-radius: 25px;
    background-color: #048c80;
    color:#fff;
}

input[type=file]::file-selector-button {
    border: 1px solid #048c80;
    border-radius: 25px;
    background-color: #048c80;
    color: #fff;
}

input[type=file]::-webkit-file-upload-button:hover {
    background-color: transparent;
    color: #048c80;
}

input[type=file]::file-selector-button:hover {
    background-color: transparent;
    color: #048c80;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.bootbox .modal-content {
    background-color: #d9d9d9;
}

.bootbox .bootbox-close-button {
    color: #048c80;
}

.bootbox .bootbox-body {
    color: #048c80;
}

.bootbox .btn-primary {
    background: linear-gradient(to right, #3b3c40 0%,#017373 50%,#048c80 100%);
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16.5px;
    height: 48px;
}

.bootbox .btn-primary:hover {
    color: #fff;
    background: linear-gradient(to left, #3b3c40 0%,#017373 50%,#048c80 100%);
}

.bootbox .btn-default {
    background: linear-gradient(to right, #3b3c40 0%,#017373 50%,#048c80 100%);
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16.5px;
    height: 48px;
}

.bootbox .btn-default:hover {
    color: #fff;
    background: linear-gradient(to left, #3b3c40 0%,#017373 50%,#048c80 100%);
}

.select2 .select2-selection__rendered{
    color:#048c80 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff !important;
    background-color: #048c80 !important;
}

.select2 .select2-selection {
    background-color: transparent;
    border: 1px solid #048c80;
    color: #048c80;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    font-size: 16.5px;
    text-align: center;
    border-radius: 50rem !important;
    padding-top: 8px;
}

.select2 .select2-selection__arrow{
    display:none;
}

#Camera{
    display:none;
}
#Div_Cam{
    margin:20px 0px;
}