/*
Kelemen Gábor © 2016
*/
/*
    Created on : 2016.09.14., 19:58:38
    Author     : Gaben
*/
/**
 * CSS is super messy sorry... :(
 */
@import "themify-icons.css";
@import "font-awesome.min.css";
/* fontawesome */
[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
}

input:invalid,
input:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
}

.forth {
    position: absolute;
    top: 20px;
    left: -1px;
    /*top:-565px;*/
    /*border-radius:50%;*/
    z-index: 2;
}

input[type="email"], input[type="password"] {
    height: 28px;
    background-color: inherit;
    width: 95%;
    padding-left: 60px;
    padding-right: 50px;
    border: 0;
    background-image: url('../images/input_bg.png');
    background-position: 50px 0;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

input[type="email"].sender-email {
    background-position: 25px 0;
}

#recipient {
    padding-right: 110px;
}
html[lang=en] #recipient {
    padding-right: 130px;
}

input[type="password"] {
    width: 85%;
    background-position: top left;
}

::-webkit-input-placeholder {
    color: #34679a;
}

a {
    color: #34679a;
}

#add_recipient {
    position: absolute;
    right: 20px;
    top: 87px;
}

#recipient {
    padding-left: 40px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-position: 30px 0;
}

input, textarea {
    color: #34679a;
}

hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 1px solid white;
    border-bottom: 0;
}

#szurke {
    opacity: 0
}

#kepes_upload:hover {
    filter: brightness(1.2);
    text-decoration: underline;
    cursor: pointer;
}

textarea {
    font-family: Arial;
}

.forth, canvas {

}

.gomb1 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    border: 6px solid rgba(0, 94, 158, 1);
    cursor: pointer;
    /*text-align:center;*/
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
}

.gomb2 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    border: 6px solid rgba(1, 171, 233, 1);
    color: rgba(1, 171, 233, 1);
    cursor: pointer;

    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
}

.gomb2:hover {
    background-color: #0170b0 !important;
    color: #fff;
}

.gomb1 span b {
    position: relative;
    top: -5px;
    left: 5%;
    cursor: pointer
}

.gomb2 i {
    position: absolute;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
}

body {
    margin: 0;
    font-family: arial;
    font-size: 12px;
    color: rgba(0, 94, 158, 1);
}

.content-wrapper {
    margin: auto;
    position: relative;
    transform: translate(30px, 0);
    width: 960px;
}

.upload-container {
    height: 400px;
    position: relative;
    width: 400px;
}

.upload-container .navigation {
    outline: none;
    position: absolute;
    z-index: 2;
}

.upload-container .language {
    bottom: 8px;
    left: 9px;
}

.upload-container .language.hu span {
    background: url(../images/flag_hu.png) no-repeat center center;
}

.upload-container .language.en span {
    background: url(../images/flag_en.png) no-repeat center center;
}

.upload-container .helloblackfriday {
    bottom: -24px;
    left: 44px;
}

.helloblackfriday-icon {
    background-color: #000;
}
/*
.upload-container .mammut-share span {
    background: white url(../images/mammutshare.svg) no-repeat center center;
}

.upload-container .mammut-share:hover span {
    background-image: url(../images/mammutshare_over.svg);
}
*/

.upload-container .how-it-works {
    bottom: -48px;
    left: 84px;
}

.upload-container .soc-fb {
    bottom: -62px;
    left: 129px;
}

.upload-container .soc-fb i {
    top: -1px;
}

.upload-container .soc-fb i:before {
    font-size: 21px;
}

.upload-container .bars {
    z-index: 2;
}

.upload-container .home {
    bottom: -25px;
    left: 48px;
}


.upload-container .navigation-wrapper {
    border-radius: 24px;
    bottom: -68px;
    left: 176px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 530px;
    z-index: 1;
}

.upload-container .navigation-wrapper .menu {
    background: #0170b0;
    border: 6px solid #00abe9;
    border-radius: 24px;
    height: 100%;
    line-height: 36px;
    padding-left: 60px;
    transform: translate(-100%, 0);
    transition: all .4s;
    width: 100%;
}

