@font-face {
  font-family: moonlineA_1;
  src: url("Helvetica Moonline A_1.ttf");
}
@font-face {
  font-family: moonlineB_2;
  src: url("Helvetica Moonline B_2.ttf");
}
@font-face {
  font-family: moonlineC_3;
  src: url("Helvetica Moonline C_2.ttf");
}



body{
    direction: rtl;
    text-align: right;
    font-family: moonlineB_2;    
    font-size:12px;

}
.tothed {
    background: #375998;
    color: #FFF;
    border-bottom: solid;
    text-align: center;
    padding: 17px;
    font-size: 30px;
}
.navbar {
    margin: 10px 0;
    border-radius: 0;
}
     .jumbotron {
      margin-bottom: 0;
    }
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    .nasro{
        display: inline-block;
        width: 138px;
        margin: 0 0 5px 0;
    }
    .center-pad0{
        text-align: center;
        padding: 0;
    }
    .inputscla{
        border: none;
        font-size: 16px;
        width: 100%;
        padding: 5px;
    }
    .center{
        text-align: center;
    }
    .nasrop {
    width: 190px;
    margin: 5px;
    display: inline-block;
    }
    .nasrop2 {
    width: 100px;
    margin: 5px;
    display: inline-block;
    }
    .col-sm-2 {
    width: 10%;
    }
    .col-sm-1 {
    width: 16%;
    }
    .col-sm-10 {
    width: 90%;
    }
    .inputscla2 {
    text-align: center;
    font-size: 16px;
    width: 250px;
    padding: 5px;
    
    }
    @media only screen and (max-width: 600px) {
        .nasrop, .nasrop2 {
        width: 48%;
        margin: 3px 0;
        }
        .nasro {
        width: 148px;
        }
        .col-sm-1 {
        width: 100%;
        }
        .inputscla2 {
        width: 100%;
        }
    }
    /* The Modal (background) */
.modal {
  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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  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;
}

.modal-header {
  padding: 2px 5px;
  background-color: #980069;
  color: white;
}

.modal-body {padding: 15px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.hnerdraw {
    background: #effdff;
    width: 115px;
    margin: 5px;
    border: solid 1px;
    display: inline-block;
    padding: 3px;
}

.tabri {
    float: right;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 25%;
    height: 300px;
    overflow-y: scroll;
}
.tabri button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 5px 10px;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
.tabri button:hover {
  background-color: #ddd;
}
.tabri button.active {
  background-color: #ccc;
}
.tabcontentri {
    float: right;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 75%;
    border-right: none;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

button#masgclose {
    display: inherit;
    font-size: 21px;
    padding: 0;
    width: 0;
    margin: 0;
}
.titleop {
    background: #94faff;
    padding: 3px 5px;
    text-align: center;
    margin: 5px 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.titleopc {
    background: #ffde94;
    padding: 5px;
    text-align: center;
    margin: 3px 0;
    position: relative;
}

/* The containert */
.containert {
  display: contents;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containert input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 12%;
  left: 1%;
  height: 22px;
  width: 22px;
  background-color: #656565;
}

/* On mouse-over, add a grey background color */
.containert:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containert input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containert input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containert .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.n1 {
    background: #F00;
    color: #FFF;
    border-radius: 100%;
    width: 27px;
    text-align: center;
    position: absolute;
    border: solid 1px;
    left: 10px;
    top: 4px;
    font-weight: bold;
    font-family: sans-serif;
}
span.n2 {
    background: #0083e0;
    color: #FFF;
    width: max-content;
    padding: 0 4px;
    text-align: center;
    position: absolute;
    border: solid 1px;
    left: 40px;
    top: 4px;
    font-weight: bold;
    font-family: sans-serif;
}
.loading {
    background: #00000075;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 20;
}
div#loader i {
    position: fixed;
    right: 48%;
    top: 17px;
    font-size: 25px;
    color: #0076ff;
}
span.logout {
    position: absolute;
    top: 13px;
    left: 10px;
    background: #00a1ff;
    color: #FFF;
    padding: 1px 5px;
    font-size: medium;
    cursor: pointer;
}