@charset "UTF-8";

.text-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.scroll-disabled {
    overflow: hidden;
}

/* ==============================================================================
                                    Messages
 ============================================================================== */
.notification {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 1em;
    margin: 0 0 1em 0;
}

.has-error input, .form-group label.has-error, .validation-errors label.has-error {
    color: #A94442;
}


/* ==============================================================================
                                    Buttons
 ============================================================================== */
.btn-group {
    margin-bottom: 30px;
}

.btn {
    padding: 10px 20px;
    width: 100%;
}

.btn-primary {
    background-color: #00bff0;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #00b2e0;
    color: #fff;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active {
    background-color: #bebebf;
    border-color: #bebebf;
}

.button-frame-bottom-xs-only {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 15px;
    width: 100%;
    border-top: 1px solid #bdbbbc;
}

.button-frame-bottom-xs-only span {
    text-align: center;
    padding: 15px 0 0 0;
    display: block;
}

/* 768 equals small ("-sm-" suffix) in bootstrap */
@media (min-width: 768px) {
    .btn {
        width: auto;
    }

    .button-frame-bottom-xs-only {
        position: inherit;
        padding: inherit;
        border: inherit;
        width: auto;
    }

    .button-frame-bottom-xs-only span {
        text-align: center;
        padding: 0 0 0 10px;
        display: initial;
    }
}


/* ==============================================================================
                                      Navigation
 ============================================================================== */
/********* Navbar upper - primary menu ***********/
#navbar-upper {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

#navbar-upper-header,
#navbar-upper-mobile-header {
    padding: 3px 0;
}

#navbar-upper-header img {
    width: 42px;
    margin-right: 15px;
}

#navbar-upper-mobile-entitlement {
    color: White;
}

#navbar-upper .menu-label {
    margin-left: 15px;
}

@media (min-width: 768px) {
    #navbar-upper {
        height: 80px;
        padding: 0 0 0 150px;
        margin-right: 0;
    }

    .navbar-brand {
        font-size: 1.6em;
        line-height: 40px;
        color: black !important;
    }

    #navbar-upper-desktop > ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    #navbar-upper-user-profile {
        line-height: 1;
        display: table-row;
        height: 79px;
    }

    #navbar-upper-user-profile > span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 2px 0;
    }

    #navbar-upper-user-profile > span:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    #navbar-upper-user-profile > span:last-child {
        padding-left: 7px;
        padding-right: 15px;
    }

    #navbar-upper .dropdown:nth-last-child {
        border-right: none;
    }

    #navbar-upper-entitlement {
        padding-top: 5px;
    }

    #navbar-upper-desktop > ul > li {
        border-bottom: none;
    }

    /* Login page exceptions */
    #navbar-upper.navbar-full-width {
        left: 0;
        margin-right: 0;
        padding: 0;
    }
}

/********* Navbar upper - mobile version ***********/
#navbar-upper-mobile {
    background: #354052;
    width: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

#navbar-upper-mobile-header {
    border-bottom: 1px solid #4a5364;
}

#navbar-upper-mobile .navbar-toggle {
    border: none;
    height: 34px;
    width: 44px;
    padding: 0;
}

#navbar-upper-mobile .navbar-toggle:hover,
#navbar-upper-mobile .navbar-toggle:active {
    background: #151a21;
}

#navbar-upper-mobile .navbar-nav > li > a {
    padding: 5px 20px
}

#navbar-upper-mobile .navbar-nav > li.active > a {
    padding: 5px 15px
}

#navbar-upper-mobile ul {
    background: #354052;
    margin: 0;
}

#navbar-upper-mobile ul li a {
    background: #354052;
    border-bottom: 1px solid #4a5364;
    color: white;
    font-size: 16px;
}

#navbar-upper-mobile ul li.active a,
#navbar-upper-mobile ul li.active a:hover,
#navbar-upper-mobile ul li.active a:active {
    background: #151a21;
    color: white;
    border-bottom: 1px solid #4a5364;
    border-left: 5px solid #00bff0;
}

