/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/custom-fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./fonts/custom-fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/custom-fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/custom-fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/custom-fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/custom-fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


@media screen and (min-width:0\0) {
    #tabstrip {
        margin-right: 10px !important;
    }
}

html,
body {
    min-height: 100%;
    background-color: #ecf0f5;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: auto;
    overflow-y: auto;
}
/* Layout */
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
    background-color: #0E223E;
    min-width: 1300px;
}

    .wrapper:before,
    .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 250px;
    z-index: 820;
}

/*.main-sidebar:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("../../../Images/Menu/background-image.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}*/


@media (max-width: 767px) {
    .content-wrapper, .right-side, .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* Content */
.content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
/* General Links */
a {
    color: #3c8dbc;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #72afd2;
    }

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    left: -19px;
    top: 6px;
}

    .main-header > .navbar {
        -webkit-transition: margin-left 0.3s ease-in-out;
        -o-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
        margin-bottom: 0;
        margin-left: 230px;
        border: none;
        min-height: 50px;
        background-color: #fff;
        border-radius: 0;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #F00;
    background-color: transparent;
}

.navbar-form .form-control {
    border: none;
    font-weight: 200;
    font-size: 15px;
    height: 40px;
    padding: 0px 0px;
    width: initial;
}

.main-header .navbar-custom-menu {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {

    .navbar-form .form-control {
        height: 20px !important;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.sidebar-toggle.btn.btn-primary {
    background-color: #0E223E;
    border-color: #0E223E;
}

.minimaliza-sidebar .sidebar-toggle.btn.btn-primary {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}

.sidebar-open .main-header .navbar {
    margin-left: 230px;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .main-header .logo .logo-lg {
        display: block;
    }

.main-sidebar .logo .logo-mini {
    display: none;
}


.profile-initials-component {
    background-color: #1A7BB9;
    border: 2px solid;
    border-color: #1A7BB9;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 4px;
    border-radius: 50% !important;
    border-width: 1px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    width: 33px;
    height: 30px;
    line-height: 1.42857143;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    /*span {
    cursor: pointer;
}*/
}

.integration-service-error {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #d63031;
    font-weight: bold;
    color: white;
    padding: 8px;
}

.splash-button {
    padding: 10px; 
    cursor: pointer;
}

.splash-button:hover {
opacity:0.8;
}

.roles-container {
    margin-left: 116px;
    margin-top: -20px;
    border-color: #c4c4c4 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px;
    width: 20em;
}

.radio-label-group {
    text-align: right;
    padding-bottom: 10px;
    padding-right: 100px;
}

.radio-printer-group {
    padding-right: 70px;
    padding-bottom: 10px;
    margin-top: -10px;
}

.nav-info-bottom {
    float: left;
    margin: 5px 0 10px 15px;
    color: #DDDDDD;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.btn-dashboard-clicked {
    color: black !important;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

    .navbar-custom-menu > .navbar-nav > li > a > span {
        display: none;
    }

    .navbar-custom-menu > .navbar-nav > li i {
        font-size: 22px;
    }

    .main-header .logo,
    .main-header .navbar {
        float: none;
    }

    .main-header .navbar {
        margin: 0;
    }

    .main-header .navbar-custom-menu {
        float: right;
        margin-top: -55px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0E223E;
    min-height: 100%;
    width: 250px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

    .main-sidebar:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.15;
        background-image: url("./img/background-image.jpg");
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

.home-page-background {
    background-image: url("./img/homePage/home_bag_pg_large.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 10px;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.user-panel {
    padding: 25px 0px;
}

.sidebar-collapse .user-panel {
    padding: 18px 0;
}

.user-panel .dropdown span {
    color: #8095a8;
}

.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel > .info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: relative;
    /* left: 55px; */
}

    .user-panel > .info > p {
        margin-bottom: 9px;
        color: white;
        margin-top: 10px;
    }

    .user-panel > .info > a {
        text-decoration: none;
        padding-right: 5px;
        margin-top: 3px;
        font-size: 11px;
    }

        .user-panel > .info > a > .fa,
        .user-panel > .info > a > .ion,
        .user-panel > .info > a > .glyphicon {
            margin-right: 3px;
        }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > span {
            color: #a7b1c2;
            font-weight: 600;
        }

    .sidebar-menu .active > a.active {
        border-left: 4px solid #ffffff;
    }

    .sidebar-menu > li > a {
        padding: 7px 5px 7px 15px;
        display: block;
        color: #FFFFFF;
    }

    /*.sidebar-menu > li :hover {
        color: #FFFFFF !important;
    }*/
    .sidebar-menu .One-Item-active {
        background: #1A7BB9 !important;
        color: #FFFFFF !important;
    }

    .sidebar-menu .active > a {
        color: #FFFFFF;
    }

    .sidebar-menu .active { /*border-left: 4px solid #ffffff;*/
        /*background: #1A7BB9;*/
        color: #FFFFFF !important;
    }

    /*.sidebar-menu li:hover {
        background: #1A7BB9;
    }*/

    .sidebar-menu > li > a > .fa,
    .sidebar-menu > li > a > .glyphicon,
    .sidebar-menu > li > a > .ion {
        width: 20px;
    }

    .sidebar-menu > li .label,
    .sidebar-menu > li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu li.active > a > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }

    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        background-color: #545454;
        padding: 0;
        margin: 0;
        border-left: 4px solid #ffffff;
    }

        .sidebar-menu .treeview-menu .treeview-menu {
            padding-left: 20px;
        }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 5px 5px 15px;
                display: block;
                font-size: 14px;
                color: #a7b1c2;
            }

                .sidebar-menu .treeview-menu > li > a :hover {
                    color: #a7b1c2;
                }

                .sidebar-menu .treeview-menu > li > a > .fa,
                .sidebar-menu .treeview-menu > li > a > .glyphicon,
                .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
                .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
                    width: auto;
                }
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: 180px;
            background-color: #545454;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            padding: 12px 5px 12px 20px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            margin-left: 0;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header,
        .sidebar-mini.sidebar-collapse .main-sidebar .nav-logo-bottom {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .nav-logo-bottom {
        /*padding-top: 121px;*/
        position: absolute;
        bottom: 12px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .logo > .logo-mini {
        display: block;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 15px;
        font-size: 18px;
        color: white;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-menu li > a {
        position: relative;
    }

.sidebar-collapse .sidebar-menu li > a {
    position: static;
}

.sidebar-menu li > a > .pull-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0px 0;
    background-color: #818181;
    border-radius: 0px;
}

    .dropdown-menu > li > a {
        color: #FFF;
    }

        .dropdown-menu > li > a > .glyphicon,
        .dropdown-menu > li > a > .fa,
        .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #818181;
            color: #FFF;
        }

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}



@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.navbar-nav > li > a {
    color: #999c9e;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
            }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    margin-left: 10px;
}

    .form-control:focus {
        border-color: #3c8dbc;
        box-shadow: none;
    }

    .form-control::-moz-placeholder,
    .form-control:-ms-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.lei-initials {
    background-color: RGB(204,0,0);
    color: white;
    height: 60px;
    width: 60px;
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 245%;
    border-radius: 50%;
}

input[type="file"] {
    display: none;
}


/********************/
/****Custom Styles****/
.custom-btn {
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    font-weight: bold;
    text-decoration: initial;
    cursor: pointer;
}

.custom-label {
    font-weight: 300 !important;
    /*font-size: small !important;*/
    padding-left: 7px;
}

.custom-message {
    /*text-decoration: underline;*/
    color: #1C84C6;
}

.custom-label-title {
    text-decoration: underline;
    margin: 0 0 5px -10px;
    font-weight: 700 !important;
    font-size: 14px;
}

.date-from-to-lable {
    font-weight: bold;
    margin-left: -75px;
}

.noImageDiv {
    float: right;
    width: 384px;
    height: 576px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background-size: 100%;
    background-position: center !important;
}

.ImageDiv {
    width: 384px;
    height: 576px;
    /*overflow: auto;*/
    padding: 5px;
    float: right;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.custom-btn-group-right {
    float: right;
    margin-right: 1.5%;
}

.custom-btn-group-top {
    text-align: right;
    margin-bottom: 10px;
}

.custom-btn-group-line {
    float: right;
    margin-left: 10px;
}

.btn-group-export-summary {
    margin: 8px 22px 0 0;
}

.btn-group-export-details {
    padding-right: 15px !important;
    padding-bottom: 25px !important;
}

.custom-row {
    padding: 14px;
}

.k-panelbar .k-header {
    background-color: transparent;
}

.custom-grid-carton {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative; /*kendo loading panel needs corresponding element to have position absolute*/
}

.form-label {
    width: 92px;
    text-align: right;
    /*padding-right: 7px;*/
    font-weight: 500;
    font-size: 14px !important;
}

.label-lg {
    width: 300px !important;
}

.custom-form-control {
    width: 20% !important;
    border-radius: 4px !important;
}

.custom-form-group {
    padding-bottom: 5px;
    width: 100%;
}

.custom-form-group-report {
    margin: 10px 0px;
    width: 100%;
}

/*tab strip custom styling*/
.k-tabstrip .k-content {
    overflow: hidden;
}

.k-state-default:not(.k-state-active) {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.k-tabstrip:focus {
    box-shadow: none !important;
}

.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
    color: #333;
}

/*k strip custom styling end*/


/*.field-validation-error
{
    display:inherit !important;
}*/

.k-header .k-link {
    text-align: center;
    vertical-align: middle;
}

.k-grid tr td {
    /*padding-right: 33px !important;*/
    word-wrap: break-word !important;
}

.panel {
    margin-bottom: 10px !important;
}

.panel-body {
    padding: 10px !important;
}

.grid-div-container {
    width: 96%;
    overflow-x: hidden;
}

.chart-grid-div-container {
    display: none;
    margin: 5px;
    width: 95%;
}

.radio-group-label {
    width: 150px;
    text-align: left;
    padding-left: 23px;
    font-weight: 500;
    font-size: 14px !important;
}
/*body
{
   font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #2f4050 !important;
    font-size: 13px !important;
    color: #676a6c !important;

}*/

/* Pivot PDF Export styles */
.k-pdf-export-shadow .k-pivot .k-grid-content {
    /*overflow: no-display !important;*/
    overflow: visible !important;
}

.k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid,
.k-pdf-export-shadow .k-pivot .k-grid-content {
    height: 0% !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-header {
    padding-right: 0 !important;
}

.k-pdf-export-shadow .k-pivot {
    width: auto !important;
    height: 0% !important;
}

    .k-pdf-export-shadow .k-pivot .k-grid-header-wrap > table,
    .k-pdf-export-shadow .k-pivot .k-grid-content > table {
        width: 100% !important;
        height: 0% !important;
    }

/* Pivot end */

/*custom loading panel*/
.k-grid-content > .k-loading-pdf-mask {
    display: none !important;
}

.k-grid > .k-loading-pdf-mask, k-loading-mask {
    display: none !important;
}

.k-grid-content-export > .k-loading-mask {
    display: none;
}

.k-grid .k-grid-content-export [role='gridcell'] a { /*hide hyperlinks in excel export*/
    color: #333;
}

.k-grid > .k-loading-mask {
    z-index: 2;
}

    .k-grid > .k-loading-mask > .k-loading-color {
        opacity: .7;
    }

.error {
    margin-top: 157px;
    text-align: center;
}

/*custom loading panel end*/

/*  Use the DejaVu Sans font for display and embedding in the PDF file.
                    The standard PDF fonts have no support for Unicode characters.
                */
.k-grid {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    font-size: 12px !important;
    text-align: center;
}

/* Hide the Grid header and pager during export */
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
    display: none;
}

.custom-content {
    padding-left: inherit;
    padding-right: inherit;
}

/*override default colors for btn-success */
.btn-success, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #1C84C6 !important;
    border-color: #1c84c6 !important;
    color: #ffffff !important;
}

    .btn-success:hover {
        background-color: #1A7BB9 !important;
        border-color: #1A7BB9 !important;
        color: #ffffff !important;
    }


    .btn-success:active {
        background-color: #BDB9B9 !important;
        border-color: darkgray !important;
        color: black !important;
    }

.btn-default {
    background: white none repeat scroll 0 0;
    border: 1px solid #E7EAEC !important;
    color: #333333;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
        border: 1px solid #D2D2D2 !important;
        color: #333333;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
            color: #cacaca;
        }

/*hide logo on ceratin width*/
@media (max-width: 700px) {
    #side-menu-logo-area {
        display: none;
    }
}

