@font-face {
  font-family: DroidKufi;
  font-style: normal;
  font-weight: normal;
  src: url("../../../assets/fonts/DroidKufi-Regular.eot?") format("eot"),
    url("../../../assets/fonts/DroidKufi-Regular.woff") format("woff"),
    url("../../../assets/fonts/DroidKufi-Regular.ttf") format("truetype");
}

@font-face {
  font-family: DroidKufi;
  font-style: normal;
  font-weight: bold;
  src: url("../../../assets/fonts/DroidKufi-Bold.eot?") format("eot"),
    url("../../../assets/fonts/DroidKufi-Bold.woff") format("woff"),
    url("../../../assets/fonts/DroidKufi-Bold.ttf") format("truetype");
}

@font-face {
  font-family: DroidKufi;
  font-style: normal;
  font-weight: normal;
  src: url("../../../assets/fonts/DroidKufi-Regular.eot?") format("eot"),
    url("../../../assets/fonts/DroidKufi-Regular.woff") format("woff"),
    url("../../../assets/fonts/DroidKufi-Regular.ttf") format("truetype");
}

@font-face {
  font-family: DroidKufi;
  font-style: normal;
  font-weight: bold;
  src: url("../../../assets/fonts/DroidKufi-Bold.eot?") format("eot"),
    url("../../../assets/fonts/DroidKufi-Bold.woff") format("woff"),
    url("../../../assets/fonts/DroidKufi-Bold.ttf") format("truetype");
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.logout {
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  font-size: 20px;
  position: absolute;
  background-color: #555;
  top: -8px;
  left: 100px;
  height: 44px;
  width: 150px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 7px;
  cursor: pointer;
  z-index: 5000;
}

.logout:hover {
  background-color: #777;
}

a {
  color: #666;
}

.notes {
  color: #999;
  font-size: 13px;
  line-height: 24px;
  margin-top: 20px;
}

input[type="checkbox"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  -o-transform: scale(1.4); /* Opera */
  padding: 10px;
}

body {
  background-size: cover;
  font-family: DroidKufi;
  min-width: 500px;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 40px;
  color: #555;
}

.body_contaienr {
  direction: rtl;
}

.test_container {
  margin-top: 70px;
  width: 96%;
  max-width: 1200px;
  height: 650px
    /* ---------------------------------------------------------------------------------- */;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.content_container {
  height: 85%;
  margin-top: 3%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}

.control_container {
  height: 12%;
}

.title {
  font-size: 48px;
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  color: #505581;
  line-height: 65px;
  margin-bottom: 50px;
  font-weight: normal !important;
}

.author {
  font-size: 25px;
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  color: #555;
  margin-top: -15px;
  font-weight: normal !important;
}

.btn {
  background-color: #1c4055;
  color: #fff;
  min-width: 120px;
  border-radius: 5px;
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  font-size: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.btn:hover {
  background-color: #155275;
}

.btn_wide {
  min-width: 180px;
}

.login {
  margin-top: 50px;
  font-weight: bold;
  width: 100%;
  max-width: 800px;
  color: #666;
}

.login td {
  vertical-align: top;
  padding-bottom: 15px;
}

.login_label {
  max-width: 200px;
  padding-left: 20px;
}

.input {
  width: 95%;
  min-width: 200px;
  padding: 4px;
  border: 1px solid #999;
  font-size: 18px;
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
}

.input_en {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
}

#intro1 {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 80000;
  background-image: url(lightbox-ico-loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#intro2 {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 80000;
  background-image: url(giclogo.png);
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#intro3 {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 80000;
  opacity: 0;
}

.intro_title {
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  font-size: 55px;
  color: #222;
  position: relative;
  margin-top: 300px;
  text-shadow: 3px 3px 0px #fff;
  direction: rtl;
}

.error {
  color: #d00;
  font-size: 17px;
  font-weight: bold;
}

.success {
  color: #080;
  font-size: 17px;
  font-weight: bold;
}

.slide {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  text-align: justify;
  height: 550px
    /* ---------------------------------------------------------------------------------- */;
  margin-top: -550px
    /* ---------------------------------------------------------------------------------- */;
}

.slide:first-child {
  margin-top: 0px !important;
}

.big {
  font-size: 24px;
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  margin-bottom: 10px;
}

.small {
  font-size: 17px !important;
  line-height: 28px;
  text-align: justify;
}

.subtitle {
  font-size: 32px;
  font-family: DroidKufi, Arial, Helvetica, sans-serif;
  font-weight: normal !important;
}

.list_item {
  margin-bottom: 10px;
  padding-right: 30px;
  background-image: url(bullet.png);
  background-repeat: no-repeat;
  background-position: right 11px;
}

.name_form {
  margin-top: 30px;
}

.question_container {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dashed #888;
  font-size: 20px;
  text-align: right;
}

.question_id {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 24px;
  font-weight: normal !important;
  border: 1px solid #bbb;
  text-align: center;
  border-radius: 3px;
  margin-left: 20px;
  width: 35px;
}

.question_container .input {
  min-width: 0px;
}

.break {
  height: 50px;
}

.result {
  padding: 25px;
  text-align: center;
  border: 2px solid #aaa;
  border-radius: 50px;
  max-width: 800px;
}

.details_box {
  height: 90%;
  border: 2px solid #666;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  overflow-y: scroll;
  padding: 1.5%;
}

.print_container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 670px;
  font-weight: bold;
  direction: rtl;
  text-align: justify;
}

@media only screen and (max-width: 800px) {
  .test_container {
    height: 750px
      /* ---------------------------------------------------------------------------------- */;
    margin-top: 20px;
  }

  .title {
    font-size: 40px;
    margin-top: 30px;
  }

  .slide {
    height: 620px
      /* ---------------------------------------------------------------------------------- */;
    margin-top: -620px
      /* ---------------------------------------------------------------------------------- */;
  }

  .content_container {
    font-size: 17px;
  }

  .big {
    font-size: 20px;
  }

  .question_container {
    font-size: 18px;
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
