html {
    position: relative;
    min-height: 100%;
}

.button.dark {
    background: #fff;
    color: #75beaa;
}
 @media (max-width: 568px) {
    .button {
        display: block;
        margin: 1em auto 0;
    }
}

nav, .footer {
    -webkit-transition: opacity 0.4s;
              transition: opacity 0.4s;
    opacity: 0.3;
    pointer-events: none;
}

/* TOUR */
.hero-outer .hero-inner > * {
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
  opacity: 0.3;
  pointer-events: none; }

body:not(.shepherd-active) .hero-outer .hero-inner > *, body:not(.shepherd-active) .footer, body:not(.shepherd-active) nav  {
    opacity: 1;
    pointer-events: auto;
}

.hero-outer .hero-inner .shepherd-target.shepherd-enabled {
      opacity: 1;
      pointer-events: auto; }

.shepherd-element.shepherd-theme-arrows.shepherd-transparent-text .shepherd-text {
    color: #3b744f;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    width: 400px;
    max-width: 100%;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content a {
    color: inherit;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
    background: #55a892;
}
.shepherd-element.shepherd-theme-arrows {
    z-index: 1000;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
    text-align: justify;
}

/******/

pre {
  line-height: 1.4em;
  border: 1px solid rgba(0, 0, 0, 0.15);
}


@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}
@media only screen and (max-width: 704px) {
    table {
        width: 60% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .responsive-hidden {
        display: none;
    }
}
@media only screen and (max-width: 590px) {
    table {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (max-width: 704px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    td:before {
        color: black;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align:left;
        min-height: 44px;
    }

    td:before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    td:before { content: attr(data-title); }
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #fff;
}

a, a:hover {
    color: green;
}

a:focus {
    color: black;
    text-decoration: none;
}

select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

.center-align {
    text-align: center;
}

/* SELECT 2 */

.select2 {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid lightgrey 1px !important;
}
.select2-container--default .select2-selection--multiple {
    border: solid lightgrey 1px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 12px;
}
.select2-results__option {
    padding: 4px !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    margin-left: 10px !important;
    font-weight: normal !important;
    float: right !important;
    font-family: 'Material Icons';
    color: white  !important;
    content: '\e5cd' !important;
    vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #74b648 !important;
    color: white !important;
    padding: 3px 4px 3px 8px !important;
    border: none !important;
    cursor: default !important;
    float: left !important;
    margin: 2px !important;
    display: inline-block !important;
    vertical-align: top !important;
    font-size: 12px !important;
    border-radius: 2px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}
/**/


/* Transfer creation */

.transfer-parameters {
    margin: auto;
    max-width: 830px;
    text-align: center;
}

@media only screen and (max-width : 450px) {
    .transfer-window {
        width: 100%;
    }
}

@media only screen and (min-width : 451px) {
    .transfer-window {
        width: 400px;
        margin: 5px;
    }
}
.transfer-window {
    display: inline-block;
    vertical-align: top;
    min-width: 240px;
}

.well {
    background-color: #fff;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    border: 0;
}

.transfer-header {
    padding-bottom: 10px;
    margin-bottom: 6px;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
}

.transfer-header-left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 60%;
    float: left;
    font-size: 16px;
}

.transfer-header-right {
    display: inline-block;
    vertical-align: top;
    /*width: 40%;*/
    text-align: right;
    position: relative;
    float:right;
}

.transfer-header-right label {
    font-size: 14px;
    color: inherit;
    cursor: pointer;
}

.actionItem {
    outline: 0;
    border-radius: 3px;
    border: 1px solid rgba(153, 153, 153, 0.35);
    padding: 6px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
    font-size: 11px;
}

.actionItem:hover {
    color: green;
}

.transfer-container-filelist {
    overflow-y: auto;
    max-height: 287px;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
}

.upload-filelist-file {
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 47px;
    padding-right: 7px;
    padding-left: 7px;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    text-align: left;
}

.upload-filelist-file:last-child { border-bottom: none; }

.upload-file-name {
    float: left;
    width: 69%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upload-file-trash {
    float: right;
    display: none;
    cursor: pointer;
    text-align: center;
    width: 9%;
    outline: 0;
}

.upload-file-trash:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\e92b';
    color: green;
    vertical-align: middle;
}

.upload-filelist-file:hover .upload-file-trash {
    display: initial;
}

.upload-file-size {
    float: right;
    width: 22%;
    text-align: right;
    color: #999;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.transfer-footer {
    margin-top: 19px;
    margin-bottom: 4px;
    position: relative;
    text-align: center;
}

.transfer-footer-item {
    color: #414141;
    outline: 0;
    transition-duration: .2s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 32%;
    cursor: pointer;
    min-height: 85px;
}

.transfer-footer-item-text {
    font-size: 12px;
    font-weight: 500;
}

.transfer-footer-item-text-detail {
    font-size: 11px;
    font-weight: 100;
    font-style: italic;
}

.upload-emails {
    display: inline-block;
    vertical-align: top;
    padding: 3px 4px 3px 8px;
    font-size: 12px;
    margin: 3px;
    border-radius: 2px;
    background: #74b648;
    color: white;
}

.upload-emails span {
    cursor: pointer;
    margin-left: 5px;
}

.icon-email-delete:before {
    font-family: 'Material Icons';
    content: '\e5cd';
    vertical-align: middle;

}

.mail-icon:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\e0e1';
    color: green;
    vertical-align: middle;
}

.delay-icon:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\e88b';
    color: green;
    vertical-align: middle;
}

