html,
body, img, tr, #Info p, #Login, #Login > .width input:not(.submit), #Account > .width #Menu, #Account > .width #Body form .file-preview-frame .kv-file-content, #Account > .width #Footer table tr::before, .modal:not(.partial) {
  width: 100%; }

html,
body, #App, .modal:not(.partial) {
  height: 100%; }

html,
body {
  max-width: 100%; }

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

* {
  display: block; }

#Account > .width #Header {
  display: flex; }

span, br, a.btn, #Account > .width #Menu, #Account > .width #Header .left, #Account > .width #Header .right, #Account > .width #Body form .file-preview-frame .file-thumbnail-footer, #Account > .width #Body form .file-preview-frame .file-thumbnail-footer .file-actions, #ModalSize.low, #ModalSize.medium, #ModalSize.high {
  display: inline-block; }

#Account > .width #Header {
  display: flex; }

title,
script,
link,
meta, #Login > .width input.captcha, #Account > .width #Footer table tr:nth-child(1)::before {
  display: none; }

*, #Account > .width #Body form .file-input .file-preview {
  padding: 0; }

*, #Account > .width #Body form .file-preview-frame, #ModalSize p, #ModalSize span {
  margin: 0; }

.btn, #Info, #ModalInfo .close {
  cursor: pointer; }


body {
  font-family: Arial, Helvetica, sans-serif; }

#App, form #Info, #Account > .width, #Account > .width #Header, #Account > .width #Footer table tr, #Account > .width #Footer table tr td {
  position: relative; }

#Info, #Info p, #Login, #Account > .width #Menu #AppName, #ModalInfo .close {
  position: absolute;
  left: 0;
  top: 0; }

* {
  box-sizing: border-box;
  outline: none; }

body {
  font-weight: 300;
  font-size: 9pt;
  line-height: 1.4;
  overflow: hidden; }

table {
  border-spacing: 0;
  border-collapse: separate; }

tr {
  display: inline-table; }

td {
  display: table-cell; }

h1 {
  font-size: 60pt; }

h2 {
  font-size: 3rem;
  font-weight: 600; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.25rem; }

h6 {
  font-size: 9pt;
  font-weight: 300; }

.btn {
  outline: none;
  background-color: #fff;
  border: 1px solid #dd2d26;
  color: #231f20;
  padding: 0.5rem 2rem;
  text-decoration: none;
  border-radius: 0; }
  .btn:hover {
    background-color: #dd2d26;
    color: #fff; }

.glyphicon {
  font-size: 13px !important; }

#App {
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (max-width: 700px) {
    #App {
      width: 100%;
      max-width: 100%;
      margin: 0; }
      #App .width {
        width: 100% !important; } }
  #App .width {
    width: 668px;
    margin: 0 auto; }

.container {
  max-width: 100% !important;
  width: 100% !important; }

#Info {
  left: auto;
  right: 0;
  top: 1.8rem;
  width: 25px;
  height: 25px;
  border: 1px solid #dd2d26; }
  #Info:hover {
    background-color: #dd2d26;
    color: #fff; }
  #Info p {
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }

form #Info {
  top: -1.8rem; }

#Login {
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  #Login > .width {
    padding: 0 150px; }
    @media only screen and (max-width: 700px) {
      #Login > .width {
        padding: 50px; } }
    #Login > .width #Header {
      margin-bottom: 2rem;
      text-align: center; }
    #Login > .width #form_obor {
      border: 1px solid #dd2d26;
      padding: 0.75rem 2rem;
      width: 100%;
      margin-bottom: 1.5rem; }
      #Login > .width #form_obor.false {
        background-color: #dd2d26;
        color: #fff; }
      #Login > .width #form_obor.true {
        background-color: #fff;
        color: #231f20; }
    #Login > .width input.false {
      border-left: 1px solid #dd2d26 !important;
      border-top: 1px solid #dd2d26 !important;
      border-right: 1px solid #dd2d26 !important; }
    #Login > .width input.true {
      border-left: none !important;
      border-top: none !important;
      border-right: none !important; }
    #Login > .width input.submit {
      margin: 0 auto;
      margin-top: 2rem; }
    #Login > .width input:not(.submit) {
      margin-bottom: 1.5rem;
      border: none;
      border-bottom: 1px solid #dd2d26;
      padding: 0.5rem; }
    #Login > .width input:invalid {
      color: #a69b9e; }

