/*!
 * bootstrap-vertical-tabs - v1.2.2
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2016-12-02
 * Copyright (c) 2016 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tr-pck-details-page .newForm .tabs-left>li {
  margin-right: -1px;
  left: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  position:relative;
}
.tr-pck-details-page .newForm .tabs-left>li:hover a{
  background:#ad211c;
}
/*.tr-pck-details-page .newForm .tabs-left>li:hover a:after {
    top: 34%;
    left: 105%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ad211c;
    border-width: 13px;
    margin-left: -13px;
}*/
.tr-pck-details-page .newForm .tabs-left>li:last-child {
	border-bottom: 0px dashed #fff;
}

.tr-pck-details-page .newForm .tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tr-pck-details-page .newForm .tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color: #fff;
	border-radius: 0;
border: 0px solid #ddd;	  
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.tr-pck-details-page .newForm  .tabs-left li.active a{
    color: #fafafa;
    background-color: #ad211c;
    position: relative;
}
.tr-pck-details-page .newForm  .tabs-left li.active a:after{
    top: 34%;
    left: 105%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ad211c;
    border-width: 13px;
    margin-left: -13px;
}




span.ac_chk {
	display:block;
	}

.ac_selct_left{
	padding-left: 0px;
    padding-right: 0;
}

.ac_selct_right{
	padding-left: 0px;
    padding-right: 0;
}


/* Hide the browser's default checkbox */
.ac_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ac_chk:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ac_chk input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ac_chk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ac_chk .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.ac_selct_right ul li span.ac_chk label.css-label i {
    display: inline-block;
    font-size: 8px;
    font-style: normal;
    margin-top: -4px;
    text-transform: lowercase;
    vertical-align: top;
    margin: -7px 0px 0px 0px;
    color: #262626;
    font-weight: normal;
}

.tr-pck-details-page .newForm ul.dates_list{
	background-color:#e8e3dc;
	border-left: 0px solid;
    border-right: 2px solid rgb(227, 227, 227);
	padding-top: 15px;
}

.tr-pck-details-page .newForm ul.dates_list li {
	float: left;
    width: 29%;
    display: block;
    margin-left: 3%;
    letter-spacing: 0;
	cursor: pointer;
	text-align: center;
    word-spacing: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #9f9f9f;
	position: relative;
	background-color: #fafafa;
}

.tr-pck-details-page .newForm ul.dates_list li.active{
	
}

.tr-pck-details-page .newForm ul.dates_list li.active span{
	background-color: #ad211c;
}

.tr-pck-details-page .newForm ul.dates_list li.active .ac_chk{
	/* background-image:url('../images/greenTick.png'); */
	/* background-repeat:no-repeat; */
}

.tr-pck-details-page .newForm ul.dates_list li.active span:before{
	content:url('../images/greenTick.png');
	/* background-repeat:no-repeat; */
	position:absolute;
	right: -6px;
    top: -7px;
	/* content:''; */
}

.tr-pck-details-page .newForm ul.dates_list li.active span:after{
	
}

.tr-pck-details-page .newForm ul.dates_list li.active label, .tr-pck-details-page .newForm ul.dates_list li.active label i{
	color: #fff;
}




.tab-content > .active{
	background-color: #fff;
}

.tr-pck-details-page .newForm ul li a {
	padding: 5px 8px;
}


.tr-pck-details-page .newForm ul li a label {
	font-size: 16px;
    color: white;
    font-weight: 500;
	padding-left:0px;
	margin-bottom: 0;
}

.tr-pck-details-page .newForm ul.dates_list li label{
	font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 30px;
	padding-left:0px;
    color: #000;
}

.tr-pck-details-page .newForm ul li a span{
	font-size: 11px;
}

.tr-pck-details-page .newForm ul li a:hover span label, .tr-pck-details-page .newForm ul li a:hover span, .tr-pck-details-page .newForm ul li:hover, .tr-pck-details-page .newForm ul li:active a label, .tr-pck-details-page .newForm ul li.active a label {
	color:#fff;
}

.tr-pck-details-page .newForm ul.dates_list li span{
	
}

/* .tr-pck-details-page .newForm ul.dates_list li.active label{ */
	/* color:#222; */
/* } */


















.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}