/*============ remove margin ===============*/
.removeMargin {
  margin: unset !important;
}
/* =======  grievance type section =========*/
.bg-Design {
    background: #fff;
    padding: 20px;
    /*border-radius: 2%;*/
    margin-bottom: 10px;
    box-shadow: 0 0 3px;
}
.panel-heading {
     text-align: center;
}
.ped {
    padding:5px;
}
.panel-heading {
    text-align: center;
    background: #0073aa;
    color: #fff;
    text-transform: uppercase;
}
.bg-Design fieldset {
    padding: .35em .625em .75em !important;
    margin: 0 2px !important;
    border: 1px solid #ddd !important;
}
.bg-Design legend{
    width: auto !important;
    border-bottom: none !important;
    padding: 0px 10px;
}
.form-control{
    background: #dddddd21 !important;
    margin-bottom: 10px !important;
}
.bg-Design select{
    background-color: #cac4d1 !important;
    width: auto !important;
}
@-webkit-keyframes stripe-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes stripe-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.btn {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -moz-user-select: text;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
  background-color: #fff;
  color: #666;
  border: 2px solid #666;
  border-radius: 6px;
  margin-bottom: 16px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btnCustom {
    padding: 8px 25px !important;
    font-size: 11px !important;
}

@media print {
    
    #adminmenuwrap {
        display: none;
    }
    div#vc_license-activation-notice {
    display: none;
    }

    div#setting-error-tgmpa {
    display: none;
    }
    .update-nag {
    display: none;
    }
    div#wpfooter {
    display: none;
    }
    #wpcontent, #wpfooter {
        margin-left: 0px;
        padding-right: 20px;
    }
    .btn {
        display: none;
    }
    table#reports {
    margin-top: 20px;
    }
    p.datePrint{
      display: block !important; 
    }
  .emptySpace {
    height: 300px;
    display: block !important;
    }
    .emptyHeight {
        height: 30px;
        display: block !important;
    }
     @page { margin: 0; }
    body { margin: 1.6cm; -webkit-print-color-adjust: exact;}
    input.btn.btn-default.generate {
      display: none;
    }
    button.btn.btn-default {
      display: none;
    }
    table {
      border: 1px solid #dddddd;
    }
    tr:nth-child(even) {
      background-color: #dddddd !important;
      -webkit-print-color-adjust: exact; 
    }
    div#setting-error-tgmpa {
       display: none;
    }
    div#setting-error-fo {
       display: none;
    }
} 
/*print css end*/
.grievanceTypetablebody table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.grievanceTypetablebody td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.grievanceTypetablebody tr:nth-child(even) {
    background-color: #dddddd;
}
.generate {
    margin-left: 5px;
}

table#reports {
    margin-top: 20px;
}

table#reports th {
    background: #0073aa;
    color: #fff;
    border: none;
}
p.datePrint {margin-right: 10px;margin-top: 7px;font-size: 13px; display: none;}

div#reportrange {
    display: flex;
}
.emptySpace {
    display: none;
}
.emptyHeight {
    display: none;
}
/*===== Grievance type page ========*/
.delGriecancetype {
    cursor: pointer;
}
p.editGrievancetype {
    cursor: pointer;
    color: #2929ff;
}

/*============= TIME LINE SINGLE COMPLAINTS PAGE ==============*/
  .main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
  }

  .main-timeline-section .timeline-start,
  .main-timeline-section .timeline-end {
    position: absolute;
    background: #0073aa;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }

  .main-timeline-section .timeline-end {
    right: 0px;
  }

  .main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #0073aa;
  }

  .timeline-article {
    width: 27%;
    position: relative;
    min-height: 300px;
    float: right;
  }

  .timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -50px;
    font-size: 15px;
  }
  span.notInitiatedTimeline {
    left: 20px;
    position: relative;
  }
  .timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #9261aa;
  }

  .timeline-article .content-box {
    box-shadow: 2px 2px 4px 0px #c1c1c1;
    border: 1px solid #0073aa;
    border-radius: 5px;
    background-color: #fff;
    width: 100px;
    position: absolute;
    top: 60%;
    left: -40px;
    padding: 10px;
    text-align: center;
  }
  .content-box p {
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 600;
  }
  .timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #0073aa;
  }

  .timeline-article-bottom .content-date {
    top: 59%;
  }

  .timeline-article-bottom .content-box {
    top: 24%;
  }

  .timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #0073aa;
  }
