.bpainformationtext .row {
    margin: 0px !important;
}

.hint {
	position:absolute;
	border:5px solid #ccc;
	background-color: #FFF;
	max-width: 260px;
	padding: 1em;
	z-index: 1;
    margin-top: 20px;
}

.hint-class {
    float: left; 
    padding-right: 10px !important;
}

.info-text-wrapper {
    padding-bottom: 25px !important;
}

.info-text-wrapper .hint-class img {
    float:left;
}

.info-text-wrapper div {
    float:left;
}

.resultsection .col-3, .resultsection .col-12 {
	float: inherit;
}

.breadcrumb-demc a {
    color: #babcbe;
}
	
/*.current-page-breadcrumb {
	color: #FFFFFF;
}*/

#training-results .recommendations-title a .hint {
    position: absolute;
    border: 1px solid #0076CE;
    background-color: #FFF;
    max-width: 260px;
    padding: 1em;
    margin-top: 10px;
}

.track .hint-class .fa-info-circle{
    font-size: 0.885em;
}

.track ~ .hint {
     border: 1px solid #ccc;
}

.aqua-blue-bg-button {
    border: #3DC6EF 2px solid;
    background-color: #3DC6EF;
    color: #fff !important;
    font-size: 1em;
    width: auto;
    height: auto;
    margin:0;
}

.aqua-blue-bg-button:hover {
    border: #42AEAF 2px solid;
    background-color: #42AEAF;
    color: #fff !important;
}


.aqua-dellblue-bg-button {
    border: #0076CE 2px solid;
    background-color: #0076CE;
    color: #fff !important;
    font-size: 1em;
    width: auto;
    height: auto;
    margin:0;
}

.aqua-dellblue-bg-button:hover {
    border: #00447C 2px solid;
    background-color: #00447C;
    color: #fff !important;
}

.aqua-black-bg-button {
    border: 2px solid #3DC6EF;
    color: #3DC6EF !important;
    width: auto;
    height: auto;
    margin:0;
}

.aqua-black-bg-button:hover {
    background-color: #42AEAF;
    color: #FFF !important;
    border: 2px solid #42AEAF;
} 


input[type=checkbox] {
    visibility: hidden;
}

label.list-item {
    padding: 5px 0 0px 25px;
    font-size: .8em;
    line-height: 17px;
    color: #0076CE;
	margin-bottom: 0;
}

.container-results {
    display: block;
    position: relative;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: RobotoNormal,Arial,Helvetica,sans-serif;
    font-size: 17px;
}

/* Hide the browser's default checkbox */
.container-results input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #b3b3b3;
}

.checkmark-without {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #b3b3b3;
}

/* On mouse-over, add a grey background color */
.container-results:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-results:hover input ~ .checkmark-without {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */
.container-results input:checked ~ .checkmark {
    background-color: #0076CE;
    border: 0px;
}

.container-results input:checked ~ .checkmark-without {
    background-color: #0076CE;
    border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-without:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-results input:checked ~ .checkmark:after {
    display: block;
}

.container-results input:checked ~ .checkmark-without:after {
 display: none;
}

/* Style the checkmark/indicator */
.container-results .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-results .checkmark-without:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.padding-left-5px
{
    padding-left : 5px !important;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }

.ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border: 1px solid #044062;
    background: #396b9e;
    background-image: linear-gradient(#5f9cc5,#396b9e);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border-top: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.cta-play{
    border: solid 2px;
    border-color:#3dc6ef;
    color:#3dc6ef;
    background-color:rgba(0,0,0,0.1);
    background-repeat: no-repeat;
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-22.28571,-22.28571,68.57143,68.57143%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22transparent%22%20stroke%3D%22%233dc6ef%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2%200l20%2012-20%2012z%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    width: 42px;
    height: 42.4px;
    min-height: 42.4px;
    background-position: center center;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.cta-play:hover{
    border-color:#3dc6ef;
    color:#000;
    background-color:#3dc6ef;
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-22.28571,-22.28571,68.57143,68.57143%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23000000%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2%200l20%2012-20%2012z%22%20%2F%3E%3C%2Fsvg%3E");
}


.track{
    font-size: 1.125em;
    color: #444;
}

.track i:hover {cursor: pointer !important;}

#training-results .emc-button > span:first-child {
        text-transform: none;
    }

.col-12.recommendation-box img {
    padding: 2px;
}

#training-results .2px-padding-img
{

    padding : 2x 2px 2px 2px;
    background-image: url("http://placehold.it/200x200");
    overflow: hidden;

 }

#training-results .youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
#training-results .youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
#training-results .youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
#training-results .youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
#training-results .youtube img,
#training-results .youtube .play-button {
    cursor: pointer;
}
#training-results .youtube img,
#training-results .youtube iframe,
#training-results .youtube .play-button,
#training-results .youtube .play-button:before {
    position: absolute;
}
#training-results .youtube .play-button,
#training-results .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
#training-results .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hint-class >span {
    font-size: 1.5em;
    color: #444;
}

