main > .container {
    padding: 70px 0 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #2F8F9D;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #2F8F9D;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.text-muted {
	color: #a8bccc !important;
}

.form-text {
	margin-top: 0;
}

input::placeholder {
	color: #a4bbbd !important;
	font-size: 90%;
}

table {
	background-color: #ccf0ee;
}

.table {
	--bs-table-bg: #fff;
}

.table-bordered thead th, .table-bordered td {
	border-color: #d1edec;
	border: 1px solid;
}

.table thead th {
	color: #2F8F9D;
	vertical-align: middle;
}

.table td {
	color: #083b42;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 89%;
	height: 36px;
	border-color: #B3E8E5 !important;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.table td:last-child {
	border-right: 1px solid;
}

.table tr:nth-child(2n) {
	background: #d1edec !important;
}

.bg-mm {
	background-color: #2F8F9D !important;
}
.bg-mm-2 {
	background-color: #3BACB6 !important;
}

.bg-mm-3 {
	background-color: #82DBD8 !important;
}

.bg-mm-4 {
	background-color: #B3E8E5 !important;
}

.bg-mm-5 {
	background-color: #d1edec !important;
}

.bg-mm-6 {
	background-color: #B7D0CC !important;
}

.cc-mm-3 {
	color: #82DBD8 !important;
}
.cc-mm-2 {
	color: #3BACB6 !important;
}
.cc-mm {
	color: #2F8F9D !important;
}

.btn-sort {
	padding: 0;
	margin: 0;
	font-size: 75%;
	color: #82DBD8;
}

.btn-sort.active {
	color: #2F8F9D;
}

.col-form-label {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom : 0;
}

.form-group {
	margin-bottom: 0;
}

.form-control {
	margin-bottom: 0;
}

.btn-rsm, .btn-group-rsm > .btn {
	padding: 0;
	font-size: 77%;
	border-radius: 5px;
	margin-right: 1px;
	display: flex;

	pointer-events: all !important;
	cursor: default !important;
	line-height: 1.20 !important;

}

.control.is-valid {
	border-color: inherit;
	background-image: none;
	padding-right: none;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: inherit;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

.select2-selection.select2-selection--multiple {
	height: 65px;
	overflow: hidden;
}

.at-container {
	font-size: 115%;
}

.wrapping {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.grid-view-pickers {
	width: 1350px;
	margin: auto;
}

.grid-view-ops {
	width: 1100px;
	margin: auto;
}

.grid-view-queue-stats {
	width: 1000px;
	margin: auto;
}

.btn-rate {
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;

}

.btn-rate:last-child {
	margin-right: 3px;
}
.btn-rate:first-child {
	margin-left: 3px;
}

.rate-on {
	color: #fce103;
	opacity: 1;
}

.rate-off {
	color: #595858;
	opacity: 0.3;
}

.screen-fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}

.pop-up {
	position: relative;
	top: 40%;
	margin: 0 auto;
	width: 1800px;
	height: 301px;
}

.pop-up-snd {
	position: relative;
	width: 385px;
	height: 110px;
	top: 45%;
	margin: 0 auto;
}

.rate-header-cell {
	width: 120px;
	height: 100px;
	padding: 0;
	border: 1px solid #2F8F9D;
	margin: 0;
	white-space: normal;
	text-align: center;
	overflow: hidden;
}

.rate-top-header-cell {
	border: 1px solid #2F8F9D;
	padding: 5px;
	margin: 0;
	height: 40px;
	text-align: center;
}

.rate-cell {
	width: 120px;
	height: 70px;
	text-align: center;
	border: 1px solid #2F8F9D;
	padding: 20px;
}

.btn-close {
	background: transperent;
	border: 1px solid #2F8F9D;
	border-radius: 0;
}

.gg-check {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1.35);
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}
.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}


.select2-search__field {
	width: 100%;
}

.select2-container--bootstrap .selection .select2-selection {
	border-radius: 0.375rem !important;
}

thead, tbody, tfoot, tr, td, th {
	border-color: #d1edec;
}

.table thead th {
	color: #2F8F9D;
	vertical-align: middle;
	border-color: #d1edec;

  }

/* .field-cdrparms-queues {
	display: flex;
	flex-direction: column;
	flex-grow: 5;
} */

.qprt {
	height: 100px;
	border-bottom: 1px solid #2F8F9D;
}







