/* Main CSS */

/*********************************************************/
/*********** Common and override styles ******************/
/*********************************************************/

html * {
    outline: 0 !important;
}

.not-display {
    display: none;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }

.bot5 { margin-bottom:5px; }
.bot7 { margin-bottom:7px; }
.bot10 { margin-bottom:10px; }
.bot15 { margin-bottom:15px; }
.bot17 { margin-bottom:17px; }
.bot20 { margin-bottom:20px; }
.bot30 { margin-bottom:30px; }
.bot50 { margin-bottom:50px; }

.bot-top15 { margin:15px 0; }

.right5 { margin-right:5px; }
.right10 { margin-right:10px; }
.right15 { margin-right:15px; }

.left5 { margin-left:5px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }

.btn { 
    outline: none !important;
}

.btn:focus {
    outline:none; 
}

.btn:not(.btn-link):hover  {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.btn-max-width {
    width:100%;
}

.big-title-span {
    display: block;
    font-size: 30px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}

.title-span {
    display: block;
    font-size: 25px;
}

.subtitle-span {
    display: block;
    font-size: 18px;
}

.align-center {
    text-align: center;
    margin: 0 auto;
}

a.disabled-link {
    pointer-events: none;
    cursor: default;
} 

a[disabled] {
    pointer-events: none;
    cursor: default;
}

a.disabled-formatting {
    color: inherit;
    text-decoration: none;
}

.form-inline .form-group label {
    margin-right: 10px;
}

.shadowed {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.no-symbol-list {
    list-style-type : none;
}

.not-shown {
    display:none;
}

.glyphicon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.bold {
    font-weight: bold;
}

.modal-backdrop {
    z-index:-1;
}

table.dataTable.select tbody tr,
table.dataTable thead th:first-child {
    cursor: pointer;
}

table.dataTable.select tbody tr.selected {
    background-color: #CCFFCC;
}

table.dataTable tbody > tr > td.control {
    max-width: 20px;
    min-width: 20px;
    width: 20px;
}


.blurred-content {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    backdrop-filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Chroma(color=#333333),
        progid:DXImageTransform.Microsoft.MotionBlur(strength=0, direction=0),
        progid:DXImageTransform.Microsoft.Blur(pixelradius=2);

    text-indent: -9999px;
    background: transparent url("../img/blurred-img.jpg") scroll 0 0 no-repeat
}

.little-content {
	font-size:12px;
}

.italic-content {
	font-style: italic;
}

/*********************************************************/
/***************** Footer Social block  ******************/
/*********************************************************/

#social {
    position: fixed;
    bottom: 20px;
    right: 25px;
}

#social a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/*********************************************************/
/**************** Footer copyright block  ****************/
/*********************************************************/

#footer {
    position: fixed;
    bottom: 20px;
    right: 100px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2px 10px;
    z-index: 2;
}

#footer #copyright {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

/*********************************************************/
/*********** Background Home Product Explanation *********/
/*********************************************************/

#product-explanation {
    position: absolute;
    margin: -180px 0 0;
    left: 50%;
    top: 50%;
    color:white;
    max-width:550px;
}

#product-explanation h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

#product-explanation ul {
    list-style-type: disc;
    padding: 0 0 0 40px;
    margin: 40px;
}

#product-explanation ul li {
    font-size: 25px;
    margin: 10px;
}


#product-explanation #register-or-login-panel {
    color: #555;
    font-size: 24px;
    width: 520px; 
    padding: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#product-explanation #register-or-login-panel img {
    margin-right: 30px;
}

#product-explanation #register-or-login-panel > a {
    color: #4BB905;
}


/*********************************************************/
/************ NumSend Upload-Download panel **************/
/*********************************************************/

#panel-upload-download {
    margin: -210px 0 0;
    position: absolute;
    top: 50%;
    left: 80px;
    width:300px;
    z-index: 10;
    border:0;
    background: transparent;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#panel-upload-download .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    background-color: white;
}

#panel-upload-download #panel-body-download.panel-body {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Inputs container, contains all inputs */
#panel-upload-download #bodyContainer {
    height: 400px; 
    position: relative;
}

/* Footer container, contains submit button */
#panel-upload-download #footerContainer {
    height:50px;
}

#panel-upload-download #bodyContainer #logoContainer {
    text-align: center;
    height: 70px;
}

#panel-upload-download #tabViewMode.nav-tabs > li > a {
    background-color: #F9F9F9;	
    color : black !important;
    padding: 8px 10px;
}

#panel-upload-download #tabViewMode.nav-tabs > li > a:hover {
    background-color: #F4F4F4;	
}

