#j {
    background-color: #E7EEF5;
}

#fs {
    /*background-color: #39A6EE;*/
    border-radius: 20px;
    background-color: #169AFF;
    animation-name: fset;
    animation-duration: 2s;
}

#fsComplain {
    border-radius: 5px;
    border: 1px solid #C6D9E7;
    background-color: #CDE3F3;
    margin-bottom: 1%;
    width: 100%;
    height: 100%;
}

#fsContainer {
    margin-right: 11%;
}

#divA {
    padding-left: 1%;
    margin-top: -1%;
}

#divB {
    padding-top: 1%;
    padding-left: 10%;
    padding-right: 10%;
}

#divC {
    padding-left: 2%;
    padding-top: 2%;
}

#rowParent {
    padding-top: 1%;
    padding-left: 2%;
}

#rowChild1 {
    padding-left: 2%;
}

#rowChild2 {
    padding-left: 2%;
}

#rowChild3 {
    padding-left: 2%;
}

#rowChild4 {
    padding-left: 2%;
}

#rowChild5 {
    padding-left: 2%;
}

#rowChild6 {
    padding-left: 2%;
}

#line {
    margin-bottom: -5%;
    margin-top: -3%;
}

#email {
    color: black;
}

#ratingResult {
    margin-top: 2%;
    margin-right: 2%;
}

#rate {
    margin-top: 0%;
    /*margin-top: 3%;*/
}

#star1_input {
    display: none;
}

#star2_input {
    display: none;
}

#star3_input {
    display: none;
}

#star4_input {
    display: none;
}

#star5_input {
    display: none;
}

#nama {
    margin-right: 10px;
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

#loading {
    padding: 17% 35% 13% 35%;
}

/*#hideQuestion1 {
    display: none;
}

#hideQuestion2 {
    display: none;
}*/

/*#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

#loading {
    padding: 17% 35% 13% 35%;
}*/

/*.starrr {
    display: inline-block;
}

.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}*/

/*.ratingStar {
    font-size: 0pt;
    width: 64px;
    height: 59px;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.emptyRatingStar {
    background-image: url(../Images/blank_star.png);
}

.filledRatingStar {
    background-image: url(../Images/shining_star.png);
}

.savedRatingStar {
    background-image: url(../Images/shining_star.png);
}*/

.sizes {
    max-width: 235px;
}

.mode {
    cursor: pointer;
}

.inline {
    display: inline;
}

.topMargin {
    padding-top: 10px;
}

.pad {
    margin-left: 2px;
}

.padTop {
    margin-top:10px;
}

.formPad {
    padding-top: 6px;
}

.formPad2 {
    padding-top: 5px;
}

.Star {
    background-image: url(../Images/empty_star_final.png);
    height: 55px;
    width: 60px;
}

.WaitingStar {
    background-image: url(../Images/waiting_star_final.png);
    height: 55px;
    width: 60px;
}

.FilledStar {
    background-image: url(../Images/full_star_final.png);
    height: 57px;
    width: 60px;
}

.cursorCss {
    cursor: pointer;
}

#borderLeft {
    border-left: 1px solid #eaeaea;
}

table {
    *border-collapse: collapse;
    border-spacing: 0;
}

/*th:first-child {
    border-radius: 7px 0 0 0;
}

th:last-child {
    border-radius: 0 7px 0 0;
}

th:only-child {
    border-radius: 7px 7px 0 0;
}*/

.rightAlign {
    text-align: right;
}

.highlight {
    background: #fbf8e9;
    transition: all 0.1s ease-in-out;
}

.bordered tr:hover {
    background: #fbf8e9;
    transition: all 0.1s ease-in-out;
}

th {
    border-right: 1px solid #eaeaea;
}

td {
    /*border-bottom: 1px solid #eaeaea;*/
}

#borderRight {
    border-right: 1px solid #eaeaea;
}

#fSet {
    border: 1px solid black;
    border-radius: 10px;
}

.dsr {
    margin-top: 3px;
    cursor: pointer;
}

.text {
    width: 75%;
}

.k-card {
    list-style-type: none;
    border-radius: 15px;
    border: 1px solid #dadadc;
    border-bottom: 2px solid #dadadc;
    background-color: #FFFFFF;
    padding-bottom: 2%;
}

/*fieldset {
    background-color: #169AFF;
    animation-name: example;
    animation-duration: 2s;
}*/

.tbEmail {
    background-color: #C5E2F6;
}

.triangle {
    /*width: 0;
            height: 0;*/
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid #0085E3;
    text-align: right;
    cursor: pointer;
    /*display: none;*/
    /*transform: rotate(180deg);*/
}

.ic {
    /*width: 0;
            height: 0;*/
    text-align: right;
    cursor: pointer;
}

.fa-arrow-up {
    font-size: x-large;
    cursor: pointer;
}

.fa-chevron-circle-up {
    font-size: x-large;
    color: #004CA5;
    cursor: pointer;
}

.fa-chevron-circle-down {
    font-size: x-large;
    color: #004CA5;
    cursor: pointer;
}

.right {
    padding-right: 2%;
    /*padding-right:11%;*/
}

.hideCareer {
    display: none;
}

.k-card {
    animation-name: card;
    animation-duration: 3s;
    cursor: pointer;
    box-shadow: 2px 2px 5px 1px rgba(158, 158, 158, 0.68);
}

.mrg {
    margin-left: 3%;
}

.hidden {
    display: none;
}

#imgAvatar {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .cameraPosition {
        margin-left: 425px; 
    }
}

@media (max-width:768px) {
    .dst {
        margin-top: 1%;
    }

    .cameraPosition {
        margin-left: 190px; 
    }

    .dsr {
        margin-top: 1%;
    }

    .text {
        width: 100%;
    }

    .mrg {
        margin-left: 4%;
        margin-right: 4%;
        /*border:1px solid black;*/
    }

    .k-card {
        margin-top:5px;
    }

    #rate {
        margin-top: 5%;
    }
}

@keyframes fset {
    0% {
        background-color: #169AFF;
    }

    25% {
        background-color: #B4DAFE;
    }

    50% {
        background-color: #80C1FF;
    }

    100% {
        background-color: #169AFF;
    }
}

@keyframes card {
    0% {
        background-color: #DBE6F0;
    }

    25% {
        background-color: #F4F4F4;
    }

    50% {
        background-color: #CDD7E2;
    }

    75% {
        background-color: #F4F4F4;
    }

    100% {
        background-color: #ffffff;
    }
}
