body {
    background: #393939;
    color: #fff;
}
img {
    max-width: 100%;
}
.miller-grid ::-webkit-scrollbar {
    width: 12px;
}
.miller-grid ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.miller-grid ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 5px;
}
.main {
    min-height: 900px;
    background: linear-gradient(0deg, #2D2C2D, #444444);
    padding-top: 40px;
    box-shadow: 0 0 10px 2px #191919;
    padding-bottom: 16px;
    min-width: 984px;
    width: 984px;
}
#pdf-dummy .main {
    width: 769px;
    min-width: 1px;
}
.main ul li.list-group-item {
    background-color: #e2e3e4 !important;
    border-color: #B9B9B9;
    border-radius: 0;
    border-left:0;
    border-right:0;
    padding-right: 0;
}
div.miller-grid li.list-group-item:hover { background-color: #f2f3f4 !important;}

.main ul li.list-group-item.m-long-desc {
	/* padding-bottom: 0; */
    padding-bottom: 2px;
}
.main ul li.list-group-item.m-long-desc .m-hint {
    line-height: 11px;
    white-space: normal;
    height: 20px;
    margin-top: -0.22rem;
    overflow: hidden;
}
.main .m-result ul li.list-group-item.m-long-desc .m-hint {
    margin: 0;
}
.main ul li.bg-warning {
    color: #373a3c !important;
}
.main ul li.bg-warning {
    background-color: #f5c108 !important;
}

.main ul li.bg-warning:hover { background-color: #f5c108 !important;}

.miller-grid {
    margin: 0;
}
.miller-grid ul {
    height: 345px; /*<----------------Controls height of scrollers------>*/
    background: #A8A8A8;
    overflow: auto;
}
.miller-grid .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.miller-grid .col-xs-3:first-child {
    padding-left: 0;
}
.miller-grid .col-xs-3:last-child {
    padding-right: 0;
}
ul li.list-group-item:first-child {
    border-top: 0;
}
ul li.list-group-item:last-child {
    border-bottom: 0;
    margin-bottom: 40px;
}
.m-row {
    color: #373a3c;
}
.miller-grid .m-row, .r-header, .m-cogs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.m-row .m-content {
    width: 80%;
    display: inline-block;
}
.m-row .m-content-right-label {
    width: 20%;
    display: inline-block;
    text-align: right;
}
.m-row .m-name {
    font-weight: bold;
}
.m-row .m-hint {
    font-size: 10px;
}
.m-result .m-row .m-hint {
    margin-top: 4px;
/*    margin-top:0px;*/
}
.m-row i.fa {
    margin-top: -3px;
    margin-right: 12px;
}
.m-row i.fa-check-circle, .m-row i.fa-circle-thin {
    margin-top: 7px;
    font-size: 24px;
}
.m-row i.fa-circle-thin {
    color: #818a91;
}
.miller-grid .m-row:hover {
    background-color: #f5f5f5;
}
.m-row .fa-angle-right {
    width: 24px;
}
.miller-grid .wrap {
    position: relative;
    overflow: hidden;
}
.miller-grid .shadow {
    box-shadow: 10px -50px 40px -48px #313131 inset;
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    list-style: none;
}
.miller-grid .col-xs-3 .wrap {
    border-bottom: 2px solid #fff;
}
.m-lens {
/*    padding: 0.22rem 1.25rem;*/
 /*    padding: 2px 0px 2px 12px;*/
    padding: 3px 0px 1px 12px;
}
.m-lens .pull-xs-right {
    line-height: 38px;
}
.row-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.m-result {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
}
.r-header .col-xs-9 .wrap {
    background: rgba(255, 255, 255, 0.93);
    text-align: center;
    box-shadow: 0px 5px 6px -3px #4A4A4A;
    position: relative;
    z-index: 1;
}
.r-header .col-xs-9 .wrap .m-title {
    color: #58595B;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 26px;
    line-height: 30px;
}
.r-content .col-xs-3 .wrap {
    min-height: 200px;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
    border-right: 1px solid #302F30;
}
.r-content .col-xs-3:last-child .wrap {
    border-right: none;
}
.r-content .m-result-left .wrap {
    border:0;
}
.r-content .m-result-c-left .wrap {
    background: linear-gradient(to bottom, #88b680 0%,#e5e5e5 100%);
    text-align: center;
}
.r-content .m-result-c-right .wrap {
    background: linear-gradient(to bottom, #7fa6c4 0%,#e5e5e5 100%);
    text-align: center;
}
.r-content .m-result-right .wrap {
    background: linear-gradient(to bottom, #73919A 0%,#e5e5e5 100%);
    text-align: center;
}
.r-content .m-result-left ul li {
    border-right: 1px solid #302F30 !important;
}
.r-content .m-name {
    min-height: 21px;
}
.main ul li.r-empty {
    background: #5B5A5B !important;
}
.r-content ul li {
/*    height: 64px;*/
    height: 54px;
}
.m-result ul li {
    margin-bottom: 1rem;
    border: 0;
}
.m-result-c-left li, .m-result-c-right li, .m-result-right li {
    box-shadow: 0px 6px 8px -3px #4A4A4A;
    padding-left: 0;
}
.m-result-c-left .m-content, .m-result-c-right .m-content, .m-result-right .m-content {
    width: 95%;
}
.m-result-left i:hover {
    color: #f0ad4e;
}
.m-result-left .bg-warning i:hover {
    color: #fff;
}
.m-result .m-content {
    color: #58595B;
}
.m-result .bg-warning .m-content {
    color: #373a3c;
}
.r-logo {
    position: relative;
}
.r-logo img {
    height: 240px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: -190px;
    pointer-events: none;
}
.m-header {
    text-align: center;
    padding-bottom: 10px;
}
.animate-prepare {
    visibility: hidden;
}
.animate-prepare.animated {
    visibility: visible;
}
.picked-list {
    line-height: 30px;
    padding-left: 0;
}
.picked-list i:hover {
    color: #f0ad4e;
}
.m-cogs {
    margin-top: -31px;
    margin-bottom: 10px;
    display: none;
}
.m-cogs .fa-cogs {
    vertical-align: sub;
}
.m-cogs .col-xs-2 div {
    display: inline-block;
    vertical-align: top;
}
.m-cogs .col-xs-2 div i {
    margin-top: 4px;
}
.c-active {
    color: #f5c108;
}
.r-header .m-check {
    color: #373a3c;
    font-weight: bold;
    margin-left: 20px;
    line-height: 30px;
    display: inline-block;
}
.r-footer .col-xs-9 .wrap {
    background: #FFF;
    box-shadow: none;
}
.m-checkboxes .wrap img {
    display: block;
}
.m-checkboxes .wrap .fdcol-2 {
    padding-left: 20px;
}

.m-checkboxes .button {
    padding: 3px 40px;
    background: #88b680;
    border-radius: 10px;
    color: #f1f1f1;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 3px 3px 6px -3px #373a3c, inset 0 -13px 25px -9px #2F2F2F;
    text-decoration: none;
}

.m-checkboxes .button.button-100mm {
    background: #83BDC8; 
}


.m-checkboxes .button.button-sw150 {
    background: #73919A; 
}


.m-checkboxes a { text-decoration: none; margin-bottom:12px; }
.m-checkboxes .button:hover {
    background: #e2e3e4;
    color: #2F2F2F;
}
.m-pdf div:hover {background-color: #e2e3e4;}

.r-header .col-xs-9 {
    padding: 0;
}
.m-copy {
    text-align: center;
    margin-top: 10px;
    color: #dbdbdb;
}
.circle-shadow {
    font-size: 24px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    box-shadow: 4px 4px 7px -2px #000;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.circle-shadow:before {
    position: absolute;
    top: -2px;
    left: -1px;
}
.r-footer i {
    top: 4px;
}
.i-recommend {
    color: #f5c108;
    background: #5B5A5B;
}
.i-compatible {
    color: #E2E3E4;
    background: #5B5A5B;
}
.i-n-compatible {
    color: #5B5A5B;
    background: #000;
}
.hide {
    visibility: hidden;
}
.m-r-half {
    margin-right: 0.5rem!important;
}
.miller-grid .m-row, .m-cogs, .picked-list .fa-trash-o, .m-result-left .fa-times-circle {
    cursor: pointer;
}
.m-content .m-status {
    color: #383838;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
}

.m-pdf div {
    cursor: pointer;
    padding: 3px 18px;
    background: #f5c108;
    border-radius: 10px;
    color: #f1f1f1;
    font-size: 14px;
    box-shadow: 3px 3px 6px -2px #000, inset 0 -13px 25px -9px #000;
    text-decoration: none;
    width: 88%;
/*    margin-bottom:16px;*/
/*    margin-top: 157px;*/
/*	visibility: hidden; */
}
.m-pdf span {
    color: #000;
    font-weight: bold;
}
.m-pdf img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.fdrow {
    font-size: 0px;
    width: 100%;
}
.fdcol, .fdcol-1, .fdcol-2, .fdcol-3, .fdcol-4, .fdcol-5, .fdcol-6, .fdcol-7, .fdcol-8, .fdcol-9 {
    display: inline-block;
    vertical-align: top;
    font-size: initial;
}
.fdco-l {width: 100%;}.fdcol-1 {width: 10%;}.fdcol-2 {width: 20%;}.fdcol-3 {width: 30%;}.fdcol-4 {width: 40%;}.fdcol-5 {width: 50%;}.fdcol-6 {width: 60%;}.fdcol-7 {width: 70%;}.fdcol-8 {width: 80%;}.fdcol-9 {width: 90%;}

.container { width:920px; padding-left:32px; padding-right:32px; padding-top:16px;}

.empty-holder{ width: 920px; position: relative;}
.empty-boxes {background-color:#505050; width:220px; height:347px; position:absolute; top:31px; z-index: 0;}

.m-result .list-group-item {
    padding-top: 6px;
}
.m-result .list-group-item.with_comment {
    margin-bottom:70px;
}
.m-comment {
    font-size: 10px;
    color: #000;
    margin-top: 15px;
    padding: 0 15px;
}
.pdf-title {
    margin-top: 40px;
    line-height: 40px;
    padding-bottom: 30px;
}
.pdf-title h1 {
    background: #f4c02e;
    padding: 8px;
    color: #000;
    font-size: 28px;
    text-align: center;
}
	#m-pdf-button {
    background-image: url(../img/spinner-01.svg);
    background-size: 1px;
    background-repeat: no-repeat;
    background-position: 176px center;
}
	#m-pdf-button.load {
    background-size: 20px;}

#m-pdf-button span {
    display: none;
}
#m-pdf-button .button-text {
    display: inline-block;
}
#m-pdf-button.load-safari span {
    display: inline-block;
}
#m-pdf-button.load-safari .button-text {
    display: none;
}

#pdf-dummy {
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    overflow: hidden;
}

.m-checkboxes {display: -ms-flex; display: -webkit-flex; display: flex;}
.m-pdf div.ng-scope {position: absolute; left: 0px; bottom: 14px;}

@media (max-width: 960px) {}
.partners-block {
    text-align: center;
}
@media only screen and (max-width : 1024px) {
    .shadow.m-scrolled {
        margin-left: 0;
    }
}