body {
    min-height: 600px;
    padding-top: 70px;
    /*background: #fafafa none repeat scroll 0 0;*/
    background-color: #fff;
    /*padding: 15px;*/
}

.customContainer {
    background-color: #fafafc;
    border: 1px solid #e6e6e6;
    min-height: 500px;
}

#header {
    /*background:#DD5B12;*/
    /*background-color: #F8F8F8;
border-color: #E7E7E7;*/
    background: #FFF url("../img/bgIMG.jpg") repeat scroll 0% 0%;
    box-shadow: 1px -1px 5px #000;
}

.nav li > a {
    /*color: black !important;*/
    color: #428bca !important;
    font-weight: bold;
}

.navbar-header a {
    /*color:white !important;*/
}

.brandHeaderLogo {
    float: left;
    padding-right: 5px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.footernoteshash:after {
    content: "#";
    font-weight: bold;
    color: #ff6a00;
}
/*footer-container*/
footer {
    /*display:table;
	width:100%;
	background:#DD5B12;
	border-top:3px solid #fd5f63;
	margin:0px 0 0 0;*/
    border: 0 solid black;
    clear: both;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    height: auto;
}

.text-orange {
    font-weight: bold;
    color: #ff6a00;
}

.footer-container {
    margin: 0 auto;
    line-height: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    margin: 10px 10px 0px 0px;
    position: relative;
    color: #777;
}

.cropit-image-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 256px;
    height: 256px;
    cursor: move;
}

.cropit-image-background {
    opacity: .2;
    cursor: auto;
}

.image-size-label {
    margin-top: 10px;
    text-align: -moz-center;
}

.export {
    margin-top: 10px;
}

.cropit-image-zoom-input {
    margin-top: 10px;
}

 .feedbacktext
    {
        max-height:500px;
        min-height:250px;
        max-width:600px;
    }
/*****************rating***************/
.rating {
    float: left;
}

    .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 3em;
        line-height: 1.2;
        color: #e0e0e0;
    }

        .rating:not(:checked) > label:before {
            font-family: FontAwesome;
            content: "\f005";
        }

    .rating > input:checked ~ label {
        color: #fa0;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #fe0;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
    }
   
/*****************End rating***************/