.upload-container .navigation-wrapper.open .menu {
    transform: translate(0, 0);
}

.upload-container .navigation-wrapper .menu a {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.upload-container .navigation-wrapper .menu a:not(:first-child):before {
    color: #f3b600;
    content: '●';
    display: block;
    float: left;
    font-size: 20px;
    margin: -2px 8px 0;
}

.mammutmail-tooltip,
.navigation-tooltip,
.share-tooltip {
    background: #0170b0;
    border: 1px solid #019ddb;
    border-radius: 7px;
    color: #fff;
    display: none;
    font-weight: bold;
    padding: 6px 10px;
    position: absolute;
    text-align: left;
}

.mammutmail-tooltip .close,
.share-tooltip .close {
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    top: 10px;
    position: absolute;
    right: 10px;
    width: 24px;

    background: #014b84;
    background: -moz-linear-gradient(-45deg,  #014b84 0%, #009bd8 100%);
    background: -webkit-linear-gradient(-45deg,  #014b84 0%,#009bd8 100%);
    background: linear-gradient(135deg,  #014b84 0%,#009bd8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b84', endColorstr='#009bd8',GradientType=1 );
}

.mammutmail-tooltip .close span,
.share-tooltip .close span {
    border-radius: 50%;
    display: block;
    height: 18px;
    line-height: 18px;
    width: 18px;
    position: absolute;
    left: 3px;
    top: 3px;
    text-align: center;
    color: #99C6D8;
    font-weight: bold;
    font-size: 8px;

    background: #009bd8;
    background: -moz-radial-gradient(center, ellipse cover,  #009bd8 0%, #012640 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #009bd8 0%,#012640 100%);
    background: radial-gradient(ellipse at center,  #009bd8 0%,#012640 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bd8', endColorstr='#012640',GradientType=1 );
}

.navigation-tooltip:before {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #019ddb;
    border-left: 7px solid transparent;
    left: 15px;
    position: absolute;
    top: -15px;
}

.navigation-tooltip:after {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #0170b0;
    border-left: 7px solid transparent;
    left: 15px;
    position: absolute;
    top: -14px;
}

.mammutmail-tooltip {
    display: none;
    font-weight: normal;
    height: 100px;
    left: 420px;
    padding: 15px;
    position: absolute;
    top: 150px;
    width: 230px;
    z-index: 10000;
}

.mammutmail-tooltip:before {
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid #019ddb;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    left: -25px;
    position: absolute;
    top: 47px;
}

.mammutmail-tooltip:after {
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid #0170b0;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    left: -24px;
    position: absolute;
    top: 47px;
}


.mammutmail-tooltip ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mammutmail-tooltip ul li {
    margin-bottom: 1px;
}

.mammutmail-tooltip ul li:before {
    color: #f3b600;
    content: '●';
    display: inline-block;
    font-size: 16px;
    margin: -2px 8px 0;
}

.share-tooltip {
    display: none;
    font-weight: normal;
    height: 95px;
    left: 420px;
    padding: 15px;
    position: absolute;
    top: 260px;
    width: 230px;
    z-index: 20000;
}

.share-tooltip:before {
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid #019ddb;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    left: -25px;
    position: absolute;
    top: 22px;
}

.share-tooltip:after {
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid #0170b0;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    left: -24px;
    position: absolute;
    top: 22px;
}

.share-tooltip ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.share-tooltip ul li {
    margin-bottom: 1px;
}

.share-tooltip ul li:before {
    color: #f3b600;
    content: '●';
    display: inline-block;
    font-size: 16px;
    margin: -2px 8px 0;
}


.neo-logo {
    border-radius: 2px;
    bottom: -10px;
    height: 18px;
    left: 171px;
    position: absolute;
    z-index: 2;
    width: 48px;
}

.controls {
    position: absolute;
    margin: 7.4em auto;
}

.controls.center {
    left: 250px;
}

#click_capture {
    cursor: pointer;
    width: 100%;
    height: 100%;
    min-width: 700px;
    min-height: 400px;
    z-index: -1;
    position: absolute;

    margin: 0;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: background-image 1s;
    -moz-transition: background-image 1s;
    transition: background-image 1s;
}

#click_capture a {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#click_capture iframe {
    border: 0 none;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
}

.controls .tabok {
    width: 322px;
    height: 322px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    /*top:-1043px;*/
    top: 50px;
    left: 38px;
    margin: 0 auto;
    z-index: 4;
    overflow: hidden;
    display: block;
}

.controls button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer
}

.controls button.slim {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    padding: 3px 0;
    text-transform: none;
    width: 174px;
}

.controls button.button1 {
    background: rgb(0, 94, 158); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 94, 158, 1) 11%, rgba(1, 171, 233, 1) 88%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 94, 158, 1) 11%, rgba(1, 171, 233, 1) 88%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 94, 158, 1) 11%, rgba(1, 171, 233, 1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005e9e', endColorstr='#01abe9', GradientType=0);
}

.controls button.button2 {
    background: rgb(214, 174, 115); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(214, 174, 115, 1) 1%, rgba(219, 137, 0, 1) 7%, rgba(219, 137, 0, 1) 7%, rgba(255, 205, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214, 174, 115, 1) 1%, rgba(219, 137, 0, 1) 7%, rgba(219, 137, 0, 1) 7%, rgba(255, 205, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(214, 174, 115, 1) 1%, rgba(219, 137, 0, 1) 7%, rgba(219, 137, 0, 1) 7%, rgba(255, 205, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6ae73', endColorstr='#ffcd00', GradientType=0); /* IE6-9 */
}

.controls button.button2big {
    background: rgb(214, 174, 115); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(214, 174, 115, 1) 1%, rgba(219, 137, 0, 1) 7%, rgba(219, 137, 0, 1) 7%, rgba(255, 205, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214, 174, 115, 1) 1%, rgba(219, 137, 0, 1) 7%, rgba(219, 137, 0, 1) 7%, rgba(255, 205, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(214, 174, 115, 1) 1%, rgba(219, 137, 0, 1) 7%, rgba(219, 137, 0, 1) 7%, rgba(255, 205, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6ae73', endColorstr='#ffcd00', GradientType=0); /* IE6-9 */
    font-size: 16px;
}

.controls button.button3 {
    background: #ff4500;
    background: -moz-linear-gradient(top,  #ff4500 0%, #ff7f00 100%);
    background: -webkit-linear-gradient(top,  #ff4500 0%,#ff7f00 100%);
    background: linear-gradient(to bottom,  #ff4500 0%,#ff7f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4500', endColorstr='#ff7f00',GradientType=0 );
}

label.upload_trigger {
    cursor: pointer;
    display: block;
}

#upload_button {
    pointer-events: none;
}

.vertical-align {
    display: flex;
    align-items: center;
    text-align: center;
}

.upload-container ul {

    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    padding: 0;
    margin: 20px 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*border: 0.5em solid #005e9e;*/
    list-style: none;
    background: rgb(1, 171, 233); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(1, 171, 233, 1) 0%, rgba(0, 94, 158, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(1, 171, 233, 1) 0%, rgba(0, 94, 158, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(1, 171, 233, 1) 0%, rgba(0, 94, 158, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01abe9', endColorstr='#005e9e', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.upload-container ul > li {
    position: absolute;
    text-align: center;
    z-index: 800;
}

.upload-container ul > li.tab-1 {
    left: 310px;
    top: 0;
}

.upload-container ul > li.tab-2 {
    left: 347px;
    top: 38px;
}

.upload-container ul > li.tab-3 {
    left: 371px;
    top: 76px;
}

.upload-container ul > li.tab-4 {
    -moz-transform: scale(1, 1) rotateZ(238deg) translate(0, 0) skew(0, 0);
    -ms-transform: scale(1, 1) rotateZ(238deg) translate(0, 0) skew(0, 0);
    -webkit-transform: scale(1, 1) rotateZ(238deg) translate(0, 0) skew(0, 0);
    transform: scale(1, 1) rotateZ(238deg) translate(0, 0) skew(0, 0);
    -moz-transform-origin: 72px 252px;
    -ms-transform-origin: 72px 252px;
    -webkit-transform-origin: 72px 252px;
    transform-origin: 72px 252px;
}

.upload-container ul > li.tab-5 {
    -moz-transform: scale(1, 1) rotateZ(246deg) translate(0, 0) skew(0, 0);
    -ms-transform: scale(1, 1) rotateZ(246deg) translate(0, 0) skew(0, 0);
    -webkit-transform: scale(1, 1) rotateZ(246deg) translate(0, 0) skew(0, 0);
    transform: scale(1, 1) rotateZ(246deg) translate(0, 0) skew(0, 0);
    -moz-transform-origin: 65px 251px;
    -ms-transform-origin: 65px 251px;
    -webkit-transform-origin: 65px 251px;
    transform-origin: 65px 251px;
}

.upload-container ul > li.tab-6 {
    -moz-transform: scale(1, 1) rotateZ(62deg) translate(0, 0) skew(0, 0);
    -ms-transform: scale(1, 1) rotateZ(62deg) translate(0, 0) skew(0, 0);
    -webkit-transform: scale(1, 1) rotateZ(62deg) translate(0, 0) skew(0, 0);
    transform: scale(1, 1) rotateZ(62deg) translate(0, 0) skew(0, 0);
    -moz-transform-origin: 6px 295px;
    -ms-transform-origin: 6px 295px;
    -webkit-transform-origin: 6px 295px;
    transform-origin: 6px 295px;
}

.upload-container ul > li > label {
    /*
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    */
    z-index: 800;

}

.upload-container ul > li span {
    cursor: pointer;
    z-index: 800;
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    line-height: 38px;

    /*padding-top: 100px;*/
    /*color:blue;*/
    top: 0;
    right: 0;
    left: 0;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.upload-container ul > li span:before {
    position: absolute;
    z-index: 1;
    top: 0.7em;
    left: 0;
    right: 0;
    font-size: 3em;
    text-shadow: 0 1px 1px #111;
    color: #C03C44;
    -moz-transition: color 0.25s, text-shadow 0.25s;
    -o-transition: color 0.25s, text-shadow 0.25s;
    -webkit-transition: color 0.25s, text-shadow;
    -webkit-transition-delay: 0.25s;
    transition: color 0.25s, text-shadow 0.25s;

}

.upload-container ul > li span:hover:before {
    text-shadow: 0 1px 1px #000;
}

.upload-container ul > li input {
    display: none;
}

.upload-container ul > li input[type=radio]:checked + span:before {
    color: #dedede;
    text-shadow: 0 1px 1px #222;
}

.upload-container ul > li input[type=radio]:checked + span:after {
    border-top: 150px solid #C03C44;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.controls ul:before, .controls ul:after {
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 82.5%;
    height: 82.5%
}

.upload-tabs[data-step='1'] > li.tab-1 {
    transform: scale(1.3, 1.3);
    left: 305px;
    top: -10px;
}

.upload-tabs[data-step='2'] > li.tab-2 {
    transform: scale(1.3, 1.3);
    left: 346px;
    top: 25px;
    z-index: 810;
}

.upload-tabs[data-step='2'] > li.tab-3 {
    left: 376px;
    top: 81px;
}

.upload-tabs[data-step='2'] > li.tab-3 {
    transform-origin: 26px 269px;
}

.upload-tabs[data-step='3'] > li.tab-2 {
    left: 344px;
    top: 32px;
}

.upload-tabs[data-step='3'] > li.tab-3 {
    transform: scale(1.3, 1.3);
    left: 371px;
    top: 65px;
    z-index: 810;
}

/*#upload:hover {
    filter: brightness(1.2);
}*/

#recipients, #files {
    background-color: inherit;
    border: 0;
    /*border-right: 2px solid white;*/
    width: 78%;
    height: 100%;
    float: left;

    cursor: pointer
}

#buttons, #buttons2, #download-buttons {
    width: 55px;
    padding-left: 25px;
    height: 100%;
    float: left;
    cursor: pointer
}

.clear {
    clear: both;
}

.delete-gomb, .delete-gomb2 {
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 5px 0 13px 0;
}

.download-gomb {
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer
}

.ui-dialog {

    z-index: 19000;
    background: #FF0004;
    border-radius: 10px;
    border: 1px solid white;
    background: #dedede; /* Old browsers */
    background: -moz-linear-gradient(top, #dedede 0%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dedede 0%, #fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dedede 0%, #fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fefefe', GradientType=0); /* IE6-9 */
    text-align: left;
    color: #7b7b7b;
    padding: 15px;
    line-height: 20px;
    position: absolute
}

.ui-dialog-title {
    font-size: 20px;
    font-weight: bold;
}

.ui-dialog p {
    font-size: 14px;
    margin: 0;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#pass_label {
    margin: 0;
    cursor: pointer
}

.ui-dialog-titlebar-close {
    display: none;
}
.recent-recipients-dialog {
    border-radius: 16px;
    border-width: 3px;
    color: #34679a;
    padding: 10px 20px;
}

.recent-recipients-dialog .ui-dialog-title {
    font-size: 18px;
}

.recent-recipients-dialog .ui-dialog-buttonpane {
    text-align: left;
}

.recent-recipients-dialog .ui-dialog-buttonpane button {
    background: none;
    border: 0 none;
    color: inherit;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    text-decoration: underline;
}
.recent-recipients-dialog .ui-dialog-titlebar {
    height: 24px;
    line-height: 24px;
}

.recent-recipients-dialog .ui-dialog-titlebar-close {
    background: none;
    border: 0;
    border-radius: 50% 50%;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin: -6px -16px 0;
    overflow: hidden;
    padding: 1px;
    width: 24px;

    background: #c1c1c1;
    background: -moz-linear-gradient(-45deg,  #c1c1c1 0%, #ffffff 100%, #c1c1c1 100%);
    background: -webkit-linear-gradient(-45deg,  #c1c1c1 0%,#ffffff 100%,#c1c1c1 100%);
    background: linear-gradient(135deg,  #c1c1c1 0%,#ffffff 100%,#c1c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#c1c1c1',GradientType=1 );
}

.recent-recipients-dialog .ui-button-icon {
    border-radius: 50% 50%;
    box-shadow: 0 0 2px #555 inset;
    display: block;
    height: 20px;
    margin: 1px;
    position: relative;
    width: 20px;

    background: #c1c1c1;
    background: -moz-radial-gradient(center, ellipse cover,  #c1c1c1 0%, #ffffff 0%, #c1c1c1 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #c1c1c1 0%,#ffffff 0%,#c1c1c1 100%);
    background: radial-gradient(ellipse at center,  #c1c1c1 0%,#ffffff 0%,#c1c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#c1c1c1',GradientType=1 );
}

.recent-recipients-dialog .ui-button-icon:after {
    content: 'X';
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    position: absolute;
    top: 2px;
}

.recipient-history ol {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

.recipient-history ol li {
    background: #d7d7d4;
    border-radius: 2px;
    cursor: pointer;
    margin: 3px 0;
    padding: 1px 5px;
}

.recipient-history ol li a {
    pointer-events: none;
    text-decoration: none;
}

input[type="email"].recip, input[type="email"].recip2, .recip {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    background-position: 0;
}

a.recip {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download_link {
    margin: 5px 0;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sum {
    font-weight: bold;
    font-size: 14px;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

#time input {
    font-weight: bold;
    width: 25px;
    border-radius: 5px;
}

#container {
    height: 90px;
    margin-top: 10px;
    overflow-y: scroll;
    width: 90%
}

#container.slim {
    height: 80px;
}

.link-button {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    width: 174px;
}

.link-button button {
    pointer-events: none;
}

#container2 {
    height: 130px;
    margin-top: 10px;
    overflow-y: scroll;
    width: 90%
}


#container::-webkit-scrollbar, #container2::-webkit-scrollbar {
    width: 15px;
    background-image: url('../images/scroll_bg.png');
}

#container::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;*/
    /*width:3px;*/
    /*background-color:white;*/
}

#uzenet {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: 50px;
}

#message {
    border: 0;
    border-radius: 15px;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #f2f2f2 34%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dddddd 0%, #f2f2f2 34%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dddddd 0%, #f2f2f2 34%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f2f2f2', GradientType=0);
    font-size: 12px;
}

#container::-webkit-scrollbar-thumb, #container2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #09aced; /* Old browsers */
    background: -moz-linear-gradient(top, #09aced 0%, #055792 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #09aced 0%, #055792 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #09aced 0%, #055792 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09aced', endColorstr='#055792', GradientType=0); /* IE6-9 */
    /*background-image:url('../images/scroll_bar_arrows.png')*/
    /*    width:15px;

background-image:url('../images/42.png');
background-size:100%;
background-repeat: no-repeat;*/
}

.upload-container ul:after {
    content: ' ';
    z-index: 3;
    top: 8.25%;
    right: 8.25%;
    left: 8.25%;
    bottom: 8.25%;
    padding-top: 20%;
    background: #cfcfcf;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');*/
    background-size: 100%;
    background: rgb(241, 241, 241); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(222, 222, 222, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(222, 222, 222, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(222, 222, 222, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dedede', GradientType=0);
    border: 2px solid #e5e5e5;
    /*color: #C03C44;*/
    text-align: center;
    font-size: 3em;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 .0925em .125em #444, inset 0 0.0625em 0.125em #555;
    overflow: hidden;
}

.tabok img {
    margin-top: 5px;
}

#download-buttons img {
    margin: 5px 0;
}

#tabs ul li a,
#tabs ul li a:visited,
#tabs ul li a:focus,
#tabs ul li a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}

#tabs .percent {
    font-size: 60px;
    font-weight: bold;
    margin-top: 30px;
}

#tabs-5 p {
    margin: 0 0 10px;
}

#send-date {
    color: #f00;
}

.advertisement {
    position: fixed;
    bottom: 0;
    background-color: grey;
    opacity: 0.5;
    margin: 0 auto;
    text-align: center;

    width: 100%
}

.banner {
    position: relative;
    margin: 0 auto
}

.fa-circle-o {

}

/* Page Layout: *****************************************************************/
div#bodyWrapper {
    width: 100%;
    height: 100%;
    min-width: 800px;
    margin: 0px;
    padding: 0px;
    z-index: 0;
    box-sizing: content-box
}

#myContent, #myContent object, #myContent embed {
    min-height: 580px;
    display: block;
    box-sizing: content-box
}

div#advZone2Wrapper {
    position: absolute;
    top: 151px;
    right: 64px;
    z-index: 9000;
    margin-bottom: 40px;
    display: block;
    box-sizing: content-box
}

div#advZone3Wrapper {
    position: fixed;
    z-index: 9001;
    bottom: 0;
    width: 100%;
    height: 112px;
    text-align: center;
    background: transparent url(../images/banner-stripe.png) center bottom repeat-x;
    display: none;
    box-sizing: content-box
}

#banner_container {
    margin: 0 auto;
    margin-top: 112px;
    padding: 22px 22px 0 22px;
    width: 728px;
    height: 90px;
    background: transparent url(../images/banner-bg-border.png) 0 0 no-repeat;
    box-sizing: content-box
}

#banner_open {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 21px;
    background: transparent url(../images/banner-open.png) 0 0 no-repeat;
    box-sizing: content-box
}

#banner_close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 21px;
    background: transparent url(../images/banner-close.png) 0 0 no-repeat;
    box-sizing: content-box
}

#banner_open a, #banner_close a {
    display: block;
    width: 23px;
    height: 21px;
    box-sizing: content-box
}

/* Footer: **********************************************************************/
#footer {
    margin: 0 auto;
    width: 100%;
    height: 52px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #fff;
}

#footer_left {
    width: 90px;
    height: 52px;
    display: inline-block;
    background: #fff url(../../content/images/footer-bg-left.png) 0 0 no-repeat;
}

