.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear;
  &.ng-enter {
    opacity: 0;
    &.ng-enter-active {
      opacity: .5;
    }
  }
  &.ng-leave {
    opacity: .5;
    &.ng-leave-active {
      opacity: 0;
    }
  }
}

.selectedMenu {
    background-color:#000000 !important;
    color: #ffffff !important;
}

.table-hoverCustom > tbody > tr:hover {
  background-color: #808080;
}

.table .col-md-1 { width: 5%; }
.table .col-md-2 { width: 23%; }
.table .col-md-3 { width: 30%; }
.table .col-per-3 { width: 31%; }
.table .col-per-6 { width: 18%; }

.table .col-copy-request { width: 21%; }

.table .col-date { width: 5%; }

.table-header-1 thead tr th {
	padding: 20px 0 20px 20px;
	border-bottom: none;
}

.selected {
/*     background-color:#C0C0C0 !important; */
    background-color:#99CCFF !important;
/*     font-weight:bold; */
}

.container1 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container1 {
    width: 970px !important;
  }
}
@media (min-width: 992px) {
  .container1 {
    width: 1170px !important;
  }
}
@media (min-width: 1200px) {
  .container1 {
    width: 1270px !important;
  }
}

.btn-white {
	  color: #333333;
	/*   color: #87CEEB; */
	  background-color: #ffffff;
	  border-color: #e8e8e8;
}

.buttonBgColor {	
	color: #0066cc !important;
	background-color: #e0e0e0 !important;
/* 	color: white !important; */
/* 	background-color: #0066cc  !important; */
}

.buttonTextColorBlue {
	color: #0066cc !important;
}
