﻿/*------------------------------------------------------------------[TPL Custom Stylesheet]Last change:	see timestampAssigned to:	Simon Steed (www.simonantony.net)-------------------------------------------------------------------*/

.navbar.navbar-inverse {
    background: #FFFFFF;
    border-color: #FFFFFF;
    border-bottom: 1px solid #E2001A;
}

.navbar.navbar-inverse .navbar-form .search-query {
    width: 225px;
    margin-top: 2px;
    background-color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    border-color: #E2001A;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -ms-box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
}

.subnavbar .mainnav > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #DFDFDB;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.subnavbar .mainnav > li.active > a {
    background: #F7F7F7;
    color: #E2001A;
}

.stat-time .stat-value {
    color: #E2001A;
    font-size: 40px;
}

.btn-primary {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#E2001A), to(#E2001A));
    background-image: -webkit-linear-gradient(top, #E2001A, 0, #E2001A, 100%);
    background-image: -moz-linear-gradient(top, #E2001A 0, #E2001A 100%);
    background-image: linear-gradient(to bottom, #E2001A 0, #E2001A 100%);
    background-repeat: repeat-x;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    border-color: #E2001A;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #E2001A;
        background-color: transparent;
    }

img {
    max-width: 100%;
}

    img.banner {
        margin: 20px 0;
    }

.wide-password-field {
    width: 250px;
}
/* QUOTES */

.quote-form__tasks--header {
    margin-bottom: 30px;
}

.quote-form__tasks--task {
    margin-bottom: 15px;
    float: left;
}

.dz-size {
    display: none;
}
/* Nav bar language select*/

.navbar-nav > li > select {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ref-count {
    border: none;
    width: 50px;
}

h3.widgetHeading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 10px;
}

form.cancel-quote-form {
    width: 153px;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.full-width {
    width: 100%;
}

.widget-content {
    position: relative;
}

.quote-detail__separator {
    border-color: #e01d34;
    margin: 50px -15px 60px -15px;
}

.quote-detail__cell {
    padding-bottom: 10px;
}

.quote-detail__file-count {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.quote-detail__faux-textarea {
    width: 100%;
    border: solid 1px #D5D5D5;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 100px;
    background-color: #eee;
}

.bigButton {
    width: 170px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.loader-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 10000;
}


.shortcuts .shortcut--large {
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin-left: -5em;
    margin-top: -5em;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.subnavbar {
    margin-bottom: 0;
}

.info-bar {
    margin-bottom: 2.5em;
}

.info-bar__inner {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    background-color: #fff;
    padding: 5px 0;
}

.download-spreadsheet {

    font-size: 14px;
    color: black;
}

.download-spreadsheet .fa-download {
    font-size: 20px;
    margin: 10px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
