/*
About: Application level css/styles overrides
Author: CodeHelix
Email: kishore@codehelix.co
Date: Dec 2016
*/

a.title-link{
    color: #3498db;
    cursor: pointer;
    outline: none !important;
    font-weight:bold;
}
a.title-link:hover, a.title-link:focus{
    color: #3498db;
    text-decoration: none;
    font-weight:bold;
}

/*
Override the bootstrap / velonic styles.
*/
.panel-title {
  color: #2980b9;
  font-weight:bold;
}

.panel-results {
  color: #2980b9;
}

label.col-md-2.control-label {
    color: #6C7A89;
}

label.col-sm-2.control-label {
    color: #6C7A89;
}

#resultsTable thead tr th {
  color:#34495E;
}
#reportData thead tr th {
  color:#34495E;
}

.alert-danger {
  font-weight:bolder;
}

.alert-success {
  font-weight:bolder;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a,
.navigation > ul > li.active > a{
  color: #fff;
  background: #272c35;
  border-left: 3px solid #6e8cd7;
}

aside.left-panel.collapsed .navigation > ul > li > a {
    padding: 15px;
}
aside.left-panel.collapsed .navigation > ul > li > a:hover {
  background-color: #272c35;
  border-left: 3px solid #6e8cd7;
}

.app-login-heading-area {
  background-color: #6e8cd7;
}

.app-default-hidden {
  display:None;
}

.app-form-display-label {
  margin-top:6px;
}

.app-table-header-right {
  margin-bottom:5px;
}


.app-quick-info-area {
 overflow-y: scroll;
 height:250px;"
}


.app-scrollable {
 overflow: scroll;
}
