﻿/*admin site fix nav bar for aspx page*/
.asp-site-body {
    padding-top: 50px;
    padding-bottom: 70px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*Application CSS start..*/

.margin-tb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-tb2 {
    margin-top: 2px;
    margin-bottom: 2px;
}
/*set Left align*/
.text-align-left {
    text-align: left !important;
}

/*Main page backgroud and color and image..*/
.body_main {
    background-color: #F1EEEB !important;
}

._International_body_bg {
    background: url(../images/body_bg.jpg) no-repeat center 0;
}
._UK_body_bg {
    background: url(../images/body_bg_uk.jpg) no-repeat center 0;
}
._France_body_bg {
    background: url(../images/body_bg.jpg) no-repeat center 0;
}
._Spain_body_bg {
    background: url(../images/body_bg.jpg) no-repeat center 0;
}
._USA_body_bg {
    background: url(../images/body_bg.jpg) no-repeat center 0;
}
._Germany_body_bg {
    background: url(../images/body_bg_germany.jpg) no-repeat center 0;
}
._India_body_bg {
    background: url(../images/body_bg_indian.jpg) no-repeat center 0;
}

.logo{padding:0px 0 0 90px; margin:0; float:left;}

/*Panel rouding corner.*/
.panel-main {  
    border-width : 0px;
    /* border-color : #39A8E8;  */
}

.navbar-main {
    border-top-left-radius : 4px;
    border-top-right-radius : 4px;
    border-bottom-left-radius : 0px;
    border-bottom-right-radius : 0px;
    margin-bottom:0px;
}

.homepage-contenar {
    background: url(../images/main_contenar_bg.jpg) no-repeat center 0 #fff;
}

.img-responsive-test {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*Changing font family, Tasmin feedback*/
body {
  font-family: "Roboto", Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5,
.h6 {
  font-family: "Roboto", Verdana, Helvetica, Arial, sans-serif;
}
.lead-modified {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}