#panel-upload-download #tabViewMode.nav-tabs > li.active > a {
    color : #4bb905 !important;
    background-color: #fff;	
}

#panel-upload-download #tabViewMode span.iconMode {
    font-size: 18px;
    vertical-align: top;
    margin: 0 5px 0 0;
}


#panel-upload-download #bodyContainer #linkModeExplain {
    top: 60%;
    padding: 5px;
    position: absolute;
    font-size: 14px;
    text-align:center;
    color:grey;
}

/* Lang tab view */
#lang-tab {
    border-radius: 4px 0 0 4px;
    left: 45px;
    padding: 5px;
    margin-top: -155px;
    position: absolute;
    top: 50%;
    transition: all 0.2s linear 0s;
    width: 36px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#lang-tab .lang-flag:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* User instructions helper tab view */
#user-help-tab {
    border-radius: 4px 0 0 4px;
    left: 45px;
    padding: 5px;
    margin-top: -90px;
    position: absolute;
    top: 50%;
    transition: all 0.2s linear 0s;
    width: 36px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#user-help-tab #user-help:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#management-panel-link-tab {
    border-radius: 4px 0 0 4px;
    left: 45px;
    padding: 5px;
    margin-top: -48px;
    position: absolute;
    top: 50%;
    transition: all 0.2s linear 0s;
    width: 36px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#management-panel-link-tab #management-panel-link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}


/*********************************************************/
/************* Uploader Container Styles *****************/
/*********************************************************/

/* Added files container */
#files-added-wrapper {
}

#files-added {
    list-style:none;
    margin: 0;
    padding: 0;
}

#files-added li{
    line-height: 22px;
    padding-right: 10px;
}

#files-added li .file-name {
    float: left;
    width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

#files-added li .file-size {
    float: left;
    width: 65px;
    font-size: 10px;
    color:#7f7f7f;
    padding-left:5px;
}

#files-added li .close {
    float: right;
    width: 20px;
}

#files-added li.error p{
    color:red;
}


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

/* Add files button container */
#add-files {
    margin-top: 10px;
}

#add-files-button:disabled {
    background-color:black;
}

#add-files #files-browser {
    display:none;
}

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

/* Added recipients container */
#recipients-added-wrapper {
}

#recipients-added {
    list-style:none;
    margin: 0;
    padding: 0;
}

#recipients-added li{
    line-height: 22px;
    padding-right: 10px;
}

#recipients-added li .recipient-item-email {
    float: left;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

#recipients-added li .close {
    float: right;
    width: 20px;
}

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

/* Add Recipients container */
#add-recipients {	
    margin: 5px 0 6px 0;
}

#add-recipients #add-recipients-button {
    margin-top: 6px;
}

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

/* Input sender email */
#sender {
    margin-bottom: 6px;
}

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

/* Personal message container */
#message {
    margin-bottom: 6px;
}

#message textarea {
    resize:none;
    height: auto;
    min-height: 70px;
}

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

/* Progress all container */
#progress-all {
    padding: 5px;
    text-align: center;
}

#progress-all-title {
    margin-bottom: 30px;
}

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

/* Process success container */
#upload-process-success {
    padding: 5px;
    text-align: center;
}

#upload-process-success #link-mode-success {
    height: 200px;
    padding: 40px 0 0;
}

#upload-process-success #link-mode-success #link-container {
    margin: 10px 0 5px 0;
}

/* Process error container */
#upload-process-error {
    padding: 5px;
    text-align: center;
}

/*********************************************************/
/************* Donwloader Container Styles *****************/
/*********************************************************/

#download-title {
    text-align:center;
    margin: 10px 0 30px 0;
}

#download-title-error {
    text-align:center;
    margin: 10px 0 20px 0;
}

#download-files-title {
    margin : 0 0 15px 0;
    font-weight: bold;
}

/* Files list container */
.list-files-wrapper {
    height: 130px;
}

.list-files {
    list-style:none;
    margin: 0;
    padding: 0;
}

.list-files li{
    line-height: 22px;
    padding-right: 10px;
}

.list-files li .file-name {
    float: left;
    width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

.list-files li .file-size {
    float: left;
    width: 65px;
    font-size: 10px;
    color:#7f7f7f;
    padding-left:5px;
}

/*********************************************************/
/******* Tooltip Infos and Error for uploader  ***********/
/*********************************************************/

/* Tooltip - This is how you would create a theme called "my-custom-theme": */
.custom-validation-tooltip-theme {
    border-radius: 5px; 
    border: 2px solid orange;
    background: orange;
    color: #fff;
    text-align:center;
}
/* Use this next selector to style things like font-size and line-height: */
.custom-validation-tooltip-theme .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 10px;
}