#training-results .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 2px;
    }

    #training-results .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    #training-results .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    #training-results .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    #training-results .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

    #training-results #load-more{
    display:none;
}
#training-results{
    position: relative;
    float: left;
    margin-left: -0.83333333333333%;
    margin-right: -0.83333333333333%;
}
#training-results .recommendation-box{
       background: #fff;
    border: 1px solid #0076CE;
    height:480px;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    -webkit-box-shadow: 2px 2px 3px rgba(109, 108, 108,66%);
    -moz-box-shadow: 2px 2px 3px rgba(109, 108, 108,66%);
    box-shadow: 2px 2px 3px rgba(109, 108, 108,66%);
}

#training-results .recommendation-box h2{
       font-size: 1.125em;
       font-weight: normal;
       color: #0076CE;
       margin-top: 2px;
       line-height: 140%;
}

a.tip {
    text-decoration: none;
}
a.tip:hover {
    position: relative;
    display: block;
}
a.tip span{
    display: none;
    transition: display 0s ease-in 0s;
    -webkit-transition: display 0s ease-in 0s;
}

a.tip:hover span{
    border:#363636 1px solid;
    background:#ffffff;
    transition: display 0s ease-in 2s;
    -webkit-transition: display 0s ease-in 2s;
    position:absolute;
    font-size:12px;
    color:#000000;
    margin:19px;
    top:15px;
    left:0;
    z-index:100;
    max-width:263px;
    padding: 5px 5px 5px 5px;
    line-height: 1.5em;
}


#training-results .recommendation-box p {
    font-size: 1.5em;
    color: #444;
    margin-top: -9px;
}
#training-results .padding-10px{
padding:10px;

}

#training-results .recommendation-footer{
    bottom:0;
    position:absolute;
    padding: 10px 19px 3px 19px;
}

#training-results .new-course-tag{
    position: absolute;
    background: #00447c;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.13em;
    font-family: RobotoBold,Arial,Helvetica,sans-serif;
    margin-top: -7.5%;
	line-height: 1.35;
}

#training-results .featured-course-tag{
    position: absolute;
    background: #444;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.13em;
    font-family: RobotoBold,Arial,Helvetica,sans-serif;
    margin-top: -7.5%;
}

#training-results .new-course-tag:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 15px solid #00447c;
    border-bottom: 13px solid transparent;
    margin: -6px 90px 0 10px;
}

#training-results .featured-course-tag:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 15px solid #0044;
    border-bottom: 13px solid transparent;
    margin: -6px 90px 0 10px;
}

#training-results .col-7.emc-blue-color.padding-top-10px {
    padding-top:17px;
    text-align: right;
    font-size: 1.5em;
    color: #0076CE;
}

#training-results .col-5.emc-blue-color.padding-top-10px {
    padding-top:17px;
    text-align: right;
    font-size: 1.5em;
    color: #0076CE;
}

#training-results .col-6.emc-blue-color {
    padding-top:17px;
    text-align: right;
    font-size: 1.1em;
    color: #0076CE;
}

#training-results .recommendation-box .course-vid {
    /* display: none; */
    width: 100%;
    padding: 0px !important;
    margin: 0px;
    height: 185px;
}

#training-results .dellemc-proven-tag{
       position: absolute;
    right: -10px;
    top: -10px;
}

#training-results .dellemc-proven-tag img{
    width: 148px;
    height: 74px;
}

#training-results .recommendations-title {
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    /*overflow: hidden; commented because the info text is not displaying fully*/
    padding-top: 10px;
}

#training-results .recommendations-title h2 {
    margin-bottom: 0px;
}

#training-results .recommendations-title h2 {
   padding: 10px 0 0 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;  /* Number of lines displayed before it truncate */
  margin: 0 0 15px 0;
    max-width : 70ch;
    line-height: 1.4em;
    max-height: 111px; /* max: 4 lines */
    overflow: hidden;
    max-width: 284px;	
	-webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
	
	}

#training-results .skew
{
	    border: 1px solid #0076CE;
	    color:#0076CE;
	    margin-left: 90px;
    	margin-top: -30px !important;
}
.skewnum{
    display: inline;
    float: right;

}

