﻿/*body {
    font-family: "Open Sans",open-sans,sans-serif;
    color: rgba(0,0,0,0.39);
}*/

/*table.table-bordered {
    border: 2px solid #edf1f7;
}*/

/*.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}*/

/**********
    Header Responsive
**********/
.admin-drop {
  padding: 0px;
}

.admin-drop li a {
  padding: 5px 20px;
}

.account-drop {
  padding: 0px;
}

.account-drop li a {
  padding: 10px 20px;
}

.account-drop li a:first-child {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .nav-media {
    width: 100%;
    background: white;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
  }

  .navbar-nav > li {
    float: none;
  }

  .nav-mid > li > a {
    line-height: 30px;
    padding-left: 45px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #232222;
  }

  .navbar-inverse .navbar-toggle .icon-bar:hover,
  .navbar-inverse .navbar-toggle .icon-bar:focus {
    background-color: #232222;
  }

  .navbar-right .dropdown-menu {
    right: auto;
  }
}

@media (max-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e5e5e5;
  }

  .navbar-nav .open .dropdown-menu {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .nav-rt-media {
    margin-right: 0px;
  }
}
/********
    container section
***********/
.container-bg {
  background: #fff;
}

#detailContainer {
  margin: 20px 0px;
}

/*******
    Model page
 ******/
.form-group-sm table thead tr td select {
  margin: 0px 10px 0px 0px;
}

.model-add-btn {
  padding: 0px 0px 10px 0px;
}

.pre-add-btn {
  margin: 2px 0px;
}

#detailContainer .page-header .page-buttons .btn-group .btn {
  margin-left: 10px;
}

#detailContainer .page-header .page-buttons {
  text-align: center;
}

.created-section label span {
  background: #f99393;
  color: white;
}

.created-section .input-group {
  padding: 0px 15px;
}
/*****
    Testing page
 ****/
.input-add-scroll {
  overflow-x: scroll;
}

.wtHider {
  width: auto !important;
}

.change-pw-form .form-group {
  overflow: hidden;
  margin-bottom: 25px;
}

.change-pw-form .form-group label {
  margin: 0px;
  padding: 7px 0px 7px 5px;
}

.pt25 {
  padding-top: 25px;
}

doc {
  display: none;
  visibility: hidden;
}

#noty_layout__topRight {
  top: 24%;
}

/*popup*/
#popover808722 {
  left: 203px;
}

#popover808722 > .arrow:after {
  bottom: -9px;
  left: -6px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 8px;
}

#popover808722 > .arrow {
  top: 50%;
  right: -1px;
  margin-top: -11px;
  border-left-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  left: -11px;
}

.popover {
  width: 100%;
}

.scroll-tbl {
  overflow-x: scroll;
}

.request-btn .btn {
  margin-top: 5px;
  border: 1px solid #008dcc;
  color: #008dcc;
}

.request-btn > .btn:nth-child(n + 2) {
  border-left: 1px solid #008dcc;
}

.page-buttons
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  /*border-top-right-radius: 3px;
    border-bottom-right-radius:3px;*/
}

.page-buttons .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.action-btn .btn {
  border: 1px solid #008dcc;
}

.btnCollapse span:after {
  font-family: FontAwesome, sans-serif;
  content: " \f107";
}

.btnCollapse[aria-expanded="true"] span:after {
  font-family: FontAwesome, sans-serif;
  content: " \f106";
}

.api-exicution tbody tr th {
  width: 40% !important;
}

.btnCollapse:visited,
.btnCollapse:active,
.btnCollapse:focus {
  color: red;
}

table thead tr th {
  text-transform: capitalize;
  font-weight: 400;
  color: #222b45;
}

.filter-border {
  border-bottom: 1px solid #eee;
  /*overflow: hidden;*/
  margin-bottom: 25px;
  border-radius: 5px;
}

.filter-btn .btn {
  margin-bottom: 15px;
  background: white;
  color: #008dcc;
  border: 1px solid #008dcc;
}