.visibility-icon:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\e7fc';
    color: green;
    vertical-align: middle;
}

.password-icon:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\e898';
    color: green;
    vertical-align: middle;
}

.password-locked-icon:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: '\e899';
    color: green;
    vertical-align: middle;
}

.transfer-memo .form-group {
    margin-top: 0px !important;
}

.transfer-option-content p {
    font-size: 12px;
    text-align: left;
}

.transferDone {
    font-size: 20px;
    font-weight: 300;
}

#goback {
    margin: 0;
}

/* -------- */

/* Transfer list */

.swap-confidentiality:hover {
    cursor: pointer;
}

.swap-confidentiality .material-icons:hover {
    color: #000;
}

.table-responsive .material-icons:hover {
    color: #000;
}

.mail-transfer {
    cursor: pointer;
}

/* -------- */


/* Checkbox */
.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: green;
    border-color: green;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    color: green;
}

.checkbox .checkbox-material:before, label.checkbox-inline .checkbox-material:before {
    -webkit-transform: none;
    transform: none;
}

/* Inputs */
.form-group.is-focused label, .form-group.is-focused label.control-label {
    color: green;
}

.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(green), to(green)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(green, green), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(green, green), -o-linear-gradient(#D2D2D2, #D2D2D2);
}

.form-group.is-focused .form-control {
    outline: none;
    /background-image: -webkit-gradient(linear, left top, left bottom, from(green), to(green)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(green, green), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(green, green), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(green, green), linear-gradient(#D2D2D2, #D2D2D2);
}

/* Button */
.btn {
    white-space: normal;
}

/* Panel */
.panel-body {
    padding: 10px;
}

#app {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.form-group {
    margin-top: 28px !important;
}

.modalform {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.table>tbody>tr>td {
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* TABS */
.nav-tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}

.nav-tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.nav-tabs {
    margin-bottom: 15px;
}

.nav-tabs .tab a:hover, .nav-tabs .tab a.active {
    background-color: transparent;
    color: green !important;
}

.nav-tabs .tab a {
    color: rgba(0, 128, 0, 0.5) !important;
}

.nav-tabs .indicator {
    background-color: green;
}

.nav-tabs > li > a.focus {
    color: green !important;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: green !important;
    border-bottom: solid 2px green;
}

.nav-tabs > li.active > a:after, .nav-tabs > li > a:hover, .nav-tabs > li > a:after {
  display:block;
  content: '';
  border-bottom: solid 2px green;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.nav-tabs > li.active > a:after, .nav-tabs > li > a:hover {
    transform: scaleX(1);
}

.nav-tabs {
    border-bottom: none;
}

/* NAV */
.navbar, .navbar.navbar-default {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.navbar .navbar-nav > li > a {
    color: #74b648 !important;
    font-size: 14px;
}

.navbar .navbar-nav > li > a:hover {
    background-color: rgba(0,0,0,0.1);
    color: #74b648 !important;
}

.navbar-toggle {
    color: green;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    color: #74b648;
}

.navbar .navbar-nav .dropdown.open .dropdown-menu > li > a {
    color: #74b648;
}

.infobox {
    background-color: #fff;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    border: 0;
    text-align: left;
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.72);;
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 8px;
    line-height: 16px;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.72);
    border-radius: 4px;
}

.tooltip .arrow,
.tooltip .tooltip-arrow {
  display: block;
}

main {
    flex: 1 0 auto;
}

textarea#body, textarea#email-body {
    height: auto !important;
    max-height: 180px !important;
    overflow-y: auto !important;
    margin-top: 5px;
}

.fileinput {
    display: none !important;
}

.addfiles i {
    font-size: 20px;
}

.togglepass {
    color: grey !important;
    cursor: pointer;
}

.msgEmail {
    display: block;
    color: red;
}

#emailButton {
    display: block;
    float: left;
    width: 100%;
}

