html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* 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";
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-brand, .navbar-nav a, .logout {
    color: #fff!important;
}
.dropdown-menu a {
    color: black!important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color: #fff!important;;
}

.float-right{
    float: right;
    margin-bottom: 15px;
}
.add-user {
    float: right;
    margin-bottom: 15px;
}

.kv-file-remove {
    display: none;
}
.img-thumbnail{
    width: 80px;
    height: 80px;
}

.search-list{
    width: 9.5%;
    min-height: 200px;
    border: 1px solid lightgray;
    margin-right: 5px;
    padding: 0px;
    overflow-y: scroll;
    max-height: 200px;
}
.search-list-head{
    width: 9.5%;
    margin-right: 5px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.text-align-center {
    text-align: center;
}

#wheel-data-grid{
    margin-top: 25px;
}
.make-bold {
    font-weight: bold;
}

.wheel-ul-list {
    list-style: none;
    margin-top: 5px;
}
.wheel-ul-list li{
    position: absolute;
    left: 5px;
}
.field-wheelsearch-model,
.field-wheelsearch-brand,
.field-wheelsearch-dimension,
.field-wheelsearch-width,
.field-wheelsearch-offset,
.field-wheelsearch-pcd,
.field-wheelsearch-finish,
.field-wheelsearch-centre_bore{
    margin-bottom: -15px;
    margin-top: 5px;
    margin-left: 10px;
}

.form-container {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.delete-lock-file {
    margin-top: 45px;
}
.delete-lock-file-span{
    position: absolute;
    margin-top: 51px;
    margin-left: 5px;
}

.container {
    width: 100%;
}

.gallery-img-url {
    width:100px
}

.img-copy-url {
    font-size: 8px;
    font-style: italic;
}

/*.gallery-img-icon {
    position: absolute;
    right: 25px;
    top: 15px;
}*/
.glyphicon-picture {
    font-size: 15px;
}

#copy-image-field{
    display: none;
}

.img-table {
    width: 115px;
    background-color: inherit!important;
}

.img-table td{
    border: none!important;
    padding: 0px!important;
}

@-moz-keyframes blink {
    0% { opacity:1;}
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/* IE */

@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/* Opera and prob css3 final iteration */

@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.vbox-next {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
    transform: scale(2);
    right: 25%;
}

.vbox-prev {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
    transform: scale(2);
    left: 24%;
}

.select2-dropdown {
    min-width: 150px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td  {
    padding: 2px!important;
}

.select2-container--bootstrap .select2-selection--single {
    padding: 6px 10px 6px 2px!important;
    min-width: 60px!important;
}

select.form-control {
    padding: 6px 2px!important;
    min-width: 60px!important;
}

.fw-bold {
    font-weight: bold;
}

.fileinput-upload-button,
.fileinput-remove-button,
.fileinput-remove{
    display: none;
}

.file-drop-zone {
    border: none;
}

.pagination.pagination-separated {
    float: right;
    margin-top: 0px;
}

#match-data-grid, #tire-link-vehicle-listing, #review-manual-matching-list {
    font-size: 12px;
}

.override-chassis-table td {
    border: none!important;
}

.chassis-mwl-original-value {
    text-decoration: line-through;
}
pre {
    padding: 0.5px!important;
    line-height: 1.2!important;
}

#order-online-btn {
    margin-top: 8px;
    padding: 7px;
}

#order-online-btn:hover,
#order-online-btn:focus,
#order-online-btn:active
{
    background-color: #337ab7;
}