/*custom pager color for grids*/
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: black !important;
    background-color: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
}

/*custom position for validation messages*/
.k-invalid-msg {
    margin-left: 28px !important;
}


/*style selected date */
.k-calendar td.k-state-focused.k-state-selected {
    box-shadow: none;
}

.k-calendar .k-today {
    box-shadow: 0 0 0 1px #1A7BB9 inset !important;
}


    .k-calendar .k-today .k-link {
        color: white !important;
        background: #1A7BB9 !important;
        border-color: #1A7BB9 !important;
        box-shadow: inset 0 0 2px 1px #1A7BB9 !important;
    }


.k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today {
    color: #1A7BB9 !important;
}
.btn-above-grid {
    margin: 10px;
    float: right;
}

.k-grouping-row p {
    float: left;
    margin-left: 10px;
    text-align: left;
}

.k-grid td {
    border-bottom: 1px solid #d5d5d5 !important;
}

/*.menu-icon {
    width: 20px;
}

.menu-text-container {
    margin-left: 8px;
}

.menu-icon-container {
    width: 27px;
    margin-left: 0px;
}*/

.circle {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.k-active-filter, .k-state-active, .k-state-active:hover {
    background-color: #fff;
    border-color: #dddddd;
    color: #313131;
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
    background-color: #fff;
    background-image: none;
    border-color: #dddddd;
}


    /*#chrtDivertExceptionCartons
    {
height:400px;Width:500px;margin-left:400px;
    }*/
    .k-grid-header th {
    text-align: center !important;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin: 0 15px;
}

.EmptyChartImage {
    float: left;
    margin-left: 180px;
    width: 200px;
}

.nano {
    height: 75vh;
}

    .nano .nano-content {
        padding-right: 10px;
        overflow: hidden;
    }

    .nano .nano-pane {
        background: #3D3D3D;
    }

    .nano > .nano-pane > .nano-slider {
        background: #FFFFFF;
        cursor: pointer;
    }

.menu-icon-dashboard {
    content: url("../Images/Menu/Dashboard.png");
}

.active .menu-icon-dashboard, .sidebar-menu li:hover .menu-icon-dashboard {
    content: url("../Images/Menu/Dark-Grey/Dashboard.png");
}

.menu-icon-workareas {
    content: url("../Images/Menu/Sorters.png");
}

.active .menu-icon-workareas, .sidebar-menu li:hover .menu-icon-workareas {
    content: url("../Images/Menu/Dark-Grey/Sorters.png");
}

#btnRefresh {
    font-size: 34px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    box-shadow: 0 0 3px grey;
    border-radius: 50%;
    padding: 5px 7px 5px 7px;
}

