/* style_oilpop.css */
@font-face {
	font-family: "Castrol Regular";
	src: url("../fonts/castrolsanscon-regular-webfont.eot");
	src: 
	url("../fonts/castrolsanscon-regular-webfont.woff") format("woff"),
	url("../fonts/castrolsanscon-regular-webfont.otf") format("opentype"),
	url("../fonts/castrolsanscon-regular-webfont.svg#filename") format("svg");
}
html { font-size: 1rem; }
/*@media (min-width: 360px) {
    html { font-size: 0.9rem; }

}
@media (min-width: 576px) {
    html { font-size: 1.25rem; }
}
@media (min-width: 768px) {
    html { font-size: 1.5rem; }
}
@media (min-width: 992px) {
    html { font-size: 1.75rem; }
}
@media (min-width: 1200px) {
    html { font-size: 2rem; }
}*/
@media (max-width:629px) {
  img.edge-img {
    display: none;
  }
  button.btn-castrol {
    width: 200px;
    font-size: 1rem;
  }
}
@media (max-width:450px) {
    span.page-title {
        font-size: 1rem;
    }
    img.page-logo {
        height: 70px;
    }
}
@media (max-width:340px) {
    span.page-title {
        font-size: 0.6rem;
    }
    img.page-logo {
        height: 40px;
    }
}

/*@media (max-width:416px) {
  img.edge-img {
    display: none;
  }
  
  .page-title {
    font-size: 1.2em;
  }

}*/
/*@media print {
    .pagebreak { page-break-before: always; } 
}*/

@media print {
    .pagebreak {
        clear: both;
        /*page-break-after: always;*/
        page-break-before: always; 
        float: none;
    }
    .btn {
        display: none;
    }
}

body {
	font-family: 'Castrol Regular', Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif;
}
header-site{
	background-size: 100% 50%;
}

footer{
	background-color: #fff;
	
}
label{
    float: left; 
    width: calc(100%/3)
}

.table-headers{
    font-weight: bold
    background-color: #00843D;
    color: #fff;
    text-transform: uppercase;
    /*font-size: 12px;*/
    /*&.last {*/
      /*border-right: none;*/
      /*}*/
}
thead{
  background-color: #00843D;
  color: #fff;
  text-transform: uppercase;
}
#fsa-select {
    width: 100%;
    min-width: 200px;
}
.pcode-select {
    border: 2px solid #00843D;
    font-size: 1rem;
}
.vehicle-select {
    border: 2px solid #00843D;
    font-size: 1rem;
}
.page-logo {
    height: 100px;
}
.page-title {
    font-size: 2em;
    color: #fff;
}
.text-nowrap {
    white-space: nowrap;
}
.parent_div {
    /*position: fixed;*/
    width: 90%;
    height: 220px;
    display: flex;
    justify-content: center;
}
.holder_div {
    /*position: fixed;*/
    width: 460px;
    display: flex;
    justify-content: center;
}
.table th, .table td { 
     border-top: none !important; 
 }
.logout-button{
    top : 0;
    right : 0;
    position: fixed;
    /*background-color: transparent;*/
 }
 
 .fr-button{
    padding: 7px;
    /*top : 0;
    right : -130;
    position: fixed;*/
    /*background-color: transparent;*/
 }
.btn-castrol, .btn-castrol:active, .btn-castrol:visited {
    /*background-color: #00843D !important;*/
    background-color: #00843D !important;
    border: 2px solid #00843D !important;
    width: 320px;
    font-size: 1.5rem;
}
.btn-castrol:hover {
	background-color: #15a95a !important;
	background-color: #00843D !important;
	border: 2px solid #00843D !important;

}
.btn-back, .btn-back:active, .btn-back:visited {
    /*background-color: #00843D !important;*/
    background-color: #C80303 !important;
    border: 2px solid #C80303 !important;
    /*width: 320px;*/
    font-size: 1.5rem;
}
.btn-back:hover {
  /*background-color: #15a95a !important;*/
  background-color: #CA4141 !important;
  border: 2px solid #C80303 !important;

}
.btn-upload, .btn-upload:active, .btn-upload:visited {
    /*background-color: #00843D !important;*/
    background-color: #00843D !important;
    border: 2px solid #00843D !important;
    width: 120px;
    height: 44px;
    font-size: 1rem;
    color: #ffffff;
}
.btn-upload:hover {
  background-color: #15a95a !important;
  background-color: #00843D !important;
  border: 2px solid #00843D !important;

}
/*.btn-success:hover, .btn-success:active, .btn-success:focus {
  color: #00843D !important;
  background-color: #00843D !important;
  border-color: #00843D !important;
}*/
.btn-success:hover, .btn-success:active, .btn-success:focus {
  /*color: #000000 !important;*/
  background-color: #15a95a !important;
  border-color: #00843D !important;
  border: 2px solid #00843D !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  /*color: #000000 !important;*/
  background-color: #15a95a !important;
  border-color: #00843D !important;
  border: 2px solid #00843D !important;
}
.btn:focus, .btn:active {
  border: 2px solid #00843D !important;
}
.container {
	font-family: 'Castrol Regular', Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif;
	width: 90%;
    left: 5%;
}



