html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}

.captcha{
    margin-top: 15px;
    margin-left: 85px;
}
.profile_image_feed{
    height: 200px;
}
/* Background images are set within the HTML using inline CSS, not here */

.full-screen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.margin {
    margin-top: 60px;
}

.margin2 {
    margin-top: 20px;
}

.margin3 {
    margin-top: 15px;
}

.margin23{
    margin-top: 5px;
}

.margin4 {
    margin-right: 10px;
}

.margin5 {
    margin-bottom: 25px;
}

.margin6 {
    margin-top: 35px;
}

.container2 {
    margin-top: 75px;
    width: 500px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    margin-bottom: 5px;
}

.history{
margin-top: 200px;    
}


.fonth3{
    font-size: 50px;
    color: crimson !important;
    text-align: center;
}


.navbarmar{
    margin-bottom: 0px !important;
}

.margin7 {
    margin-top: 170px;
}

.dpn2{
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.dpn2 span.caret {
    border-top-color: #888888 !important;
    border-bottom-color: #428bca;
}

.buttonstyle2{
    background-color: #222 !important;
    border-color: #222 !important;
    color: #999;
}

.fontsize{
    font-size: 22px !important;
 
    
} 

.container3 {
    width: auto !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto !important;
}

.image8 {
    width: 100% !important;
    height: 580px !important;
}

textarea.form-control {
    height: 120px !important;
}

.margin11{
    margin-left: 23px;
}
div.comment_data p {
    margin: 0px 5px;
    /* border: 1px solid #ccc; */
    padding: 5px;
    font-size: 12px;
}
#divLoading {
    display: none;
}
#divLoading.show {
    display: block;
    position: fixed;
    z-index: 999999999999;
    background-image: url(ajaxloader.gif);
    background-size: 70px 70px !important;
    background-color: #FFF;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}