#ctxmenu {
	position: fixed;
	background: ghostwhite;
	color: black;
	cursor: default;
	border: 1px black solid
  }

  #ctxmenu > p {
	padding: 0.4rem 1.3rem;
	margin: 0
  }
  
  #ctxmenu > p:hover {
	background: black;
	color: ghostwhite
  }

  .table-group-divider {
	border-top: calc(var(--bs-border-width) * 4) solid currentcolor;
  }

  .grid-view .table > tbody {
	border-top: calc(var(--bs-border-width) * 4) solid #B3E8E5;
  }

  .grid-view .table thead th {
	border-left: 2px solid #B3E8E5;
	text-align: center;
  }

  .grid-view .table thead td:first-child {
	border-left: 0;
  }
	
  .grid-view .table thead td {
	border-left: 2px solid #B3E8E5;
	text-align: center;
  }

  .grid-view .table thead th > a {
	color: #2F8F9D !important;
	text-decoration: none;
  }

  .grid-view .table thead th:first-child {
	border-left: 0;
  }

  .grid-view .pagination .page-link {
	color: #2F8F9D;
  }

  .grid-view > nav > .pagination > .active > .page-link {
	background-color: #2F8F9D !important;
	border-color: #2F8F9D !important;
	color: #fff !important;
  }

  .grid-view > .row > div > nav > .pagination > .active > .page-link {
	background-color: #2F8F9D !important;
	border-color: #2F8F9D !important;
	color: #fff !important;
  }

  /* .grid-view > table > tbody > tr > td { */
  table > tbody > tr > td {
	height: 38px;
  }

  .filters td {
	padding: 5px;
  }

  .grid-view-multiple-calls > table > thead > tr > th {
	padding: 7px 0;
  }

  .grid-view-multiple-calls > table > tbody > tr > td {
	height: auto;
	min-height: 58px;
	padding: 7px 3px;
  }

  .grid-view > table > tbody > tr > td > .btn-group > a {
	--bs-btn-color: #fff;
	--bs-btn-bg: #2F8F9D;
	--bs-btn-border-color: #2F8F9D;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #3BACB6;
	--bs-btn-hover-border-color: #3BACB6;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #2F8F9D;
	--bs-btn-active-border-color: #2F8F9D;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #82DBD8;
	--bs-btn-disabled-border-color: #82DBD8;
  }

  .grid-view > table > tbody > tr > td > .btn-group > button {
	--bs-btn-color: #fff;
	--bs-btn-bg: #2F8F9D;
	--bs-btn-border-color: #2F8F9D;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #3BACB6;
	--bs-btn-hover-border-color: #3BACB6;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #2F8F9D;
	--bs-btn-active-border-color: #2F8F9D;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #82DBD8;
	--bs-btn-disabled-border-color: #82DBD8;
  }

  .grid-view-admin-pages > table > thead > tr > th:nth-child(1) {
	width: 7%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(2) {
	width: 14%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(3) {
	width: 14%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(4) {
	width: 17%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(5) {
	width: 8%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(6) {
	width: 18%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(7) {
	width: 7%;
  }
  .grid-view-admin-pages > table > thead > tr > th:nth-child(8) {
	width: 3%;
  }
  .grid-view-admin-pages > table > tbody > tr > td:nth-child(1) {
	text-align: center;
  }
  .grid-view-admin-pages > table > tbody > tr > td:nth-child(5) {
	text-align: center;
  }
  .grid-view-admin-pages > table > tbody > tr > td:nth-child(7) {
	text-align: center;
  }

  .admin-pages-detail-view > tbody > tr > th {
	width: 35%;
  }

  .sip-users-detail-view > tbody > tr > th {
	width: 27%;
  }

  .detail-view-dashboard-ops > tbody > tr > th {
	width: 30%;
  }

  .blacklist-view > table > tbody > tr > th {
	width: 18%;
  }

  .employees-view > table > tbody > tr > th {
	width: 18%;
  }

  .grid-view-dashboard-ops > table > thead > tr > th:nth-child(1) {
	width: 18%;
	text-align: center;
  }
    .grid-view-dashboard-ops > table > thead > tr > th:nth-child(2) {
	width: 25%;
	text-align: center;
  }

  .grid-view-dashboard-ops > table > thead > tr > th:nth-child(n + 3) {
	width: 10%;
	text-align: center;
  }
  
  .grid-view-dashboard-ops > table > tbody > tr > td:nth-child(1) {
	text-align: center;
  }
  
  .grid-view-dashboard-ops > table > tbody > tr > td:nth-child(n + 3) {
	text-align: center;
  }

  



  .input-sm.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
	float: left;
  }

  .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
	max-height: 36px !important;
  }

  .input-sm.select2-container--krajee-bs5 .select2-selection--multiple, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple {
	max-height: 38px !important;
  }

  .select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline {
	float: none;
	display: inline;
  }

  .select2-container--krajee-bs5 .select2-results > .select2-results__options {
	max-height: 500px;
  }

/* .grid-view th .desc::after, .grid-view th .asc::after {
    margin-left: -10px;
	margin-right: 0;
	left: 12px;
    position: relative;
    display: inline-block;
} */

.cdr-table-header div div > a {
	color: #2F8F9D !important;
	text-decoration: none;
  }

nav .pagination .page-link {
	color: #2F8F9D;
}

nav > .pagination > .active > .page-link {
	background-color: #2F8F9D !important;
	border-color: #2F8F9D !important;
	color: #fff !important;
}