﻿/* Styles for validation helpers
-----------------------------------------------------------*/

html {
    font-size: 14px;
}

:not(.btn):not(.btn-group) > label {
    cursor: pointer;
    font-size: 0.9rem;
    color: #6c757d !important;
    margin-bottom: 2px;
    font-weight: normal;
}

.form-check label {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

/* make chosen match bootstrap more closely */
.chosen-container-single .chosen-single {
    box-shadow: none !important;
    height: calc(2.25rem + 9px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    color: #495057 !important;
    border: 1px solid #ced4da !important;
}

.chosen-container-single .chosen-single div {
    top: 8px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    right: 2px !important;
}

.chosen-container-single .chosen-drop {
    border: 1px solid #ced4da !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0.2rem 0 0 0 rgba(51,122,183,.25), -0.2rem 0 0 0 rgba(51,122,183,.25), 0 -0.2rem 0 0 rgba(51,122,183,.25) !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 2px !important;
    left: -2px
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    box-shadow: 0.2rem 0 0 0 rgba(51,122,183,.25), -0.2rem 0 0 0 rgba(51,122,183,.25), 0 0.2rem 0 0 rgba(51,122,183,.25);
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-active.chosen-with-drop .chosen-drop {
    color: #495057 !important;
    border-color: #8bb8df !important;
    outline: 0 !important;
}

.chosen-container-multi .chosen-choices {
    padding: 3px 5px !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
}

.chosen-container-active .chosen-choices {
    border-color: #8bb8df !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(51,122,183,.25) !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding-left: 0.75rem !important;
}

#order-processor-groups .field-type {
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 0 1rem 0;
    padding: 1rem 0 0 0.5rem;
    border-right-width: 45px;
    width: 100%;
    align-content: flex-start;
}

#order-processor-groups .field-type-close {
    right: -45px;
    top: 0;
    bottom: -7px;
    font-size: 1.5rem;
    text-align: center;
}

#order-processor-groups .field-type-close:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

#order-processor-groups .field-type-close.closeBtn:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.3);
}

#product-location-groups .ribbon {
    /*height: 50px;
    margin: 0 0 10px 0;*/
    position: relative;
    color: #fff;
    font: 1.7rem/2.5rem sans-serif;
    padding: 0 1rem 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#product-location-groups .locations-group {
    border-top: none;
}

#product-location-groups .location {
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 0 1rem 0;
    padding: 1rem 0 0 0.5rem;
    border-right-width: 45px;
    width: 100%;
    align-content: flex-start;
}

#product-location-groups .location-close {
    right: -45px;
    top: 0;
    bottom: -7px;
    font-size: 1.5rem;
    text-align: center;
}

#product-location-groups .location-close:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

#product-location-groups .location-close.closeBtn:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.3);
}

#product-location-groups .location.placeholder label {
    width: 40%;
    height: 15px;
    background-color: lightgray;
}

#product-location-groups .location.placeholder .form-control {
    width: 100%;
    background-color: #eee !important;
}

#product-location-groups .location .product-location-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 5px 0 0 5px;
}

#flag {
    width: 110px;
    height: 56px;
    box-sizing: content-box;
    padding-top: 15px;
    position: relative;
    background: red;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

.dashboard-card {
    min-width: initial;
}

@media (min-width: 992px) {
    #product-location-groups .location {
        margin-left: 320px;
    }

    #product-location-groups .location:not(.placeholder) {
        min-height: 320px;
    }

    #product-location-groups .img-thumbnail {
        position: absolute!important;
    }

    #product-location-groups .locations-group.pv .locations div:nth-child(n+8) {
        /*margin-left: 0;*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #product-location-groups .locations-group.bitmap .locations div:nth-child(n+4) {
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    #product-location-groups .locations-group.bitmap .locations div:nth-child(n+6) {
        margin-left: 0;
    }
}

@media (min-width: 1800px) {
    #product-location-groups .locations-group.bitmap .locations div:nth-child(n+8) {
        margin-left: 0;
    }
}

.groupLocationImgUpdate{
    font-size:1.0rem !important;
}

.groupLocationImgUpdate input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

label .oi {
    font-size: 0.7rem;
    margin-left: 5px;
    color: white;
    background-color: #777;
    border-radius: 50%;
    width: 1.1rem;
    text-align: center;
    height: 1.1rem;
    line-height: 1.1rem;
}

.overwrite-bpadding {
    padding-right: 0;
    padding-left: 0;
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
}

td {
    padding: 1px;
}

.form-actions {
    padding: 1rem 2.5rem;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.full-width {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for Exceptions
-----------------------------------------------------------*/
.editorders {
    text-decoration: underline;
}