.form-label-md, .form-label-md {
    width: 155px;
    text-align: right;
    /*padding-right: 7px;*/
    font-weight: 600;
    font-size: 14px !important;
}

.form-label-sm {
    width: 100px;
    text-align: right;
    /*padding-right: 7px;*/
    font-weight: 600;
    font-size: 14px !important;
}

.form-label, .form-label-lg {
    width: 162px;
    text-align: right;
    /*padding-right: 7px;*/
    font-weight: 500;
    font-size: 14px !important;
}

.custom-form-label, .custom-form-label-lg {
    width: 165px;
    text-align: left;
    padding-left: 7px;
    font-weight: 500;
    font-size: 14px !important;
}

.custom-form-label-xl, .custom-form-label-xl {
    width: 200px;
    text-align: left;
    padding-left: 7px;
    font-weight: 500;
    font-size: 14px !important;
}

.form-label-rg {
    width: 60px;
    text-align: right;
    padding-right: 7px;
    font-weight: 500;
    font-size: 14px !important;
}

.custom-textbox {
    width: 12.4em !important;
}

.custom-textbox-md {
    width: 10.4em !important;
}

.custom-textbox-sm {
    width: 8.4em !important;
}

.custom-textbox-ms {
    width: 7.4em !important;
}

.custom-textbox-xs {
    width: 5.4em !important;
}

