html{
    height: 100%;
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(fonts/Montserrat-Regular.ttf)
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(fonts/Montserrat-Bold.ttf)
}
body{
    height: 100%;
    /*background-image: url(images/background1.jpg);
    background-position: center;
    background-size: cover;*/
    color: #777777;
    font-family: "Open Sans Condensed", sans-serif;
    /*margin-left: 32px;
    margin-right: 32px;*/
    margin: 0px;
    overflow-x: hidden;
    font-size: 14px;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
    color: #333333;
}
.main_screen{
    height: 100%;
    /*background-image: url("/images/bg_17_01_5x5_g.png");*/
    background-repeat: repeat;
    background-position: 40px 40px;
    background-color: #222222;
    position: relative;
}
.main_screen .background_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    /*background-image: url("/images/bg_17_01_5x5.png");*/
    background-repeat: repeat;
    background-color: #222222;
    background-size: cover;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}
.main_screen .banner_box{
    display: inline-block;
    background-color: #ffffff;
    color: #999999;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 32px;
    padding-left: 42px;
    padding-right: 42px;
    max-width: 100%;
    box-shadow: 4px 4px 32px 0px;
    color: #777777;
}

.ondragover .background_image{
    opacity: 0 !important;
}
.header{
    /*overflow: hidden;*/
    padding-top: 32px;
    margin-bottom: 16px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: inherit;
    z-index: 10;
}
.header .title{
    font-family: "Open Sans Condensed", sans-serif;
    display: table-cell;
    font-size: 2.8em;
    color: white;
    padding-left: 22px;
    font-weight: 700;
}
.header .title img{
    width: 200px;
    margin-right: 6px;
    vertical-align: middle;
}
.terms_of_use{
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.4em;
    margin-top: 22px;
    visibility: hidden;
}
.terms_of_use a{
    text-decoration: underline;
    cursor: pointer;
}
.terms_of_use a:hover{
    color: rgba(255, 68, 136, 1);
}
.footer{
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.footer .social_wrapper{
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: 12px;
    border-radius: 8px;
    padding-right: 22px;
    display: inline-block;
    transition: opacity 1s ease;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}
.footer .social_wrapper .social_wrapper_help_us{
    background: #dddddd;
    color: #777777;
    padding: 8px;
    padding-left: 22px;
    display: inline-block;
    font-size: 1.4em;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: background-color 0.4s ease;
}
.footer .social_wrapper .social_wrapper_help_us_highlighted{
    background-color: #35d33f;
}
.know_more{
    position: absolute;
    bottom: 0px;
    margin: auto;
    width: 120px;
    color: #999999;
    background-color: #ffffff;
    padding: 12px;
    cursor: pointer;
    text-align: center;
    left: 0px;
    right: 0px;
    padding-bottom: 12px;
    opacity: 0;
    transition: padding-bottom 0.4s ease, opacity 1s ease;
}
.know_more:hover{
    padding-bottom: 32px;
}
.know_more .material-icons{
    margin-right: 0px;
}
.menu{
    float: right;
}
.menu_entry{
    margin-left: 22px;
    cursor: pointer;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}
.menu_entry:hover{
    color: #35d33f;
}
.main_container{
    clear: both;
    color: white;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    
    /*
    background-color: #bbbbbb;
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
    */
    
    height: 70%;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    /*position: relative;*/
    
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    
    cursor: pointer;
    
}
 
.cursor_copy{
    cursor: copy;
}
.green_background{
    background-color: #35d33f;
}
/*
.ondragover{
    background-color: #bbbbbb;
}
*/

.drag_and_drop_banner{
    opacity: 0;
    font-size: 1.74em;
    font-family: "Open Sans Condensed", sans-serif;
    margin-top: 32px;
    
    -webkit-transition: opacity 700ms linear;
    -moz-transition: opacity 700ms linear;
    -o-transition: opacity 700ms linear;
    -ms-transition: opacity 700ms linear;
    transition: opacity 700ms linear;
    
    border-width: 2px;
    border-style: dashed;
    border-color: white;
    margin: auto;
    display: inline-block;
    padding: 12px;
    margin-top: 42px;
    border-radius: 4px;
    color: #666666;
}

.drag_and_drop_banner:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.drag_and_drop_banner .material-icons{
    vertical-align: middle;
    margin-right: 12px;
    font-size: 36px;
    
    transition-duration: 0.8s;
    transition-property: transform;
    backface-visibility: hidden;
}
.add_button{
    width: 52px;
    vertical-align: middle;
    transform: rotate(0deg);
    margin-right: 12px;
}
.animate_transform{
    transition-duration: 0.8s;
    transition-property: transform;
    backface-visibility: hidden;
}
/*
.drag_and_drop_banner .material-icons:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
*/
.banner .view_demo_wrapper{
    opacity: 0;
    transition: opacity 700ms linear;
}
.banner .view_demo{
    font-family: "Open Sans";
    font-size: 1.4em;
    margin-top: 32px;
    cursor: pointer;
    /*background-color: rgba(255, 68, 136, 0.7);*/
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}
.banner .view_demo:hover{
    text-decoration: underline;
}
.main_container .left{
    /*float:left;*/
    display: table-cell;
    width: 60%;
}
.main_container .right{
    font-family: Montserrat-Bold, sans-serif;
    /*float:right;*/
    display: table-cell;
    text-align: right;
    width: 40%;
    font-size: 3em;
    margin-top: 128px;
    margin-right: 22px;
}
.main_container .file_containers_wrapper{
    display: none;
    margin: auto;
    width: 100%;
}
.main_container .banner{
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    position: relative;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); /* IE 9 */
   	-webkit-transform: translate(0, -50%); /* Safari */
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
   	-webkit-transform: translate(-50%, -50%); /* Safari */
    
    opacity: 1;
    transition: opacity 0.4s ease;

    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;    
}
.main_container .shadow{
    /*text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);*/
    line-height: 110%;
    font-size: 3em;
}
.main_container .text_over_image{
    text-shadow: 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 8px rgba(0,0,0,1);
    font-family: Montserrat-Regular;
}
.main_container .title{
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 3em;
    text-align: left;
}

