  @import 'https://fonts.googleapis.com/icon?family=Material+Icons'; 
.md-stepper-indicator.md-active .md-stepper-number, .md-stepper-indicator.md-completed .md-stepper-number {
    background-color: rgb(0,150,136);
}
.hint {
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: grey; 
}
md-tabs{
	border-radius: 8px;
}
md-content {
  padding: 12px;
  line-height:25px;
  border-radius: 8px;
   }

div{
	border-radius: 8px;
}
md-nav-item{
	color:floralwhite;
}
button{
	border-radius: 8px;}


.md-steppers-horizontal .md-stepper-indicator {
    min-height: 40px;
}

.md-steppers-header {
	border-radius:10px;
	height:45px
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed rgb(0,150,136);
}

.md-steppers-header {
    box-shadow:none;
    /* width:fit-content; */
    margin:auto;
    position:relative;
    border-bottom:inset;
    border-radius:0px;
}

/* For DatePicker triangle button */
/* .md-datepicker-triangle-button {
	position:relative;
} */


/* changes done by kunal for xml upload */

#xmlDiv {
    padding-left : 5%;
    padding-right : 5%;
    
}

/* changes done by Lakshay for status of package */
#statusOfPackageDiv {
    padding-left : 5%;
    padding-right : 5%;
    
}
.gap2{
    height : 15px;
}
.gap1 {
    width : 5px;
}

/* changes done by kunal for xml upload */

/* changes done by kunal for admin user approval */
.header {
    border: 1px solid black;
    text-align:center;
    background-color:#00a088;
    color:#ffffff;
    height:40px;
}

.content {
    padding:10px;
}

#actionDiv {
    width:100%;
}

#submitBtn {
     background-color:rgb(33,150,243); 
    /* background-color:#f44336; */
    color:white;width:150px;
}

#buttonStyle{
	color:rgba(255,255,255,0.87);
  background-color:rgb(33,150,243);
  
}
#buttonStyle[disabled]{
	color:rgba(255,255,255,0.87);
  background-color:#808080;
  
}

#buttonStyle:hover:not([disabled]){color:rgba(255,255,255,0.87);
	background-color:rgb(33,150,243);}

#buttonStyle:focus{color:rgb(33,150,243);
	background-color:rgba(255,255,255,0.87);}


#approveBtn {
    /* background-color:#3f8fe9; */
    background-color:#00bfff;
    color:white;width:150px;
}

#approvedBtn {
    /* background-color:#3f8fe9; */
    background-color:#8b8989;
    color:white;width:150px;
}

#userListTable {
    border: 1px solid green;
    width:90%;
    border-collapse: collapse;
}
#tableDiv {
    overflow-x:auto;
}
h4 {
        margin-top: 10px;
}
/* changes done by kunal for admin user approval */

#customtable {

    border-collapse: inherit;
    width: 100%;
    border-radius: 8px;
}

#customth, #customtd {
    text-align: center;
    padding: 3px;
    font-family:Roboto,Helvetica Neue,sans-serif;
}
#customth{

	background-color: #c0c0c0;
	padding: 5px;
}
/* Added by Alok */
/* #customthcbc, #customtdcbc {
    text-align: center;
    padding: 3px;
    font-family:Roboto,Helvetica Neue,sans-serif;
}
#customthcbc{

	background-color: #c0c0c0;
	padding: 5px;
}
 *//* Added by Alok */
