html,
body {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .menu-content-bottom.nav {
        position: fixed;
        z-index: 100;
        bottom: 0px;
        max-width: 282px;
        background: #2e353d;
        border-top: 3px solid rgba(0,0,0,0.3);
    }

    .menu-content.nav {
        padding-bottom: 38px;
    }

    .menu-list {
        position: relative;
    }
}

.dropdown-menu {
    min-width: 100%;
    padding: 26px 0;
    font-size: 12px;
    border-radius: 0;
    left: 0;
    background-color: #3a3d43;
}

.dropdown-menu > li > a {
    padding: 0;
    line-height: 36px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

#navigation-sticky {
    z-index: 1000;
}

.footer {
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #e1ffff;
    border-radius: 0px;
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*     
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

/* .dropdown-menu {
    position: relative;
    background-color: #2e353d !important;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    right: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #4f5b69 !important;
}

.dropdown-menu li:hover > a {
    background-color: #4f5b69 !important;
    color: inherit;
} */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #4f5b69 !important;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #23282e;
        color: #fafafa;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }

    .nav-side-menu .brand img {
        display: none;
    }

    .menu-list {
        display: none;
    }

    .table-wrapper {
        max-width: 767px;
        overflow-x: auto;
    }

    .flex-buttons {
        display: flex;
        /*padding: 10px;*/
        text-align: center !important;
        flex-direction: column;
    }

    .flex-buttons > span {
        margin-top: 10px;
    }

    .popup .panel {
        position: absolute;
        top: 80px;
        left: 10px;
        right: 10px;
        z-index: 2000;
        max-height: 80vh;
        transition: all 300ms;
    }

    .popup .panel .panel-body {
        overflow-y: scroll;
        max-height: 100%;
    }
}

