﻿@charset "utf-8";
/* CSS Document */
.modal-dialog.big::-webkit-scrollbar {
  width: 10px;
} /* this targets the default scrollb
.modal-dialog.big::-webkit-scrollbar-track {
      background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
.modal-dialog.big::-webkit-scrollbar-thumb {
  background-color: #e39466;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* this will style the thumb, ignoring the track */
.modal-dialog.big::-webkit-scrollbar-button {
  background-color: #f1f1f1;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.modal-dialog.big::-webkit-scrollbar-button {
  background-color: #f1f1f1;
  display: none
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.modal-dialog.big::-webkit-scrollbar-corner::before {}
.modal-dialog.big::-webkit-scrollbar-corner {
  background-color: #e39466;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.modal-body .login_box {
  padding: 20px;
  margin-bottom: 20px;
}
.modal-dialog.big .btn {
    float: left;
    font-size: 20px;
    margin-right: 0px;
}

    .modal-dialog.big .btn.right {
        float: right;
    }

.modal-dialog.big .campo_form {
  text-align: left;
  padding-bottom: 20px;
  padding-right: 20px;
}
.modal-dialog.big .campo_form .label_module {
  float: left;
  position: relative;
  font-size: 16px;
  color: #584c45;
  font-family: 'Philosopher', sans-serif;
  margin-bottom: 8px;
  font-weight: 700;
  margin-right: 10px;
  top: -1px;
}
.modal-dialog.big h4 {
  font-size: 20px;
  color: #333;
  width: 100%;
  display: inline-block;
  clear: both;
  margin: 20px 0px 10px 0px;
}
.modal-dialog.big hr {
  margin: 0px 0px 10px 0px;
  display: inline-block;
}
.modal-dialog .btn {
  float: right;
  margin-right: 10px;
  font-size: 18px;
}
.modal-dialog .modal-footer .btn {
  float: right;
  margin-right: 0px;
  font-size: 18px;
  margin-bottom: 0px
}
.modal-dialog .btn-close {
    color: #60524b;
    font-size: 36px;
    text-decoration: none;
    position: absolute;
    right: 14px;
    top: 9px;
}
.modal-dialog .btn-close:hover {
  color: #909090;
}
.modal:before {
  content: "";
  display: none;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal:target:before {
    -webkit-transition: -webkit-transform 0.9s ease-out;
    -moz-transition: -moz-transform 0.9s ease-out;
    -o-transition: -o-transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 99999;
}
.modal:target + .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal:target + .modal-dialog.big {
  top: 0%;
}
.modal-dialog.big {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0px;
  border: none;
}
.modal-body .field_module {
  border: 1px solid #cec6c2;
  margin-bottom: 10px;
}

.modal-body .login_box .field_module {
    width:48%;
	margin-right:2%;
}

/*.modal-body .lstpwd {
    clear: left;
    margin-top: 15px;
}*/
.modal-body .lstpwd a {
  text-decoration: underline;
  color: #333
}
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    /* margin-left: -200px; */
    position: fixed;
    left: 30%;
    top: -100%;
    z-index: 99999;
    width: 40%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
  letter-spacing: 0px;
  display: inline-block;
  width: 100%;
}
.modal-body p {
  font-size: 17px;
  color: #584c45;
  line-height: 24px;
  margin-bottom: 10px;
}
.modal-body h4 {
  color: black;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  margin: 0px 0px 10px 0px;
  font-weight: 600
}
.modal-body h3 {
  color: black;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin: 20px 0px;
}
.modal-header {
  padding: 10px 20px;
  border-bottom: #eee solid 1px;
  width: 100%;
}
.modal-header h1 {
   font-size:30px
}
.modal-footer {
  padding: 20px;
  margin-top: 0px;
  text-align: center;
  border-top: #eee solid 1px;
  display: inline-block;
  width: 100%;
}
.modal-footer p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.modal-footer p a {
  text-decoration: underline;
  color: #584c45;
  font-weight: 700;
  font-size: 16px;
}
.modal-header h3 {
  font-weight: 400;
  font-size: 23px;
  text-align: left;
  margin-bottom: 0px;
  color: #584c45;
  margin-top: 0px;
}
@media screen and (max-width:1024px) {
  .modal-dialog {
    left: 20%;
    width: 60%;
  }
}
@media screen and (max-width:820px) {
  .modal:target + .modal-dialog {
    top: 13%;
  }
}
@media screen and (max-width:778px) {
  .modal-dialog {
    left: 10%;
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .campo_form, .modal-dialog.big .campo_form {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 24px;
  }
  .campo_form .campo_form, .modal-dialog.big .campo_form .campo_form {
    padding-bottom: 0px;
  }
  .modal-dialog {
    left: 0%;
    top: 0%;
    width: 100%;
  }
  .modal:target + .modal-dialog {
    top: 0%;
  }
  .modal-dialog .btn {
    margin: 0px 0px;
  }
  .modal-dialog {
    border: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 100%
  }
}



#ctl00_modaleAvvisami_UpdateProgress1 {
    position: absolute;
    top: 25%;
    left: 40%
}

    #ctl00_modaleAvvisami_UpdateProgress1 span {
        position: absolute;
        top: 44%;
        left: 20%;
    }
