﻿.row .columns{
    float: left !important;
}

.row label{
    text-align:left !important;
}

.top-bar .title-area{
    float: left !important;
}
.top-bar-section ul{
    float: right !important;
    transform: rotate(180deg);
}

.top-bar-section ul > li {
    transform: rotate(-180deg);
}

.content .grid .Services_documentation, .content .grid .Services_stock{
    float:left !important;
}

.content .grid .Services_registration, .content .grid .Services_map{
    float:right !important;
}

.breadcrumbs{
    float: left !important;
    transform: rotate(180deg);
    width:100%;
}

.breadcrumbs > li {
    transform: rotate(-180deg);
}

.breadcrumbs > *:first-child::before {
    color: #aaaaaa !important;
    content: "/" !important;
    margin: 0 0.75rem !important;
    position: relative !important;
    top: 1px !important;
}

.breadcrumbs > *:last-child::before {
    content: "" !important;
}

.breadcrumbs > *::before {
    color: #aaaaaa !important;
    content: "/" !important;
    margin: 0 0.75rem !important;
    position: relative !important;
    top: 1px !important;
}

#in_header .top-bar{
    z-index:999;
}
select {
    background-position:right !important;
}

span.error, small.error {
    text-align:left !important;
}

.large-4 columns label {
      text-align:left !important;
}