html, body {
    min-height: 100%;
}

h1 {
    margin-top:10px;
}

.italic {
    font-style: italic;
}

.content-wrapper {
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    overflow: visible;
    padding-bottom: 20px;
}

.content-wrapper p {
    margin: 25px 0px;
}

/********** Header************/

header {
    padding: 20px 0;
    margin-bottom: 40px;
    z-index: 100;
}

.masthead {
    background: linear-gradient(45deg, #f5f5f5 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1) inset, 0 -3px 7px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

.logo {
    margin: 0 0 20px 0;
}

/************** Footer**************/

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
    padding: 20px 0;
    font-size: 80%;
}

/***********forms************/

.form-group {
    width:100%;
    margin-bottom:15px !important;
}

/*.form-inline .row {
    margin-top:10px;
    margin-bottom:10px;
}*/

.form-inline input {
    width:100%;
}

/*******tooltips************/
.tooltip.bottom .tooltip-inner {
    background-color: #333;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333 !important;
}

/* Sidenav for Docs
 *-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    *width: 190px;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > li:only-child a{
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}

thead {
    /* background: transparent; */
    background-color: white;
}

/* Responsive
 -*------------------------------------------------- */

/* Desktop large
 -*------------------------ */
@media (min-width: 1200px) {
    .bs-docs-container {
        max-width: 970px;
    }
    .bs-docs-sidenav {
        width: 258px;
    }
}

/* Desktop
 -*------------------------ */
@media (max-width: 992px) {
    /* Unfloat brand */
    body > .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Inline-block quick links for more spacing */
    .quick-links li {
        display: inline-block;
        margin: 5px;
    }
    
    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        margin-top: 20px;
        margin-right: 0;
    }
}

/* Tablet to desktop
 -*------------------------ */
@media (min-width: 768px) and (max-width: 992px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    /* Adjust sidenav width */
    .bs-docs-sidenav {
/*         width: 166px; */
        width: auto;
        margin-top: 20px;
        margin-bottom:20px;
    }
/*    .bs-docs-sidenav.affix {
        top: 0;
    }*/
    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0;
    }
}

/* Tablet
 -*------------------------ */
@media (max-width: 768px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    
    .masthead h1 {
        font-size: 90px;
    }
    .masthead p,
    .masthead .btn {
        font-size: 24px;
    }
    .marketing .span4 {
        margin-bottom: 40px;
    }
    .bs-docs-social {
        margin: 0 -20px;
    }
    
    /* Space out the show-grid examples */
    .show-grid [class*="span"] {
        margin-bottom: 5px;
    }
    
    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }
    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0;
    }
    
    /* Unfloat the back to top link in footer */
    .footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer p {
        margin-bottom: 9px;
    }

} 

/********other*********/

span#Object_phase {
    display: block;
    padding-left:50px;
}

#phase_other {
    pading-left:50px;
}

.alert p {
    margin: 0 0 10px 0;
}

.hide-in-offer {
    width:135px;
    height:100%;
}

.popover {
    z-index:2000;
}

.page-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#add_object_form .input-group-addon {
    background-color: #fff;
    padding: 6px 10px;
}