.custom-textbox-lg {
    width: 14em;
}

.custom-textbox-xlg {
    width: 20em;
}



.tablestyle th {
    background-color: #0E223E;
    color: white !important;
    /*text-emphasis-color: white;*/
    border-radius: unset;
    background-image: none !important;
}

.k-grid-header .k-header > .k-link {
    color: white !important;
}

#tabstrip,
.messages-tabs .k-content,
.messages-tabs .k-editable-area,
.messages-tabs .k-panel > li.k-item,
.messages-tabs .k-panelbar > li.k-item,
.messages-tabs .k-tiles {
    background: none;
    /*border:none;*/
}

    #tabstrip, #tabstrip .k-tabstrip-items .k-loading {
        border: none;
    }

.custom-btn-group-left {
    float: left !important;
    margin-left: 10px;
}

.menu-dashboard {
    background: url(../Images/Menu/Grey/Dashboard.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-dashboard, .sidebar-menu li:hover .menu-dashboard {
    background: url(../Images/Menu/Dark-Grey/Dashboard.png) left center no-repeat;
    background-size: 20px 15px;
}

.menu-carton {
    background: url(../Images/Menu/Grey/Container-Information.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-carton, .sidebar-menu li:hover .menu-carton {
    background: url(../Images/Menu/Dark-Grey/Container-Information.png) left center no-repeat;
    background-size: 20px 15px;
}

.menu-sorters {
    background: url(../Images/Menu/Grey/Sorters.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-sorters, .sidebar-menu li:hover .menu-sorters {
    background: url(../Images/Menu/Dark-Grey/Sorters.png) left center no-repeat;
    background-size: 20px 15px;
}

.menu-wms {
    background: url(../Images/Menu/Grey/WMS.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-wms, .sidebar-menu li:hover .menu-wms {
    background: url(../Images/Menu/Dark-Grey/WMS.png) left center no-repeat;
    background-size: 20px 15px;
}

.menu-assignments {
    background: url(../Images/Menu/Grey/Lane-Assignments.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-assignments, .sidebar-menu li:hover .menu-assignments {
    background: url(../Images/Menu/Dark-Grey/Lane-Assignments.png) left center no-repeat;
    background-size: 20px 15px;
}


.menu-reports {
    background: url(../Images/Menu/Grey/Reports.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-reports, .sidebar-menu li:hover .menu-reports {
    background: url(../Images/Menu/Dark-Grey/Reports.png) left center no-repeat;
    background-size: 20px 15px;
}


.menu-settings {
    background: url(../Images/Menu/Grey/Settings.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-settings, .sidebar-menu li:hover .menu-settings {
    background: url(../Images/Menu/Dark-Grey/Settings.png) left center no-repeat;
    background-size: 20px 15px;
}

.menu-info {
    background: url(../Images/Menu/Grey/About.png) left center no-repeat;
    background-size: 20px 15px;
    padding-left: 30px;
}

.active .menu-info, .sidebar-menu li:hover .menu-info {
    background: url(../Images/Menu/Dark-Grey/About.png) left center no-repeat;
    background-size: 20px 15px;
}


.selection-column {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    color: black !important;
}

.k-state-selected .highlight-column {
    background-color: #1A7BB9 !important;
    color: white !important;
}

.export-actions {
    margin: 15px 10px;
    text-align: right;
}

.assignments-actions {
    margin: 15px 0;
    text-align: center;
}

.btn-assignments {
    margin: 125px -20px;
}

.login-control {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}

#logoutForm {
    display: inline-block;
    margin-left: 15px;
}

.panel-login {
    border-color: #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    padding-top: 40px;
}

.form-control {
    border-color: #d2d6de;
    border-radius: 0;
    box-shadow: none;
    margin-left: 10px;
}

    .form-control:not(select) {
        -moz-appearance: none;
    }

.form-control {
    width: 180px;
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    border: 1px solid #ddd;
    font-size: 16px;
    transition: all 0.1s linear 0s;
}

.custom-listview {
    border: 1px solid #ccc;
    height: 400px;
    overflow-y: scroll;
    width: 100%;
}

.autoScroll {
    overflow: auto;
}

.hideYScroll {
    overflow-y: hidden;
}

#grdInductedCartons .k-grid-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0px;
    right: 0px;
}

    #grdInductedCartons .k-grid-footer td:first-child {
        width: 230px;
    }

    #grdInductedCartons .k-grid-footer td:nth-child(2) {
        width: 95px;
    }

    #grdInductedCartons .k-grid-footer td:nth-child(3) {
        width: 95px;
    }

#grdDivertedCartons .k-grid-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0px;
    right: 0px;
}

    #grdDivertedCartons .k-grid-footer td:first-child {
        width: 230px;
    }

    #grdDivertedCartons .k-grid-footer td:nth-child(2) {
        width: 95px;
    }

    #grdDivertedCartons .k-grid-footer td:nth-child(3) {
        width: 95px;
    }


#grdDivertExceptionCartons .k-grid-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0px;
    right: 0px;
}

    #grdDivertExceptionCartons .k-grid-footer td:first-child {
        width: 230px;
    }

    #grdDivertExceptionCartons .k-grid-footer td:nth-child(2) {
        width: 95px;
    }

    #grdDivertExceptionCartons .k-grid-footer td:nth-child(3) {
        width: 95px;
    }

.settingInput {
    width: 90px;
    text-align: center;
}

.settingGroupTitle {
    text-align: center;
    font-size: 25px;
}

.settingAlign {
    text-align: center;
}

.pickRingLable {
    text-align: right;
}

.pickRingText {
    text-align: left;
}

.pickRingBtn {
    width: 100px;
}

.sidebar-menu .sub-menu-active {
    background: #1A7BB9;
    color: #FFFFFF !important;
}

#grdSorterActivity .k-link {
    cursor: default;
}

