/* your styles go here */
/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline-item p{line-height:1.2;}
.timeline-item p small i{margin-right:5px;}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}

.timeline .timeline-item  .timeline-badge{
  background-color: #ccc;
}
.timeline .timeline-item.success .timeline-badge {
  background-color: #1fba72;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body{display:none;}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 65%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 40%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
/* Timeline */
.btn-special-clear{
	padding:5px 10px;
	background:#fff;
	border: 1px solid #bd1414;
	color:#bd1414;
}
#clearSearch_btn{float:right;}
.paginate_button a{
  padding: 10px 20px;
  margin:0 5px;
  border: 1px solid #cecece;
}
.paginate_button.disabled{
  cursor: not-allowed;
}
.timeline-body p i{margin-right: 5px;}
span.selection, span.dropdown-wrapper{display:block;}
span.select2.select2-container{width:100% !important;}
li.select2-search {width:100%;}
li.select2-search input.select2-search__field{width:100%;}
.paginate_button.active a{text-decoration: underline; border-color:#ffc107;}

/******************* Right Modal***********************/
.modal.right {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0 !important;
  height: 100%;    
  transition: right 300ms ease 0s;
  z-index: 1100;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.2);
}
.modal.right .modal-dialog {
  height: 100%;
  margin:0;
  top:-2px;
}
.modal.right .modal-content  .modal-header{
  background-color: #5d8fce;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 0px !important;
}
.modal.right .modal-content {
  height: 100%;
  /* overflow-y: auto; */
  border-radius: 0px !important;
  border: none;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
  overflow-y: auto;
}
.modal-backdrop {background-color:transparent !important;}

@media (max-width: 767.98px) {
  .modal.right {
    width: 100%;
  }
  .modal.right .modal-dialog {
    width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px){
  .modal.right {
    width: 700px;
    left: 35%;
  }
  .modal.right .modal-dialog {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .modal.right {
    width: 450px;
    left: 67%;
    padding: 0 !important;
  }
  .modal.right .modal-dialog {
    width: 100%;
  }
}
/******************* Right Modal***********************/
body::-webkit-scrollbar {
  width: 0.5em;
  max-width: 0.5em !important;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.card {
  background-color: #fcfcfc;
  border: 1px solid #edf0f5;
  z-index: 10;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
}
.card-header{
  background-color: #607d8b;
  border-color: #607d8b;
}