.editorItemsDisplayFor {
    /*width: 110px;*/
    height: 30px;
    /*text-align: center;*/
}

.error {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.label-selected {
    border: 1px solid #E1E2E3;
    background-color: #E1E2E3;
    padding: 5px 6px;
    margin: 4px 8px 0px 0px;
    border-radius: 3px;
}

.well {
    margin-bottom: 20px;
}

/*custom -Styles
-----------------------------------------------------------*/

/* Navigation bar styles */
#menu .nav-item {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px;
}

#menu .nav-item i {
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#menu .dropdown-menu li:last-child {
    border-width: 0;
}

#menu .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: inset 0px 9px 12px -10px rgba(0,0,0,0.15), inset 0 -9px 12px -10px rgba(0,0,0,0.1);
}

#menu .dropdown-menu.collapsing {
    display: block;
}

#menu li a {
    display: block;
    color: #555;
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding: 0.75rem 1rem 0.75rem 2rem;
    position: relative;
    transition: background-color .125s ease-in-out;
    -webkit-transition: background-color .125s ease-in-out;
    border-left: solid 5px transparent;
    border-radius: 0;
}

#menu li a:hover {
    background-color: white;
    color: #555;
}

#menu .active > a, #menu .dropdown.show > a {
    background-color: #e6eaed;
    position: relative;
    color: #555;
    border-left: solid 5px #F5A51C;
    text-shadow: 0 1px #f5f5f5;
}

#menu .active > a:before {
    left: 0;
    top: 0;
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 21px 0 20px 15px;
    border-color: transparent transparent transparent #F5A51C;
}

/* first level dropdown */
#menu .dropdown-menu {
    border-left: solid 5px #F5A51C;
    background-color: #eff1f3;
}

/* second level dropdown */
#menu .dropdown-menu .dropdown-menu {
    background-color: #e6eaed;
    border-color: #eb980a;
    margin-left: -5px;
}

#menu .dropdown-menu .dropdown-menu a {
    padding-left: 2.75rem;
}

/* third level dropdown */
#menu .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #dde2e7;
    border-color: #d18709;
    margin-left: -5px;
}

#menu .dropdown-menu .dropdown-menu .dropdown-menu a {
    padding-left: 3rem;
}

#menu .dropdown-menu {
    border-radius: 0;
}

#notifications-icon {
    position: relative;
}

#notifications-icon.new:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red;
    top: -4px;
    left: -4px;
}

.pulse-header {
    position: fixed;
    top: 0;
    z-index: 1028;
    width: 100vw;
    height: 70px;
    transition: width 0.3s, margin 0.3s;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
}

.pulse-header.header-shadow {
    box-shadow: 0 4px 6px -6px rgba(0,0,0,0.16), 0 4px 6px -6px rgba(0,0,0,0.23);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(254, 254, 254);
}

.wrapper.sidebar-active .pulse-header {
    width: calc(100% - 250px);
    margin-left: 250px;
}

.wrapper.sidebar-active .pulse-header .navbar-button .oi-menu:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    left: -24px;
    border-top: .4em solid transparent;
    border-right: .4em solid;
    border-bottom: .4em solid transparent;
    border-left: .4em solid transparent;
}

#menu {
    top: 0;
    z-index: 1027;
    display: block;
    width: 250px;
    position: fixed;
    left: 0;
    height: 100%;
    transition: margin 0.3s;
    margin-left: -250px;
    box-shadow: none;
    text-shadow: 0 1px white;
    box-shadow: inset -12px 0px 15px -16px rgba(0, 0, 0, 0.2);
}

#menu .decoration {
    flex: 1 1 250px;
    width: 100%;
    min-height: 250px;
    background: linear-gradient(-27deg, rgba(18, 59, 106,0.5) 5%,rgba(248,249,250,0) 35%), linear-gradient(-27deg, rgba(18, 59, 106,0.4) 35%,rgba(248,249,250,0) 35%), linear-gradient(30deg, rgba(245,165,28,0.2) 60%,rgba(248,249,250,0) 60%), linear-gradient(-45deg, rgba(245,165,28,0.2) 50%,rgba(248,249,250,0) 50%);
    margin-top: auto;
}

.wrapper.sidebar-active #menu {
    margin-left: 0;
}

.pulse-content {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: width 0.3s;
}

.pulse-container {
    margin-top: 6rem;
    padding: 2rem 2.5rem 0 2.5rem;
    background-color: white;
    border-radius: 5px 5px 0 0;
    min-height: calc(100vh - 6rem);
}

