@import url("bootstrap.min.css");

html,
body {
    height: 100%;
    background-color: #ffffff;
}

.wrap {
    min-height: 100%;
    height: auto;
    //margin: 0 auto -60px;
    //padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*-- Jumbotron tweaks --*/

.jumbotron {
    text-align: center;
}

.footer {
    //height: 50px;
    background-color: #0000a0;
    border-top: 1px solid #0000a0;
    padding-top: 10px;
    color: #ffffff;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: green;
}

.boolean-false {
    font-weight: bold;
    color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: black;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #800080;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #4c4cff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 1px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

/* Custom CSS Starts Here*/
.wrap > .container {
    padding: 10px 15px 20px;
}
.breadcrumb {
    background-color: transparent;   
    font-size: 10pt;
}
.breadcrumb > li + li::before {
    padding: 0;
}
.topHead{
    //padding: 20px 0;    
    box-shadow: 0 5px 5px #cccccc;
    margin-bottom: 10px;
}
.footer p{
    font-size: 11pt;
}
.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    font-size: 14pt;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #999999;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    background-color: transparent;
    color: #0000a0;
} 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffffff;
    color: #0000a0;
}
.contactForm{
    padding: 20px 5%;
}
.contactDiv{
    float: left;
    width: 45%;
    padding: 5% 5%;
}
.gmaps{
    float: left;
    padding: 20px 1%;
    width: 50%;
}
.col-left{
    width: 40%;
    float: left;
}

.blueimp-gallery {
    background: none repeat scroll 0 0 rgba(0, 0, 160, 1) !important;
}

.itemcontainer{
    margin: 20px 0;
    //height: 180px;
}
.carousel{
    margin-bottom: 50px;
}
.usedcar-search{
    background-color: rgba(204, 204, 204, 1);
    border-radius: 5px;
    padding: 10px 0;
}
.usedcar-search .form-group{
    float: left;
    padding: 0 10px;
    
}
.usedcar-search .form-control{
    font-size: 10pt;
    padding: 0 12px;
    height: 30px;
    border-radius: 0;
}
.search-btn{
    padding-top: 25px !important;
}
.search-btn .btn{
    padding: 4px 12px;
}
.usedcar-search .control-label{
    font-size: 10pt;
    color: #0000a0;
    
}
.carItems::before, .homeItems::before {
    content: " ";
    display: table;
}
.carItems::after, .homeItems::after {
    clear: both;
    content: " ";
    display: table;
}
.carItems {
    margin: 25px auto;
}
.carItems .item {
    float: left;
    padding: 10px 10px;
}
.carItems .itemcontainer {
    border: 1px solid rgba(204, 204, 204, 1);;
    border-radius: 10px;
    height: 300px;    
    width: 200px;
    margin: 0;
    padding: 10px;
}
.carItems .itemcontainer:hover{
    border: 5px solid rgba(204, 204, 204, 1);;
    border-radius: 10px;
}
.carItems .itemcontainer p{
    margin: 0;
}
.carItems .itemcontainer a{
    text-decoration: none;
}
.image #w1 li{
    padding: 2px;
    cursor: pointer;
}
.image #w1 .flex-active-slide{
    width: 80px !important;
    border: #0000a0 solid 2px;
}
.equip{
    //list-style: outside none none;
}
.equip li{
     float: left;
     width: 33%;
     padding: 5px 0;
}
.homeItems{
    margin: 20px 30px;
}
.homeItems .item {
    float: left;
    border: 1px solid #666;
    height: 350px;    
    width: 350px;
    margin: 4px;
    padding: 15px;
    text-align: center;
}




.content_object_left {
    float: left;
    font-size: 25px;
    margin-right: 20px;
    width: 500px;
    height: inherit;
}
.image {
    display: block;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    width: 100%;
}
.content_object_right {
    float: left;
    width: 440px;
    height: inherit;
    //padding-left: 10px;
}
.inner_content_object_right {
    height: 450px;
    border-left: 1px solid #666;
    padding-left: 10px;
}
.flexslider{
    border-radius: 0px;
    box-shadow: 0 0 #ffffff;
    margin: 0 0 15px;
}

.caracteristicas {
   padding: 10px 0;
}
.caracteristicas label{
    font-weight: bold;
    width: 150px;
    float: left;
}
.ad_details_bar {
background: none repeat scroll 0 0 #0000a0;
color: #fff;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
padding: 8px 10px;
text-align: center;
}
.adbox_content {
    padding: 5px;
}
.ad_details_fieldset {
    padding: 10px;
    border: 1px solid #0000a0;
    margin: 5px;
    list-style: none outside none;
}
.ad_details_legend {
    color: #0153a1;
    font-size: 12px;
    font-weight: bold;
}
.extra_line {
    float: left;
    width: 230px;
}
.index-make #w1 li{
   width: 200px !important;
   margin:  0 55px;
    
}
.index-make .flex-viewport {
    height: 250px;
}
.index-make .flex-control-nav, .index-make .flex-control-paging{
    display: none;
}
.homeItems h1 {
    color: #7a898c;
    font: 2em "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 0 #fff;
}
.homeItems a{
    text-decoration: none !important;
    color: #7a898c;
}
/* Inicio do Slider dos usados na pagina inicial */
.da-slider {
    height: 275px;
    //margin: 0 auto;
    background-image: none;
}
.da-slide h2 {    
    margin: 0;
    padding: 0;
    top: 5px;
    white-space: nowrap;
    width: 80%;
    z-index: 10;
}
.da-slide p {
    margin: 0;
    overflow: hidden;
    padding: 0;
    top: 200px;
    width: 90%;
}
.da-dots {
    -moz-user-select: none;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
/* Fim do Slider dos usados na pagina inicial */
/*Bottom NAV*/
.bottom-nav{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bottom-nav >li{
    float: left;
    padding: 10px 3px;
}
.bottom-nav >li >a{
    text-decoration: none !important;
    color: #ffffff;
    font-size: 10pt;
}
.bottom-nav >li >a:hover, .bottom-nav >li >a:active{
    font-weight: bold;
}
.info-content{
    padding-top: 20px;
}
.info-content >p{
    line-height: 18pt;
    //color: #7a898c;
}
