



* {
    margin: 0%;
    padding: 0%;
    color: #fff;
    box-sizing: border-box;
  }


.user-row {
  margin-bottom: 14px;
}

.table-user-information > tbody > tr {
  font-size: 1.1rem;
  font-weight: 500;
  border-top: 1px solid #ccc;
}

.table-user-information > tbody > tr:first-child {
  border-top: 0;
}

.table-user-information > tbody > tr > td {
  border-top: 0;
  color: #282830;
}

.panel {
  margin-top: 10px;
 
}

  .container .info h4{ 
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight:300;
  }


  .xzmat .logo{
    float: left;
    margin-top: 10px;
    height: 200px;
    width: 200px;
}

.xzmat .xzmatimg{
    float: right;
    height: 210px;
    width: 550px;
}

.bigImage{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 25px;

}


@media screen and (max-width: 1200px) {

  .xzmat .logo{
    margin-top: 10px;
      height: 170px;
      width: 170px;
  }
  
  .xzmat .xzmatimg{
      height: 200px;
      width: 350px;
  }
}

@media screen and (max-width: 1000px) {
  .xzmat .logo{
      margin-top: 10px;
      margin-left: 20px;
      height: 170px;
      width: 170px;
  }
  .xzmat svg{
    width : 400px; 
    height : 500px;
  }
  .xzmat .xzmatimg{
    margin-left: 10px;
      height: 200px;
      width: 350px;
  }
}


@media screen and (max-width: 992px) {
  .footer-widget .footer-widget-heading{
  margin-top: 20px;
}
  .xzmat .logo{
    margin-left: 10px;
    margin-top: 10px;
      height: 120px;
      width: 120px;
  }
  .xzmat svg{
    width : 350px; 
    height : 450px;
  }
  
  .xzmat .xzmatimg{
    margin-left: 10px;
      height: 140px;
      width: 270px;
  }
}


@media screen and (max-width: 765px) {

  .container .logo{
    margin-left: 10px;
      margin-top: 10px;
      height: 100px;
      width: 100px;
  }
  .xzmat svg{
    width : 320px; 
    height : 420px;
  }
  .xzmat .xzmatimg{
    margin-left: 10px;
      height: 110px;
      width: 200px;
  }

  .xzmat h1{
   width: 100%;
    font-size: 2rem;
  }

  .xzmat h3{
    font-size: 2rem;
  }

  .xzmat .about{
    text-align: center;
  }
  .xzmat svg{
    float: none;
    text-align: center;
  }

  .xzmat .svgg{
    display: flex;
     justify-content: center;
  }
  
}
@media screen and (max-width: 660px) {
.xzmat svg{
  margin-top: -40px;
}
}
@media screen and (max-width: 320px) {
  .xzmat .logo{
      margin-left: 10px;
      margin-top: 10px;
      height: 90px;
      width: 90px;
  }
  .xzmat svg{
    width : 250px; 
    height : 350px;
  }
  .xzmat .xzmatimg{
    margin-left: 10px;
      height: 100px;
      width: 180px;
  }
}


@media screen and (max-width: 280px) {
  .xzmat .logo{
    margin-left: 10px;
      margin-top: 10px;
      height: 65px;
      width: 65px;
  }
  
  .xzmat .xzmatimg{
    margin-left: 10px;
      height: 75px;
      width: 130px;
  }
}



















  /* card style */

  @import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
html {
  display: flex;
}

body {

  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #fff;
}

input {
  -webkit-appearance: none;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html, body {
  min-height: 100%;
}

.card {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.card__header {
  flex-basis: 100%;
  margin: 80px 20px 40px;
}
.card__header .description {
  color: #777;
  font-size: .8rem;
  text-align: center;
}
.card__content {
  flex-basis: 100%;
  padding: 50px;
  position: relative;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}

.req {
  border: 0 none;
  font-size: 1rem;
  line-height: 2.5rem;
  outline: none;
  transition: all .1s linear;
  width: 100%;
  position: relative;
}
.req:focus {
  outline: 0;
  background: white;
}

.field {
  margin-bottom: 40px;
  position: relative;
}
.field.line {
  border-bottom: 1px solid #eee;
}

.placeholder {
  cursor: text;
  position: absolute;
  top: 10px;
  color: #909090;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

input {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.97);
  color: #212121;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
}
input.ui-full + label, input:focus + label {
  color: #3FB8AF;
  font-size: 12px;
  transform: translate3d(0, -25px, 0);
}

label {
  position: absolute;
  color: #909090;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

#choice option {
  color: black;
}

.empty {
  color: gray;
}

#choice {
  font-family: 'Lato';
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  padding-right: 50px;
  margin-top: 5px;
  font-size: .9rem;
}

.dropdown-wrapper {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 5px;
  position: relative;
}
.dropdown-wrapper:after {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #3FB8AF;
  position: absolute;
  right: 10px;
  top: 12px;
}
.dropdown-wrapper.outline {
  border: 1px solid rgba(63, 184, 175, 0.5);
  box-shadow: 0 0 10px rgba(63, 184, 175, 0.2);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0 none;
  font-size: .8em;
  outline: 0;
}

.right {
  float: right;
}

.inline {
  display: inline-block;
}

#btn {
  background-color: #fff;
  border: 1px solid #3FB8AF;
  color: #3FB8AF;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1rem;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#btn:hover {
  background-color: #3FB8AF;
  color: #fff;
}
#btn:active {
  background-color: #38a59d;
}
#btn[disabled] {
  background-color: #fff !important;
  color: #3FB8AF !important;
  opacity: .3;
  cursor: not-allowed;
}

