﻿body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: left;
}
.nmpd-wrapper {
    display: none;
}

.nmpd-target {
    cursor: pointer;
}

.nmpd-grid {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 5000;
    -khtml-user-select: none;
    padding: 10px;
    width: initial;
}

.nmpd-overlay {
    z-index: 4999;
}

input.nmpd-display {
    text-align: right;
}

.select2-container--default .select2-selection--single {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 5px !important;
    display: block;
    width: 250px !important;
    padding-left: 0px !important;
    color: #878787;
}

.shortInput {
    width: 160px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 25px;
    width: 0px;
}
@media only screen and (max-device-width: 480px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) {
    .show-mobile {
        display: none;
    }

    .hide-mobile {
        display: block;
    }
}