.col-3 .skewnum{
    margin-top: -52px;
    color: #0076CE;
}

.col-4 .skewnum{
    margin-top: -52px;
    font-size: initial;
    color: #0076CE;
}

.skewnum i{
    position: absolute;
    margin-left: -6px;
    margin-top: 10px;
}
#training-results .recommendations-title p {
    padding-top: 0px;
    padding-bottom: 0px;
}

.store-recommendations-bar {
    padding-top: 4.5em;
    padding-bottom: 2.8em;
    width: 100%;
    display: inline-block;
    position: relative;
}

#recommendationsdisplay {
    float:right;
    padding-right: 10px;
    margin-top: -2.5em !important;
}

#training-results .dropdowncontent {
    float: left;
}

.recommendedcategorydisplay{
    display: block !important;
}

.greybackground .emc-color-gray-10-bg .resultsection h1 {
    font-size: 30px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: -14px !important;
    margin-bottom: 0px !important;
    text-align: center;
    color: #444;
    max-width : 1120px;
}

#training-results {
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
}

select#recommendedCategory {
    border: 2px solid #0076CE;
    min-width: 230px;
    box-shadow: 2px 2px 3px rgba(109,108,108,66%);
}

.recommendations-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.recommendations-dropdown select {
  background-color: #ffffff;
  color: #444444;
  padding-top: 1.3em;
  padding-left: .4em;
  padding-bottom: .1em;
  padding-right: 2em;
  border: 0;
  margin: 0;
  text-overflow: '';
  font-size: 1.13em;
  font-family: RobotoMedium,Arial,Helvetica,sans-serif;
}

/* Removes default arrow from IE10+*/

.recommendations-dropdown select::-ms-expand {
    display: none;
  }

.recommendations-dropdown label{
    position:absolute;
    z-index:1;
    pointer-events:none;
    text-indent:10px;
    top: 0px;
    font-size: 0.88em;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
}


.recommendations-dropdown::before,
.recommendations-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.recommendations-dropdown::after {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    top: 1.2em;
    right: 1.2em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.recommendations-dropdown option
{
    position: relative;
    float: left;
    width: 96%;
    border-bottom:1px solid #E0E0E0;
    background-color: #ffffff;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor:pointer;
}

/* Dropdown Firefox experience*/
@-moz-document url-prefix() {
    .recommendations-dropdown select {
        padding-top: 0.8em;
        padding-bottom: 0em;
    }

    .recommendations-dropdown::after {
        top: 1.5em;
    }
}

.recommendations-dropdown::before {
  width: 3.1em;
  right: 0;
  top: 0;
  bottom: 0;
}

.recommendations-dropdown select[disabled] {
  color: #ffffff;
}

.recommendations-dropdown select[disabled]::after {
  color: #000000;
}

.recommendations-dropdown::before {
  background-color: #0076CE;
}

.recommendations-dropdown::after {
  color: #ffffff;;
}

.recommendation-box img{
        width: 100%;
    }

/* Mobile */
@media screen and (max-width:1360px) {
    #recommendationsdisplay {
        margin-top: 1em !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 267px;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    select#recommendedCategory {
        height: 3em;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
    }
}

@media screen and (min-width:375px) and (max-width:768px) {
    #training-results .recommendations-title h2 {
        max-height: 110px; /* max: 3 lines */
		-webkit-line-clamp: 3;
    }
}
@media screen and (min-width:481px) and (max-width:980px) {
    #training-results .col-3 {
        width: 48.333333333333%;
        max-width: 48.333333333333%;
		flex: 0 0 48.333333333333%;
    }
}


@media screen and (min-width:981px) and (max-width:1050px) {
    #training-results .col-7.emc-blue-color.padding-top-10px {
        max-width: 80px;
    }
    #training-results .recommendations-title h2 {
        max-height: 110px; /* max: 3 lines */
		-webkit-line-clamp: 3;
    }
}

@media screen and (min-width:1051px) and (max-width:1360px) {
    #training-results .recommendations-title h2 {
        max-height: 115px; /* max: 3 lines */
		-webkit-line-clamp: 3;
    }

}

