/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 6, 2017, 11:35:42 AM
    Author     : Use
*/


/*YOUR CUSTOM STYLE STARTED IN HERE*/
  .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
  }
  .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
  }
  .panel-heading .accordion-toggle {
    padding-left: 10px;
    cursor: pointer;
  }
  .form-control {
    color: #ffffff;
  }
  .fa .fa-lightbulb-o {
    cursor: pointer;
  }
  .welcome_user_header {
    border: 1px solid #9a9da0;
    padding: 5px;
    border-radius: 3px;
    background: #3d404c;
  }
  .inactive-record-status {
    color : #FF7F50;
  }
  .unread-record-status {
    font-weight: bold;
  }