#grdLaneStatus .k-link {
    cursor: default;
}

#grdPrintApplyActivity .k-link {
    cursor: default;
}

#grdWMSActivity .k-link {
    cursor: default;
}

.PausedGridEnableSort {
    cursor: pointer !important;
}

.WMSConnectionInfo {
    margin-right: 7px;
    width: 175px;
    height: 10px;
    display: inline-block;
    margin-left: 3px;
}

.WMSConnectionIndicator {
    background: #ff0000;
    margin-left: 7px;
    margin-right: 5px;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}


.WMSConnectionInfoContainer {
    margin-left: 20px;
    margin-top: 25px;
}

    .WMSConnectionInfoContainer span {
        font-weight: 700;
    }

.k-primary {
    color: white !important;
    border-color: #1A7BB9 !important;
    background-color: #1A7BB9 !important;
    box-shadow: none !important;
}

#errorPageBody {
    background-color: #ecf0f5;
}

    #errorPageBody .error-container .row {
        margin-top: 40px;
        padding: 0 10px;
    }

    #errorPageBody .error-container .clickable {
        cursor: pointer;
        text-decoration: underline;
    }

    #errorPageBody .error-container .panel-heading span {
        margin-top: -20px;
        font-size: 15px;
    }

    #errorPageBody .error-container .error-panel-body {
        display: none;
        text-align: left;
        overflow: auto;
        height: 200px;
    }

    #errorPageBody .panel-default {
        text-align: center;
        margin: 25px 30px;
        padding-bottom: 20px;
        height: 550px;
    }

    #errorPageBody .error-container .panel-heading {
        background-color: #FFFFFF;
        border: none;
    }

    #errorPageBody .error-container .panel-title {
        text-align: left;
        font-weight: bold;
        font-size: 18px;
    }

    #errorPageBody .error-header {
        color: #e80c4d;
    }

    #errorPageBody .error-panel {
        border-color: #FFFFFF;
    }