#footer_content {
    height: 52px;
    display: inline-block;
    background: #fff url(../../content/images/footer-bg-center.png) left bottom repeat-x;
}

#footer_content ul {
    margin: 19px 0 0 0;
    padding: 0;
    height: 33px;
    list-style-type: none;
}

#footer_content ul li {
    display: block;
    float: left;
    padding: 0 4px;
    height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #bbbabf;
}

#footer_content ul li:first-child {
    border-right: 0;
}

#footer_content ul li a {
    display: block;
    padding: 5px 4px;
    height: 15px;
    font-family: Arial;
    font-size: 12px;
    color: #666;
}

#footer_content ul li.premium {
    padding: 0 1px;
}

#footer_content ul li.premium a {
    padding: 5px 7px;
    color: #fff;
    background: transparent url(../../content/images/footer-hover.png) left top repeat-x;
    border: 1px solid #68adf3;
    border-radius: 5px;
}

#footer_content ul li.footer_help {
    padding: 0 0 0 9px;
    height: 27px;
}

#footer_content ul li.footer_help a {
    padding: 0;
    height: 27px;
}

#footer_content ul li.footer_neo {
    padding: 4px 11px 0 5px;
    height: 18px;
    border-right: 0;
}

#footer_content ul li.footer_neo a {
    padding: 0 4px;
    height: 18px;
}

