/*
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 : 11 Nov, 2016, 1:23:48 PM
    Author     : pcadmin
*/

label>span.required
{
    color: #e25856
}
small>span.required
{
    color: #e25856
}

.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom-color: #b3b3b3
}

.pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.sidebar-title {
    background-color: #ececec;
    padding: 10px;
    font-weight: 600;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset
}
.notifications {
    margin: 0;
    padding: 0;
    list-style: none
}
.notifications li {
    padding: 15px;
    border-bottom: 1px solid #ebebeb
}
.notifications li:last-child {
    border-bottom: 0
}
.notifications li a {
    color: #555
}
.notifications li a:hover {
    color: #4d7496
}
.notifications .col-left {
    float: left;
    margin-right: -100%
}
.notifications .col-right {
    float: left;
    width: 100%
}
.notifications .col-right.with-margin {
    margin-left: 35px
}
.notifications .message {
    white-space: normal
}
.notifications .label {
    padding: 7px;
    width: 24px;
    text-align: center;
    display: inline-block
}
.notifications .time {
    color: #888;
    display: block;
    padding-top: 5px;
    font-size: 11px
}

.sidebarScroller
{
    height:199px;
    overflow-x: hidden;
    overflow-y: auto;
}

.not-active {
   pointer-events: none;
   cursor: default;
   color:#ccc;
}