/*********************************************************/
/*************** Drop Zone for uploader ******************/
/*********************************************************/

#dropzone-highlight-container {
    background-color: rgba(0, 0, 0, 0.83);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#dropzone-highlight-container .dropzone-bg {
    border: 4px dotted #fff;
    border-radius: 19px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    position: absolute;
}

#dropzone-highlight-container .dropzone-message {
    color: #fff;
    font-size: 22px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

/*********************************************************/
/************** NumSend+ Management Panel ****************/
/*********************************************************/

#head-identification-deconnexion {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
}

#panel-management {
    margin: -210px 0 0;
    position: absolute;
    top: 50%;
    left: 450px;
    width: 650px;
    height: 520px;
    z-index: 10;
    border:0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#panel-management #hide-panel-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Anonymous/login panel container */
#anonymous-panel-container {
    margin:15px;
    height: 480px;
}

#anonymous-panel-container #home-infos-container {
    height: 480px;
    border-right: 1px solid #e0e0e0;
}

#home-infos-container #login-link {
    margin: 60px 0;
}

#home-infos-container #creation-account-link {
    margin: 60px 0;
}

/* Slider styles and overload of bx-slider wrapper */
#anonymous-panel-container .image-slider {
    margin-top: 30px;
} 
#anonymous-panel-container .image-slider img {
    width:100px;
    margin:120px 0 0 10px;
}
#anonymous-panel-container .image-slider .bx-wrapper {
    margin: 0 auto 30px;
}
#anonymous-panel-container .image-slider .bx-wrapper .bx-viewport {
    left: 0px;
}
.image-slider .bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.image-slider .bx-wrapper:hover .bx-controls-direction a {
    opacity: 0.8;
}
.image-slider .slide-pane {
    background: #ffffff url("../img/slides/auth_panel_slides/bg-slides.jpg") no-repeat 0 0;
    color:#FFF;
    height:270px;
}
.image-slider .text-pane {
    color:#FFF;
    padding:100px 0 0 20px !important;
}
.image-slider .text-pane h1 {
    font-size:22px;
    font-weight: bold
}
.image-slider .text-pane p {
    margin-top:20px;
    font-size:17px;
}
.image-slider #about-premium a {
    color: #555;
    float: right;
    font-size: 12px;
    margin: 20px 5px 0 0;
    text-decoration: underline;
}

#anonymous-panel-container #login-form-container {
    margin: 70px 0 0;
    padding: 0 40px;
}

#login-form-container #title-form-login {
    margin: 20px 0;
}

#anonymous-panel-container #login-form #inputEmail,
#anonymous-panel-container #login-form #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

#anonymous-panel-container #login-form input[type=email],
#anonymous-panel-container #login-form input[type=password],
#anonymous-panel-container #login-form input[type=text],
#anonymous-panel-container #login-form button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Authenticated panel container */
#authenticated-panel-container {

}

#authenticated-panel-container #header-menu-items {
    width: 500px;
    margin:15px;
}

#authenticated-panel-container #header-menu-items .nav-justified > li {
    padding: 0 20px 0 0;
}

#authenticated-panel-container #header-menu-items .nav-justified > li > a {
    color: black;
}

#authenticated-panel-container #header-menu-items .nav-justified > li.active > a {
    color: #fff;
}

#authenticated-panel-container #loading-div {
    position: absolute;
    top: 45%;
    left: 45%;
    display: none;
}

#authenticated-panel-container .header-panel {
    height: 70px;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    background: #E8E8E8;
}

#authenticated-panel-container .header-panel h3 {
    float: left;
    height: 65px;
    line-height: 65px;
    margin: 0 0 0 30px;
    padding: 0;
    white-space: nowrap;
}

#authenticated-panel-container .content-panel {
    margin:20px;
}



/* Panel Transfers container */
#panel-transfers .content-panel {
    margin:5px;
}

#panel-transfers .header-panel h3 span {
    color: #95989b;
    font-size: 16px;
    vertical-align: middle;
}

#panel-transfers .header-panel .search-input-container {
    float: right;
    padding: 18px 10px 0 0;
}   

#panel-transfers .button-choose-sort span {
    margin-left: 7px;
}

#panel-transfers .search-big-icon {
    font-size: 21px;
}

#panel-transfers .uploaded-bundle-list-container {
    padding: 20px;
}

#panel-transfers .uploaded-bundle-list-container ul.uploaded-bundle-list {
    margin: 0;
    padding: 0;
}

#panel-transfers .pagination-container {
    text-align: center;
}

#panel-transfers .pagination {
    margin: 10px;
}

ul.uploaded-bundle-list li.uploaded-bundle {
    border-bottom : 1px solid #ccc; 
    line-height: 35px;
}