#header-bg{
    width: 100%;
    height: auto;
    background-size: 100% auto !important; 

}
/*.jumbotron {*/
    /*width: 320px;*/
    /*display: block;*/
    /*float: left;*/
/*}*/

.jumbotron h1{
	color: #009b4f;
    font-size: 3.2em;
	/*font-family: Arial Narrow;*/
	/*position: center;*/
}

input[type='checkbox'] {
	width: 30px;
	height: 30px;
}

input[type="radio"] {
	/*width: 30px;
	height: 30px;*/	
    transform:scale(2);
}

#map {
       /* width: 1028px;
        height: 600px;

        width: 600px;
        height: 350px;
        */
        width: 800px;
        height: 480px;
        margin: 0 auto;
}
/*@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}*/
.card {
    border: 1px solid #28a745;
}
.card-login {
    margin-top: 60px;
    padding: 18px;
    max-width: 20rem;
}

.card-header {
    color: #fff;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
}

.input-group-prepend span{
    width: 50px;
    background-color: #ff0000;
    color: #fff;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 130px;
}

.login_btn:hover{
    color: #fff;
    background-color: #ff0000;
}

.btn-outline-danger {
    color: #fff;
    font-size: 18px;
    background-color: #28a745;
    background-image: none;
    border-color: #28a745;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #28a745;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #28a745;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

/* ribbon breadcrumbs */

.ribbon {
    font-family: 'Castrol Regular', Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif;
    width: 100%;
}

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Sans-Serif;
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 65px;
  background: #ffffff; /* fallback color */
  background: #00843D; 
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px #00843D;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}

/*.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }

.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }

.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }

.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/

.bc_step2 a       { background:        #00843D; }
.bc_step2 a:after { border-left-color: #000000; }

.bc_step3 a       { background:        #00843D; }
.bc_step3 a:after { border-left-color: #000000;  }

.bc_step4 a       { background:        #00843D; }
.bc_step4 a:after { border-left-color: #000000;  }

.bc_step5 a       { background:        #00843D; }
.bc_step5 a:after { border-left-color: #000000;  }

.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a::after { 
  border: 0; 
}
.breadcrumb li a:hover { 
  background: #00843D;; 
}
.breadcrumb li a:hover:after { 
  border-left-color: #00843D; !important; 
}


/* sds: spinners; */
/* sds' Spinner Implementation:

<script type="text/javascript">
    $(document).ready(function() {
      $('#loader').hide();
          $('#form1').submit(function() {
          // $('#loader').css('visibility', 'visible');
          $('#loader').show(); 
      });
      });
    
</script>

<div id="loader" class="loader">
        <!-- <span class="centered"><img src="images/processing.gif"></span> -->
        <center>
          <p style="font-size: 1.2rem; color: #FF0000; margin-top: 200px;">
            Preparing your data. 
          </p>
        </center>
        <span class="centered"><img src="images/loader.gif"></span>
</div>

<center>
  <button onclick="location.href='getexclusion.php';" class="btn btn-primary btn-lg btn-castrol btn-exclude" data-loading-text="<i class='glyphicon glyphicon-repeat fast-right-spinner' role='status'></i> Excluding warranty">  Exclude warranty </button>
</center>


*/

.loader {
    /*border: 16px solid #f3f3f3;*/ /* Light grey */
    /*border-top: 16px solid #FF0000;*/ /* Blue */
    /*border-radius: 50%;*/
    /*animation: spin 2s linear infinite;*/
    z-index: 1000;
    /*visibility: hidden;*/
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.8);
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
    -webkit-animation: glyphicon-spin-l 2s infinite linear;
    animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
    -webkit-animation: glyphicon-spin-l 3s infinite linear;
    animation: glyphicon-spin-l 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