#navbar-upper-mobile ul li a:hover,
#navbar-upper-mobile ul li a:active {
    background: #151a21;
    color: white;
    border-bottom: 1px solid #4a5364;
}

#navbar-upper-mobile .dropdown {
    border: none;
}

#navbar-upper-mobile .dropdown.open a{
    background: #4a5364;
    font-size: 16px;
}

#navbar-upper-mobile .dropdown.open .dropdown-menu {
    background: #4a5364;
    padding: 0;
    border: none;
}

#navbar-upper-mobile .dropdown.open .dropdown-menu li a{
    padding: 5px 10px 5px 40px;
    margin: 0;
    line-height: 50px;
    font-size: 16px;
    border-top: 1px solid #5c687d;
}

#navbar-upper-mobile .dropdown.open .dropdown-menu li a:hover,
#navbar-upper-mobile .dropdown.open .dropdown-menu li a:active {
    background: #151a21;
}

#navbar-upper-mobile ul li[role="separator"]{
    border-bottom: 1px solid #4a5364;
}

@media (min-width: 768px) {
    #navbar-upper .dropdown-menu {
        overflow-y: auto;
        max-height: 432px; /* 432px - 80px (navbar height). 432px is minimum height for screens with 768px width and 16:9 aspect ratio. */
    }
}


/********* navbar-lower = secondary menu ***********/
#navbar-lower {
    position: fixed;
    width: 100%;
    top: 57px;
    z-index: 999;
}

@media (min-width: 768px) {
    #navbar-lower {
        top: 80px;
        margin-left: 150px;
        border-bottom: 1px solid #bdbbbc;
    }

    #navbar-lower li {
        width: auto;
    }
}
/* rest is below in .pills-menu */


/********* navbar-sidebar = left menu ***********/
/*
   No side bar in mobile viewport
*/

/* 768 equals small ("-sm-" suffix) in bootstrap */
@media (min-width: 768px) {
    #navbar-sidebar {
        width: 150px;
        position: fixed;
        height: 100%;
        z-index: 1001;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;/* Scrollable contents if viewport is shorter than content. *//* background gradient */
        background: rgba(53, 64, 82, 1);
        background: -webkit-linear-gradient(top, rgba(53, 64, 82, 1) 0%, rgba(33, 40, 51, 1) 100%);
        background: linear-gradient(to bottom, rgba(53, 64, 82, 1) 0%, rgba(33, 40, 51, 1) 100%);
    }

    #navbar-sidebar-logo {
        height: 80px;
        border-bottom: 1px solid #4c5462;
        text-align: center;
        padding-top: 23px;
    }

    #navbar-sidebar-logo img {
        width: 60px;
    }

    #navbar-sidebar ul {
        margin-right: -21px; /* 20px padding + 1px border */
        margin-bottom: 20px;
    }

    #navbar-sidebar li {
        border-bottom: 1px solid #4c5462;
    }

    #navbar-sidebar li > a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 20px 14px;
        color: #d9dade;
        border-left: 3px solid transparent;
        font-size: 15px;
        font-weight: normal;
        max-width: 150px;
        line-height: 1.2em;
    }

    #navbar-sidebar .menu-label {
        margin-left: 10px;
        max-width: 90px;
        display: inline-block;
        vertical-align: middle;
    }

    #navbar-sidebar li.active > a,
    #navbar-sidebar li.active > a:focus {
        color: #fff;
        background-color: #151a20;
        border-left: 3px solid #21c1ef;
    }

    #navbar-sidebar ul a:active,
    #navbar-sidebar ul a:focus,
    #navbar-sidebar ul a:hover {
        border-left: 3px solid #54c735;
    }

    #navbar-sidebar a:active,
    #navbar-sidebar a:focus,
    #navbar-sidebar a:hover {
        color: #fff;
        background-color: #2a2a2b;
    }

    .version-info {
        position: absolute;
        bottom: 10px;
        width: 100%;
        font-size: 0.8571em;
        color: #72757a;
    }
}


