/* Basisvorlage CSS
www.pickmup.ch
Start: 16.03.2015
*/

/* Div's --------------------------------------------------------------------------------------- */

div.content-wrapper {
    padding: 1em;
}

div.content {
    background-color: white;
    padding: 1em 1em 5em;
}

/* Globale Werte  ------------------------------------------------------------------------------- */

html {
}

body {
    color: black;
    font: 100% "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #e2e2e2;
}

/* h1 - h4 Elemente ------------------------------------------------------------------------------ */

h1 {
    color: #00A7E8;
    font: 1.375em/1em "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    text-align: center;
}

h2 {
    font: 1.125em/1.3em "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font: 1em/1.3em "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 1.13em;
    margin-bottom: 1.13em;
}

p {
    font: 1em/1.4em "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


/* Text Links ------------------------------------------------------------------------------------- */
.textlink {
    color: black;
    text-decoration: underline;
}

    .textlink:visited {
        color: #00A7E8;
    }

    .textlink:hover {
        color: #00A7E8;
    }

    .textlink:active {
        color: #777;
    }


/* Buttons ------------------------------------------------------------------------------------- */

.button-small, .button-small-Attention, .button-small-Incident {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    background-color: #333;
    transition: background-color 300ms ease-out;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border: none;
    font-size: 18px;
    font-weight: normal;
}

.button-small-Attention {
    background-color: #FF8C00;
}

.button-small-Incident {
    background-color: #FF4500;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #00A7E8;
}

button:hover, button:focus, .button:hover, .button:focus {
    color: #FFF;
}

button:active, button:focus, .button:active, .button:focus {
    background-color: #00A7E8;
}

/* Checkbox ------------------------------------------------------------------------------------- */

label {
    color: black;
    font-size: 1em;
    border-radius: 0px;
}

#Login1_RememberMe {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0px,25px,25px,0px);
    height: 25px;
    width: 25px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    #Login1_RememberMe + label {
        padding-left: 30px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        font-family: Arial, sans-serif;
        font-size: 0.9em;
        font-weight: normal;
    }

    #Login1_RememberMe:checked + label {
        background-position: 0 -25px;
    }

    #Login1_RememberMe + label {
        background-image: url(../Images/csscheckbox.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

/* Eingabefelder --------------------------------------------------------------------------------------- */

.style-Login input[type="text"], .style-1 input[type="text"], .style-1 input[type="password"], .style-1 select.SearchDropDownList {
    font-size: 17px;
    border: 1px solid black;
    height: 30px;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0px;
}

.style-Login input[type="text"] {
    width: 45%;
}

    .style-Login input[type="text"]:focus, .style-1 input[type="text"].focus {
        border: 1px solid #00A7E8;
        -webkit-box-shadow: 0 0 5px 1px #ADE9FF;
        -moz-box-shadow: 0 0 5px 1px #ADE9FF;
        box-shadow: 0 0 5px 1px #ADE9FF;
    }

/* Suche --------------------------------------------------------------------------------------- */
.login-window input[type="text"], .login-window input[type="password"] {
    font-size: 1em;
    border: 1px solid black;
    height: 35px;
    margin-bottom: 0;
    width: 99%;
    padding-right: 10px;
    padding-left: 10px;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
}

    .login-window input[type="text"]:focus, .login-window input[type="password"]:focus {
        border: 1px solid #00A7E8;
        -webkit-box-shadow: 0 0 5px 1px #ADE9FF;
        -moz-box-shadow: 0 0 5px 1px #ADE9FF;
        box-shadow: 0 0 5px 1px #ADE9FF;
    }

input::-webkit-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder { /* Older versions of Firefox */
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

/* CSS Basics ------------------------------------------------------------------------------- */
h1.title {
    color: black;
    font-size: 180%;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

img.logo {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.lblMinLenght {
    font-size: 0.8em;
    color: red;
}

/* ------------------------------------------------------------------- */
body {
    margin: 0px;
    background-color: #E8E8E8;
}

.heading {
    width: 100%;
    background-color: white;
    color: #31A8DE;
    border-bottom: 1px solid #26A7E0;
    border-top: 4px solid #26A7E0;
    border-left: 0px none;
    border-right: 0px none;
}

#tblHead {
    width: 100%;
}

.login-window {
    padding-top: 40px;
}

.LoginTitle {
    text-align: center;
    color: #33AEE5;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 3px;
}

#Login1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    width: 450px;
    background-color: white;
    border: none;
    display: block;
    box-shadow: 0px 0px #747474;
    -moz-box-box-shadow: 1px 1px #747474;
    -webkit-box-box-shadow: 1px 1px #747474;
}

#Login1_LoginButton {
    line-height: 35px;
    width: 100%;
}

#Login1_UserNameLabel, #Login1_PasswordLabel {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
}

.separator1 {
    line-height: 12px;
}