#Account > .width {
  z-index: 10;
  padding-bottom: 125px; }
  #Account > .width #Menu {
    margin-bottom: 25px;
    position: fixed;
    left: 0;
    padding: 1rem 2rem 1rem 1rem;
    z-index: 10000;
    background-color: #fff; }
    #Account > .width #Menu #Logo {
      float: left;
      width: 150px; }
      @media only screen and (max-width: 350px) {
        #Account > .width #Menu #Logo {
          width: 100px; } }
    #Account > .width #Menu #AppName {
      top: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      color: #dd2d26;
      font-weight: 600;
      font-size: 1rem; }
      @media only screen and (max-width: 500px) {
        #Account > .width #Menu #AppName {
          display: none; } }
    #Account > .width #Menu #Logout {
      float: right;
      margin-top: 1rem; }
      @media only screen and (max-width: 350px) {
        #Account > .width #Menu #Logout {
          margin-top: 0.35rem; } }
  #Account > .width #Header {
    flex-direction: row;
    margin-bottom: 40px;
    margin-top: 100px; }
    #Account > .width #Header .left #Index {
      color: #dd2d26;
      font-weight: 600; }
    #Account > .width #Header .right {
      padding-top: 1.8rem;
      padding-left: 40px; }
      #Account > .width #Header .right h6:nth-child(1) {
        margin-bottom: 10px; }
  #Account > .width #Body {
    margin-bottom: 60px; }
    #Account > .width #Body #Disclaimer {
      font-size: 1rem;
      color: green;
      margin-bottom: 25px; }
    #Account > .width #Body form .form-control {
      border-radius: 0; }
    #Account > .width #Body form .file-thumb-progress {
      height: 16px; }
      #Account > .width #Body form .file-thumb-progress .progress {
        height: 16px;
        border-radius: 0; }
        #Account > .width #Body form .file-thumb-progress .progress .progress-bar {
          height: 16px; }
    #Account > .width #Body form .kv-upload-progress .progress {
      height: 30px;
      border-radius: 0; }
      #Account > .width #Body form .kv-upload-progress .progress .progress-bar {
        height: 30px;
        padding-top: 5px; }
    #Account > .width #Body form .file-preview {
      min-height: 250px; }
    #Account > .width #Body form .file-preview-frame {
      width: 33%;
      border: 1px solid #dd2d26;
      box-shadow: none;
      padding: 0; }
      @media only screen and (max-width: 700px) {
        #Account > .width #Body form .file-preview-frame {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        #Account > .width #Body form .file-preview-frame {
          width: 100%; } }
      #Account > .width #Body form .file-preview-frame .kv-file-content {
        height: auto;
        margin-bottom: 0.75rem; }
        #Account > .width #Body form .file-preview-frame .kv-file-content img {
          width: 100% !important; }
      #Account > .width #Body form .file-preview-frame .file-thumbnail-footer {
        height: auto;
        width: 100%; }
        #Account > .width #Body form .file-preview-frame .file-thumbnail-footer .file-upload-indicator {
          padding: 5px; }
        #Account > .width #Body form .file-preview-frame .file-thumbnail-footer .file-actions {
          float: right;
          padding: 10px 5px 5px 5px; }
    #Account > .width #Body form .file-input .file-preview {
      border: none; }
      #Account > .width #Body form .file-input .file-preview .file-drop-zone {
        border: none;
        border-radius: 0;
        margin: 0 0 1rem 0;
        background-image: repeating-linear-gradient(to right, #231f20 0%, #231f20 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #231f20 0%, #231f20 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #231f20 0%, #231f20 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #231f20 0%, #231f20 50%, transparent 50%, transparent 100%);
        background-position: left top, left bottom, left top, right top;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px; }
        #Account > .width #Body form .file-input .file-preview .file-drop-zone.file-highlighted {
          border: none !important; }
        #Account > .width #Body form .file-input .file-preview .file-drop-zone .file-drop-zone-title {
          padding: 125px 10px; }
  #Account > .width #Footer table tr {
    padding: 15px 0; }
    #Account > .width #Footer table tr::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      border-top: 1px solid #dd2d26;
      z-index: 10; }
    #Account > .width #Footer table tr td {
      text-align: right;
      z-index: 5;
      transition: color 1s ease-in-out; }
      #Account > .width #Footer table tr td.name {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        color: #dd2d26;
        width: auto; }
        @media only screen and (max-width: 480px) {
          #Account > .width #Footer table tr td.name {
            width: auto;
            max-width: 90px;
            word-wrap: break-word; } }
      #Account > .width #Footer table tr td.date {
        color: #a69b9e;
        width: 100px;
        min-width: 100px; }
      #Account > .width #Footer table tr td.size {
        width: 100px;
        min-width: 120px;
        padding-right: 20px; }

