body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;mrhs-enquire-now
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .mrhs-logo-small {
        background-image: url(/images/LogoSmall.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 10px;
        height: 45px;
        margin-left: 10px;
    }

    .mrhs-header-big-container {
        display:none;
    }

    .mrhs-no-heading-overwrite {
        display: none;
    }

    .mrhs-enquire-small {
        padding: 10px;
        display: initial !important;
        background-color: lime;
        width: 500px;
        top: 15px;
        position: relative;
        border-radius: 4px;
        cursor: pointer;
    }
}

.mrhs-enquire-small {
   display:none;
}

.navbar-inverse {
    background-color: #000 !important;
}

.mrhs-logo-header {
    float: left;
    padding: 10px;
}

.mrhs-header-big-container {
    margin: 0 auto;
    margin-top: 5px;
    background-color: #000;
    border-radius: 12px 12px 12px 12px;
    padding: 10px;
    background-image: url(/images/Logo.png);
    background-position: 10px 30px;
    background-repeat: no-repeat;
    background-size: 250px;
    height: 145px;
}

.mrhs-header-content {
    padding: 0px 10px 0px 300px;
    color: #fff;
}

.mrhs-stand-out {
    font-size: 20px;
    font-style: italic;
}

.mrhs-general-content {
   
    margin-top: 30px;
   
}


.rounded-image {
    border-radius: 20px;
    border: 2px solid #fff;
    overflow: hidden;
    width: 272px;
    margin: 0 auto;
}

    .rounded-image:hover {
        border: 2px solid silver;
        cursor:pointer;
    }

.mrhs-col-content {
    width: 240px;
    margin-left: 60px;
    margin-top: 10px;
}

.mrhs-enquire-now {
    background-color: #fff;
    color: #000;
    width: 170px;
    border-radius: 8px;
    border: 1px solid #fff;
    position: relative;
    float: right;
    right: 50px;
    top: -95px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    background-color: lime;
    height: 90px;
    font-size: 18px;
}

.mrhs-enquire-button {
    background-color: #fff;
    color: #000;
    width: 120px;
    border-radius: 8px;
    border: 1px solid black;
    position: relative;    
    padding: 5px;
    cursor: pointer;
    text-align: center;
    background-color: lime;
    height: 40px;
    font-size: 18px;
}

    .mrhs-enquire-now:hover {
        border: 1px solid green;
        
    }

.mrhs-header-fixed-height {
    height:200px !important;
}

.mrhs-no-heading-overwrite {
    padding: 0px !important;
    height: 130px;
    margin-bottom: 20px;
}

.mrhs-testimonials {
    border: 1px solid gray;
    border-radius:8px;
    padding: 10px;
    font-style:italic;
}

.page-heading {
    color: gray;
    font-style: italic;
    padding: 0px 10px 10px 10px;
}

.mrhs-phone {
    background-image: url(/images/Phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:35px;
    height:30px;
    font-size:20px;
}

.page-content {
    margin-top: 30px;
}

.inline-image {
    float:right;
    padding:5px;
}

.page-header-image {
    border-bottom: 1px solid gray;
    padding: 0px 10px 10px 10px;
}

.page-header-image img {
    height:40px;
}

.portfolio-image {
    height:300px;
}

.inner-menu {
    float:right;
    padding-top:5px;
}

.highlight-row {
    border-bottom:1px solid gray;
    padding:5px;
}

.highlight-row:hover {
    cursor: pointer;
    background-color: gray;
    color: white;
}

.job-row-heading {
    font-size:10px;
    font-weight:bold;
}

.button-right-container {
    float: right;
}

.btn-save {
    color: #000;
    background-color: #79f939;
    border-color: #468625;
}

    .btn-save:hover,
    .btn-save:focus {
        background-color: #d1ff33;
        background-position: 0 -15px;
    }

.file-upload-control-container{
    margin-top:20px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.red-text {
    color:red;
}

.hr {
    border-top: 1px solid gray;
    width: 100%;
    padding-top: 15px;
}

.infoText {
    font-size:10px;
    color:gray;
}