/*body {*/
/*padding: 0px;*/
/*margin: 0px;*/
/*background-color: #edfcf9;*/
/*}*/

/*.main-container {*/
/*background-color: #4bbaa6;*/
/*height: 80px;*/
/*width: 100%;*/
/*}*/

/*.main-container img {*/
/*margin: 8px auto;*/
/*margin-left: 60px;*/
/*}*/

/*.success-fail-container {*/
/*width: 400px;*/
/*margin: auto;*/
/*}*/

/*.va {*/
/*display: inline;*/
/*margin: 0 auto;*/
/*line-height: 80px;*/
/*font-family: sans-serif;*/
/*}*/

/*.right {*/
/*position: absolute;*/
/*right: 30px;*/
/*}*/

/*.ws-title {*/
/*margin-left: 30px;*/
/*font-size: 24px;*/
/*width: auto;*/
/*color: #035143;*/
/*}*/

/*.ws-username {*/
/*margin: 0 auto;*/
/*font-size: 16px;*/
/*width: 100px;*/
/*margin-right: 25px;*/
/*color: #035143;*/
/*}*/

/*.ws-logged-out {*/
/*width: 70%;*/
/*margin: 0 auto;*/
/*line-height: 40px;*/
/*text-align: center;*/
/*margin-top: 100px;*/
/*font-size: 30px;*/
/*}*/

/*.ws-no-role {*/
/*color: #b44559;*/
/*}*/

/*.not-found {*/
/*font-size: 124spx;*/
/*}*/

/*.ws-logout {*/
/*margin: 0 auto;*/
/*font-size: 14px;*/
/*width: 50px;*/
/*border-radius: 5px;*/
/*padding: 10px;*/
/*border: 1px solid #aaebdf;*/
/*background-color: #3d9686;*/
/*}*/

/*.ws-logout:hover {*/
/*cursor: pointer;*/
/*background-color: #2d7669;*/
/*}*/

/*.header {*/
/*padding: 0px;*/
/*margin: 0px;*/
/*border-bottom: 1px solid #348476;*/
/*}*/

/*.content {*/
/*padding-top: 50px;*/
/*margin: auto;*/
/*max-width: 400px;*/
/*min-width: 400px;*/
/*}*/

/*.content-success {*/
/*height: 70%;*/
/*position: relative;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*}*/

/*label, button, input {*/
/*display: block;*/
/*}*/

/*label, button {*/
/*margin-top: 20px;*/
/*font-family: sans-serif;*/
/*font-weight: bold;*/
/*font-size: 18px;*/
/*}*/

/*input, select {*/
/*border: 1px solid #ddd;*/
/*margin-top: 10px;*/
/*height: 60px;*/
/*font-size: 24px;*/
/*padding: 5px 5px 5px 13px;*/
/*width: 378px;*/
/*box-shadow: 1px 0px 5px 1px rgba(0,0,0,.05);*/
/*-webkit-box-shadow: 1px 0px 5px 1px rgba(0,0,0,.05);*/
/*-moz-box-shadow: 1px 0px 5px 1px rgba(0,0,0,.05);*/
/*border-radius: 3px;*/
/*}*/

/*#reports, #vaulters, #select, #select-type, #sender {*/
/*width: 100%;*/
/*}*/

/*input:focus, select:focus {*/
/*outline: 0;*/
/*box-shadow: 1px 0px 7px 1px rgba(0,0,0,.18);*/
/*-webkit-box-shadow: 1px 0px 7px 1px rgba(0,0,0,.18);*/
/*-moz-box-shadow: 1px 0px 7px 1px rgba(0,0,0,.18);*/
/*border-radius: 3px;*/
/*}*/

/*label {*/
/*color: #3f8e80;*/
/*text-shadow: 0 1px 0 rgba(255,255,255,1);*/
/*}*/

/*button {*/
/*outline: 0;*/
/*width: 100%;*/
/*background-color: #4bbaa6;*/
/*border: none;*/
/*border-radius: 3px;*/
/*padding: 18px 30px 16px 30px;*/
/*font-weight: normal;*/
/*color: white;*/
/*display: inline-block;*/
/*min-width: 300px;*/
/*}*/

