﻿.body-content {
    padding-top: 160px;
    padding-left: 15px;
    padding-right: 15px;
}
.body-content .body-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
footer {
    background-color: #3C3E39;
    color: #ffffff;
    position:fixed;
    bottom:0;
    width:100%;
}

.navbar-header
{
    z-index: 999;
}

.navbar-fixed-left {
  width: 70px;
  position: fixed;
  border-radius: 0;
  height: 100%;
  top: 0px;
  padding-top: 90px;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;
  text-align:center;
}
.navbar-fixed-left .navbar-nav > li a {
    padding: 10px 0px;
    background-color: transparent;
}
.navbar-fixed-left .navbar-nav > li > a:hover,
.navbar-fixed-left .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.text-area-no-grip
{
    resize: none;
    overflow-y:scroll;
}
.modal-dialog
{
    z-index:9999;
}
.table-auto {
    width: auto;
}
@media (min-width: 768px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }

        .navbar-header > li {
            float: none;
            display: inline-block;
        }
}

.hr {
    border-bottom: 1px solid #7D002E;
}
.color-inverse
{
    color: white;
}
.nav > li > a > .cc-logo
{
    margin-bottom: 6px;
}
/*AUTOCOMPLETE*/
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}
/*AUTOCOMPLETE*/
.inline-block-bottom {
    vertical-align: bottom;
    display: inline-block;
}

.btn-group-language .btn
{
    font-size: 11px;
    padding: 10px 2px;
}

.box-login
{
    text-align: center;
    background-color: #A8AAA7;
    padding: 40px 15px 40px 15px !important;
}
.box-login .user
{
    margin-top: 40px;
}

.box-user
{
    border-bottom: 1px solid #7D002E;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
}


.box-grant
{
    border-top: 1px solid #7D002E;
    padding-top: 20px;
}

.box-account
{
    padding-top: 10px;
    
}
.box-account a
{
    text-decoration: none;
    font-size:14px;
    font-weight: bold;
    color:#ffffff;
}

.dropdown-menu-side-left {
    right: 0;
    left: auto;
}
.display-inline
{
    display: inline;
}
.color-inverse
{
    color: #ffffff;
}
.btn-long
{
    width: 160px;
}

.btn-inverse {
    color: #ffffff;
    background-color: #42474C;
    border-color: #42474C;

}
.btn-lg {
    padding: 10px 20px;
    font-size: 24px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #7D002E;
    border-color: #7D002E;
}
.form-horizontal .form-group
{
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, 
.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, 
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, 
.col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, 
.col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, 
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, 
.col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, 
.col-sm-12, .col-md-12, .col-lg-12
{
    padding-left: 0px;
    padding-right: 0px;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.error-field {
    background-color: #dec5c1 !important;
}

.table-list
{
    /*font-size: 11px;*/
}

.cursor-pointer {
    cursor: pointer;
}

.no-decoration {
    text-decoration: none;
}

.text-underline {
    text-decoration: underline;
    cursor: pointer;
}
.text-area
{
    max-width:100%;
    width: 100%;
    resize: none;
}
.margin-0 {
    margin: 0px;
}

.padding-0 {
    padding: 0px;
}

.border-0 {
    border: 0px solid transparent;
}

.container-list {
    padding: 40px;
}

.container-list .list-group-item-heading {
    margin-bottom: 15px;
}
.container-list .list-group-item-text
{
    font-size: 13px;
}

.text-bold
{
    font-weight: bold;
}

.modal-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 50%) !important;
    /* Safari and Chrome */
}

.contacts-info
{
    padding-top: 30px;
}

.contacts-info .title
{
    margin-bottom: 20px;
    font-weight: bold;
}

.contacts-info .company .list-group-service .list-group-item-text
{
    font-weight: bold;
}

.contacts-info .company .list-group .list-group-item-text
{
    font-size: 14px;
}
.contacts-info .company .list-group .vat
{
    margin-top: 10px;
}
.contacts-info .company .phone
{
    margin-top: 20px;
}

.contacts-info .company .openingtime
{
    margin-top: 20px;
}

#map-outer {
    height: 440px;
    padding: 20px;
    border: 2px solid #CCC;
    margin-bottom: 20px;
    background-color: #FFF;
}

@media all and (max-width: 768px) {
    #map-outer {
        height: 650px;
    }
}

#map-container {
    height: 400px;
}

.logo
{
    margin-top: 10px;
    margin-bottom: 20px;
    float:left
}
.logo img
{
    max-height:84px;
}
.home-img
{
    margin-top: 40px;
    max-height: 400px
}
.full-width
{
    max-width: 100%;
}
.width-35
{
    width: 35px;
}
.width-70
{
    width: 70px;
}
.float-left
{
    float: left;
}
/*LOADING BAR*/
#loading-bar .bar {
  background: #dddddd;
  height: 8px;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  #dddddd;
  border-left-color: #dddddd;
}
#loading-bar .peg {
  -moz-box-shadow: #dddddd 1px 0 6px 1px;
  -ms-box-shadow: #dddddd 1px 0 6px 1px;
  -webkit-box-shadow: #dddddd 1px 0 6px 1px;
  box-shadow: #dddddd 1px 0 6px 1px;
}
/*LOADING BAR*/
.dxeEditArea {
    height: 22px !important;
}
.mandatory
{
    background-color: #c9eafa;
}
.error
{
    background-color: #f8bda9;
}
.input-xs, .form-horizontal .form-group-xs .form-control {
    height: 22px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
}