/********* pills-menu = upper pills in My Last Jobs widget or Payment tab ***********/
.pills-menu {
    background: #fff;
    margin-top: -2px;/* So borders are not visible if navbar has no items */
    border-width: 1px 0;
    border-style:  solid;
    border-color: #bdbbbc;
    white-space: nowrap;
    padding: 0 5px;
}

.pills-menu a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 7px 20px;
    color: gray;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    cursor: pointer;
}

.pills-menu .active a {
    background: none;
    color: inherit;
    font-weight: bold;
    border-bottom: 3px solid #21c1ef;
}

.pills-menu a:focus,
.pills-menu a:active,
.pills-menu a:hover {
    border-bottom: 3px solid #54c735;
}

.pills-menu .active a:focus,
.pills-menu .active a:active,
.pills-menu .active a:hover {
    border-bottom: 3px solid #21c1ef;
}



/* ==============================================================================
                                    Layout
============================================================================== */
#content {
    margin-top: 57px; /* height of navbar-upper */
    padding: 15px 0;
}

#content.additional-top-margin {
    margin-top: 96px; /* height of navbar-upper 57 + height of navbar-lower 39 */
}

.yui-widget-outer-header {
    margin: 15px 0;
}

.yui-widget-frame {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    list-style-type: none;
    padding: 15px;
}

@media (min-width: 768px) {
    #content {
        margin-left: 150px;
        margin-top: 79px; /* height of navbar-upper */
        padding: 15px 0;
    }

    #content.additional-top-margin {
        margin-top: 119px; /* height of navbar-upper 80 + height of navbar-lower 39 */
    }

    /* Login page exceptions */
    #content.full-width {
        margin-left: 0;
    }
}

/* ==============================================================================
                                Tables + Pagination
 ============================================================================== */
.table {
    margin-bottom: 0;
}

.table .footer-pagination > tr > td {
    padding: 0;
    text-align: right;
}

.footer-pagination ul.pagination {
    margin-bottom: 0;
}

.footer-pagination li a,
.footer-pagination li a:hover,
.footer-pagination li a:focus,
.footer-pagination li a:active {
    color: black;
}

.footer-pagination li.active a {
    background-color: #00bff0;
    border-color: #00bff0;
    color: #fff;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.footer-pagination li.active a:hover,
.footer-pagination li.active a:focus,
.footer-pagination li.active a:active {
    background-color: #00bff0;
    border-color: #00bff0;
}

.fixed-table-outer-container {
    padding-top: 37px; /* 20 + 2*8 + 1 */
    display: block;
    /*height: 100%;*/
    position: relative;
}

.fixed-table-inner-container {
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.header-background {
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #e6faff;
    border-bottom: 1px solid rgb(184, 183, 183);
}

.fixed-table-inner-container thead th {
    padding: 0 !important;
    border: none !important;
}

.fixed-table-inner-container .th-inner {
    padding: 8px;
    position: absolute;
    top: 0;
    font-weight: 500;
}

.fixed-table-inner-container .footer-pagination .pagination {
    margin-bottom: -5px;
}


/* ==============================================================================
                                    Forms
 ============================================================================== */
.form-horizontal {
    overflow: hidden;
}

.form-group:not(:last-of-type) {
    margin-bottom: 20px;
}

.filter-buttons {
    margin-top: 15px;
}

#filter-toggle {
    padding: 9px 13px;
    margin: -10px 0 0 0;
}

#filter-toggle.active {
    background-color: #00bff0;
    color: #fff;
}

.form-inline .form-group {
    margin: 10px 0 30px 0;
    display: block;
}

.form-inline .form-group label {
    display: block;
}