.filter-btn .btn .fa {
  vertical-align: middle;
  margin-right: 10px;
}

.bootstrap-select.form-control {
  border: 1px solid #ccc;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #222b45; /*#333*/
  /*background-color: rgba(25,85,137,0.07);*/ /*new*/
  outline: none; /*new*/
  border: 0px none !important; /*new*/
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  background-color: none;
  border: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder .page-header:hover {
  border: none;
  background-color: none;
}

.bootstrap-select .dropdown-toggle {
  margin: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  margin-top: 10px;
}

.mr5 {
  margin-right: 5px;
}

/* Datatable rows */

/*.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #EEF2F6;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}*/

.model-test-status {
  line-height: 26px !important;
  margin-left: -5px !important;
}

/*.table > tbody > tr > td {
    border: none;
    color: rgba(68,70,84,0.68);
    font-weight: bold;
} */

/*.table > thead > tr > th {
    border: none;
    margin:4px;
}*/

#tbRequest td:nth-last-child(2) {
  vertical-align: middle;
}

/*.box-tools .form-control {
    border-radius: 0;
    border: none;
    background-color: #eef2f6 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    color: rgba(0,0,0,0.6);
    padding-left: 15px;
    padding-right: 15px;
}*/

.btn-default {
  color: rgba(0, 0, 0, 0.39);
}

.box-tools .dropdown-toggle {
  border-radius: 0;
}

.box-tools .dropdown-toggle {
  padding: 5px 15px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #999;
}

.box-tools .rangeFilter {
  color: #999;
}

.box-tools .btn-resetfilter {
  margin-top: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 56px;
}

.box-tools .btn-applyfilter {
  margin-top: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 56px;
}

.box-tools .closeFilterSection {
  margin-bottom: -18px;
  margin-top: 20px;
}

.minus-square {
  float: right;
  height: 20px;
  width: 20px;
}

.check-square {
  float: right;
  height: 20px;
  width: 20px;
}

.navbar-nav > li > .dropdown-menu {
  margin-right: 15px;
}

/*.requestDetailHeader {
    color: #A9A9A9;
    display:inline-block;
}*/

.arrow-left {
  height: 14px;
  width: 14px;
}

.arrow-right {
  height: 14px;
  width: 14px;
}

.btn-run-test {
  border-radius: 20px;
  background-color: #1aaae2;
  color: #ffffff !important;
  border: none;
  padding: 0.4em 1.3em 0.4666em;
  transition: all 0.3s;
  font-size: 14px;
  margin-right: 5px;
}

.btn-run-test:hover {
  background-color: #1799cb;
  color: #ffffff !important;
}

.dashboardCalls1 {
  padding-left: 0;
  padding-right: 10px;
}

.dashboardCalls2 {
  padding-left: 5px;
  padding-right: 5px;
}

.dashboardCalls3 {
  padding-left: 10px;
  padding-right: 0;
}

.dashboardCallsBoxContent {
  margin-left: 0;
  box-shadow: none;
}

.dashboardCallsCount {
  font-size: 30px;
  font-weight: 500;
}

/*.dashboardCallsLabel {
    padding: 35px 0 0 0;
    color: #222b45;
    font-size: 17px;
    font-weight: 600;
}

.dashboardChartHeader {
    color: #222b45;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
*/
#tbHome {
  margin: 0 !important;
}

#tbHome_wrapper > .row > .col-sm-12 {
  padding: 0;
}

#tbHome > thead > tr:first-child > th {
  background-color: transparent;
}

table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Jira-inspired Datatable styling */
.dataTables_wrapper {
  background: #ffffff;
  border: 1px solid #e6ebf1;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(9, 30, 66, 0.12);
  padding: 8px 8px 0 8px;
}

.table.datatable,
table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  color: #091e42;
}

