.navbar-blue {
    background: #3367d6;
    border-bottom: 5px solid #ff851b ;
    color: white;
}
.navbar-blue .navbar-brand { color: white; }
.navbar-blue a { color: white; }
.navbar-blue .navbar-nav>li>a { color: white; }
.navbar-blue .navbar-nav>.active>a, .navbar-blue .navbar-nav>.active>a:hover, .navbar-blue .navbar-nav>.active>a:focus { color: #ff851b; }
.navbar-blue .navbar-nav>li>a:hover, .navbar-blue .navbar-nav>li>a:focus { color: #1e3463; }

#orders-dropdown .dropdown-menu {
    border: 1px solid #3367d6;
    /*webkit-box-shadow: 0 6px 12px #3367d6;
    box-shadow: 0 6px 12px #3367d6;*/
}

#orders-dropdown {
    cursor: pointer;
}

.dropdown-menu li > a {
    color: #1e3463;
}

.orders-li a {
    margin:5px;
    color: #ffff00;
}

#orderlist { background: #e9eaef; }

#orders thead { background: #fdecdc; }

.table-hover>tbody>tr:hover { background-color: #cbe5fe; }

.table caption {
    display: table-caption;
    padding: 3px 10px 4px;
    margin: 0;
    color: white;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background: #1e3463;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3367d6), color-stop(100%, #1e3463));
    background: -webkit-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: -moz-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: -ms-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: -o-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: linear-gradient(top, #3367d6 0%, #1e3463 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3367d6', endColorstr='#ff1e3463', GradientType=0 );
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-top: 1px solid #1e3463;
    /* border-bottom: 3px solid #ff851b; */
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bg-grey {
    background: #eff0f5;
}

#new-order-form .panel-body {
    padding: 15px;
    background: white;
    border-radius: 0 10px 5px 5px;
    border: 1px solid #e7e7e7;
    border-top: none;
    margin-bottom: 10px;
}

#new-order-form legend {
    margin-top:20px;
    color: #3367d6;
}

#new-order-form .form-group {

}

.alert-msg {
    background: red;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    padding: 15px;
    border:3px solid white;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 2px #e76b00;
}

.blue-text {
    color: #3367d6;
}

.bg-white-rounded {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #f5f6f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}

.contract-details {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2b2d38;
    margin-bottom: 15px;
}

.contract-details th {
    padding: 5px;
    color: #3399ff;
}
.contract-details td {
    padding: 5px;
    color: white;
}

.pdf-table th {
    font-size: 8px;
}
#footer{
    height: 100px;
    background-color: black;

}
.btn-primary {
    color: #ffffff;
    background-color: #3367d6;
    border-color: #127ba3;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #3367d6;
    border-color: #3399ff;
}

.alert {
    margin-top: 5px;
    margin-bottom: 0;
}

.content{
    min-height: 600px;
}
.contract{padding: 20px;margin-bottom: 30px;

}
.client{
    padding: 20px;
    margin-bottom: 30px;
}

.titulo{
    font-size: 30px;
    font-weight: bold;
}

.buttonHolder{
    margin: 40px;
}

.sr-only
{
    color: white;
}

.progress{
    height: 50px;
}
.progress-bar{
    background-color: #3367d6;
    vertical-align: middle;
    padding: 15px;
}


.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-round.btn-lg {
    width: 48px;
    height: 48px;
}

.btn-round.btn-sm {
    width: 34px;
    height: 34px;
}

.btn-round.btn-xs {
    width: 22px;
    height: 22px;
}

.bg-round-border {
    padding: 15px;
    background-color: #transparent;
    border: 1px solid #c5c6c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}

.quotation-form th {
    padding: 0px;
    padding-right: 5px;
}

.quotation-form th>label, b>label{
    font-weight: bold;
}
.quotation-form {
    width:100%;

}
.quotation-form input, select, textarea {
    width:100%;
}

.quotation-form select{
   -webkit-appearance: none;
   box-shadow: none !important;
   background-color: transparent;
}

.quotation-form input, select{
    border: 0;
    outline: 0;
    border-bottom: 1px solid black;
}

.quotation-form textarea{
    resize: none;
}

.section-form .title {
    line-height: 48px;
}

.section-form img {
    max-height: 48px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.quotation-text-row textarea{
    background-attachment: local;
    background-image:
        linear-gradient(to right, white 0px, transparent 0px),
        linear-gradient(to left, white 0px, transparent 0px),
        repeating-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px);
    line-height: 31px;
    padding: 8px 0px;
    resize: none;
    border: none;
}

.quotation-total-row label{
    font-weight: bold;
}

.quotation-total-row input{
    width: 64pt;
    border: 1px #aaa dotted;
}

#print-area {
  background: white;
  width: 21cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  border: 1.25cm solid #fff;
  box-shadow: 5px 5px 5px grey;
  page-break-after: always;
}

td {
    padding-left: 0px !important;
    padding-right: 5px !important;
}

a.fa { text-decoration: none !important;}

#notes {
  background: white;
  width: 21cm;
  display: block;
  margin: 0 auto;
  border: 1.25cm solid #fff;
  box-shadow: 5px 5px 5px grey;

}

div.form {
    float:right;
    color: black;
}

span.filter {
    color:white;
}

span.degrade {
    padding: 3px 10px 4px;
    margin: 0;
    color: white;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background: #1e3463;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3367d6), color-stop(100%, #1e3463));
    background: -webkit-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: -moz-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: -ms-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: -o-linear-gradient(top, #3367d6 0%, #1e3463 100%);
    background: linear-gradient(top, #3367d6 0%, #1e3463 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3367d6', endColorstr='#ff1e3463', GradientType=0 );
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-top: 1px solid #1e3463;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}