h2.col.s12.center-align {
    overflow-wrap: break-word;
}

/* Form table */
.tableform {
    display: inline;
}

.asLink {
    background: none!important;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    /* border-bottom: 1px solid #444; */
    cursor: pointer;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #74b648;
}

.container .text-muted {
    color: #fff;
    margin-top: 20px;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid green;
    border-bottom: 2px solid green;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #000;
}


i.small {
    font-size: 1.5rem;
}

/* Related to files */

.material-icons {
    color: green;
    vertical-align: middle;
}

.material-icons-small {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    color: gray;
    font-size: 21px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#memo {
    padding: .8rem 0 0.6rem 0;
    font-size: 14px;
    max-height: 200px;
    overflow-y: auto !important;
}

#memoText {
    padding-top: 30px;
    margin-top: 45px;
}

#transfersTable {
    margin-bottom: 50px;
    table-layout: fixed;
}

#filesManager {
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.file input {
    display: none;
}

.filetype {
    font-size: 13px;
}

.delitem {
    color: green;
}

.delitem:hover {
    cursor: pointer;
}

.filesize {
    width: 110px;
}

#filesTable tr {
    /*height: 100px;*/
}

.progressbar {
    min-width: 100px;
}

.progress {
    background-color: transparent;
    width: 100%;
    margin-bottom: 0 !important;
}

.progress .determinate {
    background-color: green;
    height: 4px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: green;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: grey;
}

.button {
    text-align: center;
    width: 30%;
    padding: 0;
}

/*-----------------*/
nav a {
    color: green;
}
a {
    color: green;
}

#nav-mobile > li > a {
    color: #74b648;
    font-size: 14px;
}

#files {
    border: 2px dashed #BBB;
    border-radius: 5px;
    padding: 25px 25px 41px 25px;
    text-align: center;
    color: #888;
}
#files label {
    background-color: #5A7BC2;
    padding: 6px 0;
    color: #FFF;
    font-weight: bold;
    margin: 20px auto;
    width: 100%;
}
#files label span {
    cursor: pointer;
}
#files input {
    display:none;
}
.progress-info {
    text-shadow: initial;
    font-weight: bold;
}
#results {
    display: none;
}
a.classic,
a.classic:hover,
a.classic:focus {
    color: #337AB7;
}
.left-mg {
    margin-left: 10px;
    margin-right: 10px;
}
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
#render-image {
    max-width: 100%;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.input-field .big-prefix {
    width: 6rem;
}
.input-field .big-prefix ~ input,
.input-field .big-prefix ~ textarea,
.input-field .big-prefix ~ label,
.input-field .big-prefix ~ div.select-wrapper  {
    margin-left: 6rem;
    width: 92%;
    width: calc(100% - 6rem);
}
@media only screen and (max-width : 992px) {
    .input-field .big-prefix ~ input {
        width: 82%;
        width: calc(100% - 6rem);
    }
}
@media only screen and (max-width : 600px) {
    .input-field .big-prefix ~ input {
        width: 60%;
        width: calc(100% - 6rem);
    }
}
.file-field .btn.left-mg {
    height: 36px;
    line-height: 36px;
}
.textarea-hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
}
.hiddendiv.common {
    min-height: 170px;
}
