/* 
* Copyright (C) Tempest Security Intelligence, Inc - All Rights Reserved
* Use of this source code is governed by a {LICENSE}
* license that can be found in the LICENSE file.
*/

@font-face {
    font-family: "PTSansRegular";
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
  font-family: -apple-system, "PTSansRegular";
  background: #536570;
  color: #536570;
}

body {
  background: url('../img/imagem-bitbox.png') #536570;
  background-size: cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center bottom;
}

h1,h2,h3,h4 {
  color: #536570;
}

p {
  font-size: 16px;
}

.row {
  display: table;
  width: 100%;
}

/* Header */

.navbar {
  height: 70px;
  background: transparent;
  border: 0px;
  border-radius: 0px;
}

.navbar-brand {
  line-height: 70px;
  max-height: 70px;
  padding: 0 20px 0 20px;
}

.navbar-brand img {
	display: inline;
}

.navbar-header {
  height: 100%;
  padding-left: 20px;
}

.navbar-header img {
  height: inherit;
}

.header-tsi:before { 
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.header-tsi {
  background-repeat: no-repeat;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 0px;
  width: 230px;
}

.header-tsi img {
  height: inherit;
}

/* Container */

.box-wrapper {
  max-width: 100vw;
  padding: 15px;
}

#main-box {
  position: relative;
  margin: 40px auto 20px auto;
  max-width: 400px;
  height: auto;
}

/* Footer */

.footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}

.footer ul li { 
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}

#loading-panel {
  padding: 10px;
  height: 100%;
  text-align: center;
  color: white;
}

#loading-panel h1 {
  color: #0081b9;
}

#loading-panel h4 {
  margin: 0px;
  color: #536570;
}

#file-support {
  /*border-right: 1px solid;*/
  padding-right: 10px;
  border-right-color: #908F8E;
}

#file-support .jsdisable {
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}

#file-support .jsdisable i.fa.fa-times-circle-o {
  color: #f14349;
}

li a {
  color: #908F8E;
}

li a:hover, li a:hover i {
  color: #19bdef;
  text-decoration: none;
}

a:link {
  color: #908F8E;
  text-decoration: none;
}

li i {
  color: #536570;
  margin-right: 5px;
}

/* Override Modal Style */

.modal-color-red .modal-backdrop {
  background-color: #f00;
}

.modal-dialog {
  margin-top: 200px;
  width: 450px;
}

#modal-title {
  color: #40B498;
}


/* Popovers */

.popover {
  background-color: #EDEDED;
  padding: 10px;
  border-color: #40B498;
  max-width: 600px;
  max-height: 400px;
  font-family: -apple-system, "PTSansRegular";
}

.popover h4 {
  padding-top: 1px;
  font-weight: bold;
}

.popover-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 370px;
}

.popover-title {
  background-color: #40B498;
  color: #fff;
  font-weight: bold;
}

.popover.top .arrow {
  border-top-color: #40B498;
}

.popover.top .arrow::after {
  border-top-color: #EDEDED; 
}

/* Supported */

.support {
  font-size: 16px;
  color: #fff;
}
.support a{ 
  color: #cdf100;
}
.support-overlay {
  display: block;
  background-color: rgba(84, 102, 112, 0.8);
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
}


.table {
  width: initial;
  margin-bottom: 0px;
}

.table>tbody>tr>td {
  border: 0px;
  padding: 2px;
}

.wordwrap {
    /* wrap long text and urls */
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
} 

.navbar {
  overflow: hidden;
}

/* Inputs box */
input:focus {
  border: 1px solid #0081b9!important;
}

.input-icon {
    position: relative;
}

.input-icon i.fa {
    position: absolute;
    top: 24px;
    left: 10px;
    font-size: 17px;
    z-index: 999;
}

.input-icon input, .input-icon .fake-input {
    position: relative;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #FFFFFF;
    border: none;
    color: #536570;
    border: 1px solid #ebebec;
    border-radius: 5px;
    outline: 0;
    padding: 4px 35px;
    margin: 12px 0;
    font-family: -apple-system, "PTSansRegular";
}

.input-icon .fake-input * {
  color: #536570;
}

.input-icon button {
  position: absolute;
  top: 22px;
  right: 0;
}

