    html,
body {
  
}
body {
    background: #8FB4D6;
    background-image: -webkit-radial-gradient(top, circle cover, #C0D25B, #8DB800 80%);
    background-image: -moz-radial-gradient(top, circle cover, #C0D25B, #8DB800 80%);
     background-image: -o-radial-gradient(top, circle cover, #C0D25B, #8DB800 80%);
    background-image: radial-gradient(top, circle cover, #C0D25B, #8DB800 80%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.signin {
    display: block;
    position: relative;
    width: 60%;
    height: 90%;
    margin: 20px auto;
    padding: 10px;
    background-color: #8FB4D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
}
.signin .avatar {

      width: 80%;
    height:60%;

    margin: 0 auto 10px auto;
    border: 0px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.signin .inputrow {
    position: relative;
    text-align: center;
}
.signin .inputrow label {
    position: absolute;

}
.signin .inputrow label:before {
    color: #538a9a;
    opacity: 0.4;
    -webkit-transition: opacity 300ms 0 ease;
    -moz-transition: opacity 300ms 0 ease;
    transition: opacity 300ms 0 ease;
}
.signin input[type="text"],
.signin input[type="password"] {
    padding: 10px 10px 20px 30px;
    display: block;
    width: 100%;
    height: 120%;
 background-color: #fff;
    border: 1px solid #8FB4D6;
   
    color: #333;
    font-size: 1.5em;
    font-weight: 400;
    outline:  solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: border-color 300ms 0 ease;
    -moz-transition: border-color 300ms 0 ease;
    transition: border-color 300ms 0 ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.signin input[type="text"]:focus + label:before,
.signin input[type="password"]:focus + label:before {
    opacity: 1;
}
.signin input[type="submit"] {
    -webkit-appearance: none;
    height: auto;
    padding: 10px 12px;
    position: absolute;
     align-self: center;
    background-color: #538a9a;
    text-transform: uppercase;
    color: #fff;
    border: 0;

    margin: 0;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.signin input[type="submit"]:hover {
    background-color: #5e98a8;
}
.signin input[type="submit"]:active {
    background-color: #4a7b89;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #004C99;
}

.flex-container > div {
  background-color: #60F2C2;
  width: auto;
  margin: 10px;
  text-align: center;

}

 input {

    font-size: 16px;
    color: #4A3702;
    font-weight: bold;
-webkit-border-radius:auto;
-moz-border-radius: auto;
border-radius: 50px;
background-color: #DCFFD6;

}
 input[type=submit] {
  background-color: #FFF7F0;
border: 2px solid #ffffff;
box-shadow: -5px -5px 5px #8CCF07, 5px -5px 5px #8CCF07, -5px 5px 5px #8CCF07, 5px 5px 5px #8CCF07;
color: #9100EB;
text-shadow: -2px -2px 2px #E2C508, 2px -2px 2px #E2C508, -2px 2px 2px #E2C508, 2px 2px 2px #E2C508;
 }
  Button[type=subi] {
  background-color: #E6FFC2;
border: 2px solid #ffffff;
box-shadow: -1px -1px 1px #5E0099, 1px -1px 1px #5E0099, -1px 1px 1px #8CCF07, 1px 1px 1px #5E0099;
color: #5E0099;
text-shadow: -0.5px -0.5px 0.5px #E2C508, 0.5px -0.5px 0.5px #E2C508, -0.5px 0.5px 0.5px #E2C508, 0.5px 0.5px 0.5px #E2C508;
 position: relative;
 }

td {    width: auto;
    border: solid 0.1px #CFCFCF;
}
 .kio {
      Box-shadow: none;
     text-shadow: none;

 }

a:link {
color: #823EB6;
}

.group{
display: inline-block;
}

#gtco-header {
width: 99%;
background: #A1FB41;
background: -moz-linear-gradient(left, #A1FB41 0%, #33a1bd 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #A1FB41), color-stop(100%, #33a1bd));
background: -webkit-linear-gradient(left, #A1FB41 0%, #33a1bd 100%);
background: -o-linear-gradient(left, #A1FB41 0%, #33a1bd 100%);
  background: -ms-linear-gradient(left, #A1FB41 0%, #33a1bd 100%);
  background: linear-gradient(to right, #A1FB41 0%, #33a1bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1FB41', endColorstr='#33a1bd', GradientType=1 );
   
}
#gtco-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 0 !important;
}
#gtco-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 10px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    line-height: 0.2 !important;
  }
}
#gtco-header h1.no-margin {
  margin-bottom: 0 !important;
}
#gtco-header .copy {
  margin-top: 0em;
}
#gtco-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#gtco-header .header-img {
  margin-bottom: 10px;
}
 .gtco-container {
  width: auto;
  position: relative;
  margin: 10 10 10 10 px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%
}
.btn {
  margin-right: 4px;
  margin-bottom: 0px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
   letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background: #17B794;
  color: #fff;
 
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1acea6 !important;
  border-color: #1acea6 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #17B794;

}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #17B794;
  color: #fff;
}
.btn-success {
  background: #5cb85c;
  color: #fff;

}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
 
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}
.btn-info {
  background: #B7E3F0;
  color: #fff;
     border: 0.5px solid #5cb85c
   font-size: 5px;
  
    padding: 0px 0px;

}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;

}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}
.btn-warning {
  background: #f0ad4e;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;

}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}
.btn-danger {
  background: #d9534f;
  color: #fff;
 
  border-radius: 10%;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: #000;

  border-radius: 50%;

}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #E62B06;
  background: #C8F631;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
 
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #E6E200;
  color: #E6E200 ;

}

.btn-special {
  background: #FFB433;
  color: #FCFCD6;

 border-radius: 50%;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #48051B;
  background: #FFFF38;
  border-color: #00ffa3;
}
.btn-special.btn-outline {
  color: #fff;

}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #000;
 
}

.btn-outline {
  background: none;

  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;

  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #17B794;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}
      p {
  margin-bottom: 20px;
}
  p.firstpar {
  margin-top: 0;
  text-indent: 10em;
  padding: 0 20px 0 5px;
}
        .no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.info {
width: 70 px;
font-size: 10px;
  }
  .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.ui-autocomplete {
    max-height: 250px !important;
    min-height: 100px !important; /* Ensures it does not collapse */
    overflow-y: auto !important;
    overflow-x: hidden;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
    max-height: 250px !important;
    overflow-y: auto !important;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 5px;
    float: left;
    clear: both;
    width: 100%;
    font-size: 20px !important;
    background: #F5FE9F;
    font-family: "Tajawal", "Cairo", "Noto Sans Arabic", sans-serif;
    color: #1565C0;
    height: auto; /* Allow content to expand */
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}