.file_container{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Montserrat-Regular, sans-serif;
}
.file_container .file_header{
    overflow: hidden;
    margin-bottom: 22px;
    text-align: left;
}
.file_container .file_header .file_name{
    float: none;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}
.file_container .file_header .file_size{
    float: right;
    font-size: 1.2em;
}
.progress_wrapper{
    text-align: left;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
.file_container .progress{
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.file_container .progress_resize{
    width: 80%;
}

.progress_label {
    float: right;
    /*width: 15%;
    width: 18%;*/
    
    display: inline-block;
    font-size: 0.9em;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-left: 10px;
    overflow:hidden;
    white-space:nowrap;
    
    vertical-align: middle;
    
    background-color: rgba(255, 255, 255, 0.3);
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 4px;
}

.file_footer{
    margin-top: 12px;
}

.small_text{
    font-size: 0.9em;
}

.file_container .progress_error{
    background-color: #EF7F7F;
}
.error_color{
    color: rgba(255, 68, 136, 1);
}
.progress span{
    position: absolute;
    display: none;
    width: 100%;
    color: black;
}

.progress .bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.input_url{
    font-family: monospace;
    font-weight: bold;
}
.input_email{

}
.email_body{
    
}
.material-icons{
    vertical-align: middle;
    margin-right: 4px;
}
.after_main{
    /*margin-left: 32px;*/
}
.question{
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
    font-size: 1.6em;
    margin-left: 6px;
    margin-left: 32px;
    cursor: pointer;
}
.question:hover{
    color: #aaaaaa;
}
.question:before{
    content: "\25BE ";
}
.answer{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    margin-bottom: 12px;
    max-width: 800px;
    margin-left: 6px;
    margin-left: 32px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s ease;
}
.answer a{
    text-decoration: underline;
}
.section_header{
    background-color: #999999;
    color: white;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    margin-left: -6px;
    margin-bottom: 22px;
    font-size: 1.8em;
}

.feedback{
    margin: 22px;
    font-family: "Open Sans";
}

.privacy{
    font-family: "Open Sans";
    margin: 22px;
}

.section_header img{
    vertical-align: middle;
    margin-right: 12px;
}

.hide_when_receiver{
    /*display: none;*/
}

.takeafileTooltipWrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    opacity: 0;
    padding-top: 4px;
    -webkit-transition: opacity 700ms linear;
    -moz-transition: opacity 700ms linear;
    -o-transition: opacity 700ms linear;
    -ms-transition: opacity 700ms linear;
    transition: opacity 700ms linear;
}
.takeafileTooltip{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 6px;
    /*margin-left: 12px;*/
    margin-right: 12px;
    max-width: 600px;
}
.takeafileTooltipButton{
    text-align: right;
    font-size: 0.8em;
    margin-top: 8px;
    color: #efefef;
    cursor: pointer;
}
.takeafileTooltipButton:hover{
    color: white;
    text-decoration: underline;
}
.arrow_up{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}
.button_share img{
    height: 18px;
}

/* *************************** */
/* Streaming                   */

.streamer_wrapper{
    overflow: auto;
    width: 100%;
}
.audio_wrapper{
    width: calc(100% - 140px);
    float: left;
}
.audio{
    width: 100%;
}
.stream_download{
    float: right;
    width: 140px;
    cursor: pointer;
}
.stream_download_disabled{
    color: rgba(255, 255, 255, 0.4);
}
.stream_download:hover{
    /*color: #7FBF3F;*/
    text-decoration: underline;
}
/* *************************** */

.qr_wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.qr_wrapper img{
    position:absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* *************************** */


/* *************************** */
.login_name_container{
    font-family: 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    padding-right: 12px;
}
.login_name_container .main_button{
    display: inline-block;
    background-color: rgba(255,45,85,1.0);
    color: white;
    margin-left: 8px;
    padding: 8px;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    vertical-align: top;
    text-transform: uppercase;
}
.login_name_container .why_register{
    background-color: rgba(255, 255, 255, 0.96);
    display: inline-block;
    margin-top: 8px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}
.login_name_container .main_button:hover{
    background-color: rgba(255,45,85,0.7);
}
.login_name_container .notifications_warning{
    display: inline-block;
    /*margin-right: 12px;*/
    background-color: rgba(255,45,85,0.9);
    color: white;
    /*max-width: 260px;*/
    /*border-radius: 4px;*/
    padding: 4px;
    padding-right: 12px;
    padding-left: 12px;
    opacity: 1;
    /*text-align: left;*/
    transition: background-color 0.6s ease, color 1s ease, opacity 1s ease;
}
.login_name_container .notifications_info{
    background-color: rgba(255, 255, 255, 0.8);
    color: #777777;
}
.login_name_container .notifications_warning .activate{
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}
.login_name_container .notifications_warning .nw_text{
    
}
.login_name_wrapper{
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    color: #999999;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-left: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}
.login_name_wrapper:hover{
    background-color: rgba(255, 255, 255, 0.8);
}
.login_name_wrapper .login_name{
    display: inline-block;
    vertical-align: middle;
    color: #444444;
    font-size: 1.2em;
}
.login_name_wrapper .login_name .warning{
    color: #ff2d55;
    margin-left: 8px;
}
.login_name_text{
    cursor: pointer;
}
.login_name_wrapper .profileImage{
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 12px;
}
.login_popup{
    background-color: rgba(255, 255, 255, 0.99);
    position: absolute;
    z-index: 1;
    right: 12px;
    padding: 22px;
    padding-top: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    -ms-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    
    margin-top: 12px;
    max-width: 100%;
    width: 240px;
    top: 80px;
}
.login_popup .login_container{
    text-align: center;
}
.login_popup .login_container .manage_contacts{
    text-align: right;
    cursor: pointer;
    margin-bottom: 12px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    padding-top: 4px;
    padding-bottom: 4px;
}
.login_popup .login_container .manage_contacts:hover{
    text-decoration: underline;
}
.login_popup .profile_image{
    height: 120px;
    cursor: pointer;
    border-radius: 100%;
    margin-bottom: 12px;
}
.login_popup .email_not_validated{
    font-size: 0.9em;
    cursor: pointer;
}
.login_popup .email_not_validated .underline_hover{
    font-size: 0.9em;
    font-style: italic;
}
.underline_hover:hover{
    text-decoration: underline;
}
.login_popup .status{
    margin-top: 8px;
}
.login_popup .login_button{
    display: inline-block;
    margin-left: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    background-color: #ffffff;
    color: #777777;
    font-size: 1em;
}
.login_popup .login_button:hover{
    color: #aaaaaa;
}
.login_popup .email_disclaimer{
    margin-bottom: 12px;
    color: #999999;
    font-size: 0.8em;
}
.login_close{
    margin-right: -18px;
    margin-bottom: 12px;
    cursor: pointer;
}
.login_text{
    text-align: left;
    margin-bottom: 6px;
}
.login_name_container .registration{
    /*cursor: pointer;*/
    display: inline-block;
    /*color: rgba(255, 68, 136, 1);*/
    margin-left: 8px;
    vertical-align: middle;
}
.login_name_container .registration .icon{
    cursor: pointer;
}
.login_login{
    color: #35d33f;
    font-weight: bold;
    cursor: pointer;
}
.login_popup .input_wrapper{
    text-align: right;
}
.login_popup .input_wrapper input{
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
    color: #666666;
    font-family: "open sans", sans-serif;
    font-size: 1.1em;
}
/* *************************** */
.author{
    background-color: white;
    padding: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-size: 1.3em;
    cursor: pointer;
}
.author .author_name{
    margin-left: 4px;
    font-size: 1.3em;
    font-weight: 700;
}
.author .author_name:hover{
    text-decoration: underline;
}
/* *************************** */
.circle{
    background-color: #35d33f;
    /*background-image: url(takeafile_icon.svg);*/
    background-position: center;
    background-size: cover;
    width: 1200px;
    height: 1200px;
    border-radius: 100%;
    transition: width 1.2s ease-out, height 1.2s ease-out;
}
.icon{
    width: 100px;
    height: 100px;
    display: none;
}
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.vertical_divider{
    height: 100px;
    width: 1px;
    display: inline-block;
    background-color: #cccccc;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
.contact{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.contact .img_container{
    position: relative;
}
.contact .img_container .img_wrapper{
    border-radius: 100%;
    overflow: hidden;
    /*position: relative;*/
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #cccccc;
    transform: translate(-50%,-50%);
}

.contact .img_container .img_wrapper_transition{
    transition: width 0.1s ease-out, height 0.1s ease-out, background-color 0.8s ease-out;
}

.contact .img_container .img_wrapper:hover{
    background-color: #35d33f;
}
.contact .curtain{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    z-index: 2;
    transition: height 1s ease-out;
}
.contact .initial{
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    color: white;
    font-size: 3em;
    background-color: transparent;
}
.contact img{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    border-width: 0px;
    z-index: 1;
}
.contact .name{
    text-align: center;
    margin-top: 2px;
    font-size: 1.1em;
    color: #333333;
    font-weight: 700;
    transition: background-color 0.6s ease;
}
.contact .notified_name{
    background-color: rgba(255, 68, 136, 1);
    color: white;
}
.display_none{
    display: none;
}
.visibility_hidden{
    visibility: hidden;
}
/* *************************** */
.contact_form{
    width: 90%;
    max-width: 600px;
    margin-top: 12px;
}
.contact_form_title{
    width: 39%;
    display: inline-block;
    font-size: 0.8em;
}
.contact_form input{
    width: 60%;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    border-radius: 2px;
    font-size: 1.0em;
}
.contact_form textarea{
    width: 100%;
    margin-top: 12px;
    font-family: 'Open Sans', sans-serif;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    border-radius: 2px;
    font-size: 1.0em;
}
.contact_form .button{
    float: right;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 500ms linear;
    transition: color 500ms linear;
    margin-top: 12px;
}
.contact_form .button:hover{
    background-color: #cccccc;
}
.form_state{
    display: none;
    float: right;
    font-size: 0.8em;
    margin-right: 12px;
    color: #aaaaaa;
}

/* *************************** */

.pb_container{
    height: 68px;
    color: white;
    /*font-family: sans-serif;*/
    margin-top: -25px;
    overflow: hidden;
}
.pb_bar_container{
    height: 100%;
    position: relative;
    overflow: hidden;
    /*background-color: rgba(255, 255, 255, 0.2);*/
}
.pb_container .pb_label_wrapper_visibility{
    /*width: 160px;*/
    width: 110px;
}
.pb_container .pb_label_wrapper_visibility_inverse{
    display: none;
}
.pb_label_wrapper{
    float: left;
    height: 100%;
    /*width: 7%;*/
    width: 0px;
    /*max-width: 0px;*/
    position: relative;
    overflow: hidden;
    /*display: none;*/
    -webkit-transition: width 500ms linear;
    transition: width 500ms linear;
}
.pb_label{
    height: 28px;
    line-height: 28px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding-right: 8px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.9em;
    -webkit-transition: background-color 700ms ease-in-out;
    transition: background-color 700ms ease-in-out;
    
    /*border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;*/
}
.pb_bar{
    height: 28px;
    display: inline-block;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 0px 0px 6px 1px rgba(0, 0, 0 ,0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
    -webkit-transition: width 1200ms linear;
    transition: width 1200ms linear;
    z-index: 0;
}
.error .pb_bar, .error .pb_label{
    background-color: rgba(255, 68, 136, 1) !important;
}
.error .pb_arrow{
    border-left-color: rgba(255, 68, 136, 1) !important;
}
.error .pb_background{
    background-color: rgba(255, 68, 136, 0.5) !important;
}

.pb_background{
    border-width: 0px;
    border-style: solid;
    border-color: black;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.pb_background_background{
    background-color: #bbbbbb;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -3;
}

.pb_arrow{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 33px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1%;
    opacity: 0;
    -webkit-transition: opacity 700ms linear;
    transition: opacity 700ms linear;
    -webkit-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
    -webkit-transition: margin-left 1200ms linear;
    transition: margin-left 1200ms linear;
    z-index: 0;
}
.pb_text{
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    text-align: center;
    line-height: 68px;
    font-weight: lighter;
    position: absolute;
    width: 100%;
}

/* *************************** */

.popup{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    overflow: auto;
}
.popup_content{
    color: #999999;
    margin-top: 42px;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 22px;
    margin-right: 22px;
}
.popup_header{
    background-color: #333333;
    color: white;
    padding: 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: large;
}
.popup_body{
    background-color: #efefef;
    padding-top: 12px;
    padding-bottom: 22px;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.popup select{
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #777777;
    padding-left: 8px;
    padding-right: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    border-radius: 4px;
    background-image: url("images/dropdown.png");
    background-repeat: no-repeat;
    background-position: right;
}
.popup select option{
    color: #777777;
}
.popup_button{
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #777777;
}
.popup_button:hover{
    background-color: #ffffff;
}
.popup input{
    display: none;
    width: 300px;
    max-width: 90%;
    margin-bottom: 12px;
    background-color: #fefefe;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    padding: 4px;
}
.popup_close{
    display: inline-block;
    float: right;
    cursor: pointer;
}

/* *************************** */

.banner_container{
    position: absolute;
    top: -200px;
    background-color: rgba(100, 100, 100, 0.96);
    color: white;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 12px;
    padding-top: 18px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: top 800ms ease-in-out;
    -moz-transition: top 800ms ease-in-out;
    -o-transition: top 800ms ease-in-out;
    -ms-transition: top 800ms ease-in-out;
    transition: top 800ms ease-in-out;
}
.banner_text{
    font-size: initial;
}
.banner_button{
    cursor: pointer;
    color: #cccccc;
    font-size: smaller;
    padding-top: 12px;
    float: right;
}
.banner_button:hover{
    color: #ffffff;
}

/* *************************** */
/* Pro version test */
.login_name{
    display: inline-block;
}
.pro_button{
    background-color: #ff2d55;
    color: white;
    display: inline-block;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0px;
    margin-left: 4px;
    font-size: 1.2em;
    cursor: pointer;
}
.pro_button:hover{
    background-color: rgba(255, 68, 136, 0.8);
}

.popup .pro_main{
    background-color: #333333;
}
.pro_main_container{
    background-color: #222222;
    color: white;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-top: 100px;
    padding: 22px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.2em;
}
.pro_title{
    font-size: 1.8em;
    margin-bottom: 12px;
}
.pro_feature{
    text-align: left;
}
.pro_feature .checkbox{
    display: initial;
    width: auto;
    margin-right: 8px;
    float: right;
    margin-left: 12px;
    cursor: pointer;
}
.pro_feature .description_title{
    display: inline-block;
    font-size: 1.4em;
}
.pro_feature .description_text{
    display: inline-block;
    margin-left: 6px;
    color: #cccccc;
}
.pro_email_label{
    margin-top: 32px;
    margin-bottom: 12px;
}
.pro_main_container input{
    display: block;
    color: #222222;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 400px;
    font-size: 1.2em;
}
.pro_main_container .input_error{
    border-color: rgba(255, 68, 136, 1);
    background-color: #fFbFbF;
}
.no_spam{
    color: #cccccc;
    font-style: italic;
}
.pro_buttons_container{
    margin-top: 22px;
}
.pro_button_cancel, .pro_button_sign{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 180px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 1.2em;
}
.pro_button_cancel{
    float: left;
    color: #cccccc;
}
.pro_button_sign{
    float: right;
    background-color: rgba(255, 68, 136, 1);
}
.pro_button_sign:hover{
    background-color: rgba(255, 68, 136, 0.8);
}
.pro_close{
    text-align: right;
    cursor: pointer;
}

/* *************************** */

.tabs_wrapper{
    display: inline-block;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #ffffff;
    color: #999999;
    max-width: 100%;
    width: 800px; /*TODO: check this*/
    box-shadow: 4px 4px 32px 0px;
}
.tabs_wrapper .inline_banner{
    font-size: 2em;
    margin-top: 12px;
    margin-bottom: 12px;
}
.tabs_wrapper .header{
    position: inherit;
    text-align: left;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.tabs_wrapper .header .file_name{
    display: inline-block;
    font-size: 1.4em;
}
.tabs_wrapper .header .file_size{
    float: right;
    font-size: 1.2em;
}
.tabs_wrapper .tabs{
    display: table;
    width: 100%;
}
.tabs_wrapper .first_tab_open .secondary_color{
    width: 20px;
}
.tabs_wrapper .tab{
    display: table-cell;
    /*padding-left: 22px;
    padding-right: 22px;*/
    transition: width 600ms ease-out;
}
.tabs_wrapper .tab .tab_wrapper{
    position: relative;
    overflow: hidden;
}
.tabs_wrapper .tab .tab_wrapper .tab_container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
}
.tabs_wrapper .tab .tab_wrapper .tab_container_info{
    position: static;
    padding-bottom: 22px;
}
.tabs_wrapper .tab_hover{
    cursor: pointer;
    /*transition: background-color 600ms ease;*/
}
.tabs_wrapper .tab_hover .tab_title .material-icons{
    display: none;
}
.tabs_wrapper .tab_hover .close{
    opacity: 0 !important;
}
.tabs_wrapper .tab_hover:hover{
    background-color: #E5f3Ef;
}
.tabs_wrapper .tab_hover:hover .tab_title{
        color: #35d33f;
}
.tabs_wrapper .tab_hover:hover .icon_takeafile{
        content: url("/images/icon_takeafile_green.svg");
}
.tabs_wrapper .tab_hover:hover .icon_cloud{
        content: url("/images/icon_cloud_green.svg");
}

.tabs_wrapper .secondary_color{
    background-color: #f0f0f0;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
}
.tabs_wrapper .tab .tab_title{
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 2em;
    font-weight: 700;
    /*font-weight: 600;*/
    transition: font 600ms ease-out;
    min-height: 50px;
    cursor: pointer;
}
.tabs_wrapper .tab .tab_title .tab_title_main{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    transition: width 600ms ease;
}
.tabs_wrapper .tab .tab_title .tab_title_main .material-icons{
    margin-left: 12px;
}
.tabs_wrapper .tab .tab_title:hover .tab_title_main .material-icons{
    color: #35d33f;
}
.tabs_wrapper .tab .tab_title img{
    width: 30px;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
}
.tabs_wrapper .tab .close{
    position: absolute;
    top: 0px;
    right: 32px;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    transition: opacity 1s ease;
    transition-delay: 2s;
}
.tabs_wrapper .tab .close:hover{
    color: #35d33f;
}
.tabs_wrapper .tab .img200px{
    width: 200px;
}
.tabs_wrapper .tab .text{
    margin-top: 4px;
    margin-bottom: 12px;
    /*font-style: italic;*/
    font-size: 1.3em;
    color: #bbbbbb;
}
.tabs_wrapper .tab .divider{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dddddd;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 22px;
    margin-bottom: 12px;
}
.tabs_wrapper .tab .feature{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1.2em;
}
.tabs_wrapper .tab .feature .text{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: normal;
    font-size: 1.2em;
    color: #999999;
}
.tabs_wrapper .tab .feature .material-icons{
    margin-right: 0px;
}
.tabs_wrapper .tab .feature .value{
    display: inline-block;
    margin-left: 12px;
    font-size: 1.2em;
    font-style: italic;
    vertical-align: top;
}
.tab_container_action{
    padding-left: 12px;
    padding-right: 12px;
    transition: opacity 300ms ease;
}
.tab_container .contacts_container{
    
}
.contacts_container .contacts_action_text{
    display: inline-block;
    font-size: 1.4em;
    margin-bottom: 8px;
}
.contacts_container .manage_contacts{
    float: right;
    cursor: pointer;
    display: none;
}
.contacts_container .contacts_banner{
    margin-top: 32px;
    font-size: 1.6em;
    opacity: 0;
    transition: opacity 1s ease;
}
.contacts_container .contacts_row_with_link{
    white-space: nowrap;
    overflow: auto;
}
.contacts_container .contacts_row{
    display: inline-block;
    vertical-align: middle;
}
.contacts_container .contacts_row .no_contacts{
    font-size: 1.4em;
    margin-left: 12px;
}
.contacts_container .contacts_row .no_contacts .add_some{
    cursor: pointer;
    color: #ff2d55;
}
.contacts_container .contacts_row .no_contacts .add_some:hover{
    text-decoration: underline;
}
.tabs_wrapper .tab .tab_container_action .send_this_link_container{
    display: table;
    width: 100%;
    margin-bottom: 12px;
}
.tabs_wrapper .tab .tab_container_action .text{
    font-style: normal;
    font-size: 1.8em;
    color: #999999;
}
.tabs_wrapper .tab .tab_container_action .back_arrow{
    float: left;
    cursor: pointer;
    display: table-cell;
}
.tabs_wrapper .tab .tab_container_action .subtext{
    font-size: 0.8em;
}
.tab_container_action .input_wrapper{
    display: table;
    width: 100%;
}
.tab_container_action .input_wrapper .input{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.0em;
    font-family: monospace;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    height: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-user-select: text;  
    -moz-user-select: text;
    -ms-user-select: text;      
    user-select: text;
    white-space: nowrap;
    overflow: hidden;
    display: table-cell;
    width: 100%;
    max-width: 100%;
    color: #999999;
    height: 40px;
}
.tab_container_action .input_wrapper .selected{
    background-color: #35d33f;
    color: white;
}
.tab_container_action .input_wrapper .input::selection {
    background-color: #35d33f;
    color: white;
}
.tab_container_action .input_wrapper .input::-moz-selection {
    background-color: #35d33f;
    color: white;
}
.tab_container_action .input_wrapper .button{
    display: table-cell;
    height: 100%;
    width: 100px;
    box-sizing: border-box;
    vertical-align: middle;
}
/*
.tab_container_action .input_wrapper div{
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #35d33f;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}*/
.tab_container_action .email_wrapper input, .tab_container_action .email_wrapper textarea{
    width: 94%;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #333333;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
}
.tab_container_action .email_wrapper .input_error{
    border-color: rgba(255, 68, 136, 1);
    background-color: rgba(255,68,136,0.1);
}
.tab_container_action .button{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #35d33f;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}
.text_align_right{
    text-align: right;
}
.tab_container_action .button:hover{
    background-color: #55f35f;
}
.tab_container_action .button_upload{
    display: inline-block;
    margin-top: 8px;
    font-size: 1.6em;
    padding-left: 16px;
    padding-right: 16px;
}
.tab_container_action .button_upload_disabled{
    background-color: #999999;
}
.tab_container_action .button_upload_disabled:hover{
    background-color: #aaaaaa;
}
.tab_container_action .warning{
    opacity: 0;
    color: rgba(255, 68, 136, 1);
    margin-top: 22px;
    font-size: 1.8em;
    transition: opacity 1s ease;
}
.tab_container_action .progress_bars_wrapper{
    margin-top: 42px;
}
.estimated_time{
    margin-bottom: 12px;
    text-align: left;
    margin-left: 4px;
}

.receiver_wrapper .progress_bars_wrapper img{
    max-width: 100%;
    max-height: 400px;
}
.receiver_wrapper .banner_receiver{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.8em;
}

.showing_received_image .receiver_text{
    display: none !important;
}
.showing_received_image .receiver_wrapper .progress_bars_wrapper{
    padding-top: 0px;
}
/* *************************** */
.received_image_wrapper{
    position: relative;
    display: inline-block;
}
.received_image_wrapper .buttons_wrapper{
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
}
.received_image_wrapper .buttons_wrapper .button{
    display: inline-block;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(0,0,0,0.6);
}
.received_image_wrapper .buttons_wrapper .button:hover{
    background-color: rgba(0,0,0,0.2);
}
/* *************************** */
.contact_adder{
    width: 600px;
    max-width: 96%;
    text-align: left;
    font-size: 1.2em;
    display: inline-block;
    padding: 22px;
    padding-left: 32px;
    padding-right: 32px;
    cursor: inherit;
    font-family: "Open Sans", sans-serif;
    cursor: inherit;
}
.contact_adder input{
    width: 100%;
    font-size: 1.1em;
    font-family: "Open Sans", sans-serif;
    color: #333333;
}
.contact_adder .text{
    display: inline-block;
}
.contact_adder .button{
    display: inline-block;
    margin-left: 12px;
    font-size: 1.1em;
    margin-top: 4px;
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    background-color: #35d33f;
    color: white;
    float: right;
}
.contact_adder .button:hover{
    background-color: #55f35f;
}
.contact_adder .register_warning{
    text-align: center;
}
/* *************************** */
/* http://www.w3schools.com/howto/howto_css_switch.asp */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35d33f;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #cccccc;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #cccccc;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}
.email_switch_wrapper{
    margin-bottom: 8px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    vertical-align: middle;
}
.email_switch_wrapper div{
    display: inline-block;
    vertical-align: middle;
}
.email_switch_wrapper .label{
    margin-left: 4px;
    margin-right: 4px;
}
.email_switch_wrapper .selected{
    color: #35d33f;
    font-weight: 700;
}
.input_disabled{
    background-color: #dddddd;
}
/* *************************** */

.receiver_wrapper{
    margin-top: 32px;
    box-shadow: 4px 4px 32px 0px #777777;
}
.receiver_wrapper .progress_bars_wrapper{
    padding-bottom: 42px;
    padding-top: 42px;
    margin-left: 12px;
    margin-right: 12px;
}
.receiver_text{
    font-size: 2em;
    font-weight: bold;
}
.receiver_text_error{
    color: #ff2d55;
}

/* *************************** */

.browser_not_supported_wrapper{
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 1.4em;
}

.browser_not_supported_wrapper .browser_option{
    display: inline-block;
    line-height: 100%;
    font-size: 0.8em;
    height: 140px;
    vertical-align: middle;
    margin-top: 22px;
    margin-left: 8px;
    margin-right: 8px;
}

.browser_not_supported_wrapper .browser_option img{
    width: 82px;
    cursor: pointer;
}

.firefox_troubleshoot{
    font-family: "Open Sans", sans-serif;
    background-color: white;
    margin: auto;
    margin-top: 22px;
    padding: 12px;
    color: #777777;
    display: inline-block;
    max-width: 600px;
    
}
.firefox_troubleshoot a{
    text-decoration: underline;
    color: #ff2d55;
}
/* *************************** */

.highlights{
    max-width: 1400px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin: auto;
    margin-top: 64px;
}

.highlight{
    text-align: center;
}

.highlight_separator{
    height: 1px;
    background-color: #cccccc;
    margin: auto;
    margin-bottom: 64px;
    margin-top: 64px;
    width: 40%;
}

.hide_on_wide_screen{
    display: none;
}

.highlight img{
    width: 40%;
    min-width: 400px;
    vertical-align: middle;
    margin-right: 32px;
    margin-left: 32px;
}

.highlight_text{
    display: inline-block;
    width: 44%;
    min-width: 400px;
    vertical-align: middle;
}
.highlight_title{
    margin-bottom: 22px;
    font-size: 1.4em;
    font-weight: 700;
    color: #666666;
}
.highlight_description{
    
}
.highlight_description .bold{
    font-weight: 700;
    white-space: pre;
}
.no_wrap{
    white-space: nowrap;
}

.fullscreen_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    font-family: "Open Sans", sans-serif;
}
.fullscreen_popup .container{
    display: inline-block;
    background-color: white;
    padding-top: 8px;
    padding-bottom: 22px;
    cursor: initial;
    max-width: 100%;
    background-color: #f9f9f9;
}
.fullscreen_popup .close_wrapper{
    text-align: right;
}
.fullscreen_popup .close_wrapper .close{
    display: inline-block;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}
.absolute_centering{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.absolute_centering img{
    max-width: 100%;
}

@media (max-width: 800px) {
    .hide_on_wide_screen{
        display: initial;
    }
    .hide_on_narrow_screen{
        display: none;
    }
    .highlight img{
        margin-bottom: 32px;
    }
}
@media (max-width: 600px) {
    .highlight img{
        min-width: initial;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .highlight_text{
        width: initial;
        min-width: initial;
        font-size: 0.8em;
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* *************************** */

@media (max-width: 1030px) {
    .progress_label {
        display: none;
    }
    
    .progress span{
        display: block;
    }
    
    .file_container .progress_resize{
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .main_container .right{
        display: none;
    }
    .main_container .left{
        width: 100%;
    }
    .file_container .file_header{
        text-align: center;
    }
    
    .file_container .file_header .file_name{
        float: inherit;
    }
    .file_container .file_header .file_size{
        float: inherit;
    }
    .footer .social_wrapper{
        display: none;
    }
    .login_name_container .notifications_warning{
        max-width: 300px;
    }
    .login_name_container .notifications_warning{
        font-size: 0.8em;
    }
    .terms_of_use{
        font-size: 0.8em;
    }
}
@media (max-width: 800px){
    .pb_container .pb_label_wrapper_visibility{
        width: 0px;
    }
    .pb_container .pb_label_wrapper_visibility_inverse{
        display: initial;
    }
}
@media (max-width: 600px) {
    body{
        margin-left: 0px;
        margin-right: 0px;
    }
    .header{
        padding-left: 12px;
        padding-right: 12px;
        font-size: 0.8em;
        padding-top: 12;
    }
    .main_container .shadow{
        font-size: 1.4em;
        line-height: 100%;
    }
    .drag_and_drop_banner{
        font-size: 1em;
    }
    .file_container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .button_email{
        display: none;
    }
    .button_qr{
        display: none;
    }
    .stream_download_text{
        display: none;
    }
    .audio_wrapper{
        width: calc(100% - 60px);
    }
    .stream_download{
        width: 60px;
    }
    .menu_entry_title{
        display: none;
    }
    .twitter_container{
        display: none;
    }
    .banner_container{
        left: 0px;
        transform: none;
        margin-left: 22px;
        margin-right: 22px;
    }
    
    .pro_button{
        padding-left: 12px;
        padding-right: 12px;
    }
    .pro_main_container{
        font-size: 1.0em;
    }
    .pro_main_container input{
        width: 200px;
    }
    .pro_feature .description_text{
        display: block;
        margin-bottom: 12px;
    }
    .pro_button_cancel, .pro_button_sign{
        float: none;
        margin-top: 4px;
    }
    
    .header{
        padding-left: 4px;
        padding-right: 0px;
    }
    .header .title{
        padding-left: 2px;
    }
    .header .title img{
        width: 100%;
        max-width: 200px;
    }
    .header .login_name_container{
        padding-right: 4px;
    }
    .pro_button{
        white-space: nowrap;
    }
    
    /* ****** */
    .tabs_wrapper .tab .tab_container_action .text{
        font-size: 1.4em;
    }
    .tabs_wrapper .tab .tab_container_action .subtext{
        font-size: 0.8em;
        display: block;
    }
    .after_main{
        font-size: 0.7em;
    }
    /* ****** */
    .hide_max_width_600{
        display: none;
    }
    .login_name_container .main_button{
        margin-top: 4px;
    }
    .login_name_container .why_register{
        display: none;
    }
    .banner .view_demo{
        display: none;
    }
    .contact_adder .button{
        display: block;
        margin-left: 0px;
        margin-top: 8px;
    }
    .contacts_container .manage_contacts{
        display: none;
    }
    .author{
        display: none;
    }
}

@media (max-height: 900px){
    .showing_received_image .shadow{
        display: none !important;
    }
}
@media (max-height: 500px) {
    .main_container .banner{
        /*font-size: 3em;*/
        /*top: 70%;*/
    }
    .hide_when_receiver{
        /*display: none;*/
    }
}
@media (max-height: 400px) {
    .banner{
        /*display: none;*/
    }
}