.userNameNotes {
    font-weight: 700;
    font-size: 1.1em;
    /*text-transform: capitalize;*/
}
.adjustTime {
    padding-left: 15px;
    color: #bbb;
    font-size: .9em;
}
.singleNotes {
    padding-top: 8px;
    color: #777;
    font-size: .95em;
}
span.serialNoNotes {
    padding: 0 10px 0 0;
}
div#attachment img {
    height: 150px;
    cursor: pointer;
}
div#attachment {
    text-align: center;
}
div#complaintantPopup .close {
    position: absolute;
    right: 10px;
    opacity: 1;
}
div#complaintantPopup .modal-body {
    padding: 5px;
}
div#complaintantPopup img {
    width: 100%;
}
/*=============== PRINT REPORTS PAGE ===========*/
 @media print {
   #adminmenuwrap {
     display: none;
   }
   div#vc_license-activation-notice {
     display: none;
   }
   div#setting-error-tgmpa {
     display: none;
   }
   .update-nag {
     display: none;
   }
   div#wpfooter {
     display: none;
   }
   #wpcontent,
   #wpfooter {
     margin-left: 0px;
     padding-right: 20px;
   }
   .btn {
     display: none;
   }
   table#reports {
     margin-top: 20px;
   }
   p.datePrint {
     display: block !important;
   }
   .emptySpace {
     height: 300px;
     display: block !important;
   }
   .emptyHeight {
     height: 30px;
     display: block !important;
   }
   @page {
     margin: 0;
   }
   body {
     margin: 1.6cm;
   }
 }


 .generate {
   margin-left: 5px;
 }

 table#reports {
   margin-top: 20px;
 }

 p.datePrint {
   margin-right: 10px;
   margin-top: 7px;
   font-size: 13px;
   display: none;
 }

 div#reportrange {
   display: flex;
 }

 .emptySpace {
   display: none;
 }

 .emptyHeight {
   display: none;
 }

 /*============= COMPLAINTS PAGE =============*/
 .userPrint {
  text-transform: capitalize;
  font-size: inherit;
 }
 #mytable > tbody > tr > td:nth-child(3) {
    text-transform: capitalize;
}
#mytable_filter {
  float: right;
 }
#mytable_paginate {
    float: right;
}
#mytable th {
    border: none !important;
}
#mytable th:after {
    content: "\e155";
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    float: right;
}
#mytable input,select {
    width: 100%;
}
#mytable th,td {
    width: 150px;
    /*text-transform: capitalize;*/
    text-align: center;
}
table#mytable {
    text-align: center;
}
#mytable_length {
    position: relative;
    top: 10px;
}
div#order_table {
    margin-top: 3%;
}
div#mytable_info {
    margin-top: 0px;
    width: 50%;
    position: relative;
    top: 45px;
}
/*div#datePickerComplaint {
    position: relative;
    top: 32px;
    z-index: 5;
    width: 45%;
}*/
.viewBtn,.viewButton{
    padding: 0 12px !important;
    text-transform: capitalize;
}
div#mytable_wrapper select.form-control.input-sm {
    height: auto;
    vertical-align: top;
    margin-top: 0;
}
/*Notes card*/
.cardNotes {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*width: 40%;*/
    border-radius: 5px;
}

.cardNotes:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cardNotes img {
    border-radius: 5px 5px 0 0;
}

.containerNotes {
    padding: 2px 16px;
}
.closeNotes {
    float: right;
    cursor: pointer;
}
/* status tab */
#tabBootstrap {
    margin-top: 20px;
}
.statusMain label {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.statusMain {
    margin-bottom: 20px;
}
.statusDropdown {
    margin-bottom: 20px;
}
.statusDropdown label {
    margin-right: 20px;
}
.statusNotes label {
    margin-bottom: 10px;
}
.statusMain select {
    background: #fff !important;
    height: 30px !important;
}
.messageHistory {
  font-size: 16px !important;
  font-weight: 400 !important;
}
#tabBootstrap .tab-content {
    background: #f7f7f7;
    padding: 15px;
}
.statusNotes textarea {
    background: #fff !important;
}
#tabBootstrap .cardNotes {
    background: #fff;
    padding-top: 10px;
}
#tabBootstrap ul {
    width: 100%;
    background: #e7e7e7;
    margin-bottom: 1em;
}
#tabBootstrap ul li {
    width: 33.33%;
    text-align: center;
}