@media (min-width: 768px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    .wrap > .container {
        margin-left: 310px;
        width: calc(100% - 315px);
    }

    .menu-content-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .footer {
        margin-left: 290px;
    }
    .nav-side-menu .brand {
        background-color: #4f5b69;
        color: #ee7f01;
        padding-top: 9px;
        -webkit-box-shadow: inset 0px -18px 22px -19px rgba(46, 53, 61, 0.75);
        -moz-box-shadow: inset 0px -18px 22px -19px rgba(46, 53, 61, 0.75);
        box-shadow: inset 0px -18px 22px -19px rgba(46, 53, 61, 0.75);
    }

    .nav-side-menu .brand img {
        display: block;
        width: 82px;
        margin: 0 auto;
        background: #f8f8f8;
        padding: 10px;
        -webkit-box-shadow: inset 0px 0px 3px 2px #4f5b69;
        -moz-box-shadow: inset 0px 0px 3px 2px #4f5b69;
        box-shadow: inset 0px 0px 3px 2px #4f5b69;
        border-radius: 10px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .nav-side-menu li a {
        position: relative;
    }

    /*.nav-side-menu li.active a::after {*/
    /*    content: " ";*/
    /*    width: 15px;*/
    /*    height: 15px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    right: 0px;*/
    /*    position: absolute;*/
    /*    border-top: 9px solid transparent;*/
    /*    border-right: 9px solid #f8f8f8;*/
    /*    border-bottom: 9px solid transparent;*/
    /*}*/

    .popup .panel {
        /*display: none;*/
        visibility: hidden;
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2000;
    }

    .logout {
        width: calc(100% - 40px);
        float: left;
    }

    .help {
        background: #0a73bb;
        transition: all 400ms !important;
        width: 40px;
        border: 0 !important;
        float: right;
        text-align: center;
    }

    .help:hover {
        background: white !important;
    }

    .help:hover > a {
        color: #0a73bb;
    }

    .help a i {
        padding: 0 !important;
    }
}

body {
    margin: 0px;
    padding: 0px;
    background: #f8f8f8;
}

.nav > li:not(.content-tabs) > a {
    padding: 0px !important;
}

.nav > li:not(.content-tabs) > a:hover,
.nav > li > a:focus {
    background: inherit !important;
}

.integrates {
    position: relative;
}

.loading-screen {
    display: none;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading-screen .spinner-center {
    font-size: 3rem;
    color: #f5f5f5;
    text-align: center;
    width: 40%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-screen .spinner-center p {
    font-size: 2rem;
}

.panel {
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px -7px #4f5b69;
    -moz-box-shadow: 0px 0px 10px -7px #4f5b69;
    box-shadow: 0px 0px 10px -7px #4f5b69;
}

.panel-default .panel-heading {
    background: #fff !important;
    border: 0px;
}

.panel-primary .panel-heading {
    background: #337ab7 !important;
    border-radius: 0;
}

h3.panel-title {
    font-size: 1.45em;
}

.breadcrumb {
    background: #ffffff;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px -7px #4f5b69;
    -moz-box-shadow: 0px 0px 10px -7px #4f5b69;
    box-shadow: 0px 0px 10px -7px #4f5b69;
}

.glyphicon-pencil {
    color: #5cb85c;
}

.glyphicon-trash {
    color: #a94442;
}

.help-icon {
    color: #0b3e6f;
    font-size: 1.3em !important;
    cursor: pointer;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    /*display: none;*/
    visibility: hidden;
    transition: all 300ms;
}

.panel-group .panel {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.collapse-href {
    display: block;
    padding: 10px 15px !important;
}

.collapse-href:hover,
.collapse-href:focus,
.collapse-href:visited {
    text-decoration: none !important;
}

.collapse-href:hover,
.collapse-href.active {
    background: #d9edf7;
    color: #4c708f;
}

.list-group-item {
    cursor: pointer;
}

.collapse-heading {
    padding: 0 !important;
}

#ErrorMessage,
#ErrorMessagePanel,
#HelpMessage,
#HelpMessagePanel,
#DetailsMessage,
#DetailsMessagePanel {
    transition: all 300ms;
}

.floating-message {
    visibility: hidden;
    position: fixed;
}

.floating-message .panel {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    transition: all 300ms;
}

.notifications {
    display: block;
    width: 250px;
    min-height: 150px;
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 9999;
}

.toggle-control {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
}
.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.toggle-control input:checked ~ .control {
    background-color: dodgerblue;
}
.toggle-control input:checked ~ .control:after {
    left: 25px;
}
.toggle-control .control {
    position: absolute;
    top: -2px;
    right: 0;
    height: 25px;
    width: 45px;
    border-radius: 25px;
    background-color: darkgray;
    transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    background: white;
    transition: left 0.15s ease-in;
}

.responsive-view {
    overflow-x: auto;
}

.nav__title {
    padding: 12px 0 0 20px;
}

.nav__wrapper {
    margin: 10px 0 12px 0;
}

.nav__list {
    list-style: none;
}

.nav__list li {
    padding: 12px 5px 12px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.nav__list a {
    color: black;
}

.nav__list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    border-left: 2px solid #ee7f23;
    border-right: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.nav__list li:hover::before {
    opacity: 1;
}

.nav__list li.active::before {
    opacity: 1;
}

.modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.cropper .docs-cropped .modal-body {
    text-align: center;
}

.cropper .docs-cropped .modal-body > img,
.cropper .docs-cropped .modal-body > canvas {
    max-width: 100%;
}

.cropper .docs-diagram .modal-dialog {
    max-width: 352px;
}

.modal-dialog .toolbar-modal-footer button.btn {
    margin: 0;
}

.modal p.text-info {
    font-size: 20px;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 23px;
    outline: 0;
}

h4.modal-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 29px;

    color: #000000;
}

.modal-header {
    padding: 20px;
    border-bottom: 4px solid #f5f5f5;
}

.modal-footer {
    padding: 20px;
    border-top: 4px solid #f5f5f5;
}

.modal-body {
    padding: 20px;
}

.modal-loading {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 35px;
    border-radius: 18px;
    background: transparent
        url("/themes/integrator/img/layout/loading-animation.gif") 50% 50%
        no-repeat;
    background-position-y: 200px;
}

.loading .modal-loading,
.loading .active-loading,
.loading table.table tbody tr.product__loading {
    overflow: hidden;
}

.loading .modal-loading,
.loading .active-loading,
.loading table.table tbody tr.product__loading {
    display: block;
}

.modal__header {
    white-space: normal;
}

.bootstrap-datetimepicker-widget.wider {
    background-color: #fff;
}

.check-nip-form {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 15px;
}