a {
  color: #3FB8AF;
}
a:hover {
  color: #38a59d;
}

.ui-full:invalid + label {
  color: red;
}

.modal {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  padding: 30px 50px 30px 90px;
  margin-bottom: 30px;
  position: relative;
}
.modal.show {
  -webkit-animation: grow 1s 1;
          animation: grow 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal.shrink {
  -webkit-animation: shrink 1.5s 1;
          animation: shrink 1.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal:before {
  color: #3FB8AF;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 40px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -25px;
}
.modal h2 {
  color: #3FB8AF;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.modal p {
  font-size: .9rem;
  line-height: 1.5rem;
}

@-webkit-keyframes grow {
  0% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
  70% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@keyframes grow {
  0% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
  70% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes shrink {
  0% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
}
@keyframes shrink {
  0% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.focus {
  font-weight: bold;
}

#refer_pos {
  display: inline-block;
}

.close-modal {
  cursor: pointer;
  float: right;
  position: relative;
}
.close-modal:before {
  color: #aaa;
  content: "\f00d";
  position: absolute;
  right: -40px;
  top: -20px;
  padding: 10px;
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
}
.close-modal:hover:before {
  color: #919191;
}

.reset {
  color: #777;
  cursor: pointer;
  font-size: .8rem;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  display: table;
  transition: all 0.2 ease-in-out;
}
.reset:hover {
  color: #5e5e5e;
}

.refer-card {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 475px;
  display: none;
  transition: all 0.6s ease-in-out;
}
.refer-card.fade {
  display: block;
  -webkit-animation: drop .3s 1;
          animation: drop .3s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes drop {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes drop {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
  }
}
li {
  list-style: none;
}

.positions {
  display: table;
  width: 475px;
  transition: all 0.3s ease-in-out;
  -webkit-animation: fade .3s 1;
          animation: fade .3s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.positions.fadeOut {
  display: none;
  -webkit-animation: fadeOut .4s 1;
          animation: fadeOut .4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.positions ul {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.positions .pos-card {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}


.positions .pos-card:hover .refer {
  right: 0;
  opacity: 1;
  z-index: 9;
}
.positions .pos-card:last-child {
  border-bottom: 0 none;
}
.positions .content {
  position: relative;
}
.positions .title {
  color: #282830;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.positions .dept {
  color: rgb(105, 103, 103);
  font-size: 1rem;
}
.positions .date, .positions .refer {
  font-size: 1.1rem;
  position: absolute;
  right: 100px;
  top: 0;
  display: table;
  bottom: 0;
  color: #777;
  transition: all 0.3s ease-in-out;
}





.positions .refer {
  right: 0;
  opacity: 1;
  z-index: 9;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
}
.positions .refer:hover {
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.positions .desc {
  display: none;
  color: #555;
  font-size: .9rem;
  transition: all 0.2s ease-in-out;
}
.positions .desc.reveal {
  display: block;
  -webkit-animation: fade .5s 1;
          animation: fade .5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding-top: 30px;
  visibility: visible;
}
.positions .desc li {
  list-style: circle;
  margin-bottom: 15px;
  line-height: 1.5rem;
  margin-left: 20px;
}
.positions .desc li:last-child {
  margin-bottom: 0;
}

h2 {
  margin-bottom: 30px;
}

.return {
  display: none;
  width: 475px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 15px;
  opacity: 1;
}
.return:hover {
  opacity: .7;
}
.return:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1rem;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.return:hover:before {
  opacity: .7;
}