.form-inline .form-group label > * {
    width: 100%;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 992px) {
    .form-inline .form-group {
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .form-inline .form-group label {
        display: inline-block;
        margin-right: 10px;
        width: 120px;
        text-align: right;
        vertical-align: middle;
    }

    .form-inline .form-group label > * {
        width: auto;
    }

    .form-inline .form-group label .input-group.date {
        width: 150px;
    }

    .form-inline .form-group label #filter-amount-from,
    .form-inline .form-group label #filter-amount-to {
        width: 100px;
    }

    .form-inline .form-control {
        width: 200px;
    }
    .form-inline .input-group {
        width: 200px;
    }
}
.wrap-text {
    word-break: break-all;
}


/* ==============================================================================
                                 Session Timeout
 ============================================================================== */
#session-timeout-dialog,
#session-timeout-dialog .modal-footer {
    text-align: center;
}

#session-timeout-dialog .modal-header .close {
    display: none;
}

#session-timeout-dialog .modal-header h4 {
    color: rgb(251,74,70);
    font-size: 22px;
}

#session-timeout-dialog .modal-body {
    color: rgb(53,64,82);
    font-size: 18px;
    padding: 75px 15px;
}

#session-timeout-dialog .countdown-holder {
    color: rgb(251, 74, 70);
}

#session-timeout-dialog .btn {
    color: white;
    width: auto;
}

#session-timeout-dialog .btn-primary {
    background-color: rgb(53,64,82);
    border-color: rgb(53,64,82);
}

#session-timeout-dialog .btn-default {
    background-color: rgb(251,74,70);
    border-color: rgb(251,74,70);
}

@media (min-width: 992px) {
    #session-timeout-dialog .modal-dialog {
        width: 850px;
    }
}


/* ==============================================================================
                                 Widgets - Shared
 ============================================================================== */
.widget .pills-menu {
    margin-top: 0;
    border-top: none;
    border-color: #e6e6e6;
}

.content-section {
    padding: 15px 18px;
    position: relative;
}

.content-section:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
}

.content-section table tr td:first-child {
    padding-left: 0;
}

.content-section table tr td:last-child {
    padding-right: 0;
}

.widget .entitlement, .widget .balance-info {
    padding-top: 5px;
}


/* ==============================================================================
                                 Widget - Job list
 ============================================================================== */
.widget .content.job-content {
    padding: 0;
}

.last-jobs-list-page, .job-title {
    font-weight: bold;
    word-break: break-all;
}

.job-title {
    padding-right: 10px;
}

.job {
    border-top: 1px solid #E7E7E7;
    padding: 5px 10px;
}

.job-overview {
    display: table-cell;
}

.info-icon {
    padding-bottom: 7px;
    padding-top: 7px;
}

.icon {
    cursor: pointer;
}

.footer-control {
    width: 100%;
    text-align: center;
}

.job-control {
    display: table-cell;
    color: black;
}

.job-detail-back {
    display: block;
    text-align: center;
    font-size: 1.1em;
    padding: 10px 40px;
    background: url("../img/ico/back.png") 10px center no-repeat;
    border-bottom: 1px solid #E6E6E6;
}

#last-jobs-detail-page {
    display: none;
    padding: 0 0 10px 0;
}

.category {
    color: #00bff0;
    padding: 10px;
    font-weight: bold;
    background: #f5f8fc;
    border-bottom: 1px solid #e6e6e6;
}

.detail-group {
    display: table;
    margin: 10px 20px;
    width: calc(100% - 40px);
}

.detail-label {
    display: table-cell;
    padding: 3px 0;
}

.detail-row {
    display: table-row;
}

.detail-value {
    display: table-cell;
    text-align: right;
}

#last-jobs-back, #last-jobs-delete {
    width: 50%;
}

#last-jobs-back.display, #last-jobs-delete.display {
    display: inline-block;
}

#last-jobs-delete {
    color: #fb4a46;
    border-left: 1px solid #E7E7E7;
}

#last-jobs-delete.disabled {
    color: #bebebf;
}

#last-jobs-delete.disabled:hover {
    background: none;
    cursor: inherit;
}

#my-deposit-recharge:hover, #my-deposit-recharge:active {
    background: #ebeef2;
    text-decoration: none;
    color: #000;
}

.job-basic-overview {
    font-weight: 300;
    font-size: small;
}