#customtr{
	cursor:pointer;
}
#customtr:nth-child(even) {
	background-color: #f2f2f2;
}
#customtr:nth-child(odd) {
	background-color: #e9e9e9;
}
#customtr:hover {
	background-color:antiquewhite;
	outline:none;
	}	
	
	/*Added by Rizul for health checkup mouse hover color change--START  */
	 td.customtr_no:hover {
	background-color:#FFAE97;
	outline:none;
	 text-align: center;
    padding: 3px;
    font-family:Roboto,Helvetica Neue,sans-serif;
	}
	td.customtr_yes:hover {
	background-color:#b1ffb1;
	 text-align: center;
    padding: 3px;
    font-family:Roboto,Helvetica Neue,sans-serif;
	outline:none;
	} 
	Added by Rizul for health checkup mouse hover color change-- END */
	
	
	/* Added by Alok for Font size Starts */
	#fontSize{
	font-size: 2px;;
}
/* .ST h4{
 color: limegreen;
 position: absolute;
 text-align: center;
 behavior:scroll;
 direction:left;
 scrollamount:5;
 } */
	/* Added by Alok for Font size Ends */
	
	
	
	/* <marquee behavior=scroll direction="left" scrollamount="5">
	 */
	
	
	
	
	
	
	
	
.tableFooter{
	margin-top:8px;
}

.footer{
	padding-top: 15px;
	bottom:0;
	margin-bottom:0;
	padding-bottom:0px;
	width: 98%;
    margin-left: 10px;
}

.footer-distributed{
	background-color: rgb(0,150,136);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	max-height: 150px;
	text-align: left;
	font-size: 16px;
	padding: 0px;
    /*margin-top: -5px;*/
    margin-left: -16px;
    margin-right: -16px;
    /* margin-bottom: 0%;*/
    /* border-radius : 8px; */
}

.footer-distributed .footer-links{
	color:  #ffffff;
	margin-top: 25px;
	margin-left: 20px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	margin-right: 70px;
}

.footer-right{
	text-align: right;
	margin-right: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 10px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 20px;
	color: #33383b;
	text-align: right;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.footer-distributed .footer-company-name{
	color:  #33383b;
	font-size: 13px;
	font-weight: normal;
	margin-top: -3px;
}

.rectangle{
	height: 200px;
 	width: 400px;
  	background-color: #fff;
  	border: 1px solid black;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
		margin-top: 10px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		/* margin-bottom: 40px; */
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}



.md-nav-bar, .md-nav-bar > nav, ._md-nav-bar-list, .md-button._md-nav-button{
  height: 40px;
}

.md-button._md-nav-button {
  padding: 10px;
  min-height: 0;
} 

/*Divyanshu*/

.expandcollapse-item{
	border-radius: 8px;
	padding-right: 10px;
}

.md-toolbar-tools.customGradient {

	height: 40px;
	color:black;
	cursor:pointer;
	border-radius:5px;
	opacity:0.8;
	font-size: 16px;
	border-top: 2px solid #ffffff;
	outline:none;
}

/*Styling of accordion*/


/*animation: for accordion*/

.slideDown.ng-hide {
  max-height:0;
  transition:max-height 1s ease;
  overflow:hidden;
  position:relative;
}

.slideDown {
  transition:max-height 1s ease;
  overflow:auto;
  position:relative;
  max-height:85%;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display:block!important;
}


.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}

.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}

/*accordion animation ends*/


/* For creating multistep progress bar */
.container {
  width: 100%;
  align-self: center;
  position: center;
  text-align: center;
  padding-left: 13%;
}
/* for managing progress bar in track request status*/
.progressbar1 {
	position: center;
	align-self: center;
    /* padding-left: 20%; */
     line-height: 20px;
}

.progressbar1 li {
  list-style: none;
  float:left;
  width:36.66%;
  position: relative;
 /*  text-align: center; */
  color: #ddd;
}
.progressbar1 li:before {
  content: 'done';
  font-family: 'Material Icons';
  font-weight: 800;
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 0px;
  border-radius: 50%;
  background-color: white;
  color:#ddd;
  z-index: 1;
  position: relative;
}
.progressbar1 li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ddd;
  top: 18px;
  left: -50%;
  z-index: 0;
}
.progressbar1 li:first-child:after {
  content: none;
  position: relative;
}

.progressbar1 li.Failure {
  color: #f44242;
}

.progressbar1 li.Failure:before {
  border-color: #f44242;
  color:#f44242;
  z-index: 1;
  position: relative;
}