.duplicatedRouteName {
    border: 1px solid RGB(204,0,0) !important;
}

.k-grid td.duplicatedRouteName, .k-grid td.emptyRouteName, .k-grid td.emptyRouteDescription {
    border: 1px solid RGB(204,0,0) !important;
}

.k-grid td.errorLinked {
    color: RGB(204,0,0) !important;
    border: 1px solid RGB(204,0,0) !important;
}

.k-tooltip {
    color: #000 !important;
}

.k-list-container ul li.k-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-grid-filter.k-state-active {
    background-color: #1c84c6;
    height: 18px;
}

.k-grid-header th > .k-link > .k-icon {
    vertical-align: inherit;
    font-size: 23px;
    height: 17px;
}

.page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        text-align: center;
        font-size: 15px;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
    }

.centerChart {
    display: table;
    margin: 0 auto;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    margin: 0 !important;
}

/* Container
 ------------------------------------------------------------- */
.card {
    position: relative;
    max-width: 250px;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    margin: 20px auto;
}

/* Link
 ------------------------------------------------------------- */
.link {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 0.6em;
    color: #b3b3b3;
}

/* Radio button
 ------------------------------------------------------------- */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 50%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #1A7BB9;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 50%;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.left {
    float: left;
    width: 80%;
    text-align: left;
    margin-left: 10px;
    display: inline
}

.right {
    float: left;
    width: 20%;
    text-align: right;
    margin-right: 0;
    display: inline
}

#head-title {
    padding-left: 15px;
    margin-top: -20px;
    padding-bottom: 4px;
    padding-top: 9px;
}

.dateclass {
    margin: 2px 0px 0px 170px;
}

.row-buttons {
    margin-top: -15px;
    margin-bottom: -10px;
}

.activity-tab {
    margin-left: 5px;
    margin-right: 5px;
}

.work-area-label {
    width: 25%;
}

.k-grid .btn {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.settingsContainer {
    margin-bottom: 80px;
}

.tooltip-inner {
    background-color: #0E223E;
}

.tooltip-arrow {
    border-right-color: #0E223E !important;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

.fieldset-area {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    padding-left: 10px !important;
}

#history-print-area {
    float: right !important;
    width: 29% !important;
}

legend {
    padding-left: 10px !important;
    text-align: left;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px !important;
    border-bottom: 0 !important;
}

#history-legend {
    width: 25% !important;
}

#order-containers-legend {
    width: 45% !important;
}

#spanStatus {
    width: 15px;
    height: 15px;
    margin-right: 1px;
    margin-top: 3px;
    display: inline-block;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    background: RGB(106,149,47);
}

input.k-textbox {
    height: 2em !important;
}

.history-input {
    padding-left: 0px;
    padding-right: 0px;
}

#overlay {
    overflow: hidden;
    position: fixed;
    /*display: none;*/
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 1040;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.div-workarea-image {
    overflow-x: scroll;
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.workarea-image-lg {
    display: block;
    margin: auto;
    padding-top: 5rem;
}

.workarea-image-sm {
    display: block;
    margin: 0 auto;
    /*box-shadow: 0px 0px 22px rgba(0, 0, 0, .7);*/
}

.div-img-original {
    margin-right: -15px;
    margin-left: -15px;
    overflow-x: auto;
}

.none-img-js {
    transition: all .5s ease-in-out;
    width: 0;
    opacity: 0;
}

.block-img-js {
    opacity: 1;
    width: 100%;
    transition: all .5s ease-in-out;
}

.grid-title {
    font-size: 14px;
    padding: 6px 15px;
}

.grid-buttons {
    float: right;
    padding-right: 8px !important;
}

.grid-buttons-no-heading {
    padding-right: 16px !important;
    padding-left: 6px;
    padding-bottom: 20px;
}

.activity-grid .k-dirty {
    border-color: transparent !important;
    display: none;
}

.activity-grid .k-custom-dirty {
    position: absolute;
    width: 0;
    left: 0.7rem;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: darkgrey transparent transparent darkgrey;
    margin: -.45em 0 0 -.6em;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
}
/*.tooltip {
        display: inline-block;
        opacity: 1;
        left:30px;
        z-index: 0;

    }

    .tooltip .tooltiptext {
        /*visibility: hidden;
        visibility:visible;
        /*width: 265px;
        background-color: #0E223E;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 20px;
        position: absolute;
        z-index: 78889990000 !important;
        top: -7px;
        left: 100%;
        opacity: 1;
        transition: opacity 0.3s;
        border: 1px solid #cecece;
        white-space: nowrap;
        margin-left: 10px;
    }

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        border-style: solid;
        top: 32%;
        right: 100%;
        border-color: transparent #0E223E transparent transparent;
    }*/

/*.tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }*/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "DejaVu Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .popover.bottom > .arrow:after {
        border-bottom-color: #0E223E;
    }