.job-preview {
    width: 100%;
    border: 1px solid;
}

.edit-checkbox {
    float: left;
    display: none;
    padding-top: 7px;
    padding-right: 10px;
}

.edit-checkbox.display {
    display: inline;
}

.checkbox.hidden input,
.checkbox.hidden label {
    display: none;
}

.list-additional {
    padding: 20px 10px;
    color: #bebebf;
    font-weight: 400;
}

.update .action {
    display: none;
    color: black;
    padding: 15px 10px;
}

.update .action:hover, .update .action:active {
    background: #ebeef2;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.widget .update.footer-control {
    padding: 0;
}

@media (min-width: 768px) {
    .update .action {
        padding: 10px;
    }
}

.pointer-cursor {
    cursor: pointer;
}

/* ==============================================================================
                           Widget - My Deposit
 ============================================================================== */
#my-deposit-widget .content {
    overflow-y: auto;
    font-size: 10px;
}

.widget-wall #my-deposit-widget {
    font-size: inherit;
}

#my-deposit-widget td {
    border: none;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#my-deposit-show-more-jobs, #my-deposit-show-all-jobs {
    margin: 15px 0 5px 0;
    color: #21C1EF;
    display: block;
    font-size: 14px;
}

#my-deposit-recharge {
    color: black;
    display: block;
    padding: 15px 10px;
}

#my-deposit-no-transactions-text {
    color: #21C1EF;
    font-size: small;
    font-weight: 400;
}

@media (min-width: 768px) {
    #my-deposit-show-more-jobs, #my-deposit-show-all-jobs {
        margin: 10px 0 0 0;
    }

    #my-deposit-recharge {
        padding: 10px;
    }

    #my-deposit-widget .content {
        font-size: 14px; /* bootstrap default */
    }
}


/* ==============================================================================
                           Widget - Budget
 ============================================================================== */
#budget-widget .icon {
    background: url("../img/ico/budget-widget.png") no-repeat center center;
    width: 32px;
    height: 32px;
}

#budget-history table {
    width: 100%;
}

#budget-history table td {
    border: none;
}

/* ==============================================================================
                           Widget - Quotas
 ============================================================================== */
#quotas-widget .icon {
    background: url("../img/quotas-widget/quotas-widget.png") no-repeat center center;
    width: 32px;
    height: 32px;
}

#quotas-widget .content-section {
    line-height: 25px;
}

.quota-inner-section {
    display: table;
    width: 100%;;
}

.quota-icons, .quota-info {
    vertical-align: middle;
    display: table-cell;
}

.quota-icons > * {
    float: left;
}

.quota-info {
    float: right;
}

.quota-info table {
    height: 50px;
}

.quota-info td:last-child {
    width: 100px;
}

.quota-progress-bar {
    display: inline-block;
    height: 10px;
    width: 130px;
    background-color: #f5f5f5;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.quota-progress {
    height: 100%;
}

.quota-progress.many {
    background-color: #4dc824;
}

.quota-progress.half {
    background-color: #f0ad4e;
}

.quota-progress.few {
    background-color: #f34b46;
}

#quotas-history-table {
    width: 100%;
}

#quotas-history-table td {
    border: none;
}

/* ==============================================================================
                                Tab -  Job Upload
 ============================================================================== */
#tap-area {
    border-radius: 10px;
    border: 2px dashed #4dc824;
    background: white;
    width: 80%;
    height: 50%;
    max-width: 700px;
    max-height: 460px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#tap-area > div > div {
    padding: 20px 0 0 0;
}

#tap-area:hover,
#tap-area:active,
#tap-area.dragover-hover {
    cursor: pointer;
    background: #b6f6a0;
    border: 2px dashed #4dc824;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#tap-area:hover .upload-image,
#tap-area:active .upload-image,
#tap-area.dragover-hover .upload-image {
    background-position: right top;
}

