/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.navbar-inverse
{
    background:#e2852a;
    border-color:#e2852a;
}
.navbar-inverse .navbar-brand
{
    color:#EFEFEF;
}

.navbar-inverse .navbar-nav > li > a
{
    color:#EFEFEF;
}

#page-content-scroll {
    position:relative;
    padding-top: 0px;
    min-height:615px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer 
{
    background-color:#e6f7ff;
    color:#000000;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


/*-----------------MNC------------*/
.div_with_margin_top_10
{
    margin-top:10px;
}

.div_with_margin_top_15
{
    margin-top:15px;
}

.div_with_margin_15
{
    margin:15px;
}

.div_with_margin_10
{
    margin:10px;
}

.div_with_margin_5
{
    margin:5px;
}

.div_with_no_bottom_margin
{
    margin-bottom:0px;
}

.div_rounded
{
    border-radius:5px;
}
    
.div_border_solid
{
    border:1px solid;
}
       
.div_border_grey
{
    border-color:#dcdcdc;
}    
    
.bg_greay
{
    background-color:#dcdcdc;
}

.bg_whitesmoke
{
    background-color:#f5f5f5;
}

.bg_white
{
    background-color:#ffffff;
}

.padding_5
{
    padding:5px;
}

.center_align_image
{
    display:block;
    margin:auto;
}

.div_with_margin_0
{
    margin:0px;
}

.div_with_margin_bottom_10
{
    margin-bottom:10px;
}

.font_12px
{
    font-size:12px;
}

.font_17px
{
    font-size:17px;
}
    
.hr_gray
{
    border-color:Gray;
}

/*---------Search Box-----------*/
.gsc-search-button
{
    background-color: #357AE8;
    border-radius: 5px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #357AE8 !important;
    background-image: url("../../www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 10px !important;
    border-color: #357AE8 !important;
    filter: none;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
}

/*.cse input.gsc-input, input.gsc-input 
{
    background-image:none !important;
    
    }*/
/*---------Search Box End-----------*/

.radio,
.checkbox {
  display: block;
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    margin-right:10px;
    font-weight: normal;
    cursor: pointer;
  }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0px;
  margin-top: 4px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; /* Move up sibling radios or checkboxes for tighter spacing*/
}

.modal-backdrop {
  z-index: -1;
}

.btnBlack
{
    background-color:#333333;    
    color:#fff;
}

.btnBlack:hover
{
    background-color:#666666;    
    color:#fff;
}

.btnDarkGrey
{
    background-color:#666666;    
    color:#fff;
}

.btnDarkGrey:hover
{
    background-color:#333333;    
    color:#fff;
}

.btn_text_left
{
    text-align:left;
    }
    
    
.modal-body
{
    max-height:80vh;
    overflow-y:scroll;
}