.modal {
  z-index: 100000;
  position: fixed; }
  .modal > .width {
    padding-top: 50px; }
  .modal:not(.partial) {
    background-color: rgba(255, 255, 255, 0.925);
    top: 0;
    left: 0;
    overflow-y: auto; }
    .modal:not(.partial) p {
      font-size: 1rem; }
  .modal.partial {
    bottom: 0; }
    .modal.partial.left {
      left: 0;
      right: auto; }
    .modal.partial.right {
      right: 0;
      left: auto; }
  .modal.hidden {
    visibility: 0;
    z-index: -1;
    opacity: 0; }

#ModalSize {
  padding: 1rem;
  z-index: 10000;
  top: auto; }
  @media only screen and (max-width: 1000px) {
    #ModalSize {
      width: 100%;
      background-color: #fff; } }
  #ModalSize.low {
    color: green; }
  #ModalSize.medium {
    color: orange; }
  #ModalSize.high {
    color: #dd2d26; }
  #ModalSize p, #ModalSize span {
    float: left; }
  #ModalSize span {
    white-space: pre; }

#ModalInfo {
  display: block; }
  #ModalInfo h1, #ModalInfo h2, #ModalInfo h3, #ModalInfo h4, #ModalInfo h5, #ModalInfo h6 {
    margin-bottom: 0.25em; }
  #ModalInfo > .width {
    padding-bottom: 100px; }
    @media only screen and (max-width: 480px) {
      #ModalInfo > .width {
        padding-left: 25px;
        padding-right: 25px; } }
  #ModalInfo .close {
    left: auto;
    right: 0;
    top: 0;
    color: #dd2d26;
    font-size: 2rem;
    padding: 2rem; }
  #ModalInfo .formats {
    column-count: 4;
    column-gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem; }
    #ModalInfo .formats li {
      border: 1px solid #dd2d26;
      text-align: center;
      padding: 1rem 2rem;
      margin-bottom: 1.25rem;
      width: 100%;
      display: inline-block; 
      }

#Error {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

  .msg {
  	display: none;
    position: absolute;
    left: 100%;
    width: 250px;
    top: 0;
    background-color: #dd2d26;
    color: white;
    padding: 0.25rem 0.5rem;
    margin-left: 1rem;
}

@media only screen and (max-width: 1000px) {
	.msg {
		position: relative !important;
		left: 0 !important;
		width: 100% !important;
		margin: 0 0 1.5rem 0 !important;
	}
}

.msg.active {
	display: block;
}

#Login form > div {
	position: relative;
}

/*# sourceMappingURL=main.css.map */
