/** Admin pages **/

/* Course Ads */

.courseAdBgImg img {
    border: 1px dashed #d9d9d9;
    vertical-align: top;
}

.courseAdBgImgItem {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}

.courseAdBgImgItem input[type="radio"] {
    margin-right: .5rem;
    flex: 0 0 auto;
}

.courseAdBgImgItem img {
    border: 1px dashed #d9d9d9;
    vertical-align: top;
    width: 100%;
    flex: 0 0 auto;
}
.rating-box {
    padding: 5px;
}
.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}


.edit-companies-page, .add-company-page {
    background: white;
    padding-bottom: 10px;
}

.edit-companies-page h1 , .add-company-page h1{
    background: white;
    margin: 0 auto;
    color: #ff7533;
    text-align: center;
}

.add-company-page {
    background: white;
    padding-bottom: 10px;
}

.add-company-page .btn-primary, .edit-companies-page .btn-primary {
    background: #ff7533;
}