
.loader-dia {
   content: '';
  box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
      z-index:2000;
  
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


.overlay{
    background-color:#50779A;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}


.footer {
    height:5%;
    font-size:12px;
    font-style:italic;
    bottom: 0;
    /*margin-left:220px;*/
    /*position: fixed;*/
    width: 100%;
    border-top: 1pt solid lightgrey;
    border-bottom: 1pt solid lightgrey;
    background-color: rgba(229, 229, 229, 0.69);
    /*background-color: #363436;*/
    color: #888;
}
.router-link.router-link-active {color:white; background-color: #337ab7; text-decoration: none;}


li > a:hover:not(.active):not(.router-link-active) {
	color:white; 
	background-color: #337ab7;
	 text-decoration: none;
}

.customNav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.customNav > li {
  position: relative;
  display: block;
   border-bottom: 1px solid #e1e1e1;
}
.customNav  > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.custom-form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.toDate
{
	position: relative;
    left: 218px;
}
.toDateName{
	position: relative;
    right: 17px;
    width: 10.33333333%;
}
}



