.photoSolution{
    border-radius: 100%;
}
.borderClass{
    border-color: #C1E0FF;
    border-width:5px;
    border-style: solid;
    /** OR USE INLINE
    border: 1px solid #C1E0FF;
    **/
}
.ui-state-disabled span {
    cursor: not-allowed;
    color: darkgrey;
}
.ui-icon-circle-triangle-e {
    cursor:pointer;
}
.ui-state-default{
    color:black;
    cursor: pointer;
}
button.close {
    /*background: #d73e4d;*/
    /*background: rgba(215, 62, 77, 0.75);*/
    /*border: 0 none !important;*/
    color: #727272;
    display: inline-block;
    float: right;
    font-size: 34px;
    height: 40px;
    line-height: 1;
    margin: 0px 1px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    vertical-align: top;
    width: 46px;
}

@media screen and (max-width: 700px) {
    .disapear { display: none;}
    .divImg{ width: fit-content;}
}

@media screen and (min-width: 701px) {
    .divImg{ width: 50%; }
}

#rangeValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 6em;
    color: #999;
    font-weight: 400;
}