#tap-area .upload-image {
    transform: translate(-50%, 0%);
    left: 50%;
    position: relative;
    height: 72px;
    width: 112px;
    background: url('../img/upload-job/tap-or-click-to-upload.png') no-repeat left top;
}

#tap-area > div {
    color: #636778;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    overflow: auto;
}

#tap-area a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin: 20px;
    color: white;
    background: #4dc824;
    border-color: #4dc824;
}

#tap-area a:hover,
#tap-area a:active {
    background: #47b821;
    border-color: #47b821;
}

#add-file-label {
    margin-bottom: 15px;
}

#file-upload-form {
    padding: 0 0 75px 0;
}

#file-upload-form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#file-upload-form li {
    border-bottom: 1px solid #C5C5C5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#file-upload-form .yui-widget li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

#file-upload-form .yui-widget li:nth-of-type(2) { /** 2nd because the first is hidden template row */
    padding-top: 0;
}

#file-upload-form.show {
    display: inline-block;
}

#file-upload-form .file-name {
    font-weight: 500;
}

#file-upload-form .file-size {
    padding-left: 5px;
}

#uploading-files-list .close, #failed-files-list .close {
    float: right;
    opacity: 1;
}

#file-upload-form input {
    margin-left: 10px;
    margin-right: 2px;
}

#file-upload-form input.bw {
    margin-left: 0;
}

#file-upload-form .options-row {
    padding-top: 5px;
}

#file-upload-form .options-row span {
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 2px;
}

#file-upload-form .progress {
    height: 5px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

#file-upload-form .progress-bar {
    background-color: #21C1EF;
}

#file-upload-form .status-row {
    display: none;
    height: 15px;
}

#file-upload-form .success-row {
    display: none;
    color: #4dc824;
    margin-top: 10px;
}

#file-upload-form .error-row {
    display: none;
    color: #A94442;
    margin-top: 10px;
}

#file-upload-form .success-row img, #file-upload-form .error-row img {
    margin-top: -1px;
}

#file-upload-form .success-row span, #file-upload-form .error-row span {
    margin-left: 3px;
}

#upload-button-frame {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 15px;
    width: 100%;
    border-top: 1px solid #bdbbbc;
}

.counter {
    margin: 0 2px 0 3px;
}

#try-all-again {
    margin-right: 15px;
}

@media (min-width: 768px) {
    #tap-area {
        margin-left: 75px;
        width: 50%;
    }

    #tap-area > div > div {
        padding: 0;
    }

    #add-file-label {
        color: white;
        background-color: #4dc824;
        border-color: #4dc824;
    }

    #add-file-label:hover,
    #add-file-label:active {
        background: #47b821;
        border-color: #47b821;
    }

    #file-upload-form li .close {
        display: none;
    }

    #file-upload-form li:hover .close {
        display: block;
    }

    #upload-button-frame {
        margin-left: 150px;
    }
}


/* ==============================================================================
                                   Tab - Payment
 ============================================================================== */
.positive, .virtual-balance {
    color: #4dc824;
}

.negative, .debt {
    color: red;
}

.box-section {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #fff;
    padding: 1em;
    margin-bottom: 15px;
}

#recharge-credit-page .box-section {
    border: inherit;
    background: inherit;
}

#recharge-options-menu {
    width: 100%;
}

#recharge-options-menu > a {
    width: 50%;
}

/* account detail */
#balance-info-header {
    margin-bottom: 20px;
    font-size: 18px;
}

/* electronic payment */
.payment-gateway-icon {
    height: 30px;
}

/* Custom width of payment table */
.fixed-table-inner-container #transactions-table thead th:nth-child(1),
.fixed-table-inner-container #transactions-table thead th:nth-child(1) .th-inner {
    width: 25%;
}
.fixed-table-inner-container #transactions-table thead th:nth-child(2),
.fixed-table-inner-container #transactions-table thead th:nth-child(2) .th-inner {
    width: 50%;
}

/* 3rd is hidden */

.fixed-table-inner-container #transactions-table thead th:nth-child(4),
.fixed-table-inner-container #transactions-table thead th:nth-child(4) .th-inner {
    width: 25%;
}

