/* 
* Copyright (C) Tempest Security Intelligence, Inc - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*/

@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 {
    font-family: -apple-system, "PTSansRegular";
}

/* First row */

#drop-zone {
    border: 1px dashed #ebebec;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}

/* Second row */

.second-row {
    border: 1px solid #ebebec;
    border-radius: 5px;
    height: 42px;
    width: 100%;
    margin: 25px 0;
    position: relative;
}

.second-row i {
    line-height: 42px;
}

.second-row button i {
    margin-left: calc(50% - 15px);
}

.ico-second-row {
    color: #536570;
    font-size: 16px;
    height: 42px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

/* Panel upload 1 */

#btn-browser {
    padding-left: 0px;
    height: 78px; 
    background: transparent;
    border: none;
    font-size: 17px;
    font-family: -apple-system, "PTSansRegular";
    outline: none;
    text-align: center;
}

#btn-browser strong {
    font-size: 20px;
} 


#btn-browser h4 {
    font-size: 13px;
    color: #7A7B7C;
}

.expiration {
    width: 100%;
    margin: 12px 0 12px;
    vertical-align: middle;
    position: relative;
}

.expiration i {
    line-height: 80px;
    color: #40B498;
    font-size: 30px;
}

#input-day {
    max-width: 40px;
    padding: 3px 1px;
    border: 1px solid #ccc;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    background-color:transparent;
    border-radius: 5px;
    color:#0081b9;
    font-size: 16px;
    font-weight: bold;
}

#input-download {
    display: inline-block;
    max-width: 40px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px 1px;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    color: #0081b9;
    font-size: 16px;
    font-weight: bold;
}

.text-expires {
    display: inline-block;
    text-align: center;
    font-family: -apple-system, "PTSansRegular";
    font-size: 15px;
}

#btn-suggest {
    background-color: transparent;
    border: 0px;
    color: #0081b9;
    font-size: 15px;
    font-family: 'FontAwesome';
    z-index: 999;
}

#btn-suggest:hover {
    color: #536570;
}

#btn-info {
    font-size: 14px;
}

#btn-info i {
   font-family: 'FontAwesome';
   font-size: 15px;
   padding-right: 7px;
}


#btn-send:hover {
    background-color: #19bdef;
}

/*Panel upload 2*/

.progress {
    line-height: 240px;
    font-size: 50px;
}


#input-file {
    display: block !important;
    height: 100%!important;
    width: 100%!important;
    position: absolute!important;
    top: 0!important;
    background: #000;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
}

.file-list-wrapper {
    background: #f9f9f9;
    color: #536570;
    padding: 7px;
    border-radius: 5px;
}

.file-list-wrapper .file-list {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.file-list-wrapper i, .file-list-wrapper img {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #0081b9;
}

.file-list-wrapper .file-progress {
    background: #e5e5e6;
    height: 5px;
    width: 100%;
    border-radius: 5px;
    display: block;
    margin: 44px 0 6px;
}

.file-list-wrapper .file-progress .bar {
    background:#0081b9;
    height: 100%;
    display: block;
    border-radius: 5px;
    position: relative;
}

.file-list-wrapper .file-progress .bar .bar-label, .file-list-wrapper .file-progress .bar .bar-completed {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
}

.file-list-wrapper .file-progress .bar .bar-completed {
    left: auto;
    right: 0;
    top: -24px;
    vertical-align: middle;
}

.file-list-wrapper .file-progress .bar .bar-completed i {
    color: inherit;
    font-size: 14px;
}

h2, h3, h4{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#btn-cancel:hover {
    background-color: rgba(154, 154, 154, 0.8);
}
  
#url-place-input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
    left:0;
}

#pwd-place-input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
    left:0;
}


#btn-cp-url {
    background-color: transparent;
    border: 0;
    color: #536570;
    font-size: 16px;
    vertical-align: middle;
    z-index: 9999;
    position: absolute;
    width: 100%;
    text-align: right;
    height: 100%;
    top: 0;
}

#div-upload-complete {
    width: 355px;
}

#btn-cp-password {
    background-color: transparent;
    border: 0;
    color: #536570;
    font-size: 16px;
    z-index: 9999;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    text-align: right;
    height: 100%;
    top: 0;
}

.clipboard, .clipboard *, .clipboard::after {
    transition: all 0.5s ease;
}

.clipboard::after {
    content: 'Copied';
    display: block;
    font-size: 12px;
    margin-top: -17px;
    opacity: 0;
}

.copied {
    color: #0081b9!important;
}

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

.clipboard.copied::after {
    opacity: 1;
}

#btn-ok:hover {
    background-color: #19bdef;
}

#modal-info {
    height: 100%;
    width: 100%;    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -107px;
}

.modal-upload {
    background-image: url("/assets/img/info-upload.png");
}

.modal-completed {
    background-image: url("/assets/img/info-transcompleta.png");
}

.disabled-suggest {
    color: #C3C3C3 !important;
}

.div-check-ico {
/*    float: left;
    height: 80px;
    padding-left: 12px;*/
    height: 80px;
    font-size: 27px;
    color: #40B498;
}

.div-check-ico h1 {
    font-size: 60px;
    height: 100%;
}

.div-check-text {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 100%;
    text-align: left;
}

#password-place {
	max-width: 260px;
	word-wrap: break-word;
    font-size: 17px;
    color: #536570;
    display: table-cell;
    vertical-align: middle;
}

.div-link-ico {
    float: left;
    height: 100%;
}

.div-link-text {
    width: 285px;
    float: left;
    height: 100%;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 25px;
}