/* Job CSS */
/* width */
.inktSelector ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.inktSelector ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.inktSelector ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.inktSelector ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.inktSelector {
    border: 4px solid #e75499;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    padding: 20px 15px;
}

.inktSelector .sideImage {
}
.sideImage img {
    max-height: 100%;
    margin: auto;
}
.printerSelector {
    padding: 0;
    /*margin-top: 67px;*/
}
.selectorTop a.btn {
    width: 100%;
    background-color: #8ab122;
    color: #fff !important;
    font-weight: 600;
}
.selectorTop h1 {
    color: #e75499;
}
.selectorMiddle h4 {
    margin-top: 10px;
}
#printerBrandSelect, #printerSerieSelect, #printerTypeSelect, #printerOutcome {
    width: 100%;
    margin-top: 0;
    padding: 2px 0;
    height: 200px;
    max-height: 200px !important;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
#printerOutcome button {
    /*background-repeat: no-repeat !important;*/
    /*background-size: 11% !important;*/
    /*background-position-x: 98% !important;*/
}
.selectorMiddle .col-sm-4>div>div {
    /*cursor: pointer;*/
}
.selectorMiddle button {
    padding:10px;
    width: 100%;
    background-image: none;
    background-color: transparent;
    color: #333;
    border: 0;
    font-weight: 600;
    text-align: left;
}
.selectorMiddle button:focus {
    outline: 0;
}
.selectorBottom p {
    padding-left: 0;
}
.buttonClick {
    background-color: #e75499 !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    #printerSerieSelect, #printerTypeSelect {
        margin-top: 30px;
    }
}