/* homeMenu -------------------------------------------------------------------------------- */
.homeMenu {
    position: absolute;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    left: 0px;
    width: 20%;
    height: 100%;
    background-color: #e2e2e2;
    z-index: 20;
    -webkit-box-shadow: 5px 5px 1px rgba(187, 187, 187, .30);
    box-shadow: 5px 5px 1px rgba(187, 187, 187, .30);
    border-radius: 2px;
    background-clip: padding-box;
}

    .homeMenu > table {
        border: 0px none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .homeMenu tr:nth-of-type(odd) {
        background-color: white;
    }

    .homeMenu tr:nth-of-type(even) {
        background-color: #F9F9F9;
    }

    .homeMenu td {
        border-bottom: 1px solid black;
    }

    .homeMenu a {
        font-size: 13px;
        font-weight: bold;
        color: black;
        border: 0px none;
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        padding-left: 10px;
        margin: 0px;
        line-height: 42px;
        height: 42px;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .homeMenu tr:hover {
        background-color: #ddf9FF;
    }

.icon-homeMenu {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.icon-homeHeader {
    width: 20px;
    height: 20px;
    margin: 0px;
    vertical-align: middle;
    text-align: right;
}

.textHeader {
    font-size: 12px;
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

.textHeaderBold {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

.textHeaderUnderline {
    font-size: 12px;
    color: black;
    text-decoration: underline;
    white-space: nowrap;
}

.textHeaderUnderlineBold {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    white-space: nowrap;
}

/* User box with arrow ------------------------------------------------------------------------- */

.loginMenu {
    position: absolute;
    right: 0px;
}

.hoverMenu {
    border: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

    .hoverMenu tr:hover:not(:first-of-type) {
        background-color: #ddf9FF;
    }

.hideThis {
    display: none;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #AAAAAA;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        right: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 15px;
        margin-left: -15px;
    }

    .arrow_box:before {
        border-color: rgba(245, 245, 245, 0);
        border-bottom-color: #AAAAAA;
        border-width: 16px;
        margin-left: -16px;
    }

/* Icon bar -------------------------------------------------------------------------------- */
.icon-hamburger {
    color: black;
    font-size: 1.7em;
    float: left;
    position: relative;
    left: 14px;
}

.icon-login {
    color: black;
    font-size: 1.7em;
    float: right;
    position: relative;
    right: 14px;
}

.icon-bar {
    width: 100%;
    font-size: 0;
    display: inline-flex;
    background-color: white;
    border-bottom: 1px solid #26A7E0;
}

.item {
    border-radius: 0px;
}

.icon-bar .item {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: black;
    width: 100%;
    margin: 0;
    display: block;
    padding: 0.7rem;
    float: left;
    text-decoration: none;
}

.icon-bar > * i, .icon-bar > * img {
    display: block;
    margin: 0 auto;
}

.icon-bar.n-up .item {
    border-left: 2px solid #eee;
}

.icon-bar.n-up a:hover {
    background-color: #ddf9FF;
}

.icon-bar.n-up a.activeItem {
    background-color: #ADE9FF;
}

.icon-menu {
    width: 30px;
    height: 30px;
    display: block;
    padding-bottom: 4px;
}

/* Hovertable & more ----------------------------------------------------------------------------- */

.no_word_wrap {
    white-space: nowrap;
}

/* search */
.searchbox {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

    .searchbox > div, .style-1 p {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.style-1 p {
    line-height: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.style-1 {
    width: 100%;
}

    .style-1 select.SearchDropDownList {
        background-image: url('../Images/arrow_down.png');
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .style-1 select.SearchDropDownList::-ms-expand {
            display: none;
        }

        .style-1 select.SearchDropDownList:-ms-expand {
            display: none;
        }

    .style-1 p > span {
        position: relative;
        top: .5em;
        left: .5em;
        background-color: red;
    }

        .style-1 p > span > span {
            position: absolute;
            overflow: hidden;
            height: 35px;
            width: 35px;
        }

.icon-search {
    position: absolute;
    font-size: 22px;
    height: 30px;
    background-color: transparent;
    margin-top: 4px;
    margin-left: 4px;
    z-index: 2;
}

.tb-search {
    text-indent: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
}


.tb-searchsmall {
    text-indent: 34px;
}


/* buttons  */


button.pickmup, .button.pickmup {
    background-color: #333;
    color: white;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

a.button.pickmup, button.pickmup {
    margin-top: 0;
    margin-bottom: 4%;
}

button.pickmup2, .button.pickmup2 {
    background-color: #333;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    transition: background-color 300ms ease-out;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 13px 0;
    border: none;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

button.pickmup:hover:not(:disabled), button.pickmup:focus, .button.pickmup:hover:not(:disabled), .button.pickmup:focus {
    background-color: #00A7E8;
}

button.pickmup2:hover:not(:disabled), button.pickmup2:focus, .button.pickmup2:hover:not(:disabled), .button.pickmup2:focus {
    background-color: #00A7E8;
}

.buttonbar {
    width: 100%;
    border-collapse: collapse;
    border: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.button:disabled {
    background-color: #CCC;
    color: #333;
}

.autoUp td {
    width: auto;
}

.buttonbar .pickmup2 {
    font-size: 16px;
}

.textlink {
    color: black;
    text-decoration: underline;
}

    .textlink:visited {
        color: #00A7E8;
    }

    .textlink:hover {
        color: #00A7E8;
    }

    .textlink:active {
        color: #777;
    }



table * {
    box-sizing: border-box;
}

.hovertable th, .erfassung th, .reporttable th {
    white-space: nowrap;
}

.hovertable tr:nth-child(odd), .erfassung tr:nth-child(odd), .reporttable tr:nth-child(odd){
    background-color: white;
}

.hovertable tr:nth-child(even), .erfassung tr:nth-child(even), .reporttable tr:nth-child(even){
    background-color: #F9F9F9;
}

.hovertable tr:first-of-type, .hovertable tr:first-of-type td, .reporttable tr:first-of-type, .reporttable tr:first-of-type td{
    border: none;
    padding: 0;
    background-color: transparent;
}

.erfassung tr:first-of-type, .erfassung tr:first-of-type td {
    border-top: 1px solid black;
}

.hovertable table a, .erfassung table a, .reporttable table a {
    padding: 5px;
}

table.hovertable, table.erfassung, table.reporttable {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

    table.hovertable th, table.erfassung th, table.reporttable th {
        background: #eee;
        border-top: 1px solid #00A7E8;
        border-bottom: 1px solid #00A7E8;
    }

    table.hovertable td, table.hovertable th, table.erfassung td, table.erfassung th {
        padding: 0.4em;
        text-align: left;
        vertical-align: middle;
        border-left: none;
        border-right: none;
    }

    table.reporttable td, table.reporttable th {
        padding: 0.4em;
        border-left: none;
        border-right: none;
    }

    table.hovertable td, table.erfassung td, table.reporttable td {
        border-bottom: 1px solid black;
    }

.erfassung tr, .hovertable tr, .reporttable tr {
    vertical-align: top;
}

    .hovertable tr:hover:not(:first-of-type), .erfassung tr:hover, .reporttable tr:hover {
        background-color: #ddf9FF;
    }

table.paket strong {
    font-size: 135%;
}

table.paket {
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    width: 90%;
}

    table.paket td, th {
        background: #eee;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        background-color: #e2e2e2;
    }

    table.paket tbody {
        border-top: 1px solid #e2e2e2;
    }

.logo-carrier-trackandtrace{
    height: 32px;
    display: block;
}

.block-class{
    display: block;
}

/* footer  */
footer {
    margin-top: 5em;
}


/* slider  */

ul.off-canvas-list li label {
    color: #00A7E8;
    text-transform: none;
    font-size: 1em;
    background: #eeeeee;
    border-top: 1px solid #00A7E8;
    border-bottom: 1px solid #00A7E8;
    font-weight: normal;
}

aside.left-off-canvas-menu {
    background: #e2e2e2;
}

ul.off-canvas-list {
    background: white;
}

    ul.off-canvas-list li a:hover {
        background: #ADE9FF;
    }

    ul.off-canvas-list li a {
        color: black;
        font-size: 105%;
    }

.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: 2px -10px 10px 0px rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    height: 1800px;
}

.move-right .exit-off-canvas {
    background: transparent;
}

/* Dialogs --------------------------------------------------------------- */

.dlg_window {
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: white;
    border-radius: 0px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    background-color: #EEEEEE;
    border: 0px;
    border-bottom: 1px solid #26A7E0;
}

.dlg_window table th, .dlg_window table td {
    text-align: left;
}

.ui-dialog * {
    border-radius: 0px;
}

.ui-dialog-content, .ui-dialog {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.dlg_button_strip {
    width: 100%;
    text-align: right !important;
    background-color: #333333;
    border: none;
    margin: 0px;
    padding: 0px;
}

.dlg_button {
    text-align: center;
    height: 36px;
    margin: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 300ms ease-out;
}

    .dlg_button:hover {
        background-color: #00A7E8;
    }

.dlg_button_cancel {
    background-color: #333333 !important;
    color: white !important;
}

.dlg_button_ok {
    background-color: #1B8D00 !important;
    color: white !important;
}

.dlg_button_warning {
    background-color: #fa8d31 !important;
    color: white !important;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: .70 !important;
    filter: Alpha(Opacity=70) !important;
}

.clickableRow { /** To make clear that it is a selectableRow in Incidents.aspx **/
    border-left: 3px dotted #80DC80 !important;
    border-right: 3px dotted #80DC80 !important;
    background-image: url(../Images/selectable_background.png);
}

    .clickableRow td {
        cursor: pointer;
    }

.selectedRow {
    background-color: #ADE9FF !important;
}

.cssPager tr {
    vertical-align: baseline;
}

.cssPager td {
    background-image: none !important;
}

.cssPager a {
    font-size: 1.0em;
    text-decoration: none;
}

.cssPager span {
    font-size: 1.1em;
    font-weight: bolder;
    color: #00A7E8;
}

.ifPDF {
    height: 650px;
    width: 860px;
    border: solid 1px #C0C0C0;
    margin: 0px;
}

.smallerSizeText {
    font-size: 1.1em !important;
    text-indent: 0px !important;
}

.dividingLine {
    border: solid 1px #222222;
}
