/* Minification failed. Returning unminified contents.
(576,42): run-time error CSS1046: Expect comma, found '0'
(576,46): run-time error CSS1046: Expect comma, found '/'
(577,34): run-time error CSS1046: Expect comma, found '0'
(577,38): run-time error CSS1046: Expect comma, found '/'
 */
/* CSS for Admin QCrash */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}
body {
    background-color: #3e7a6e;
    font-size: 13px;
    margin-bottom: 55px;
    margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #3e7a6e;
}
h2 {
    font-size: 2rem;
}
h1, h2, h3, h4, h5, h6 {
    margin: .5rem 0 .7rem;
    font-weight: 500;
    line-height: 1.2;
}
.center {
    text-align: center;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.btn {
    cursor: pointer;
    transition-duration: 0.4s;
}
.btn.green-button,
.green-button {
    background-color: #3e7a6e;
    border: solid #3e7a6e;
    padding: 12px 30px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    letter-spacing: -.5px;
}
.green-button:hover {
    background-color: #FFF;
    color: #3e7a6e;
}
.green-button.disabled {
    background-color: #ddd;
    border: solid #aaa;
    color: #aaa;
    cursor: not-allowed;
}
header a {
    text-decoration: none;
}
.qc-brand-name img {
    vertical-align: middle;
}
.qc-account button {
    font-size:24px;
}
.qc-sort-down:after {
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    color: #ddd;
}
.qc-sort-down.selected:after {
    color:#3e7a6e;
}
.Id_desc #idUser .qc-sort-down:after,
.Name #name .qc-sort-down:after,
.Created_desc #created .qc-sort-down:after,
.CC #country .qc-sort-down:after,
.Language #language .qc-sort-down:after,
.Deleted #deleted .qc-sort-down:after,
.City #city .qc-sort-down:after,
.Mobile #mobile .qc-sort-down:after,
.email #email .qc-sort-down:after,
.billing #billing .qc-sort-down:after,
.Vendor #vendor .qc-sort-down:after,
.Queue_desc #queue .qc-sort-down:after,
.Service_desc #service .qc-sort-down:after,
.Date #date .qc-sort-down:after {
    color: #3e7a6e;
}
.Id #idUser .qc-sort-down:after,
.Name_desc #name .qc-sort-down:after,
.Created #created .qc-sort-down:after,
.CC_desc #country .qc-sort-down:after,
.Language_desc #language .qc-sort-down:after,
.Deleted_desc #deleted .qc-sort-down:after,
.City_desc #city .qc-sort-down:after,
.Mobile_desc #mobile .qc-sort-down:after,
.email_desc #email .qc-sort-down:after,
.billing_desc #billing .qc-sort-down:after,
.Vendor_desc #vendor .qc-sort-down:after,
.Queue #queue .qc-sort-down:after,
.Service_desc #service .qc-sort-down:after,
.Date_desc #date .qc-sort-down:after {
    content: '\f0de';
    color: #3e7a6e;
}
/* Login */
.logo-box {
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 10px;
}
.logo-box img {
    height: 70px;
    margin-right: 10px;
}
.logo-brandname {
    font-weight: 100;
    color: white;
    font-size: 25px;
}
.pro-suffix {
    font-weight: bold;
    color: white;
    font-size: 25px;
}
.login-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.login-wrapper {
    border: none;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0,0,0,.05), 0 6px 20px 0 rgba(0,0,0,.02);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.7);
    margin: 30px 0;
    width: 90%;
}
.login-title {
    padding: 16px 0;
}
.login-title h1 {
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}
.login-form {
    background-color: white;
    padding: 25px 15px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    font-size: 14px;
    margin-bottom: .5em;
    display: inline-block;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0 .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-form .country-box,
.login-form .phone-box {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.row.between {
    justify-content: space-between;
}
.button-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.myAlert-top {
    position: fixed;
    top: 10px;
    left: 2%;
    width: 96%;
}
.alert {
    display: none;
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}
.alert-danger {
    color: #ec536c;
    background-color: #fbdde2;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.myAlert-top p {
    font-size: 19px;
    text-align: center;
    font-weight: 100;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.alert a {
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
footer {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
footer .copyright {
    color: white;
    font-size: 12px;
}

/* Dashboard */

.container-fluid {
    width: 100%;
}

input[type=search] {
    margin-right: -12px;
}

/* Tables */
table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px 0 20px;
}
.table a {
  color: #3e7a6e;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

/* Layout sidebar*/

.fontbold {
    font-weight: 600 !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar-menu {
    z-index: 1001;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#3e7a6e;
    display: none;
}
.navbar-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 40px;
    padding: 0 calc(24px / 2) 0 0;
}
.navbar-header .btn {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
}
.qc-brand-name img {
    height: 35px;
    margin-left: 5px;
}
.qc-brand-name {
    font-family: Raleway;
    font-size: 18px;
    color: white;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.text-danger {
    color: #ec536c !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: #fff;
    padding: .55rem 1.5rem;
}
.dropdown-menu {
    padding: 4px 0;
    font-size: 13px;
    -webkit-box-shadow: 0 2px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 30px rgb(0 0 0 / 8%);
    background-color: #fff;
    border-color: transparent;
    margin: 0;
    position: absolute;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-menu.show,
.navbar-menu.show {
    display: block;
}
.navbar-menu li {
    display: inline-block;
    list-style: none;
    padding: 30px 0;
}
.navbar-menu li a {
    color: white;
    font-size: 1.6em;
}
.navbar-menu ul {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 100%;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem 2rem;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
header .hamburger {
    cursor: pointer;
    width: 20px;
    height: 15px;
    position: relative;
    margin-left: auto;
}
header .hamburger .line {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 2px;
    background-color: #F8F8F8;
    transition: all 0.75s cubic-bezier(0.5, -0.01, 0, 1.005);
}

header .hamburger .line:nth-child(1) {
    top: 0px;
}

header .hamburger .line:nth-child(2) {
    bottom: 0px;
}

.navbar-header.open .hamburger .line:nth-child(1) {
    transform: translateY(7px) translateX(0px) rotate(45deg);
}

.navbar-header.open .hamburger .line:nth-child(2) {
    transform: translateY(-6px) translateX(0px) rotate(-45deg);
}
.qc-menu-item {
    margin-left: 10px;
}
.open .qc-brand-header,
.open .qc-account {
    display: none;
}
/* Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3e7a6e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3e7a6e;
    border-color: #3e7a6e;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Admin pages */

.qc-new-admin-link {
    margin: 20px 0;
}
.qc-new-admin-link i {
    margin-right: 5px;
}
#admin-all th,
#admin-all td {
    padding: 5px 12px;
}
#admin-all td.qc-large {
    padding: 5px 18px;
}
.qc-command-links {
    margin: 30px 0;
}
.qc-back-link {
    margin-top: 25px;
}
.label.small {
    font-size: .9em;
    color: #222;
}
.qc-admin-data {
    margin: 8px 0 18px;
    font-size: 1.5em;
}
.qc-disclaimer {
    margin: 8px 0 18px;
}
.qc-name-block {
    display: inline-block;
}
.qc-name-block:first-child {
    margin-right: 30px;
}
.qc-table-wrapper {
    overflow-x: auto;
}
.qc-details-header {
    margin: 20px 0;
}
.qc-details-header .row.between {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.qc-details-header .row.between .form-group {
    width: 100%;
}
.qc-vendor-details-name {
    margin: 10px 60px 10px 0;
    font-size: 1.2em;
    font-weight: bold;
}
.qc-vendor-details-id {
    font-size: 1.2em;
    margin: 10px 0;
    color: #666;
}
.qc-edit-link {
    margin: 15px 0 25px;
}
.qc-edit-link a {
    text-decoration: underline;
}
.qc-user-details-data {
    font-size: 1.2em;
}
.qc-user-details-table-box {
    margin: 30px 0;
}
.qc-bar-elements {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 20px 0 15px;
}
.qc-entries {
    margin-bottom: 15px;
}
.qc-entries span {
    font-size: 1.4em;
}

@media only screen and (min-width: 768px) {
    .myAlert-top {
        left: 11%;
        width: 78%;
    }

    .navbar-menu {
        width: auto;
        z-index: 1001;
        left: 42px;
        margin-top: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: auto;
        display: none;
    }

    header {
        margin: 5px;
        position: relative;
    }

    .navbar-menu ul {
        flex-direction: row;
        margin-top: 12px;
    }

    .navbar-menu li {
        padding: 0 10px;
    }

        .navbar-menu li a {
            font-size: 1em;
        }

    .navbar-header .btn {
        padding: .375rem .75rem;
    }
    .card {
        width: auto;
    }

    .card-body {
        padding: 1.25rem;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .login-wrapper {
        width: 60%;
    }

    .login-form .country-box {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .login-form .phone-box {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .qc-details-header .row.between {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .qc-details-header .row.between .form-group {
        width: auto;
    }
    .qc-bar-elements {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .qc-entries {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .myAlert-top {
        left: 33%;
        width: 34%;
    }
    .login-wrapper {
        width: 50%;
    }
}
@media only screen and (min-width: 1100px) {
    .login-wrapper {
        width: 40%;
    }
}
@media only screen and (min-width: 1250px) {
}
