﻿.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-Bold.ttf') format('truetype');
    font-weight: bold;
}

@media print {
    .non-print {
        display: none !important;
    }
}

input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.fixedheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

body {
    font-family: Jura, Arial, Helvetica, sans-serif;
    /*            font-weight: bold;*/
    font-size: 18px;
    line-height: 18px;
}

b {
    font-weight: bold;
}



.body-content {
    background-color: #EEEEEE;
    padding-top: 20px;
}

a {
    color: dimgray;
    font-weight: bold;
}

.fixedheader {
    /*background-color: lightgray;*/
    border-radius: 15px;
    padding: 10px;
}

h1 {
    color: #89BC23;
    font-weight: bold;
    font-size: 50px;
    padding-left: 10px;
}

h2 {
    color: #89BC23;
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
}

h3 {
    color: #89BC23;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
}

h4 {
    color: #89BC23;
    font-size: 16px;
    padding-left: 10px;
}

.top-gradient {
    background-color: #211F20;
    padding-bottom: 5px;
    padding-top: 10px;
}

.wh-font {
    color: white;
}

    .wh-font a:link {
        color: white;
    }

    .wh-font a:visited {
        color: white;
    }

.login-form-control {
    height: 25px;
}

.nonprinted {
    background-color: red;
    color: white;
}

.closed {
    background-color: darkgray;
    color: white;
}

.processing {
    background-color: green;
    color: white;
}

.error {
    background-color: yellow;
    color: black;
}

.packagecontrols {
    width: 520px;
}

.login-btn {
    max-width: unset !important;
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
    background-color: limegreen;
    color: black;
}

.w100 {
    width: 100%;
}

.nav-item {
    border-left: solid;
    border-left-color: darkgray;
    border-left-width: thin;
    width: 14%;
    text-align: center;
}

.longtext {
    border-left: solid;
    border-left-color: darkgray;
    border-left-width: thin;
    width: 20%;
    text-align: center;
}

.h-limit {
    height: 40px;
}

.hidden {
    display: none;
}

/* index.cshtml */
.pad90l {
    padding-left: 90px;
}

.btn {
    width: auto;
}

/* Contact.cshtml */

.maxwidth {
    width: 500px;
}

.pad90l {
    padding-left: 90px;
}

.btn {
    width: auto;
}

input, textarea {
    max-width: 100%;
    width: 100%;
}

/* Terms.cshtml*/

/* New package*/
.cimtar-kereses {
    width:100%;
}
th {
    text-align: center;
}

table, tr, th, td {
    border: 1px;
    border-style: solid;
    border-color: black;
}

.maxwidth {
    width: 100%;
}

.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
    min-width: 16px;
}


input, textarea {
    max-width: 100%;
    width: 100%;
}

button, select {
    height: 30px;
}

.cw9 {
    width: 50%;
}

.minH .e-content {
    min-height: 150px;
}

.w50 {
    width: 100%;
    padding: 1px;
}

.hiddenrow {
    display: none;
}

.rb0 {
    border-right: none !important;
}

.lb0 {
    border-left: none !important;
}

.tdr {
    text-align: right;
}

.tdl {
    text-align: left;
}

.toppad {
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: solid;
    border-top-color: gray;
    border-top-width: 2px;
}

.col {
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.area {
    position: relative;
    color: #0F0;
    font-weight: bold;
}

.fixed {
    position: absolute;
    top: 20px;
    /*left: 20px; */
    border: 1px solid black;
    /*padding: 5px;*/
    z-index: 100;
    background-color: gray;
    display: none;
    width: 1000px;
    height: 300px;
    margin: auto;
}

/*grid begin*/
#typeddl {
    min-width: 100px;
}

.e-input-group-icon .e-spin-down {
    width: 10px;
    min-width: 10px;
}

.e-input-group-icon .e-spin-up {
    width: 10px;
}

.padtop28 {
    padding-top: 28px;
}

.minH .e-content {
    min-height: 150px;
}

.control-section {
    padding-left: 10px;
}
/*grid end*/

/*modal partnersearch begin*/

#ex1 {
    opacity: unset;
    max-width: none;
    max-height: none;
    width: 1000px;
    height: 500px;
    margin: auto;
    background-color: #f3f3f3;
}

#ex2 {
    opacity: unset;
    max-width: none;
    max-height: none;
    width: 1000px;
    height: 500px;
    margin: auto;
    background-color: #f3f3f3;
}

#validationerror {
    opacity: unset;
    max-width: none;
    max-height: none;
    width: 1000px;
    height: 500px;
    margin: auto;
    background-color: #f3f3f3;
}

#messageModal {
    opacity: unset;
    max-width: none;
    max-height: none;
    width: 1000px;
    height: 270px;
    margin: auto;
    background-color: #f3f3f3;
    padding-top: 30px;
}

#dialogModal {
    opacity: unset;
    max-width: none;
    max-height: none;
    width: 1000px;
    height: 270px;
    margin: auto;
    background-color: #f3f3f3;
    padding-top: 30px;
}

#PrintLabelsModal {
    opacity: unset;
    max-width: none;
    max-height: none;
    width: 1000px;
    height: 500px;
    margin: auto;
    background-color: #f3f3f3;
}

.messageModal_h2 {
    text-align: center;
}

.messageModal_description {
    text-align: center;
}

.searchheader {
    background-color: lightgray;
}

.modal-body {
    overflow-x: auto;
    background-color: #f3f3f3;
}

.modal-lg {
    max-width: 1000px;
}

.selected {
    background-color: red;
}

.psh2 {
    /*margin-top: 30px;*/
    background-color: lightgray;
    color: black;
    box-shadow: 5px 5px 5px black;
}

.smallpadbottom {
    padding-bottom: 5px;
}

.smallpadtop {
    padding-top: 5px;
}

.pstable {
    width: 100%;
    margin-top: 15px;
}

.pspcb {
    width: 20px;
    height: 20px;
}

.pstable, .pstr, .psth, .pstd {
    border-right: 0px;
    border-top: 0px;
}

.pstd {
    height:50px;
    border-right: 0px;
    border-left: 0px;
}

.pstr {
    border-right: 0px;
    border-left: 0px;
}

/* PartnerSearch */
.partner-search-table {
    overflow-y: scroll;
}
.partner-search-thead {

}
.partner-search-tbody {
    overflow-y: scroll;
}

#partnertablediv {
    height: 200px;
    overflow-y: scroll;
}

#cPartnerSearch{
    margin-top: 10px;
}

/* PostalCodeSearch */
.postalcode-search-table {
    overflow-y: scroll;
}

.postalcode-search-thead {
}

.postalcode-search-tbody {
    overflow-y: scroll;
}

#postalcodetablediv {
    height: 200px;
    overflow-y: scroll;
}

#cPostalCodeSearch {
    margin-top: 10px;
}

/* ListPackage*/

/* ValidationError*/



.veh2 {
    background-color: lightgray;
    color: black;
    box-shadow: 5px 5px 5px black;
}

.managemenu {
    display: -webkit-inline-box;
    margin-left: 30px;
}

.longtext2 {
    width: 25%;
    background-color: lightgray;
    color: black;
}

.w50_2 {
    width: 90%;
}

.readonly {
    background-color: lightgray;
}

.border-1{
    border-color: black;
    border-width: 1px;
}

.ErrorModal_h2{
    color: red;
}

.ErrorModal_body{
    background-color: indianred;
}

#cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: dodgerblue;
    color: white;
    text-align: center;
    visibility: hidden;
}

.devsys {
    text-align: center;
    background-color: red;
    color: white;
    font-weight: bold;
}

.highbtn {
    height: 60px;
}