.pulse-container-nomenu {
    padding: 2rem 2.5rem 0.5rem 2.5rem;
    background-color: white;
    border-radius: 5px 5px 0 0;
    min-height: 100vh;
}

.pulse-container.pulse-container-fill {
    margin: 6rem 2rem 0 2rem;
    max-width: 100%;
    width: unset;
}

.wrapper.sidebar-active .pulse-content {
    width: calc(100% - 250px);
}

#menu .navbar-nav {
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.navbar-button {
    width: 75px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
}

#menu .collapsing {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* small screen */
@media only screen and (max-width: 768px) {
    .pulse-header {
        background: #f8f9fa;
        box-shadow: 0 2px 4px 0 rgba(43,43,43,.1);
        height: 50px;
        justify-content: space-between;
    }

    .wrapper.sidebar-active .pulse-header {
        width: 100vw;
        margin-left: 0;
    }

    .wrapper.sidebar-active .pulse-header .navbar-button .oi-menu:after {
        content: none;
    }

    #menu {
        top: 50px;
    }

    .wrapper.sidebar-active #menu {
        box-shadow: 0 2px 15px 0 rgba(43,43,43,.2);
    }

    .wrapper.sidebar-active .navbar-overlay {
        display: block;
        opacity: 1;
    }

    .pulse-content {
        top: 50px;
    }

    .pulse-container {
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 0.5rem 1rem 0 1rem;
    }

    .form-actions {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .full-width {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    #menu .navbar-nav {
        height: calc(100% - 50px);
    }

    .wrapper.sidebar-active .pulse-content {
        width: 100vw;
        height: 100vh;
        margin-top: -50px;
        padding-top: 57px;
        overflow: hidden;
    }
}
/* End of Navigation bar styles */

/* bootstrap modifications */
.card table th {
    border-top: 0;
}

.table {
    margin-bottom: 0;
}

.input-group .input-group-append.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .oi {
    position: initial;
    line-height: normal;
    display: flex;
    align-items: center;
}

input[type=file].form-control {
    height: initial;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 18rem;
}

/* bootstrap modifications */
/* bootstrap hack:fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* bootstrap hack end */

@media (min-width: 1600px) {
    .col-xl-3 {
        width: 25%;
    }
}

/* Start: Machine Status Details */
@media (max-width: 768px) {
    .timeline-container #details-expanded img {
        float: none;
        margin: auto;
    }

    .timeline-container #details-expanded .info {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}
/* End: Machine Status Details */

/* Start: Machine Status Tile */

.machine-item {
    background-color: white;
    cursor: pointer;
}

.machine-item.card-headersection,
.machine-item.card-bodysection {
    margin-bottom: 0 !important;
}

.machine-item .card-header {
    position: relative;
}