/*button:hover {*/
/*cursor: pointer;*/
/*background-color: #3d9686;*/
/*}*/

/*button:active {*/
/*outline: 0;*/
/*background-color: #348072;*/
/*}*/

/*.result p, .info p {*/
/*margin: 0;*/
/*padding: 0;*/
/*text-align: center;*/
/*font-family: sans-serif;*/
/*}*/

/*.result p {*/
/*margin-bottom: 40px;*/
/*margin-top: 40px;*/
/*letter-spacing: 1px;*/
/*font-weight: bold;*/
/*font-size: 28px;*/
/*}*/

/*.pass p {*/
/*color: #1fb57f;*/
/*}*/

/*.info p {*/
/*width: 70%px;*/
/*font-weight: normal;*/
/*font-size: 18px;*/
/*color: rgba(0,0,0,.6);*/
/*}*/

/*.fail-button, .fail-button:hover {*/
/*background-color: #d11349;*/
/*}*/

/*.fail-button:active {*/
/*background-color: #b51140;*/
/*}*/

/*.fail p {*/
/*color: #d11349;*/
/*}*/

/*.success-button, .fail-button {*/
/*width: 50%;*/
/*display: block;*/
/*margin: 40px auto 0;*/
/*}*/

/*a {*/
/*text-decoration: none;*/
/*color: #aaebdf;*/
/*}*/

/*a:hover {*/
/*cursor: pointer;*/
/*}*/

/*.match {*/
/*color: red;*/
/*text-align: center;*/
/*display: none;*/
/*}*/

/*.hidden {*/
/*display: block;*/
/*}*/

/*.readonly-input {*/
/*background-color: #edfcf9 !important;*/
/*}*/

body {
    padding: 0px;
    margin: 0px;
    background-color: #edfcf9;
}

.main-container {
    background-color: #4bbaa6;
    height: 80px;
    width: 100%;
}

.main-container img {
    margin: 8px auto;
    margin-left: 60px;
}

.success-fail-container {
    width: 400px;
    margin: auto;
}

.va {
    display: inline;
    margin: 0 auto;
    line-height: 80px;
    font-family: sans-serif;
}

.right {
    position: absolute;
    right: 30px;
}

.ws-title {
    margin-left: 30px;
    font-size: 24px;
    width: auto;
    color: #035143;
}

.ws-username {
    margin: 0 auto;
    font-size: 16px;
    width: 100px;
    margin-right: 25px;
    color: #035143;
}

.ws-logged-out {
    width: 70%;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
}

.ws-no-role {
    color: #b44559;
}

/*.not-found {*/
/*font-size: 124 spx;*/
/*}*/

.ws-logout {
    margin: 0 auto;
    font-size: 14px;
    width: 50px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #aaebdf;
    background-color: #3d9686;
}

.ws-logout:hover {
    cursor: pointer;
    background-color: #2d7669;
}

.header {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #348476;

}

.content {
    padding-top: 50px;
    margin: auto;
    max-width: 400px;
    min-width: 400px;
}

.content-success {
    height: 70%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

label, button, input {
    display: block;
}

label, button {
    margin-top: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
}

input, select, textarea {
    border: 1px solid #ddd;
    margin-top: 10px;
    height: 60px;
    font-size: 24px;
    padding: 5px 5px 5px 13px;
    width: 378px;
    box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
}

#reports, #vaulters, #select, #select-type, #sender {
    width: 100%;
}

input:focus, select:focus, textarea:focus {
    outline: 0;
    box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, .18);
    -moz-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, .18);
    border-radius: 3px;
}

label {
    color: #3f8e80;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

button {
    outline: 0;
    width: 100%;
    background-color: #4bbaa6;
    border: none;
    border-radius: 3px;
    padding: 18px 30px 16px 30px;
    font-weight: normal;
    color: white;
    display: inline-block;
    min-width: 300px;
}

button:hover {
    cursor: pointer;
    background-color: #3d9686;
}

button:active {
    outline: 0;
    background-color: #348072;
}

.result p, .info p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
}

.result p {
    margin-bottom: 40px;
    margin-top: 40px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 28px;
}

.pass p {
    color: #1fb57f;
}

.info p {
    width: 70%;
    font-weight: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, .6);
}

