body{
    font-family: 'Ubuntu', sans-serif;

}
table {
    font-family: Arial !important;
}
table tbody th, table tbody td {
    padding: 0.2rem 0.625rem 0.2rem;
}
.main-content {
    padding: 25px 0;
    height: 100%;
    min-height: 600px;
}
a {
    color: #000;
}
a:hover {
    color: #9a2039;
}
a:focus {
    color: #9a2039;
}
h1 {
    text-align: center;
    text-transform: uppercase;
}
h1 span {
    color: #626262;
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 15px 15px 15px;
}
h1 span:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c9cacb;
    content: '';
}
.menu .active > a {
    background: #000000;
}
/*BUTTONS*/
.button {
    background-color: #000;
}
.button:hover, .button:focus {
    background-color: #601a28;
    color: #FFF;
}
.button-group.expanded {
    margin: 0px;
}
.button.success {
    background-color: #3adb76;
    color: #ffffff;
    width: 100%;
}
.button.success:hover, .button.success:focus {
    color: #ffffff;
}
/*HEADER*/
header {
    background-image: url(../images/porche_1_5g_hK744.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0.5rem;
    /*min-height:200px;*/
}
/*top-bar*/
.top-bar ul {
    background-color: #ffffff;
}
.head-top {
    background-color: rgba(32, 32, 32, 0.10);
    margin-bottom: 0.5rem;
}
/*LOGO*/
a.logo {
    float: left;
}
a.logo img {
    width: 100%;
    height: auto;
}
/*main-menu*/
#main-menu .top-bar ul {
    background-color: transparent;
}
#main-menu {
    background: none;
    width: 75%;
    float: right;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0px;
}
#main-menu .menu > li > a {
    line-height: initial;
    padding: 19px 15px;
    color: #0a0503;
    display: block;
    text-transform: uppercase;
    margin: -1px;
}
#main-menu .menu li:nth-child(1) a {
    border-radius: 4px 0 0 4px;
}
#main-menu .menu > li > a:hover {
    background: #9a2039;
    color: #FFF;
}
#main-menu .menu .active > a {
    background: #000;
    color: #fefefe;
}
#main-menu .fa  {
    float: right;
    margin-left: 3px;
    margin-top: 0px;
    font-size: 10px;
    opacity: 0.6;
}
/*FOOTER*/
footer {
    background-color: #202020;
    padding: 45px 0;
    color: #FFF;
}
footer a {
    color: #FFF;
}
footer ul li {
    float: left;
    width: 100%;
}
footer .logo {
    float: left;
    margin-bottom: 25px;
}
footer .logo img {
    height: auto;
    float: left;
}
footer a{
}
footer a:hover{
    text-decoration:underline;
    color:#FFF;
}
footer .footer-links li a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
    border-bottom: 1px solid #555;
}
/*SEARCH*/
.searchbox {
    padding: 7px 6px;
}
/*TABLES*/
.vehicles_list table, .vehicles_list th {
    font-size: 11px;
}
table.hover tbody tr:hover {
    background-color: #f9f9f9;
    cursor: pointer !important;
}
.status span {
    width: 20px;
    height: 20px;
    float: none;
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #eee;
    box-shadow: 1px 1px 1px #CCC;
}
.status .green {
    background: green;
}
.status .yellow {
    background: #FCC438;
}
.status .red {
    background: #C92D39;
}
/*SLIDING PANEL @ RIGHT*/
.position-right.is-transition-push::after{
    box-shadow: none;
}
.off-canvas {
    background: #ffffff;
}
.position-right {
    top: 0;
    right: 0;
    /*width: 380px;*/
    width: 70%;
    height: 100%;
    /*-ms-transform: translateX(380px);*/
    /*transform: translateX(380px);*/
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
    /*-ms-transform: translateX(-380px);*/
    /*transform: translateX(-380px);*/
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}
.off-canvas table {
    text-align: left;
    font-size: 12px;
}
.off-canvas table th {
    width: auto;
}
.js-off-canvas-overlay {
    background: rgba(0, 0, 0, 0.4);
}
.panel-parameters {
    list-style-type: none;
}
ul.panel-parameters li {
}
/*TABS*/
.tabs-panel {
    padding: 10px 15px;
}
.tabs-title > a {
    font-size: 14px;
    color: #000000;
    border-left: 1px solid #EEE;
    padding: 1.15rem 1.0rem;
}
.tabs-title > a:focus,
.tabs-title > a:hover,
.tabs-title > a[aria-selected='true'] {
    color: #000000;
}
.off-canvas-wrapper h4 {
    background: #5a595a;
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    color: #FFF;
    font-size: 16px;
    padding: 5px 0 5px 15px;
}
.tabs-content {
    border: none;
    background: #ffffff;
}
/*INFO TAB*/
.tabs-panel label {
    display: block;
    margin: 0;
    font-size: 0.775rem;
    line-height: initial;
    margin-bottom: 5px;
    font-weight: 400;
}
.tabs-panel .row .columns {
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #EEE;
    background: #f5f5f5;
    margin: 0px 5px 10px;
    width: 47%;
    padding: 5px 5px 0 5px;
    float: left;
}
/*EDIT FORM*/
.edit-form .columns {
    padding-right: 5px;
    padding-left: 5px;
}
.edit-form, .edit-form label{
    font-size:12px;
}
.edit-form input {
    font-size: 13px;
    padding: 6px 0 6px 6px;
    height: auto;
    margin-bottom: 5px;
}
.edit-form .row {
    margin-bottom: 15px;
}
/*COMMENT TAB FEEDBACK*/
.comments {
    margin-bottom: 25px;
    float: left;
}
.comments .list-comment {
    padding: 10px 0 10px 20px;
}
.comments .list-comment:nth-child(even){
    background:#EEE;
}
blockquote, blockquote p {
    margin: 0;
    padding:5px 0 5px 15px;
}
/*SORT*/
.sort {
    float: right;
    width: 25%;
}
.sort label {
    width: 30%;
    float: left;
    text-align: right;
    line-height: 40px;
    padding-right: 10px;
}
.sort select {
    width: 70%;
    float: right;
}
/*LOGIN*/
.login-panel{
    width: 25%;
    margin: 0 auto;
}
/*RESPONSIVNESS*/
@media screen and (max-width:1024px) {
    #main-menu .menu > li > a {
        font-size: 12px;
        padding: 22px 10px;
    }
    .top-bar input {
        font-size: 12px;
    }
}
@media screen and (max-width:887px) {
    header .row {
        padding: 10px;
    }
    a.logo {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 220px;
        height: auto;
        display: table;
        margin-bottom: 20px;
    }
    #main-menu {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .main-content {
        padding: 25px 10px;
        box-sizing: border-box;
    }
    .login-panel{
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width:650px) {
    .menu {
        margin: 0 auto;
        display: table;
        margin-bottom:10px;
    }
    #main-menu {
        background-color: transparent;
        border: none;
    }
}
@media screen and (max-width:380px) {
    #main-menu .menu > li > a {
        font-size: 12px;
        padding: 14px 5px;
    }
}