@media (min-width: 768px) {
    #recharge-options-menu {
        margin-left: 15px;
        width: auto;
    }

    #recharge-options-menu > a {
        width: auto;
    }

    #recharge-credit-page .box-section {
        border: 1px solid #e6e6e6;
        background: #fff;
    }

    #recharge-options-menu {
        margin-bottom: 60px;
    }

    /* Vouchers */
    #voucher-code {
        max-width: 250px;
    }

    /* Custom width of payment table */
    .fixed-table-inner-container #transactions-table thead th:nth-child(1),
    .fixed-table-inner-container #transactions-table thead th:nth-child(1) .th-inner {
        width: 15%;
    }
    .fixed-table-inner-container #transactions-table thead th:nth-child(2),
    .fixed-table-inner-container #transactions-table thead th:nth-child(2) .th-inner {
        width: 35%;
    }
    .fixed-table-inner-container #transactions-table thead th:nth-child(3),
    .fixed-table-inner-container #transactions-table thead th:nth-child(3) .th-inner {
        width: 30%;
    }
    .fixed-table-inner-container #transactions-table thead th:nth-child(4),
    .fixed-table-inner-container #transactions-table thead th:nth-child(4) .th-inner {
        width: 20%;
    }
}

/* ==============================================================================
                                   Errors
 ============================================================================== */
 
.connection-error {
	position: relative;
}

.inline .connection-error {
	display: inline-block;
}

.connection-error img {
	display: block;
}

.error-text {
	display: none;
	position: fixed;
	color: white;
	background-color: #4e515e;
	border: 1px solid #4e515e;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	z-index: 5;
}

.top-margin {
	margin-top: 10px;
}

.table .connection-error-cell {
	background-color: white;
	border: none;
}

/* ==============================================================================
                            Account connection flow
 ============================================================================== */

.active .number-circle {
    background: #00bff0;
    border: 2px solid #00bff0;
    color: white;
}

.number-circle {
    border-radius: 50%;

    width: 1.7em;
    height: 1.7em;

    border: 2px solid #bdbbbc;
    color: #bdbbbc;
    text-align: center;

    font-size: 1em;
}

.connect-to-account-progress .active .step {
    color: #00bff0;
}

.connect-to-account-progress .step {
    padding-top: 2px;
    padding-left: 0.5em;
}

.connect-to-account-progress .line {
    display: flex;
    padding-left: 1em;
    padding-right: 1em;
}

.connect-to-account-progress .line hr {
    margin-top: 12px;
    background-color: #bdbbbc;
    height: 1px;
    width: 10em;
}

.connect-to-account-progress .step-done {
    height: 24px;
    width: 24px;
}

.connect-to-account-progress {
    display: flex;
    display: -ms-flexbox;
}

.connect-to-account-progress .first {
    display: flex;
    display: -ms-flexbox;
}

.connect-to-account-progress .second {
    display: flex;
    display: -ms-flexbox;
}

.provider-logo {
    height: 3em;
}

.provider-logo-big {
    height: 7em;
}

#connect-to-account-back {
    width: 30%;
}

#activate {
    width: 68%;
}

#connect-to-account-email {
    color: #bdbbbc;
}

#resend-code {
    text-decoration: underline;
    cursor: pointer;
}

.email-and-resend div {
    margin-top: 0.3em;
}

#connect-to-account-email span {
    display: flex;
}

#connect-to-account-email img {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.connect-to-account-red-underline {
    margin-top: 1em;
    color: red;
    text-decoration: underline;
}

.connect-to-account-red-underline:hover {
    color: red;
}

.connect-to-account-connected-ico {
    margin-right: 0.5em;
}

#connect-to-account-disconnect {
    width: inherit;
}

.btn-no-frame {
    margin-left: 2em;
    margin-right: 1em;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#email-sent div {
    margin-top: 0.3em;
    color: #54c735;
}

#email-sent img {
    margin-right: 0.5em;
    margin-left: 0.5em;
}