ul.uploaded-bundle-list li.uploaded-bundle:last-child {
    border-bottom : none;
} 

li.uploaded-bundle .bundle-item {
    padding: 5px;
}

li.uploaded-bundle .bundle-details {
    padding: 5px 25px;
    background-color: #e8e8e8;
    border-top: 1px solid #ccc;
    color: #555;
    line-height: 20px;
}

li.uploaded-bundle .bundle-details .recipient-list {
    padding: 0;
}

li.uploaded-bundle .bundle-details .recipient-list li {
    display: inline;
    list-style-type: none;
    padding: 0;
}

li.uploaded-bundle .bundle-details .recipient-list li:before {
    content: ",";
}

li.uploaded-bundle .bundle-details .recipient-list li:first-child:before {
    content: none;
}

li.uploaded-bundle .bundle-details .bundle-detail-item {
    padding: 10px 0;
}

li.uploaded-bundle .bundle-details .bundle-detail-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

li.uploaded-bundle .bundle-item .resend-part {
    margin: 0 5px 0 5px;
    display: inline-block;
    float: left;
}

li.uploaded-bundle .bundle-item .bundle-title-part {
    display: inline-block;
    margin: 0 5px;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

li.uploaded-bundle .bundle-item .bundle-date-part {
    display: inline-block;
    float: right;
    position: relative;
    right: 15px;
    color: #95989b;
    font-size: 13px;
}

li.uploaded-bundle .bundle-item .actions-buttons-part {
    float: right;
    position: relative;
    right: 5px;
}


/* Panel Contacts container */
#panel-contacts .header-panel .contact-actions {
    float: right;
    padding: 18px 15px 0 0;
}  

#panel-contacts .contacts-list-container {
    padding: 5px;
}

#panel-contacts .contacts-list-container ul.contacts-list {
    margin: 0;
    padding: 0;
}

#panel-contacts .pagination-container {
    text-align: center;
}

#import-contact-form {
    padding: 20px;
}

ul.contacts-list li.contact-li {
    border-bottom : 1px solid #ccc; 
    line-height: 35px;
}

ul.contacts-list li.contact-li:last-child {
    border-bottom : none;
} 

li.contact-li .contact-item {
    padding: 5px;
}

li.contact-li .contact-item .resend-part {
    margin: 0 5px 0 5px;
    display: inline-block;
    float: left;
}

li.contact-li .contact-item .contact-email-part {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

li.contact-li .contact-item .actions-buttons-part {
    float: right;
    position: relative;
    right: 5px;
}

/* Panel Account container */
#quota-progress-bar  {
    height: 25px;
    margin: 0 10px;
    vertical-align: middle;
    width: 200px;
}


/*********************************************************/
/****************** Public Page styles *******************/
/*********************************************************/

#public-panel-container {
    margin-top : 25px;
    border: 0 none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#public-panel-container .panel-body {
    min-height: 400px;
    padding: 20px;
}


/*********************************************************/
/****************** Infos Page styles *******************/
/*********************************************************/

#infos-presentation #infos-presentation-text {
    padding-left: 40px;
}

#presentation-items-title h2 {
    margin-bottom: 25px;
    margin-top: 5px;
}

#presentation-items .item-presentation {
    background-color : #ededed;
    border: 10px solid white;
    height: 210px;
}

#presentation-items .item-presentation h4 {
    text-align: center;
    padding-top : 10px;
}

#presentation-items .item-presentation hr {
    border-color: #9d9d9b -moz-use-text-color -moz-use-text-color;
    margin-top: 10px;
}

#infos-pricing {
    padding: 0 30px;
}

/*********************************************************/
/*************** Subscription Page styles ****************/
/*********************************************************/

.pack-choice-label {
    font-size:21px;
    line-height: 34px;
}

/*********************************************************/
/****************** Admin Page styles *******************/
/*********************************************************/

.strike {
    text-decoration: line-through;
}

#admin-panel-container {
    border: 0 none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#admin-panel-container .panel-body {
    min-height: 400px;
    padding: 20px;
}

/* Navigation bar for admin */
.navbar-brand {
    padding: 5px 15px;  /* adjust the top and bottom padding to less than default 15px  if your logo is too small  */
    margin-top: 0px;  /* adjust the top margin if your logo doesn't line up well  */
}

.navbar-brand, .navbar-nav>li>a {
    height: 67px;
    line-height: 67px;
}

.navbar-nav>li>a {
    padding-top:0px;
    padding-bottom:0px;
}

.navbar-brand > img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.navbar-collapse .pull-right {
    margin: 18px;
}

/* payment */


#payment-infos-pricing {
    border: 1px solid green;
    padding: 1em;
}