.fail-button, .fail-button:hover {
    background-color: #d11349;
}

.fail-button:active {
    background-color: #b51140;
}

.fail p {
    color: #d11349;
}

.success-button, .fail-button {
    width: 50%;
    display: block;
    margin: 40px auto 0;
}

a {
    text-decoration: none;
    color: #aaebdf;
}

a:hover {
    cursor: pointer;
}

.match {
    color: red;
    text-align: center;
    display: none;
}

.hidden {
    display: block;
    padding: 1%;
}

.readonly-input {
    background-color: #edfcf9 !important;
}

/*                 ADD            */
@media (max-width: 420px) {
    .content {
        width: 80%;
        max-width: 310px;
        min-width: 310px;
    }

    .ws-username {
        display: none;
    }
}

@media (max-width: 768px) {
    .content {
        width: 60%;
    }
}

.accordion {
    background-color: #fff;
    list-style-type: none;
    border: 1px solid #ddd;
    box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
    margin-top: 10px;
    padding: 0px 15px;
}

.accordion.note {
    box-shadow: none;
    background-color: transparent;
    border: none;
    margin: 0;
}

.accordion_header {
    width: 100%;
    height: 60px;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion.note .accordion_header{
    border: none;
    height: 20px;

}

.it_adress {
    width: 65%;
}

.accordion_header .data {
    width: 30%;
    min-width: 80px;
}

.accordion_body {
    font-size: 18px;
    min-width: 310px;
}

.accordion.note .accordion_body {
    padding: 0 5px;
    border: 1px dotted gray;
    margin: 10px 0;
}
.accordion form {
    width: 100%;
}

.accordion .form-div {
    display: flex;
    width: 100%;
}

.accordion input {
    border: 1px solid #ddd;
    height: 25px;
    padding: 5px 5px 5px 13px;
    width: 35%;
}

.accordion textarea {
    display: block;
    border: 1px solid #ddd;
    /*height: 25px;*/
    padding: 5px 5px 5px 13px;
    width: 94%;

}

.accordion button {
    height: 37px;
    color: #75758b;
    border: 1px solid #ddd;
    box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
    background-color: #fff;
    padding: 8px 15px 8px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 60px;
    width: 40%;
    min-width: 200px;
}

.accordion button:hover {
    color: #fff;
    background-color: #348072;
    box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
}

.cashconfirm {
    display: flex;
    font-size: 20px;
    color: #d11349;
    /*border: 1px solid #ddd;*/
    font-family: sans-serif;
    align-items: center;
    justify-content: space-between;
    padding-left: 1%;
}

.cashconfirm button {
    height: 60px;
    color: #75758b;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px;
    width: 15%;
    min-width: 50px;

}

.cashconfirm button:hover {
    color: #fff;
    background-color: #348072;
    box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, .05);
}

/* @media (max-width: 330) */
@media (max-width: 420px) {
    /* .accordion_header {
        font-size: 17px;
    } */
    /* 	.accordion {
        margin-right: 10px;
    } */
    .accordion_body {
        min-width: 200px;
        margin-right: 10px;
    }

    .accordion input {
        font-size: 16px;
    }

    .accordion textarea {
        display: flex;
    }

    .accordion button {
        margin-left: 20px;
        min-width: 178px;
    }

}

.input-text {
    height: 120px;
}

.cash-in-bags {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-top: 30px;
}

.cash-in-bags input {
    margin-top: 10px;
    min-width: 65%;
}

.cash-in-bags button {
    min-width: 25%;
    margin-top: 10px;
    background: #4B92BA;

}

table {
    width: 100%;
    frame: border;
    rules: none;
    border: 1px solid #ccc;
    cell-spacing: 2px;
}

thead, tr {
    border: none;
}

thead > tr > td {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

tr > td {
    width: 50%;
    color: #444;
    font-weight: normal;
    border: 1px solid #ccc;
}

td {
    border: 1px solid #ccc;
    padding: 5px;
}

td:first-child {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.table_container {
    margin-top: 30px;
}

@media (max-width: 768px) {
    /* .accordion_header {
        font-size: 18px;
    } */
}

.small {
    font-size: 0.9em;
    color: darkgray;
}