﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* REMOVE THIS CODE FROM HERE*/

.container {
  width: 1000px;
}
.section1 {
  margin-top: 10%;
}
.section2 {
  margin-top: 3%;
}
.CalculateSec {
  margin-bottom: 60px;
}
/* TILL HERE*/

.formSec {
  background-color: #ebedef;
  padding: 30px 0;
}

.formSec .btn-group {
  margin: 0 auto;
  width: 22%;
  margin-top: 10px;
}


.boxHeader {
  font-family: "Lato",sans-serif;
  font-size: 17px;
  text-align: center;
}
.formSec .btn-default:active, .formSec .btn-default.active, .formSec .open > .dropdown-toggle.btn-default {
  background-color: #ffffff !important;
  border-color: #adadad;
  color: #034da2;
  font-family: lato;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.formSec a.btn-default {
  background-color: #e4d6d6;
  color: #C1B4B4;
  font-family: lato;
  font-size: 15px;
  text-transform: uppercase;
}
.formSec .btn {
  border-radius: 13px;
}
.formGrp input {
  border: 1px solid #cacccd;
  font-family: lato;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 13px;
  /*width: 100%;*/
  color: #939393;
  border-radius: 4px;
}
.tab-content {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 0;
  width: 95%;
}
.formGrp small {
  font-size: 10px;
}
.formGrp select {
  border: 1px solid #cacccd;
  color: #939393;
  font-family: lato;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 13px;
  width: 100%;
  border-radius:0;
}

/*.form-control {
    height: auto;
}*/

.control {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: lato;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  float: right;
}
.control input {
  opacity: 0;
  position: absolute;
  display: none !important;
  z-index: -1;
}

.control__indicator {
  background: #3b99fc none repeat scroll 0 0;
  border-radius: 2px;
  height: 17px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 17px;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #3b99fc;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff;
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 10px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
}
.control > a {
  color: #034da2;
  text-decoration: underline;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control-group {
  margin-top: 5%;
  overflow: hidden;
}
.border_right::after {
  border-right: 1px solid #cfcfcf;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  right: 0;
  top: 18px;
}
.flipper > a {
  color: #034da2;
}
.flipper {
  font-family: lato;
  margin-top: 5%;
}


.btn_blue > input {
  color: #fff !important;
  display: block;
  font-family: lato !important;
  font-size: 17px;
  border: 1px solid #142e7a;
  font-weight: 600;
  border-radius: 7px;
  margin: 0 auto;
  padding: 7px 29px;
background: rgba(35,70,152,1);
background: -moz-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,70,152,1)), color-stop(53%, rgba(29,59,138,1)), color-stop(100%, rgba(23,50,125,1)));
background: -webkit-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: -o-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: -ms-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: linear-gradient(to bottom, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234698', endColorstr='#17327d', GradientType=0 );
}


.pad-left-0 {
  padding-left: 0 !important;
}
.pad-right-0 {
  padding-right: 0 !important;
}

.select {
  position: relative;
  display: block;
  width: 100%;
}
.select::after, .select::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #232323 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 7px 5px 6px;
  content: " ";
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 64%;
}
.select::before {
  border-bottom: 7px solid #232323;
  border-top: medium none transparent;
  top: 37%;
  z-index: 10;
}
.select-select {
  outline: 0;
  appearance: none;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-window-shadow: none;
}
.select-select:focus {
  border-color: #999;
}
.mar-top-10 {
	margin-top:10px !important;
}
.headCalculation {
  color: #0c4da2;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}
.headCalculation i {
  font-size: 24px;
  margin-left: 1%;
}
.CarDetail {
  font-family: lato;
  font-size: 16pt;
  font-weight: 700;
}
.headingTable {
  background-color: #e2e2e2;
  padding: 12px 0;
  text-align: center;
}
.tableBox {
  margin: 15px auto 0;
  width: 90%;
}
.calculationTable {
  list-style: outside none none;
  padding: 0;
}
.calculationTable li {
  display: inline-block;
  padding: 14px 15px;
  width: 49.7%;
  background-color: #f6f6f6;
  margin-bottom: 0.4%;
}
.headBox {
  display: inline-block;
  font-family: lato;
  font-size: 15px;
  vertical-align: top;
  width: 45%;
}
.Result {
  font-family: lato;
  font-size: 15px;
  font-weight: 600;
}
.offerBox {
  color: #034da2;
  font-family: lato;
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.offerBox > a {
  color: #034da2;
  text-decoration: underline;
}
.doubleBtn .text-left .btn_blue {
  float: left;
}
.doubleBtn .text-right .btn_blue {
  float: right;
}
.doubleBtn .col-md-6.text-right {
  padding-right: 10px;
}
.doubleBtn {
  margin: 2% 0;
}
.caption {
  text-align: center;
}
.caption small {
  color: #3a3a3a;
  font-size: 10px;
  width: 100%;
}
.CalculateSec {
  background-color: #ebedef;
  padding: 30px 0 15px;
}
.control-group.yesBox {
  margin-top: 2%;
}
.yesBox .control {
  display: inline-block;
  float: none !important;
  position: relative;
  left: 40%;
}
/*SLE/2023/4450 --CS PACI Claim Status Changes by Sachin and Akash J*/ 
.docTD
{
	border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    
}
.docHeader
{
	color: #000 !important;
    font-size: 22px;
    font-weight: 600;
}
.docClose
{
	border: 0 !important;
    background: 0 !important;
    font-size: 22px !important;
}
#divPendingDocumentListUploaded .modal-header
{
	    border-bottom: 0;
		padding-bottom:0
}

#divPendingDocumentListUploaded .line
{
	
	background:none;
	height: 2px;
    width: 100%;
    background-color: #034ea2 !important;
}
.mheight-450
{
	max-height:450px;
	overflow:auto
}

.mheight-450::-webkit-scrollbar,.mheight-450::-webkit-scrollbar {
    width: 10px
}

.mheight-450::-webkit-scrollbar-track,.mheight-450::-webkit-scrollbar-track {
    background: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.mheight-450::-webkit-scrollbar-thumb,.mheight-450::-webkit-scrollbar-thumb {
    background-color: #475e9d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff
}
.uplodbtn,.uplodbtnmultipl
{
	font-size: 15px;
    padding: 10px;
    background: #034ea2;
    color: #fff;
    width: 180px;
    border-radius: 5px;
}
.border-radius
{
	border-radius:5px;
}
.uplodbtn:hover,.uplodbtnmultipl:hover
{
	background: #034ea2;
    color: #fff;
	border-radius: 25px;
	transition: border-radius 0.5s ease;
}
.deleteicon
{
	color: red;
    margin-left: 5px;
    margin-top: 2px;
    font-weight: 600;
	cursor:pointer
}
/*SLE/2023/4450 --CE PACI Claim Status Changes by Sachin and Akash J*/ 