a.nav-link.hidden {
  display:none !important;
}

.vis-item.red {
          color: white !important;
          background-color: #EC407A !important;
          border:1px solid #EC407A !important;
          text-align: center;
        }

.vis-item.blue {
          color: white !important;
          background-color: #03A9F4 !important;
          border:1px solid #03A9F4 !important;
          text-align: center;
        }

        .vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right {
          border-bottom:1px solid #EEE !important;
        }

.vis-timeline {
  display:block;
  margin-top:20px !important;
  margin-bottom:20px !important;
  border:1px solid #EEE !important;
}
#timeline-container {
  padding:0 20px 0 20px;
}

.react-grid-container {
  width:auto !important;
}

.mdc-dialog-scroll-lock .app-header.navbar {
  z-index: 1;
}

.rt-table .btn {
  color:#000;
}

/* React pagination table */

.react-pagination-table {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    margin: auto;
}

.react-pagination-table .sub-title {
    float: right;
}

.react-pagination-table .title,
.react-pagination-table .sub-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight:100;
    padding: 20px 20px 10px;
}

.react-pagination-table .box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.react-pagination-table .table-header {
    background: #e8e8e8;
}

.react-pagination-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.react-pagination-table .table>tbody>tr>td{
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.pagination-status {
    float: right;
}

.pagination-status li {
    display: inline;
    cursor: pointer;
}

.pagination-status>li:first-child>a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-status>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-status>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-status>li>a:hover {
    border-color: #337ab7;
    background: #337ab7;
    color: #eee
}

.pagination-status>.active>a,
.pagination-status>.active>a:focus,
.pagination-status>.active>a:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* React Bootstrap Table*/
.react-bs-table .react-bs-container-header .sort-column,
td.react-bs-table-expand-cell {
    cursor: pointer
}

.react-bs-table-pagination .caret {
  border-top:0;
}

.react-bs-table-container .react-bs-table-search-form {
    margin-bottom: 0
}

.react-bs-table-bordered {
    border: 1px solid #ddd;
}

.react-bs-table table {
    margin-bottom: 0;
    table-layout: fixed
}

.react-bs-table table td,
.react-bs-table table th {
    overflow: hidden;
    text-overflow: ellipsis
}

.react-bs-table-pagination {
    margin-top: 10px
}

.react-bs-table-tool-bar {
    margin-bottom: 5px
}

.react-bs-container-header {
    overflow: hidden;
    width: 100%
}

.react-bs-container-body {
    overflow: auto;
    width: 100%
}

.react-bootstrap-table-page-btns-ul {
    float: right;
    margin-top: 0
}

.react-bs-table .table-bordered {
    border: 0;
    outline: 0!important
}

.react-bs-table .table-bordered>thead>tr>td,
.react-bs-table .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.react-bs-table .table-bordered>tbody>tr>td {
    outline: 0!important
}

.react-bs-table .table-bordered>tbody>tr>td.default-focus-cell {
    outline: #6495ed solid 3px!important;
    outline-offset: -1px
}

.react-bs-table .table-bordered>tfoot>tr>td,
.react-bs-table .table-bordered>tfoot>tr>th {
    border-top-width: 2px;
    border-bottom-width: 0
}

.react-bs-table .table-bordered>tbody>tr>td:first-child,
.react-bs-table .table-bordered>tbody>tr>th:first-child,
.react-bs-table .table-bordered>tfoot>tr>td:first-child,
.react-bs-table .table-bordered>tfoot>tr>th:first-child,
.react-bs-table .table-bordered>thead>tr>td:first-child,
.react-bs-table .table-bordered>thead>tr>th:first-child {
    border-left-width: 0
}

.react-bs-table .table-bordered>tbody>tr>td:last-child,
.react-bs-table .table-bordered>tbody>tr>th:last-child,
.react-bs-table .table-bordered>tfoot>tr>td:last-child,
.react-bs-table .table-bordered>tfoot>tr>th:last-child,
.react-bs-table .table-bordered>thead>tr>td:last-child,
.react-bs-table .table-bordered>thead>tr>th:last-child {
    border-right-width: 0
}

.react-bs-table .table-bordered>thead>tr:first-child>td,
.react-bs-table .table-bordered>thead>tr:first-child>th {
    border-top-width: 0
}

.react-bs-table .table-bordered>tfoot>tr:last-child>td,
.react-bs-table .table-bordered>tfoot>tr:last-child>th {
    border-bottom-width: 0
}

.react-bs-table .react-bs-container-header>table>thead>tr>th {
    vertical-align: middle
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .filter {
    font-weight: 400
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .filter::-webkit-input-placeholder,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,
.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter option[value=''],
.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected {
    color: #d3d3d3;
    font-style: italic
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']) {
    color: initial;
    font-style: initial
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter {
    display: flex
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-input,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input {
    margin-left: 5px;
    float: left;
    width: calc(100% - 67px - 5px)
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-comparator,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-comparator {
    width: 67px;
    float: left
}

.react-bs-container .textarea-save-btn {
    position: absolute;
    z-index: 100;
    right: 0;
    top: -21px
}

.react-bs-table-no-data {
    text-align: center
}

.ReactModal__Overlay {
    -webkit-perspective: 600;
    perspective: 600;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 101
}

.ReactModal__Overlay--after-open {
    opacity: 1;
    transition: opacity 150ms ease-out
}

.ReactModal__Content {
    -webkit-transform: scale(.5) rotateX(-30deg);
    transform: scale(.5) rotateX(-30deg)
}

.ReactModal__Content--after-open {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
    transition: all 150ms ease-in
}

.ReactModal__Overlay--before-close {
    opacity: 0
}

.ReactModal__Content--before-close {
    -webkit-transform: scale(.5) rotateX(30deg);
    transform: scale(.5) rotateX(30deg);
    transition: all 150ms ease-in
}

.ReactModal__Content.modal-dialog {
    border: none;
    background-color: transparent
}

.animated {
    animation-fill-mode: both
}

.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

.animated.shake {
    animation-duration: .3s
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    50%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    30%,
    70% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

.progressbar {
  width:20%;
}

/* Table Styles */
.table>tbody>tr>td {
  padding:5px !important;
}

.react-bs-table-container table {
  font-size: 0.9em;
}

.mat_id {
  display:block;
  overflow:none;
  font-size:0.75em;
  word-wrap: break-word;
}


#fixed-toolbar {
  position: fixed;
  z-index: 200;
  top: 65px;
  left: 0px;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 52px;
  text-align: right;
  padding-right:30px;
}

#cmpp-content {
  margin-top:90px;
}

#task-detail {
  margin-top:20px;
}

#fixed-toolbar span {
  color:#737373;
  font-style: italic;
  font-size:0.9em;
}

#details-page {
  display: block;
  margin-top: 80px;
}

.tasks-detail-head {
    background: #fafafa;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 15px;
    margin-top:10px;
}

.tasks-detail-head .item {
  margin-bottom:10px;
  display:block;
}

.tasks-detail-head span {
  color:#737373;
  display:block;
  margin-left:10px;
}

#task-status {
  text-align:right;
  display:block;
  width:180px;
  float:right;
}

#task-extras,
#task-timeline {
  display:block;
  margin-top:50px;
}
.aside-menu ul li .nav-link {
  margin-right:0;
  margin-left:0;
  background:#FFF;
}