.progressbar1 li.Failure + li:after {
  background-color: #ddd;
}

.progressbar1 li.InProgress {
  color: #ff9900;
}

.progressbar1 li.InProgress:before {
  border-color: #ff9900;
  color:#ff9900;
  z-index: 1;
  position: relative;
}

.progressbar1 li.InProgress + li:after {
  background-color: #ddd;
}

.progressbar1 li.Success {
  color: #009688;
}

.progressbar1 li.Success:before {
  border-color: #009688;
  color:#009688;
  z-index: 1;
  position: relative;
}
.progressbar1 li.Success + li:after {
  background-color: #009688;
  
  -webkit-animation-name: slide;
-webkit-animation-duration: 1s;
}
/*End*/
.progressbar {
	position: center;
	align-self: center;
    /* padding-left: 20%; */
     line-height: 20px;
}

.progressbar li {
  list-style: none;
  float:left;
  width:36.66%;
  position: relative;
 /*  text-align: center; */
  color: #ddd;
}
.progressbar li:before {
  content: '';
  font-family: 'Material Icons';
  font-weight: 800;
  width: 50px;
  height: 50px;
  border: 3px solid #ddd;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 0px;
  border-radius: 50%;
  background-color: white;
  color:#ddd;
  z-index: 1;
  position: relative;
}
.progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ddd;
  top: 18px;
  left: -50%;
  z-index: 0;
}
.progressbar li:first-child:after {
  content: none;
  position: relative;
}

.progressbar li.Failure {
  color: #f44242;
}

.progressbar li.Failure:before {
  border-color: #f44242;
  color:#f44242;
  z-index: 1;
  position: relative;
}

.progressbar li.Failure + li:after {
  background-color: #ddd;
}

.progressbar li.InProgress {
  color: #ff9900;
}

.progressbar li.InProgress:before {
  border-color: #ff9900;
  color:#ff9900;
  z-index: 1;
  position: relative;
}

.progressbar li.InProgress + li:after {
  background-color: #ddd;
}

.progressbar li.Success {
  color: #009688;
}

.progressbar li.Success:before {
  border-color: #009688;
  color:#009688;
  z-index: 1;
  position: relative;
}
.progressbar li.Success + li:after {
  background-color: #009688;
  
  -webkit-animation-name: slide;
-webkit-animation-duration: 1s;
}
@-webkit-keyframes slide {
0% { width: 0%;}
10% { width: 10%;}
20% { width: 20%;}
30%  { width: 30%;}
40%  { width: 40%;}
50% { width:  50%;}
60%   { width: 60%;}
70% { width: 70%;}
80%  { width: 80%;}
90%  { width: 90%;}
100% { width:  100;}
}
/* till here */

div.stageDescription{
	
}

md-content.ReportTable{
	/* align-self: center;
  padding-left: 10%; */
}

md-content.PackageTable{
	/* align-self: center;
  padding-left: 10%; */
}

/* table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}
 */

/*Divyanshu*/
.md-input-invalid md-radio-group{
  color: rgb(221,44,0);
}

.md-nav-bar.md-default-theme .md-button._md-nav-button.md-unselected, md-nav-bar .md-button._md-nav-button.md-unselected {
    color: rgb(215,204,200);
}
a._md-nav-button.md-accent.md-button.ng-scope.md-ink-ripple.md-active.md-primary {
    color: rgba(255,255,255,0.87) !important;
}
.md-button.md-icon-button.edit-button{
	margin-top: -5px;
    padding-top: 0px;	
}

#fbbtn{
	max-width:500px;
	margin:auto;
}

fieldset, label { margin: 0; padding: 0; }

.rating { 
  border: none;
  float: right;
}