.table.datatable thead th,
table.dataTable thead th {
  background: linear-gradient(180deg, #f7f8f9 0%, #f4f5f7 100%);
  color: #172b4d;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 14px;
  border-bottom: 0.5px solid #c3c7cf;
  border-right: 0.5px solid #c3c7cf;
  letter-spacing: 0.01em;
}

.table.datatable thead th:first-child,
table.dataTable thead th:first-child {
  border-top-left-radius: 8px;
}

.table.datatable thead th:last-child,
table.dataTable thead th:last-child {
  border-top-right-radius: 8px;
  border-right: 0;
}

.table.datatable tbody td,
table.dataTable tbody td {
  font-size: 13px;
  padding: 11px 14px;
  line-height: 20px;
  border-bottom: 0.5px solid #c3c7cf !important;
  border-right: 0.5px solid #c3c7cf !important;
  background: #ffffff !important;
}

.table.datatable tbody tr:last-child td,
table.dataTable tbody tr:last-child td {
  border-bottom: 0;
}

.table.datatable tbody tr:nth-child(odd) td,
.table.datatable tbody tr:nth-child(even) td,
table.dataTable tbody tr:nth-child(odd) td,
table.dataTable tbody tr:nth-child(even) td,
.table.datatable tbody tr td,
table.dataTable tbody tr td {
  background: #ffffff !important;
}

/* Kill any inherited striping */
.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(even) > td,
.table.table-striped > tbody > tr:nth-of-type(odd) > td,
.table.table-striped > tbody > tr:nth-of-type(even) > td {
  background-color: #ffffff !important;
}

/* Datatables stripe overrides */
table.dataTable.stripe > tbody > tr.odd,
table.dataTable.display > tbody > tr.odd,
table.dataTable.stripe > tbody > tr.even,
table.dataTable.display > tbody > tr.even,
table.dataTable.stripe > tbody > tr,
table.dataTable.display > tbody > tr {
  background-color: #ffffff !important;
}

/* Hover: keep lines grey, only tint background */
.table.datatable tbody tr:hover,
table.dataTable tbody tr:hover {
  background-color: #e7f1ff !important;
}

.table.datatable tbody tr:hover td,
table.dataTable tbody tr:hover td {
  background-color: #e7f1ff !important;
  border-color: #c3c7cf !important;
}

.table.datatable tbody tr:hover td,
table.dataTable tbody tr:hover td {
  background: #e7f1ff;
}

.table.datatable tbody tr.selected td,
table.dataTable tbody tr.selected td {
  background: #e0ecff;
  box-shadow: inset 3px 0 0 #4c9aff;
  color: #0c3b8c;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  padding: 6px 10px;
  box-shadow: inset 0 1px 2px rgba(9, 30, 66, 0.08);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-bottom: 8px;
}

.button-plus {
  height: 14px;
  width: 14px;
  margin-right: 10px;
  display: inline-block;
}

/*.dashboardMetrics {
    padding: 30px;   
    height: 150px;
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #FFF;
}*/

.navbar {
  margin-bottom: 0;
}

.container {
  width: auto;
  padding: 0;
}

.margin-right-20 {
  margin-right: 20px;
}

.display-flex {
  display: flex;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-30 {
  padding-right: 30px;
}

/*.height-auto {
    height: auto;
}*/

.padding-0 {
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.border-none {
  border: none;
}

.padding-30 {
  padding: 30px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.actions-title {
  margin-left: 30px;
  color: #1aaae2;
  font-size: 24px;
  font-weight: 600;
}

.padding-left-20 {
  padding-left: 20px;
}

.line-height-15 {
  line-height: 15px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.btn:hover {
  color: #ffffff;
}

#dashboardSection2 .btn:hover {
  background-color: rgb(56, 165, 177);
}

.btn-filter:hover {
  color: inherit;
}

.tdCreateRequest {
  text-align: right;
  padding-right: 0;
}

.apiMethodsTitle {
  color: #1aaae2;
  font-size: 24px;
  font-weight: 600;
}

.btn-more:hover {
  color: red;
}

.padding-left-30 {
  padding-left: 30px;
}

/*.divPageControl .dropdown-toggle {
    background-color: #E6EBF2 !important;
    outline: none;
    border: 0px none !important;
    padding: 5px 15px;
}*/

.divPageControl .form-control {
  border-radius: 0;
  outline: none;
  border: 0px none !important;
  padding: 5px 15px;
  box-shadow: none !important;
}

textarea {
  resize: none;
  border: 0px none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:hover {
  color: inherit !important;
}

.model-type-header {
  color: #222b45;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}

.model-type-section {
  background-color: rgba(25, 85, 137, 0.07);
  padding: 20px 15px 20px 15px;
  cursor: pointer;
}

.model-type-section,
.model-type-sub-section > span {
  color: #222b45;
  font-weight: 500;
}

.model-type-arrow {
  height: 14px;
  width: 14px;
  float: right;
  transform: scaleY(-1);
}

.model-type-sub-section {
  background-color: rgba(25, 85, 137, 0.07);
  padding: 20px 15px 20px 15px;
  cursor: pointer;
  margin-top: 1px;
}

.excel-vba-tag {
  color: #ffffff;
  border-radius: 6px;
  background-color: #6d8da0;
  float: right;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.excel-tag {
  color: #ffffff;
  border-radius: 6px;
  background-color: #2e7d31;
  float: right;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.web-service-tag {
  color: #ffffff;
  border-radius: 6px;
  background-color: #000000;
  float: right;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.sql-tag {
  color: #ffffff;
  border-radius: 6px;
  background-color: #3399db;
  float: right;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.python-tag {
  color: #ffffff;
  border-radius: 6px;
  background-color: #fed847;
  float: right;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.composite-tag {
  color: #ffffff;
  border-radius: 6px;
  background-color: #1aaae2;
  float: right;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.tooltip-inner {
  text-align: left;
}

/* CSS classes for bootstrap checkbox */
.checkboxCreateApi input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkboxCreateApi .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f6f6f6;
  margin-left: 15px;
  border-radius: 0;
  padding: 27px;
  cursor: pointer;
}

/* When the checkbox is checked, add a green background */
.checkboxCreateApi input:checked ~ .checkmark {
  background-color: #bcdc98;
}

/* Style the checkmark indicator before checkbox is checked */
.checkboxCreateApi .checkmark:after {
  width: 13px;
  height: 25px;
  border: solid #d9d9d9;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 20px;
  right: 20px;
  top: 10px;
}

/* Style the checkmark indicator after checkbox is checked */
.checkboxCreateApi input:checked ~ .checkmark:after {
  width: 13px;
  height: 25px;
  border: solid #7abe2f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 20px;
  right: 20px;
  top: 10px;
}

.checkboxCreateApi input ~ .checkmark {
  background-color: #e6ebf2;
}

.checkboxCreateApi input ~ .checkmark:after {
  display: block;
}

.test-set-source-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
}

.test-set-source-image {
  height: 60px;
  width: 60px;
}

.test-set-source-parent {
  margin-top: 220px;
  margin-bottom: 220px;
}

.padding-10 {
  padding: 10px;
}

.test-set-source-child {
  height: 179px;
  width: 204px;
  background-color: #dae6e7;
  border-radius: 15px;
  text-align: center;
  padding-top: 35px;
  cursor: pointer;
}

.test-set-source-child:hover {
  background-color: #bcdc98;
}

.htCore {
  width: 100% !important;
}

.wtSpreader {
  width: 100% !important;
}

.regressionTestTable {
  border: none !important;
  border-radius: 0 !important;
}

.regressionTestTable > tbody > tr {
  border-bottom: 1px solid white;
}

.regressionTestTable > tbody > tr > th {
  padding: 15px;
  background-color: #dee3e8;
  color: rgba(76, 77, 80, 0.89);
  border: none;
  border-radius: 0 !important;
  font-weight: bold;
  width: 30%;
}

.regressionTestTable > tbody > tr > td {
  padding: 15px;
  background-color: #eef2f6;
  color: rgba(68, 70, 84, 0.7);
  border: none;
  border-radius: 0 !important;
}

/*.requestInfoTable > tbody > tr > th {
    background-color: #DCDCDC;
    font-weight: 600;
    color: rgba(76,77,80,0.89);
}*/

.div-version-selection-control > div {
  background-color: #fff;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 30%;
  position: relative;
  padding: 25px;
  text-align: left;
  margin-bottom: 0;
}

.div-version-selection-control {
  background: rgba(216, 216, 216, 0.77);
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.close-version-selection-control {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: 25px;
  text-align: center;
  height: 23px;
  width: 64px;
  border-radius: 11.5px;
  background-color: #ca5555;
  color: white;
  padding: 1px;
}

.label-version-selection-control {
  margin-bottom: 10px !important;
}

.span-version-selection-control {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.button-version-selection-control {
  width: 100%;
  margin-top: 10px;
  height: 56px;
  padding: 20px;
  text-transform: capitalize;
}

.button-edit-preview-template {
  background-color: #8ca3ae !important;
}

.button-edit-preview-template:hover {
  background-color: #56646b !important;
}

.popover-content {
  padding: 0;
}

.popover {
  width: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  z-index: unset;
}

.popover.top {
  margin-top: -15px;
}

.popover.top > .arrow {
  bottom: -10px;
}

.popover-warning {
  background-color: rgb(251, 247, 226);
  border: 1px solid #8a6d3b;
  padding: 2px 5px 2px 5px;
}

.popover-warning-arrow {
  border-top-color: #8a6d3b !important;
}

.popover-warning-arrow:after {
  border-top-color: #8a6d3b !important;
}

.popover-warning > a {
  color: #8a6d3b;
}

.popover-danger {
  background-color: rgba(208, 2, 27, 0.15);
  border: 1px solid #d0021b;
  padding: 2px 5px 2px 5px;
}

.popover-danger-arrow {
  border-top-color: #d0021b !important;
}

.popover-danger-arrow:after {
  border-top-color: #d0021b !important;
}

.popover-danger > a {
  color: #d0021b;
}

.popover-success {
  background-color: rgba(122, 190, 47, 0.26);
  border: 1px solid #7abe2f;
  padding: 2px 5px 2px 5px;
}

.popover-success-arrow {
  border-top-color: #7abe2f !important;
}

.popover-success-arrow:after {
  border-top-color: #7abe2f !important;
}

.popover-success > a {
  color: #7abe2f;
}

.form-group-sm .form-control {
  border-radius: 0;
}

.popper-help-data {
  background-color: #1aaae2;
  color: white;
  padding: 5px;
  font-size: 15px;
}

.export-mode .checkmark:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(79, 196, 209, 0.6);
}

.model-type-markupheader {
  color: rgba(70, 70, 70, 0.46);
  font-size: 24px;
  font-weight: 600;
}

#previewContainer {
  background: #ffffff;
  margin: 20px -30px;
  padding: 0px 30px 30px;
}

#previewContainer {
  margin: 75px 0px;
}

#previewContainer .page-header .page-buttons .btn-group .btn {
  margin-right: 10px;
}

#previewContainer .page-header .page-buttons {
  text-align: center;
}

.btnClearFilters {
  border-radius: 4px;
  font-size: 13px;
  margin-left: 15px;
  background-color: #ff5f72;
}

.btnClearApiMethodFilters {
  border-radius: 4px;
  font-size: 13px;
  margin-left: 15px;
  background-color: #ff5f72;
}

.tooltip-popover {
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  background-color: black;
  color: white;
  z-index: 20000;
  word-break: break-word;
}

.tooltip-popover > .arrow {
  border-right-color: black !important;
  border-left-color: black !important;
}

.tooltip-popover > .arrow:after {
  border-right-color: inherit !important;
  border-left-color: black !important;
}

.close-tooltip-popover {
  margin-top: -22px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  background-color: #ff5f72;
  width: 25px;
}

.div-tooltip-introduction > div {
  background-color: #fff;
  display: inline-block;
  height: auto;
  vertical-align: bottom;
  width: 25%;
  position: relative;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.div-tooltip-introduction {
  background: rgba(216, 216, 216, 0.4);
  height: 100%;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.close-tooltip-introduction {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 25px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  background-color: #ff5f72;
  color: white;
  padding: 5px;
}

.button-tooltip-introduction {
  padding: 0 10px 0 10px;
  margin: 0;
  height: 40px !important;
  border-radius: 5px;
}

.tooltip-count {
  background-color: #1aaae2;
  color: white;
  border-radius: 12px;
  padding: 1px 10px 1px 10px;
}

.pagination > li > a,
.pagination > li > span {
  color: #1aaae2;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #1aaae2;
}

#tbCall .bootstrap-select {
  height: auto !important;
}

.tooltip-popover .arrow {
  top: 18% !important;
}

/*Help information button*/

.label-container {
  position: fixed;
  bottom: 1%;
  right: 70px;
  display: table;
  visibility: hidden;
  z-index: 9999;
}

.label-text {
  color: #fff;
  background: black;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: black;
}

.float {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 1%;
  right: 30px;
  background-color: #1aaae2;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
}

.my-float {
  font-size: 25px;
  margin-top: 5px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

/*Help information button*/

/*Disabled model type*/

.disabled-model-type {
  cursor: not-allowed;
  opacity: 0.5;
}

/*Disabled model type*/

/*Breadcrumb title*/

.breadcrumb-title {
  color: rgba(76, 77, 80, 0.89);
  font-size: 14px;
}

/*Breadcrumb title*/

#selectTenantDropdown {
  height: auto;
  max-height: 450px;
  overflow-y: scroll;
}

#selectTenantDropdown::-webkit-scrollbar {
  width: 6px;
}

#selectTenantDropdown::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 10px;
}

#selectTenantDropdown::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}

#selectTenantDropdown::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

/*Datatable page length menu*/

div.dataTables_wrapper div.dataTables_length select {
  width: auto !important;
  padding: 0 10px 0 10px !important;
}

.dt-length {
  position: relative;
  min-height: 1px;
  float: left;
  width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dt-input {
  width: 64px;
}
.dt-info {
  padding-left: 30%;
  padding-top: 8px;
  width: 50%;
}
.dt-paging {
}

#tbExecution_length {
  float: left;
}

#tbExecution_length select {
  background: white;
  border: 1px solid #ddd;
}

.epislon-li {
  border-bottom: 1px solid #ccc;
}

.epislon-li:last-child {
  border-bottom: 0;
}

.epislon-li:hover,
.epislon-li:focus {
  background-color: #f5f5f5;
}

.modal-header {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

.noty_layout {
  z-index: 99999999999;
}

/* New changes */

.height-auto {
  height: auto;
  border: 1px solid #edf1f7;
}

.requestInfoTable > tbody > tr > th {
  background-color: #dcdcdc;
  font-weight: 600;
  font-size: 15px;
  color: #222b45;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped > tbody > tr:hover {
  background-color: #f5f4f4;
}

.dashboardCallsLabel {
  color: #222b45;
  font-size: 15px;
  font-weight: 400;
}

.dashboardChartHeader {
  color: #222b45;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.dashboardCallsBoxContent .table > tbody > tr > td {
  color: #222b45;
  border: 1px solid #f8f8ff;
}

.table > thead {
  font-weight: 600;
  font-size: 15px;
  color: #222b45;
}

.table {
  color: #222b45;
}

.table.table-bordered {
  margin: 3px;
  border: 1px solid #d6e6f2;
}

.requestDetailHeader {
  color: #222b45;
  display: inline-block;
}

.dashboardMetrics {
  padding: 30px;
  height: 150px;
  -webkit-box-shadow: none;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1px solid #e4e9f2;
}

.box-tools .form-control {
  border-radius: 0;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  color: #222b45;
  padding-left: 15px;
  padding-right: 15px;
}
.divPageControl .dropdown-toggle {
  outline: none;
  border: 0px none !important;
  padding: 5px 15px;
}