.aside-menu ul li .nav-link.active {
  background:#ECECEC;
}

.cmpp_pagination button,
.cmpp_pagination
.nav-link {
  cursor: hand;
  color: var(--charcoal);
  background-color: var(--lightgrey);
  min-height: 30px;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  font: inherit;
  outline: none;
  width: 30px;
  display: inline-block;
}

.cmpp_pagination .button.active,
.cmpp_pagination button:hover,
.cmpp_pagination .pagination-active,
.pagination-bottom .cmpp_pagination .nav-link:hover,
.pagination-bottom .cmpp_pagination .nav-link:focus,
.pagination-bottom .cmpp_pagination .nav-link:active {
    color: white;
    background-color: var(--salmon);
}

button:focus {
  outline:0;
}


.cmpp-pagination ul li a {
  background:#ECECEC;
  color:#333;
  padding:10px 15px;
}

.pagination-bottom {
  margin-top: 10px;
  padding:10px 0 10px 0;
}

.pagination-bottom .cmpp_pagination .nav-link {
  width:100px;
  border-radius:5px;
}

.pagination-bottom .cmpp_pagination .nav-link[disabled],
.pagination-bottom .cmpp_pagination .nav-link[disabled]:hover {
  background-color: var(--lightgrey);
  color: var(--charcoal);
  opacity: 0.4;
  cursor: not-allowed !important;
}