.popover-content {
    width: auto;
    min-width: 154px;
    background-color: #0E223E !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px;
    padding: 5px 5px;
    z-index: 10000000;
    transition: opacity 0.3s;
    border: 1px solid #cecece;
    margin-top: -10px;
}

.popover > .arrow {
    position: absolute;
    top: -14px !important;
    /*left: 50% !important;*/
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #c2b9b5 transparent transparent transparent;
}

.table-header-statistics {
    padding-left: 2px !important;
}


#btnCloseImage:before {
    content: 'X ';
    color: RGB(204,0,0);
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.img-display-div {
    background-color: #1c84c6;
    border-radius: 3px;
    padding: 7px;
    display: inline-block;
    border: 1px solid #1c84c6;
    float: right;
    margin-right: 7px;
}

.img-display-btn {
    float: right;
    margin-right: 10px;
    cursor: pointer
}

.img-display-btn-test {
    /*margin-right: 7px;*/
    width: 35px;
}


a:hover, a:active, a:focus {
    color: inherit;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.custom-tab {
    padding: 0.55rem !important;
    margin: 0 -4px -1px 0 !important;
}

    .custom-tab > a > img {
        height: 25px;
    }

    .custom-tab.active {
        border-bottom-width: 1px;
        margin: 0 -2px -1px 0 !important;
        padding-bottom: 0;
        border-color: #9f9f9f;
        border-bottom-color: #fff;
        background-color: #fff;
    }

.tab-content {
    background-color: #fff;
    border-color: #9f9f9f;
    border-style: solid;
    border-width: 1px;
    padding: 1rem;
}

.k-item-a {
    padding: .5em .92em;
    color: #333;
}

.k-tabstrip-items-custom {
    padding: 0;
}

.k-tooltip {
    text-align: left !important;
    float: left !important;
}
/*.k-tooltip{
color:RGB(204,0,0) !important;
}
  /*  .k-tooltip:before {
        border-color: RGB(204,0,0) !important;
        background: black !important;
    }
    .k-tooltip:after {
        border-color: RGB(106,149,47) !important;
        background: RGB(106,149,47) !important;
    }
.k-callout-s {
    border-color: black;
}
.target + .tooltip > .tooltip-inner {
    background-color: yellow !important;
}
.k-widget.k-tooltip {
    background: orange !important;
    border-color: orange !important;
}
    .k-widget.k-tooltip:after {
        background: orange !important;
        border-color: orange !important;
        display:none;
    }
    .k-widget.k-tooltip:before {
        background: orange !important;
        border-color: orange !important;
        display: none;
    }*/

.lbl-row-container {
    text-align: right;
    padding-right: 22px;
}

.lbl-section-container {
    text-align: right;
}

.lbl-container {
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5rem;
}

.lbl-img-container {
    display: inline-block;
}

.k-tooltip-closable .k-tooltip-content {
    min-width: 90px;
    width: 100%;
}

.k-tooltip {
    /*max-width: 700px;*/
    overflow-wrap: break-word;
    /*margin-top: -5px;*/
}

.lbl-wrap-text {
    white-space: pre !important;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
}


pre {
    /*min-width: 700px;*/
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: pre-wrap;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 0px;
    display: block;
    line-height: 1;
    color: #333;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.custom-grid-filter {
    text-align: left;
    display: inline;
    margin-left: 3px;
}


.div-change-chart {
    direction: rtl;
    margin-bottom: 5px;
    width: 2%;
    float: right;
}

.checkbox {
    margin-top: 0px;
}

.auto-refresh-checkbox {
    text-align: right;
    margin: -20px 50% 0;
    width: 50%
}

.lbl-gauge-value-div {
    border: 2px solid #8E8E8E;
    display: inline-block;
    min-width: 55px;
    min-height: 86px;
    padding: 12px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    line-height: 0px;
    margin: 0 auto;
    background-color: white;
}

.gauge-value-div-border {
    border-top: 2px solid #8E8E8E;
    width: 28%;
    margin: 0 auto;
    margin-top: -77px;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.btn-integration-service {
    background-color: RGB(204,0,0);
    border-radius: 5px 0px 0px 5px;
    color: white;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 91px;
    white-space: normal;
    padding: 1px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.play-pause-div {
    display: inline-block;
    font-size: large;
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.pause-label {
    width: auto;
    margin-top: 10px;
    float: right;
}

.pause-button {
    display: inline-block;
    width: 40px;
    background-image: url("./img/pause_button.png");
    height: 40px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    /*padding: 2px;
    color: red;
    border-radius: 100%;
    border-color: red;
    border: 4px solid red;*/
}

.play-button {
    display: inline-block;
    width: 40px;
    background-image: url("./img/play_button.png");
    height: 40px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.radio-label-group {
    text-align: right;
    padding-bottom: 10px;
    padding-right: 100px;
}

.radio-printer-group {
    padding-left: 160px;
    padding-bottom: 10px;
    margin-top: -10px;
}

/*Login page styling*/
.login-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background: linear-gradient(#34495e, #0E223E);
    z-index: 900;
}

.color-overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}

.login-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-box {
    width: 400px;
}

.login-logo {
    text-align: center;
    margin: 15px;
}

.login-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.login-card-header {
    padding: 15px;
    color: #333333;
    font-weight: 300;
    font-size: 22px;
    text-align: center !important;
}

.login-card-content {
    padding: 15px;
}

.login-card-footer {
    padding: 0 15px 10px;
    background-color: transparent;
    line-height: 30px;
    text-align: center !important;
}

.login-form-control {
    display: block;
    width: 95%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-form-label {
    width: auto;
    text-align: left;
    padding-left: 11px;
    font-weight: 500;
    font-size: 14px !important;
}

/*spinner styeling*/
.bigCog {
    position: absolute;
    text-anchor: middle;
    text-align: center;
    vertical-align: middle;
    top: 0px;
    left: 0px;
    color: #212529;
    font-size: 55px;
    animation: loading 2s linear infinite;
}

.smallCog {
    position: absolute;
    text-anchor: middle;
    text-align: center;
    vertical-align: middle;
    top: 9px;
    left: 9px;
    color: #444;
    rotate: 15deg;
    font-size: 35px;
    animation: smallloading 3s linear infinite;
}

.loading {
    position: absolute;
    top: 49%;
    left: 49%;
}

.spinner-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-color: lightgray;
    z-index: 900;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes smallloading {
    from {
        transform: rotate(360deg) translateX(50px) rotate(360deg);
    }

    to {
        transform: rotate(0deg) translateX(50px) rotate(-360deg);
    }
}


/*----------------------------------*/
/*spinner styeling*/
.bigCog {
    position: absolute;
    text-anchor: middle;
    text-align: center;
    vertical-align: middle;
    top: 0px;
    left: 0px;
    color: #212529;
    font-size: 55px;
    animation: loading 2s linear infinite;
}

.smallCog {
    position: absolute;
    text-anchor: middle;
    text-align: center;
    vertical-align: middle;
    top: 9px;
    left: 9px;
    color: #444;
    rotate: 15deg;
    font-size: 35px;
    animation: smallloading 3s linear infinite;
}

.loading {
    position: absolute;
    top: 49%;
    left: 49%;
}

.spinner-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-color: lightgray;
    z-index: 900;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes smallloading {
    from {
        transform: rotate(360deg) translateX(50px) rotate(360deg);
    }

    to {
        transform: rotate(0deg) translateX(50px) rotate(-360deg);
    }
}
/*----------------------------------*/

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: rgb(204, 0, 0); /* background color */
    color: #fff; /* White text color */
    text-align: left; /* Centered text */
    border-radius: 15px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 9999999; /* Add a z-index if needed */
    right: 2%;
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
        animation: fadein 0.5s, fadeout 0.5s 3.5s;
    }


#snackbarGreen {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: RGB(106,149,47); /* background color */
    color: #fff; /* White text color */
    text-align: left; /* Centered text */
    border-radius: 15px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 9999999; /* Add a z-index if needed */
    right: 2%;
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbarGreen.show {
        visibility: visible; /* Show the snackbar */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
        animation: fadein 0.5s, fadeout 0.5s 3.5s;
    }
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.big-circle-neutral {
    height: 250px;
    width: 250px;
    background-color: #eeeeee;
    border: 5px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
}

.big-circle-red {
    height: 250px;
    width: 250px;
    background-color: RGB(204,0,0);
    color: white !important;
    border-radius: 50%;
    display: inline-block;
}

.big-circle-green {
    height: 250px;
    width: 250px;
    background-color: RGB(106,149,47);
    color: white !important;
    border-radius: 50%;
    display: inline-block;
}

.big-circle-yellow {
    height: 250px;
    width: 250px;
    background-color: RGB(255,255,0);
    border-radius: 50%;
    display: inline-block;
}



#scrollview-home .photo {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.k-scrollview-next span, .k-scrollview-prev span {
    color: #1a7bb9;
}

.displayData {
    white-space: normal !important;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid white;
    margin-top: 65px;
    margin-left: 75px;
}

.rectangle {
    width: 100px;
    height: 75px;
    background: white;
    border-radius: 5px;
    margin-top: 90px;
    margin-left: 75px;
}