/*
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 : Nov 19, 2015, 5:38:07 PM
    Author     : ahsanbilal
*/
.modal {
    /* ... */
    overflow-y: auto;
}
.componentSection > .panel.panel-default {
    min-height: 600px;
}
.dataTables_filter {
    float: right;
}
.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li.disabled > a, .pagination > li > span{
    color: #5093e1;
}
.dataTables_paginate{
    float: right;
}

.form-control{
    color: #666;
}
.panel-default > .panel-heading{
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #888;
    font-size: 20px;
    padding: 5px;
}
.panel-heading{
    border-bottom: 2px solid #bdc0ce;
    margin-bottom: 30px;
    padding: 0 0 10px;
}
.panel-heading h1 {
    display: inline-block;
    margin: 0;
    width: auto;
}
span.text-danger {
    color: #a94442;
}
.reportSection table tr td a i{
    display:block;
    margin-left:2px;
}
.reportSection table tr td a.report_empl_profile {
    height: 38px;
}
span.empl_totals b{
    display: block;
}

.dashboard_filter .input-group-addon{
    border-radius: 0;
}
.btn.btn-primary.search-btn {
    margin-top: 3px;
}
#midcontainer .panel.reportSection h2 {
    margin: 0 0 10px;
}
.clientInfo h3 a, .emp_name h3 a{
    color: #929292;
}
.clientInfo h3 a:hover, .emp_name h3 a:hover{
    color: #333333;
}
.form-signin label, .form-signin a{
    color: #FFFFFF;
}
.panel-heading.table-tools {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.tool-spacing{
    margin:0 5px;
}
.reportSection .table-bordered > tbody > tr > td.employee-data-row {
    border-right: 1px solid #e6e6e6;
}
.alert-dashboard-panel a{
    text-decoration: underline;
}
input.form-control[disabled], select.form-control[disabled], input.form-control[readonly], select.form-control[readonly] {
    background-color: rgb(238, 238, 235);
}
.tab-pane.boxscroll.emloyee_dashboard{
    max-height: 500px;
}
.employee_pdf_form .form-group, .client_pdf_form .form-group{
    margin-top: 15px;
}
.graph_tooltip_label{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.clientInfo .imgholder img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}
.modal-backdrop-fullscreen{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.modal-backdrop-fullscreen .modal-content{
    height: auto;
    min-height: 100%;
}
.full-screen-modal{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#midcontainer .panel  h2{
    display: inline-block;
}
.expand-on-hover{
    font-size: 12px !important;
}
.expand-on-hover:hover{
    font-size: 14px !important;
}
.report_filter{
    width: 200px;
}
select.multiselect{
    height:200px;
}
.multiselect-cntrl {
    padding-top: 72px;
}
.multiselect-cntrl button{
    margin-bottom: 5px;
}
.location_filter{
    margin-bottom: 5px;
    margin-top: -25px;
}
.dashboard-tools{
    width: 65px;
}
.reportSection table tr td a{
    cursor: pointer;
}
.reportSection .table-bordered > tbody > tr > td.notes {
    margin: 0;
    max-width: 66px;
    padding: 10px 0;
}
.reportSection .table-bordered > tbody > tr > td.report-actions{
    padding: 15px 18px;
}
.reportSection .table-bordered > tbody > tr > td.notes span{
    padding: 0;
    margin: 12px 0;
}
a.notes_text{
    color: rgb(126, 131, 154);   
}
a.notes_text:hover{
    color: rgb(126, 131, 154);   
}
.edit_timesheet_form{
    display:inline;
}
.reportSection table tr td a.progress_note_danger, .progress_note_danger span a,.progress_note_danger span, tr.progress_note_danger td, a.progress_note_danger, tr.progress_note_danger td a.notes_text{
    color: #f65177;
}
.sidebarcontent .clientInfo a.editbtn.btn-delete{
    display:block;
}
.loading_icon{
    height: 20px;
    display:none;
}

#employee_radio label {padding-left: 3px !important;padding-right:3px;}
.reportSection table tr td a.progress_note_incomplete, .progress_note_incomplete span a,.progress_note_incomplete span, tr.progress_note_incomplete td, a.progress_note_incomplete, tr.progress_note_incomplete td a.notes_text{
    color: #CCCC33;
}



//employee progress notes table css

/* Methods */
.method .header, .method .cell {
    padding: 16px 6px 16px 10px; }
.method .list-header .header {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #999;
    background-color: #eee;
    text-align:center;
}
.method [class^="row"],
.method [class*=" row"] {
    border-bottom: 1px solid #ddd; }
.method [class^="row"]:hover,
.method [class*=" row"]:hover {
    background-color: #f7f7f7; }
.method .cell {
    font-size: 14px; }
.method .cell .mobile-isrequired {
    display: none;
    font-weight: normal;
    text-transform: uppercase;
    color: #aaa;
    font-size: 0.8em; }
.method .cell .propertyname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.method .cell .type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.method .cell code {
    color: #428bca; }
.method .cell a, .method .cell a:hover {
    text-decoration: none; }
.method .cell code.custom {
    color: #8a6d3b;
    text-decoration: none; }
.method .cell .text-muted {
    color: #ddd; }
@media (max-width: 991px) {
    .method [class^="row"],
    .method [class*=" row"] {
        padding-top: 10px;
        padding-bottom: 10px; }
    .method .cell {
        padding: 0 10px; }
    .method .cell .propertyname {
        font-weight: bold;
        font-size: 1.2em; }
    .method .cell .propertyname .lookuplink {
        font-weight: normal;
        font-size: 1.5em;
        position: absolute;
        top: 0;
        right: 10px; }
    .method .cell .type {
        padding-left: 10px;
        font-size: 1.1em; }
    .method .cell .isrequired {
        padding-left: 10px;
        display: none; }
    .method .cell .description {
        padding-left: 10px; }
    .method .cell .mobile-isrequired {
        display: inline; } }


/* Row Utilities */
[class^='row'].margin-0,
[class*=' row'].margin-0,
[class^='form-group'].margin-0,
[class*=' form-group'].margin-0 {
  margin-left: -0px;
  margin-right: -0px; }
  [class^='row'].margin-0 > [class^='col-'],
  [class^='row'].margin-0 > [class*=' col-'],
  [class*=' row'].margin-0 > [class^='col-'],
  [class*=' row'].margin-0 > [class*=' col-'],
  [class^='form-group'].margin-0 > [class^='col-'],
  [class^='form-group'].margin-0 > [class*=' col-'],
  [class*=' form-group'].margin-0 > [class^='col-'],
  [class*=' form-group'].margin-0 > [class*=' col-'] {
    padding-right: 0px;
    padding-left: 0px; }
  [class^='row'].margin-0 [class^='row'],
  [class^='row'].margin-0 [class*=' row'],
  [class^='row'].margin-0 [class^='form-group'],
  [class^='row'].margin-0 [class*=' form-group'],
  [class*=' row'].margin-0 [class^='row'],
  [class*=' row'].margin-0 [class*=' row'],
  [class*=' row'].margin-0 [class^='form-group'],
  [class*=' row'].margin-0 [class*=' form-group'],
  [class^='form-group'].margin-0 [class^='row'],
  [class^='form-group'].margin-0 [class*=' row'],
  [class^='form-group'].margin-0 [class^='form-group'],
  [class^='form-group'].margin-0 [class*=' form-group'],
  [class*=' form-group'].margin-0 [class^='row'],
  [class*=' form-group'].margin-0 [class*=' row'],
  [class*=' form-group'].margin-0 [class^='form-group'],
  [class*=' form-group'].margin-0 [class*=' form-group'] {
    margin-left: 0;
    margin-right: 0; }
  
 a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

.pnote_desc:hover {
    cursor: pointer !important;
}

.pnotes-row {
    padding: 5px 0px;
}