﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.login {
    background-color: white;
    border: 1px solid grey;
    border-radius: 20px;
    padding: 2%;
    margin: 8px auto;
    text-align: center;
    min-width: 300px;
    max-width: 800px;
}

body {
    height: 100%;
}

.login .logo {
    margin-top: -7px;
    max-width: 100%;
    max-height: 300px;
    text-align: center;
    border-radius: 20px;
}

.btn-update {
    background-color: #F2A33D;
    padding: 1.6% 7.5%;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
}

    .btn-update:hover {
        background-color: #c18437;
    }
    .btn-update:disabled {
        background-color: #a48f75!important;
    }
.input {
    font-size: 16px;
    padding: 4px 36px;
    height: 40px;
    text-align: right;
    width: 100%;
    color: #393939;
    background-color: #f9f9f9;
    border-color: #dfdfdf;
    font-weight: bold;
    border: 0.1rem solid;
    border-radius: 0.2rem;
    transition: background-color .1s ease,border .1s ease;
    direction: rtl;
}

input[type=radio] {
    border: 200px;
    width: 100%;
    height: 1em;
    margin-left: 0 !important
}

.label {
    font-weight: bold;
    font-size: 14px;
}

table tr th {
    border-bottom: 1px solid black;
    padding: 1%;
    /*text-align: right;*/
}

table tr td {
    padding: 2%;
    text-align: right;
}

th, td {
    padding: 15px;
    text-align: right;
}
.footer .container .logo {
    height: 80px;
    text-align: center;
    max-width: 100%;
}
.btn-group.btn-group-toggle {
    width: 100%;
}
.spin {
    border: 16px solid #0042A4;
    border-radius: 50%;
    border-top: 16px solid #3775CF;
    border-right: 16px solid #619BEE;
    border-bottom: 16px solid #96BFF9;
    border-left: 16px solid #C9E0FF;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.footer {
    position: unset;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    direction: rtl;
}
#searchResult {
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    overflow: auto;
}
.modal-dialog {
    text-align: initial;
}
.form-group {
    margin-bottom: 15px;
}
    .form-group .col-form-label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.panel-default {
    border-color: #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}
.modal-footer > :not(:last-child) {
    margin-left: 0.25rem;
}
.form-is-phone{
    direction: ltr;
}
.btnConfirm, .btnConfirm2 {
    font-size: x-small;
    min-width: max-content;
}
.th-confirm {
    width: 0px;
}
.tab-content {
    margin: 3px;
}