.input-icon button i.fa {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
a.btn {
  color: #536570!important;
}

a.btn:hover {
  color: #fff!important;
}

.btn {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background: #cdf100;
    background-color: rgb(205, 241, 0);
    font-family: -apple-system, "PTSansRegular";
    font-size: 13px;
    font-weight: bold;
    color: #536570;
    line-height: 20px;
    border: 0;
    float: right;
}

.btn:hover {
  color: #fff;
  background: rgb(25, 189, 239);
}

.btn:disabled {
  color: #536570!important;
  background-color: #e6e6e7!important;
}

.fa.block {
  display: block;
}

.fa.fa-plus, .fa.circle {
    text-align: center;
    color: #0081b9;
    font-size: 23px!important;
    border: 3px solid #0081b9;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 42px;
}

.fa.fa-check.alt {
    text-align: center;
    color: #4ace4e;
    font-size: 23px;
    border: 3px solid #4ace4e;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 42px;
}

.icon img {
  margin-bottom: 15px;
}

.message-box {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.message-box h2 {
    font-size: 20px;
    margin: 0px;
    color: #536570;
    font-weight: bold;
}

.message-box span {
    position: relative;
    margin: 0px;
    display: inline-table;
    text-align: center;
}

.message-box i {
    display: block;
    color: #4ace4e;
    margin: 0 auto 20px !important;
}

i.fa.blue {
  color: #0081b9!important;
}

i.fa.red {
  color: #E5554F!important;
}

.fa.circle.red {
  color: #E5554F;
  border: 3px solid #E5554F;
}

.container {
  width: 100vw;
}

.content-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.footer-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: -30px;
}

.desktop { 
  display: block;
}

.mobile { 
  display: none;
}

.tip {
  color: #899197;
  position: relative;
  top: -12px;
  display: inline-block;
  font-style: italic;
  font-size: 12px;
}

#buttons-bar {
    max-width: 400px;
    margin: 15px 0;
    position: relative;
    float: left;
    width: 100%;
}

.howtouse {
  color: #cdf100;
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
  width: max-content;
  margin-top: -11px;
  display: none;
}

.howtouse.right {
  left: 100%;
}

.howtouse.left {
  right: 100%;
}


.howtouse.right .indicator {
  margin-left: -5px;
}

.howtouse i {
  font-size: 10px!important;;
  vertical-align: middle!important;
  margin: 0!important;
  position: unset !important;
  line-height: inherit!important;
  color: #cdf100!important;
  height: auto !important;
}

.howtouse .indicator {
  border-bottom: 1px solid #cdf100;
  width: 65px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.howtouse .txt {
  max-width: 285px;
  color: #f9f9f9;
  font-family: -apple-system, "PTSansRegular";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
}

.howtouse-overlay {
  display: none;
  background-color: rgba(84, 102, 112, 0.6);
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
}

@media only screen and (max-width: 799px) {
  body {
    padding-bottom: 10px;
    overflow-x: hidden;
  }

  a.btn {
    padding-top: 13px;
  }
  
  .btn-info-wrapper {
    display: none!important;
  }
  
  .howtouse {
    display: none!important;
  }
  
  .fa.fa-plus, .fa.circle {
    height: 60px;
    width: 60px;
    font-size: 30px!important;
    line-height: 56px;
  }

  .header-tsi.mobile {
    bottom: 0;
    position: relative;
    height: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  .navbar {
    position: unset;
    width: 100vw;
    text-align: center;
    margin-bottom: 0;
  }

  .navbar-brand {
    float: none;
  }

  #main-box {
    margin-top: 20px;
  }

  .footer-wrapper {
    background: transparent;
    border-radius: 5px;
    padding: 0;
    margin-top: 20px;
  }

  .footer-wrapper a {
    color: #d1d4d6;
  }

  .footer-wrapper a:hover i.fa {
    color: #19bdef;
  }

  .footer-wrapper i.fa {
    color: #cdf100;
  }

  .desktop { 
    display: none;
  }

  .mobile { 
    display: block;
  }

  .btn {
    height: 45px;
  }

  .modal-dialog {
    margin-top: 200px;
    width: 450px;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  
  }
  .popover {
    max-width: 100vw;
  }

  .input-icon input, .input-icon .fake-input {
    font-size: 14px;
  }

  #drop-zone {
    position: relative;
  }
  #btn-browse {
    pointer-events: none;
  }
}
