table {
    font-size: 13px;
    font-family: arial;
}
.initiator-text{
  color: #650f88;
}
.verifier-text{
	color: #124ea0;
}
.approver-text{
	color: #a7630d;
}
table a i{
    font-size: 16px;
}
.logo span {
    font-size: 18px !important;
    }
.response-section .form-control{
  font-size:0.8rem;
}
.response-section .form-label{
font-size:0.8rem;
}
.level-section,.btn-disabled{
    display: none;
}
.response-section .heading-response{
background-color: #e6f3ff;
    border: 1px solid #cad5df;
    text-align: center;
}

/*ACCORDIAN FAQ*/

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion-style .btn-link {
   color: #ffffff;
    position: relative;
    background: #2972b5;
    border: 1px solid #10263a;
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 3px 46px;
    text-decoration: none;
}
.accordion-style .btn-link:hover {
    text-decoration: none;
}
.accordion-style .btn-link.collapsed {
    background: #15395a;
    border: 1px solid #15395a;
    color: white;
    border-radius: 3px;
}
.accordion-style .btn-link.collapsed:after {
    background: none;
    border-radius: 3px;
    content: "+";
    left: 16px;
    right: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    height: 14px;
    transform: none;
    width: 14px;
    top: 6px;
    text-align: center;
    background-color: #15395a;
    color: #fff;
}
.accordion-style .btn-link:after {
    background: transparent;
    border: none;
    border-radius: 3px;
    content: "-";
    left: 13px;
    right: inherit;
    font-size: 20px;
    font-weight: 600;
    height: 14px;
    line-height: 15px;
    transform: none;
    width: 14px;
    top: 6px;
    position: absolute;
    color: white;
    text-align: center;
}

.accordion-style .bg-success:after{
    content: none !important;
}

@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 15px 40px 15px 55px;
    }
}
@media screen and (max-width: 575px) {
    .accordion-style .btn-link {
        padding: 15px 20px 15px 55px;
    }
}
.card-style1 {
    box-shadow: 0px 0px 10px 0px rgb(89 75 128 / 9%);
}
.border-0 {
    border: 0!important;
}

.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

.section-title {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
#accordion p {
    font-size:14px;
}
#accordion .read-more ,#accordion .btn-dark{
    font-size:12px;
}
#accordion .read-more:hover{
 text-decoration: underline;
 cursor: pointer;
}
.response-details-modal .modal-dialog{
    max-width: 85% !important;
}
.response-details-modal img{
margin: 0 46%;
}
form .form-control {
    font-size: 0.8rem;
}
form .form-label {
    font-size: 0.8rem;
}
.all-column-view {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.accordion-style .edit-response{
    text-align: right;
    position: absolute;
    top: 6px;
    right: 0px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
    color: white !important;
}
.border-bottom a{
    font-size:12px;
    color: #bf3131;
}
.last-modified{
    padding-left: 50%;
    color: #e9f2fb;
    font-size: 12px;
}
.heading-response label{
    font-size:13px;
}
.edit-download-opt{
    float: right;
    color: #2236c5;
}
/*NOTIFICATION*/

.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}
/*.notifiaction li div{
    padding:0 5px;
}*/
.notifiaction li div span{
 font-size: 13px;
}
.notifiaction li div a:hover{
text-decoration: underline;
}
{
    background-color: black;
    padding: 2px 5px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
}


    .cnt-notify{
    background-color: black;
    padding: 2px 5px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    animation: blink 1s linear infinite;
    }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}