.machine-item .card-body {
    background: linear-gradient(to right, #337ab7 31%, #286091 33%, #3c88c8 33%);
    color: white;
}

.machine-item .card-footer {
    background-color: white;
}

.machine-thumbnail-container {
    width: 75px;
    height: 75px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.machine-thumbnail {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.machine-thumbnail-text {
    font-size: 12px;
    margin-left: -10px;
    text-align: center;
    width: 95px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.machine-thumbnail-edit {
    line-height: 75px;
    border: 1px solid #555;
    border-radius: 4px;
}

.machine-status-row {
    height: 95px;
}

.machine-status-row .time {
    margin-top: 5px;
    font-size: 0.8em;
}

.machine-status-row .current-status {
    font-size: 1.1em;
    text-shadow: 0px 0px 2px #222;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.machine-status-row .previous-status {
    font-size: 0.9em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.machine-status-row .oi.oi-clock {
    margin: 3px 2px 0 0;
}

.card-footer .overlay,
.card-body .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: opacity ease-in-out 100ms;
    color: white;
    font-size: 32px;
    background-color: #222;
    opacity: 0;
}

.machine-item .overlay:hover,
.card-body .overlay:hover{
    opacity: 0.8;
}

.card-body .machine-thumbnail-container {
    z-index: 1027;
}

.machine-chart-container {
    padding: 0.5rem 0;
    position: relative;
    height: 101px;
    width: 100%;
}

.machine-chart {
    width: calc(95% - 100px);
    margin: 0rem;
    display: inline-block;
    background-color: white;
}

.machine-chart-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #555;
    border-radius: 0 0 4px 4px;
}

.machine-item-progress {
    padding: 10px;
    font-size: 14px;
    color: white;
    background-color: #3c88c8;
}

.machine-item-progress .input-group {
    height: 25px;
}

.machine-item-progress .progress {
    margin: 0;
    height: 100%;
    border-radius: 0;
    padding: 1px 0;
    border: 1px solid #ccc;
}

.machine-item-progress .input-group-text {
    line-height: 23px
}

.status-indicator {
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,0.5)) !important;
    position: absolute;
    bottom: -1px;
    height: 6px;
    border: 1px solid #337ab7;
    left: -1px;
    right: -1px;
}

.status-indicator.success {
    display: block;
    background: linear-gradient(to right, #19a519 0%, lightgreen 15%, #90ee90 90%, #19a519) !important;
    box-shadow: 0px 0px 1px 0px lightgreen;
}

.status-indicator.danger {
    display: block;
    background: linear-gradient(to right, #b62b27 0%, #ff4500 15%, #ff4500 90%, #b62b27) !important;
    box-shadow: 0px 0px 1px 0px #ff4500;
}
/* End: Machine Status Tile */
.copied {
    position: absolute;
    background: #1266ae;
    color: #fff;
    font-weight: bold;
    z-index: 99;
    width: 100%;
    top: 0;
    text-align: center;
    padding: 15px;
    display: none;
    font-size: 18px;
}

.divider {
    border-top: 1px solid lightgrey;
    padding-top: 10px;
}

.infoContainer {
    visibility: hidden;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -o-transform: translate(-50%, -50%); /* Opera */
    -webkit-transform: translate(-50%, -50%); /* Safari And Chrome */
    transform: translate(-50%, -50%); /* Standard Property */
}

.loadingDiv{
    width:35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.locationSizeOffsetsTable th{
    padding: 4px 8px;
}

.advancedPrinterSettingsLabel{
    margin-right: 20px;
}

.disabledDiv{
    pointer-events:none;
    opacity:0.5;
}

.customDropdownLi{
    display:flex;
    cursor:default;
}

.customDropdownLi:hover {
    background-color:lightgray;
}

.customDropDownColorPreview {
    width: 20px;
    height: 20px;
    margin-right:5px;
    border:1px solid black;
}

.customDropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid !important;
    border-right: .5em solid transparent !important;
    border-bottom: 0;
    border-left: .5em solid transparent !important;
    margin-top:7px;
    position:absolute;
    right:4px;
}

.customDropdown{
    cursor:default;
    width:100%;
    border:1px solid lightgray;
}

.moreSettingsFormDiv{
    height:25px;
}

.destinationViewsOptions {
    float: left;
    margin-right: 7px;
    margin-top: 3px;
    transform: scale(1.3);
}

.destinationViewsOptionsContainer {
    margin-top: 15px;
}

.settingsHeader {
    color:rgb(51,122,183);
}

.settingsLabel{
    font-weight: bold !important;
}

.settingsCheckbox {
    margin-right: 10px;
    margin-top: 3px;
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.copySettingsContainer{
    margin-top: 6px;
}

.loadingContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 2000;
    background-color: rgba(220,220,220, 0.8);
}

/*Operator Export*/
.exportOps:hover{
    cursor:pointer;
}

/*Operatos Export*/


/****** NESTMODAL STYLES ******/

#NestModal .modal-content-fullscreen {
    position: fixed;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: auto;
}

#NestModal .NestingPreview {
    overflow: auto;
    border: inset 2px #ccc;
    padding: 10px;
    background: #eee;
}

#NestModal .slidesjs-container img {
    border: solid 1px #ccc;
    background: white;
    /*override slidejs inline styles (only keeping z-index) */
    width: auto !important;
    height: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    display: none !important;
    backface-visibility: initial !important;
    transition: none !important;
    /**/
}

    /* Slidesjs changes z-index (to 10) to show the active page */
    #NestModal .slidesjs-container img[style*="z-index: 10"] {
        display: inline !important;
    }

#NestModal .slidesjs-container,
#NestModal .slidesjs-control {
    width: auto !important;
    height: auto !important;
    clear: both;
    overflow: auto;
}

#NestModal ul.slidesjs-pagination {
    margin: 0 !important;
    padding: 0 !important;
}

    #NestModal ul.slidesjs-pagination li {
        float: left;
        list-style: none;
    }

        #NestModal ul.slidesjs-pagination li a {
            text-decoration: none;
            text-align: center;
            margin: 0 4px 4px 0;
            padding: 5px 10px;
            display: inline-block;
            color: black;
            background: #ccc;
            border: 1px solid #6c757d;
            border-radius: 5px;
            letter-spacing: -0.02em;
        }

            #NestModal ul.slidesjs-pagination li a.active {
                background: #6c757d;
                color: white;
            }

/******* END: NESTMODAL STYLES **********/