.cmpp_pagination button {
  border-radius:5px;
  margin-bottom: 5px;
}

.mdc-dialog__footer__button.danger {
  background:#ff4081;
  color:#FFF;
}

.mdc-button.mdc-button--compact.success,
.mdc-button--accent.mdc-button--raised.success {
  background:#4CAF50;
  color:#FFF;
}

.col-md-12.section {
  padding-top:20px;
}

/* QC result*/

.qcWrapper {
  padding:10px;
}

.qc {
  display:block;
  width:100%;
  clear:both;
  border:1px solid #DDD;
  padding:5px;
}
.qc.report {
  text-align: center;
}

.qcLabel,
.qcResult {
  width: 40%;
  float: left;
}

.qcReport  {
  width: 15%;
  float: left;
}

.qcResult {
  font-weight: bold;
}

.qcResult.Pass,
.qcResult.Passed
 {
  color:green;
}

.qcResult.Fail,
.qcResult.Failed
 {
  color:red;
}

.qcResult.Warn {
  color:orange;
}

.btn {
  color:#333;
}

.app-header.navbar .nav-item button {
  border-radius:0 !important;
}

.rt-thead.-filters  {
  padding-top:10px;
}

.cmpp_pagination .nav-link {
  cursor:pointer !important;
}

li.theme {
  min-width:130px;
}

li.theme .react-switch {
  position:relative;
  top:7px;
}

header .dropdown-menu.dropdown-menu-right {
  margin-top:50px;
}

.app-header.navbar .dropdown-menu {
  min-width:400px !important;
}

.timecodes-tab-content {
  padding:30px;
}

.timecode-title {
  cursor: pointer;
  margin-top: 32px;
  text-transform: capitalize;
}

.timecode-title:first-of-type {
  margin-top: 0;
}

.timecode-title .icon {
  font-size: 16px;
  border: 1px solid #bc0455;
  padding: 2px 4px;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.timecode-btn {
  position: relative;
  margin: 15px 20px 0 0;
}

.timecode-btn .fa {
  position: absolute;
  right: 16px;
  top: 9px;
}

.timecodes-tab-content .ReactTable {
  border:1px solid #DDD;
  margin-bottom:30px;
}

.timecodes-tab-content .annotations_actions {
  padding:5px 0 0 0;
}

.timecodes-tab-content .annotations_actions .fa-play-circle {
  cursor:pointer;
}

.timecodes-tab-content .annotations_actions .fa-play-circle:hover {
  color: var(--red);
}

.timecodes-tab-content .playback-item__btn {
  cursor:pointer;
  font-size:22px;
}

.mdc-dialog {
  overflow: auto;
  padding: 25px;
  align-items: normal;
}

.mdc-dialog__surface {
  margin: auto;
}

.circle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: auto;
}

.circle.circle--green {
  background: #4CAF50;
}

.circle.circle--red {
  background: #F44336;
}

.circle.circle--orange {
  background: #f47c36;
}

@media (max-width: 768px) {
  .app-header .btn-group {
    height: 93%;
  }
  
  .app-header.navbar .nav-item {
    height: 93%;
  }
  
  .app-header.navbar .navbar-brand {
    min-width: 163px;
  }
  
  .nav {
    flex-wrap: nowrap;
  }
}
.circle.circle--blue {
  background: #337ab7;
}

.circle.circle--black {
  background: #000;
}

.circle.circle--white {
  background: #fff;
}

.closeDialog {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12pt;
}

.text-muted > button {
  background: transparent;
  border: none;
  text-decoration: none;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.dialog-footer .btn {
  color: #222;
}


.MuiSvgIcon-root {
  font-size: 20px !important;
}

.edit-dialog__body input:focus {
  border: none;
  box-shadow: none;
}