#tabBootstrap ul li.active a {
    background: #0073aa;
    color: #fff;
    padding: 1em 0;
    border-radius: unset !important;
    margin-right: 0px !important;
    border: none !important;
}
#tabBootstrap ul li a {
    padding: 1em 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}
#tabBootstrap ul li a:hover {
    background: #0073aa;
    color: #fff;
    border: none !important;
    padding: 1em 0;
    border-radius: unset !important;
}
#tabBootstrap ul li a:focus {
    box-shadow: none !important;
    outline: none !important;
}
textarea[name="notes"] {
  background: #fff !important;
}
.statusNotesHistory {
    margin-top: 45px;
}
#complaintsSinlglePage {
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background: #f7f7f7;
}
.detailsClass {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}
table#grievanceTypestable td {
    width: auto !important;
}
/*=============== STAFF MANAGEMENT PAGE ===========*/
.letterStyles {
    background: #0073aa;
    margin: 5px;
    padding: 10px 13px;
    color: #fff;
    border-radius: 50%;
}
td.grievanceTypegrievance {
    text-align: center;
}
input.hideCheckbox {
    display: none;
}
table#grievanceTypestable th {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px;
}
tbody.grievanceTypetablebody .btn {
    text-transform: capitalize;
    font-size: 14px;
    line-height: initial;
}
input#search {
    margin-bottom: 10px;
    float: right;
}
.pager li>a, .pager li>span {
  border-radius: 0 !important;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.checkBoxChecking {
    margin-bottom: 20px;
}
/*=========== hide complaint dashboard menu ==============*/
/*#toplevel_page_grievance_control_menu > ul > li.wp-first-item {
    display: none;
}*/
/*=============== SETTING PAGE===============*/
.checkboxShowpassword span {
    font-size: 12px;
    font-weight: 500;
    top: 4px;
    position: relative;
    left: 5px;
}

.containerNotes {
    margin-bottom: 20px;
}

.saveNote {
  margin-bottom: 10px !important;
}
.imageEmailTemplate img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.delEmailLogo {
    float: right;
    cursor: pointer;
}
/*Dashboard CSS*/
#dashboard_row a {
    display: block;
}
.grievanceStatusTable td > a {
    color: inherit;
}
.grievanceStatusTable td > a:hover {
    text-decoration: none;
    color: #3A69B8;
}
tbody.grievanceStatusTable {
    display: block;
    max-height: 370px;
    overflow:overlay;
    width: 100%;
}
#grievanceTypeCounts tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.grievanceStatusTable::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.grievanceStatusTable::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}
.grievanceStatusTable::-webkit-scrollbar-thumb
{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #337ab7;
}

#messageComplaintant::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#messageComplaintant::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

#messageComplaintant::-webkit-scrollbar-thumb
{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #337ab7;
}

#print_complaints{
  display: none;
}

 div#messageComplaintant {
    max-height: 120px;
    overflow: overlay;
}
tbody > tr > td:nth-child(3) {
    text-transform: capitalize;
}
/*=========== PRINT COMPLAINTS PAGE ============*/
 @media print {
    /*@page {
      size: landscape;
    }*/

    body {
    -webkit-print-color-adjust: exact !important;
    }

    .table td,
    .table th {
            background-color: inherit !important;
    }

    .table-striped {
            background-color: #dedede !important;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
    }

    #mytable_wrapper > div:nth-child(1) {
      display: none;
    }
    #mytable th, td {
     text-align: left;
    }
    #print_complaints{
    display: block;
    }

    #complaint_div{
      display:none;
    }
    #order_table > div.pull-right {
      display: none;
    }
    p.datePrint {
      display: none !important;
    }
    /*#mytable > thead > tr:nth-child(1) {
      display: none;
    }
    #mytable_wrapper > div:nth-child(3) > div.col-sm-5 {
      display: none;
    } */
 }

div#grsRoleDropDown select.grsRoleDropDown {
  background-color: #fff !important;
}
/*Reports page*/
#reportsGrs {
    padding-right: 15px;
}
select[name=grievanceDept] {
    max-width: 100% !important;
}
div#setting-error-tgmpa {
    display: none;
}
    div#setting-error-fo {
    display: none;
}