#footer_right {
    width: 90px;
    height: 52px;
    display: inline-block;
    background: #fff url(../../content/images/footer-bg-right.png) 0 0 no-repeat;
}

#filedrag {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #555;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    cursor: default;
}

#filedrag.hover {
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

#copy {
    background: rgb(0, 94, 158); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 94, 158, 1) 11%, rgba(1, 171, 233, 1) 88%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 94, 158, 1) 11%, rgba(1, 171, 233, 1) 88%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 94, 158, 1) 11%, rgba(1, 171, 233, 1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005e9e', endColorstr='#01abe9', GradientType=0);
}

.fullscreen-bg {
    background-position: center top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /*z-index:-100;*/
}

.fullscreen-bg a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video.show-video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video.show-video {
        width: 300%;
        left: -100%;
    }
}

.faded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.2;
}

.faded:hover {

    opacity: 1
}

figure {
    max-width: 64rem;
    width: 100%;
    max-height: 30.875rem;
    height: 100%;
    margin: 1.25rem auto;
    padding: 1.051%;
    background-color: #666;
}

.v-controls {
    width: 100%;
    height: 8.0971659919028340080971659919028%; /* of figure's height */
    position: relative;
    top: 15px;
}

.v-controls[data-state=hidden] {
    display: none;
}

.v-controls[data-state=visible] {
    display: block;
}

/*.v-controls > * {
   float:left;
   width:3.90625%;
   height:100%;
   margin-left:0.1953125%;
   display:block;
}*/

.v-controls > *:first-child {
    margin-left: 0;
}

.v-controls button {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;

    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    color: white;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;

}

.v-controls button:hover, .v-controls button:focus {
    opacity: .9;
}

button:hover {
    opacity: 0.7;
}

#playpause {
    width: 75px;
    height: 75px;
}

#mute {
    position: relative;
    top: -25px;
    left: 5px;
    z-index: 3;
}

#voldec, #volinc {
    position: relative;
    top: 18px;
    left: -75px;
}

.v-controls button[data-state="play"] {
    background-image: url('../images/video_control/play.png');
}

.v-controls button[data-state="pause"] {
    background-image: url('../images/video_control/pause.png');
}

.v-controls button[data-state="replay"] {
    background-image: url('../images/video_control/replay.png');
}

.v-controls button[data-state="unmute"] {
    background-image: url('../images/video_control/mute.png');
}

.v-controls button[data-state="mute"] {
    background-image: url('../images/video_control/unmute.png');
}