.rating > input { display: none; } 
.rating > label:before { 
content: 'star';
font-family: 'Material Icons';
border: 1px solid #ffffff;
display: block;
background-color: white;
font-size: 1.25em;
width: 40px;
height: 40px;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/*for user feedback*/


.customAccordion {
	font-size: 14px;
    line-height: 24px;
	font-weight: 500;
	height: 40px;
    background-color : rgb(238,238,238);
    box-shadow: none;
    cursor: pointer;

    margin: auto;
    position: relative;
    border-bottom: inset;
    border-radius: 8px;
}

.customAccordionForm{
	margin-left: 2%;
    position: relative;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1%;
    border-radius: 0px;
}
.customAccordionMarker{
	width: 24px;
    height: 24px;
    margin: 0 8px;
    border-radius: 24px;
    background-color: #bdbdbd;
}

#customp{
	line-height:1px;
}

 /* Aparna for selective FI submission --START */
 .scroll-div {
      height: 300px;
      overflow: scroll;
      width:100%;
      font-size:15px;
    overflow-x: hidden;
    overflow-y: hidden;
    }
.fixed_header{
    width: 400px;
     table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 300px;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header thead {
  background: black;
   
}

 .fixed_header td {
  padding: 12px;
  text-align: center;
  width: 200px;
   
}

/* Aparna for selective FI submission --END*/



























































/* css for tooltip on xml page */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: rgb(0,188,212);
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    transition: opacity 0.3s;
font-size : 13px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* css for tooltip on submission page */
.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 350px;
    background-color: rgb(82,55,49);
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 100px;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
font-size : 13px;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

.tooltip2 .tooltiptext3 {
    visibility: hidden;
    width: 800px;
    background-color: rgb(82,55,49);
    color: white;
    text-align: justify;
    border-radius: 10px;
    padding: 9px 30px;
    position:fixed;
    z-index: 1;
    top: 25px;
    right: 50px;
    margin-right: 150px;
    opacity: 0;
    transition: opacity 0.3s;
font-size : 13px;
}

.tooltip2:hover .tooltiptext3 {
    visibility: visible;
    opacity: 1;
}

.sortable span {
  position: relative; }
  .sortable span:before {
    content: 'arrow_drop_down';
    position: absolute;
    right: -18px;
    top: -2px; }
  .sortable span:after {
    content: 'arrow_drop_up';
    position: absolute;
    right: -18px;
    top: -9px; }

.sortable.sort-ascent span:before {
  display: none; }

.sortable.sort-ascent span:after {
  top: -5px; }

.sortable.sort-descent span:before {
  top: -5px; }

.sortable.sort-descent span:after {
  display: none; }
  ul.pagination {
  padding: 0;
  font-size: 0;
  display: inline-block; }
  .pagination > li {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border: 1px solid #ddd;
    border-left: 0; }
    .pagination > li:first-child {
      border-left: 1px solid #ddd;
      border-radius: 2px 0 0 2px; }
    .pagination > li:last-child {
      border-radius: 0 2px 2px 0; }
  .pagination a {
    color: #444;
    font-size: 13px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none; }
  .pagination .active {
    background: #008A7A;
    border-color: #008A7A; }
    .pagination .active a {
      color: #fff; }
  .pagination-page.active {
    background: #008A7A; }
    .pagination-page.active a {
      color: #fff; }


/* changes by Vaibhav to resolve toast pop-up issue*/
#toast-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: visible;
  color: white;
  border-radius: 6px;
    
}


      
 /* marquee */
 
.ST{
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.ST h4 {
 color: black;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 text-align: center;
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 -moz-animation: ST 30s linear infinite;
 -webkit-animation: ST 30s linear infinite;
 animation: ST 30s linear infinite;
}
.two { width: 30em; max-width: 100%; }
.two p { display: inline-block; max-width: 50%; }
.two p:nth-child(1) { float:left; }
.two p:nth-child(2) { float:right; }
@-moz-keyframes ST {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes ST {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes ST {
 0%   { 
 -moz-transform: translateX(100%);
 -webkit-transform: translateX(100%);
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%);
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%); 
 }
}

      