@media screen and (max-width:1050px) {
    #training-results .col-6.emc-blue-color.padding-top-10px {
        font-size: 0.94em;
        padding-top: 25px;
    }
    #training-results .col-7.emc-blue-color.padding-top-10px {
        padding-top: 25px;
    }
    #training-results .emc-button > span:first-child {
        font-size: 0.94em;
    }

    #training-results .col-7.emc-blue-color.padding-top-10px {
        font-size: 0.94em;
    }

    #training-results .recommendations-title h2 {
            font-size: 1.5em;
    }

    #training-results .recommendations-title p {
            font-size: 1em;
    }
    #training-results .recommendation-box{
        max-height:460px;
    }
}


@media screen and (max-width: 480px) {

    *[class*="col-"] {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    #training-results .recommendation-footer {
        display: flex;
    }

    .resultsection .col-3 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: .83333333333333%;
        margin-right: .83333333333333% !important;
    }
	
    .store-recommendations-bar {
        margin-top: 0px;
    }

    .recommendations-dropdown select {
        padding-right: 1em;
    }

    #training-results .recommendation-footer .col-5 {
        width: 40%;
        float: left;
        clear: none;
    }

    #training-results .recommendation-footer .col-7 {
        width: 56.666666666667%;
        float: left;
        clear: none;
    }

    #training-results .col-6 {
        width: 50%;
        float: left;
        clear: none;
    }

    #training-results .col-6.emc-blue-color.padding-top-10px {
        padding-top: 35px;
    }

    #training-results .col-7.emc-blue-color.padding-top-10px {
        padding-top: 35px;
    }
    #training-results .new-course-tag{
        margin-top: -6%;
    }
}

@media screen and (min-width:769px) and (max-width:1050px) {
    #training-results .new-course-tag{
        margin-top: -10%;
    }
}

@media screen and (min-width:737px) and (max-width:980px) {
    #training-results .new-course-tag{
        margin-top: -6.5%;
    }
}

@media screen and (min-width:481px) and (max-width:736px) {
    #training-results .new-course-tag{
            margin-top: -7%;
    }
}

@media screen and (min-width:375px) and (max-width:400px) {
    #training-results .new-course-tag{
        margin-top: -6.5%;
    }
}


@media screen and (min-width:0\0) {
    #training-results .recommendation-box{
        box-shadow: 2px 2px 3px rgba(109, 108, 108,0.6);
    }
}

.ui-slider {
    position: relative;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 9px;
}

.ui-slider-horizontal{
    background-color: #000;
}

.ui-slider-horizontal .ui-slider-handle{
    background-color: #808080;
    border: 1px solid #000;
}

.recommendation-footer span.col-5{
    /*text-align: right;*/
    }

.ui-slider-horizontal {
    height: 0.45em !important;
}

.ui-slider-horizontal {
    background-color: #808080 !important;
}

.inline
{
    display : inline;
}

.header-display
{
    font-family: RobotoBold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #0076CE;
}

.margin-left-40px
{
    margin-left : 38px !important;
    
}


@supports (-ms-ime-align:auto) {
    .track ~ .hint {
         margin-top: 30px;
    }
}

@-moz-document url-prefix() {
    .track ~ .hint {
         margin-top: 30px;
    }
}

.col-3.recommendation-box img {
      padding: 2px;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    font-size: inherit;
    line-height: inherit;
}
.loader-wrapper {
	background-color: #FFFFFF;
}

.spinner {
  left: 50%;
  top: 50%;
  z-index: 1;
  background: url('../../../../../content/dam/dell-emc/icons/loading-animation-spinning-daisy-white.gif')
                50% 50% 
                no-repeat;
  width: 120px;
  height: 102px;
  /* height: 50px; */
  margin-left: auto;
  margin-right: auto;
}
.spinnertext{
 left: 50%;
  top: 50%;
  z-index: 1;
  background: url('../../../../../content/dam/dell-emc/icons/loading-animation-spinning-daisy-white.gif')
                50% 50%
                no-repeat;
  width: 120px;
  height: 102px;
  /* height: 50px; */
  margin-left: auto;
  margin-right: auto;
}

.spinner-fade {
	left: 50%;
  top: 50%;
  z-index: 1;
  background: url('../../../../../content/dam/dell-emc/icons/loading-animation-spinning-daisy-white.gif')
                10% 50% 
                no-repeat;
  width: 50px;
  height: 50px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
     opacity: 0;
}


.spinner-text {
  position: absolute;
  top: 88px;
  z-index: 1;
  background-color: #FFFFFF;
  color: #000000;
  font-family: RobotoLight,Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
}

.spinner#recommendedCategory {
  left: 50%;
  top: 50%;
  z-index: 1;
  background: url('../../../../../content/dam/dell-emc/icons/loading-animation-spinning-daisy-white.gif')
                50% 50% 
                no-repeat;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
