@charset "utf-8";
html, body, address, blockquote, div,
form, fieldset, caption,
h1, h2, h3, h4, h5, h6,
hr, ul, li, ol, ul,
table, tr, td, th, p, img {
    margin: 0;
    padding: 0;
}
.one-line-label {
    display: inline !important;
}

.boxed {
    border: 1px solid #000;
    padding: 5px;
    margin: 5px;
}

img, fieldset {
    border: none;
}

img {
    max-width: 100%;
}

* {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

/*horizontal rules are used as semantic separators*/
hr {
    display: none;
}

html, body {
    height: 100%;
    position: relative;
}

a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: underline;
}

body {
    font: normal 100%/160% 'OpenSans', arial, helvetica, sans-serif;
    color: #000;
    background: #eff4fa;
}

#header {
    background: #c0dbea repeat-x;
    border-bottom: 3px solid #0e509e;
    padding: 30px 20px 30px 20px;
}

h1 {
    font: normal 20px/24px verdana, helvetica, sans-serif;
    position: relative;
    color: #000;
}

h1 span {
    position: absolute;
    width: 115px;
    height: 45px;
    top: -8px;
    left: 0;
}

h3 {
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 25px;
}

.userMenu {
    width: 150px;
    position: absolute;
    top: 23px;
    right: 20px;
    border: 1px solid #7a9ec9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d9eaf3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d9eaf3), to(#adcddf));
    background: -webkit-linear-gradient(#d9eaf3, #adcddf);
    background: -moz-linear-gradient(#d9eaf3, #adcddf);
    background: -ms-linear-gradient(#d9eaf3, #adcddf);
    background: -o-linear-gradient(#d9eaf3, #adcddf);
    background: linear-gradient(#d9eaf3, #adcddf);
    -webkit-box-shadow: 0 1px 0 #f0f6fa inset;
    -moz-box-shadow: 0 1px 0 #f0f6fa inset;
    box-shadow: 0 1px 0 #f0f6fa inset;
    word-wrap: break-word;
    color: #25263f;
    cursor: pointer;
    z-index: 99999;
}

.userMenu h2 {
    font: normal 0.9em/1.2em 'OpenSans', arial, helvetica, sans-serif;
    padding: 10px 0 10px 0;
    text-align: center;
}

.userMenu h2 strong {
    position: relative;
}

.userMenu h2 strong:after {
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
    top: 3px;
    right: -20px;
}

.userMenu ul {
    margin-top: -20px;
    display: none;
    list-style: none;
    padding: 10px 10px 10px 30px;
}

.userMenu ul a {
    color: #25263f;
    display: block;
    font: 14px/1em "OpenSans",arial,helvetica,sans-serif;
    margin-left: -45px;
    padding: 5px;
    text-align: center;
    height: 17px;
}

.userMenu ul a:hover {
    height: 15px;
    color: #fff;
    text-decoration: none;
    background: #81a3cd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#81a3cd), to(#0e509e));
    background: -webkit-linear-gradient(#81a3cd, #0e509e);
    background: -moz-linear-gradient(#81a3cd, #0e509e);
    background: -ms-linear-gradient(#81a3cd, #0e509e);
    background: -o-linear-gradient(#81a3cd, #0e509e);
    background: linear-gradient(#81a3cd, #0e509e);
    border: 1px solid #0e509e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #dee7f2 inset;
    -moz-box-shadow: 0 1px 0 #dee7f2 inset;
    box-shadow: 0 1px 0 #dee7f2 inset;
    text-shadow: 1px 1px 0 #1c4787;
}

.userMenu:hover ul {
    display: block;
}

.help {
    min-width: 180px;
    text-align: center;
    position: absolute;
    top: 23px;
    right: 190px;
    border: 1px solid #7a9ec9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d9eaf3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d9eaf3), to(#adcddf));
    background: -webkit-linear-gradient(#d9eaf3, #adcddf);
    background: -moz-linear-gradient(#d9eaf3, #adcddf);
    background: -ms-linear-gradient(#d9eaf3, #adcddf);
    background: -o-linear-gradient(#d9eaf3, #adcddf);
    background: linear-gradient(#d9eaf3, #adcddf);
    -webkit-box-shadow: 0 1px 0 #f0f6fa inset;
    -moz-box-shadow: 0 1px 0 #f0f6fa inset;
    box-shadow: 0 1px 0 #f0f6fa inset;
}

.help a {
    line-height: 55px;
    height: 55px;
}

.projectMenu {
    right: 200px;
}

#sidebar {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
}

#sidebar h2 {
    margin: 50px 0 20px 40px;
    color: #25263f;
    font: normal 0.9em/1.2em 'OpenSans', arial, helvetica, sans-serif;
}

#mainMenu {
    list-style: none;
    margin-left: 0;
}

#mainMenu a {
    color: #333;
    display: block;
    padding: 5px 0 5px 15px;
}

#mainMenu a:hover {
    background: #d9eaf3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d9eaf3), to(#adcddf));
    background: -webkit-linear-gradient(#d9eaf3, #adcddf);
    background: -moz-linear-gradient(#d9eaf3, #adcddf);
    background: -ms-linear-gradient(#d9eaf3, #adcddf);
    background: -o-linear-gradient(#d9eaf3, #adcddf);
    background: linear-gradient(#d9eaf3, #adcddf);
    text-decoration: none;
    border-top: 1px solid #0e509e;
    border-bottom: 1px solid #0e509e;
}

#mainMenu .current {
    position: relative;
    right: -2px;
    font-weight: bold;
}

#mainMenu li {
    padding: 4px 0;
    border-bottom: 1px solid #c4ddec;
}

#mainMenu li>ul li {
    border-bottom: none;
}

#mainMenu .current >ul li {
    font-weight: normal;
}

#mainMenu li ul li {
    font-size: 15px;
    padding-left: 40px;
    height: 23px;
    line-height: 14px;
    list-style: none;
}

#mainContent {
    overflow: hidden;
    background: #fff;
    border: solid #b7d6e7;
    border-width: 0 0 1px 1px;
    min-height: 500px;
    padding: 0 50px 50px;
}

.scrollable-table{
    overflow:auto;
}

.scrollable-table-fixed-width{
    width:900px;
}

.topNav {
    position: relative;
    border: 1px solid #0d488e;
    float: left;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#aac2dc), to(#3269ad));
    background: -webkit-linear-gradient(#aac2dc, #3269ad);
    background: -moz-linear-gradient(#aac2dc, #3269ad);
    background: -ms-linear-gradient(#aac2dc, #3269ad);
    background: -o-linear-gradient(#aac2dc, #3269ad);
    background: linear-gradient(#aac2dc, #3269ad);
    -webkit-box-shadow: 0 1px 0 #dee7f2 inset;
    -moz-box-shadow: 0 1px 0 #dee7f2 inset;
    box-shadow: 0 1px 0 #dee7f2 inset;
    margin-left: 0;
}

.topNav li {
    float: left;
}

.topNav li a {
    color: #fff;
    display: block;
    background: #aac2dc;
    padding: 10px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#aac2dc), to(#3269ad));
    background: -webkit-linear-gradient(#aac2dc, #3269ad);
    background: -moz-linear-gradient(#aac2dc, #3269ad);
    background: -ms-linear-gradient(#aac2dc, #3269ad);
    background: -o-linear-gradient(#aac2dc, #3269ad);
    background: linear-gradient(#aac2dc, #3269ad);
    -webkit-box-shadow: 0 1px 0 #dee7f2 inset;
    -moz-box-shadow: 0 1px 0 #dee7f2 inset;
    box-shadow: 0 1px 0 #dee7f2 inset;
    font: normal 0.9em/1.2em 'OpenSans', helvetica, sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #b9d0e6;
    border-left: 1px solid #6791c1;
}

.topNav li a:hover {
    text-decoration: none;
    background: #82a4cd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#82a4cd), to(#0e509e));
    background: -webkit-linear-gradient(#82a4cd, #0e509e);
    background: -moz-linear-gradient(#82a4cd, #0e509e);
    background: -ms-linear-gradient(#82a4cd, #0e509e);
    background: -o-linear-gradient(#82a4cd, #0e509e);
    background: linear-gradient(#82a4cd, #0e509e);
    border: solid #0e509e;
    border-width: 0 1px;
}

.topNav .current a {
    background: #fff !important;
    color: #0d488e !important;
    border: solid #0e509e !important;
    border-width: 0 1px !important;
}

#footer {
    margin: 20px 50px;
    color: #25263f;
}

.breadcrumb {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #000000;
}

.successmsg {
    width: 100%;
    background-color: #04800d;
    opacity: 0.8;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.createbutton{
    float: right;
}

label {
    padding:0.4em 2em 0.4em 0;
}
.toggle-btn-grp {
    margin:3px 0;
}
.toggle-btn {
    text-align:centre;
    margin:5px 2px;
    padding:0.4em 3em;
    color:#000;
    background-color:#FFF;
    border-radius:10px;
    display:inline-block;
    border:solid 1px #CCC;
    cursor:pointer;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
    margin:5px 0;
    padding:0.4em 2em;
    border-radius:0;
    border-right-color:white;
}
.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
    margin-left:2px;
    border-radius: 10px 0px 0px 10px;
}
.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
    margin-right:2px;
    border-radius: 0px 10px 10px 0px;
    border-right:solid 1px #CCC;
}


.toggle-btn:hover {
    border:solid 1px #a0d5dc !important;
    background:#f1fdfe;
}


.toggle-btn.success {
    background:lightgreen;
    border:solid 1px green !important;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/* CSS only version */
.toggle-btn-grp.cssonly * {
    width:140px;
    height:30px;
    line-height:30px;
}
.toggle-btn-grp.cssonly div {
    display:inline-block;
    position:relative;
    margin:5px 2px;
}

.toggle-btn-grp.cssonly div label {
    position:absolute;
    z-index:0;
    padding:0;
    text-align:center;
}

.toggle-btn-grp.cssonly div input {
    position:absolute;
    z-index:1;
    cursor:pointer;
    opacity:0;
}

.toggle-btn-grp.cssonly div:hover label {
    border:solid 1px #a0d5dc !important;
    background:#f1fdfe;
}

.toggle-btn-grp.cssonly div input:checked + label {
    background:lightgreen;
    border:solid 1px green !important;
}

.report-tbl-label{
    font-weight: bold;
    background: #8daeb8;
    text-align: center;
}

.report-tbl-data{
    background: #ddd;
    text-align: center;
    padding: 2px;
}

.report-tbl-data-inherit{
    text-align: center;
    padding: 2px;
}

.report-tbl-head{
    background: #999;
    color: #fff;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    padding: 5px;
}

.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-group{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2%;
}

.panel-group-item{
  display: table-cell;
  vertical-align: baseline;
}

.panel-group-key{
  font-weight: bold;
}

.auth-information{
    margin-top: 2%;
}

.auth-code-status{
    text-transform: uppercase;
}

.hr-separator {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}

.flash-message{
    margin-top: 1%;
}

.sidebar {
    top: -14%;
}

.manual-review-table-slim-col {
    width: 3%;
}
.main-content {
    margin-left: 0 !important;
}

#sessionTimeoutModal.in {
    top: 35%;
}

.timed-out-box {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: white;
    box-sizing: border-box;
    margin-top: 10px;
}

.timed-out-box h4 {
    padding-bottom: 20px;
}

.custom-tooltip {
    display: none;
    position: absolute;
    margin-left: 30px;
    padding: 10px;
    max-width: 240px;
    max-height: 100px;
    color: #fff;
    z-index: 999;
}

.custom-tooltip:before,
.custom-tooltip:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.custom-tooltip:after {
    border-width: 10px;
    margin-top: -10px;
}

.custom-tooltip:before {
    border-width: 11px;
    margin-top: -11px;
}

.custom-tooltip--default {
    background-color: #1A7F7F;
    border-color: #1A7F7F;
}

.custom-tooltip--default.custom-tooltip:before,
.custom-tooltip--default.custom-tooltip:after {
    border-right-color: #1A7F7F;
}

.custom-tooltip--error {
    background-color: #FFA08C;
    border-color: #FFA08C;
}

.custom-tooltip--error.custom-tooltip:before,
.custom-tooltip--error.custom-tooltip:after {
    border-right-color: #FFA08C;
}

.success {
    color: #6ba52c;
}

.error {
    color: red;
}

.radio-switch {
    display: flex;
    overflow: hidden;
}

.radio-switch input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.radio-switch label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.radio-switch label:hover {
    cursor: pointer;
}

.radio-switch input:checked + label {
    background-color: #24b2b2;
    box-shadow: none;
    color: white;
}

.radio-switch label:hover {
    background-color: #00d4d4;
    box-shadow: none;
    color: white;
}

.radio-switch input:checked + label {
    background-color: #24b2b2;
    box-shadow: none;
}

.radio-switch label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.radio-switch label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.error-page img {
    width: 70%;
    height: 70%;
    float: right;
}

@media (min-width: 1600px) {
    .error-page img {
        width: 50%;
        height: 50%;
    }
}

.error-page h1 {
    color: #FF9D9D;
    font-size: 70px;
    margin: 0 0 20px 0;
}

.error-page h2 {
    color: #A8A8A8;
    font-size: 24px;
}

.error-page p {
    color: #A8A8A8;
}

.error-page__button {
    background-color: #34bbc1;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 30px;
    transition: 0.2s ease all;
}

.error-page__button:hover,
.error-page__button:active,
.error-page__button:focus {
    text-decoration: none;
    color: white;
    background-color: #50a9ad;
}

.toggle-switch {
    position: relative;
    width: 50px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

.toggle-switch__checkbox {
    display: none;
}

.toggle-switch__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 2px solid #f5222d;
    border-radius: 20px;
    background-color: #f5222d;
    transition: background-color 0.3s ease-in;
}

.toggle-switch__label:before {
    content: "";
    display: block;
    width: 20px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    border: 2px solid #E3E3E3;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.toggle-switch__checkbox:checked + .toggle-switch__label {
    background-color: #72C12C;
}

.toggle-switch__checkbox:checked + .toggle-switch__label,
.toggle-switch__checkbox:checked + .toggle-switch__label:before {
    border-color: #72C12C;
}

.toggle-switch__checkbox:checked + .toggle-switch__label:before {
    right: 0px;
}

.toggle-switch .tooltip.in,
.toggle-star .tooltip.in {
    background: white;
    opacity: 1;
    float: left;
}

.toggle-switch .tooltip-inner,
.toggle-star .tooltip-inner {
    background: white;
    opacity: 1;
    box-shadow: 0px 0px 7px 1px #0000002e;
    float: left;
    display: flex;
}

.toggle-switch .tooltip-arrow,
.toggle-star .tooltip-arrow {
    border-top-color: white !important;
}

.toggle-switch span:first-child {
    background: #72C12C;
    color: white;
    margin-right: 5px;
}

.toggle-switch span:last-child {
    background: #f5222d;
    color: white;
}

.toggle-star__checkbox {
    display: none;
}

.toggle-star__label {
    content: "";
    display: block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    filter: invert(84%) sepia(8%) saturate(18%) hue-rotate(18deg) brightness(96%) contrast(91%);
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMXB0IiB2aWV3Qm94PSIwIC0xMCA1MTEuOTkxNDMgNTExIiB3aWR0aD0iNTExcHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUxMC42NTIzNDQgMTg1Ljg4MjgxMmMtMy4zNzEwOTQtMTAuMzY3MTg3LTEyLjU2NjQwNi0xNy43MDcwMzEtMjMuNDAyMzQ0LTE4LjY4NzVsLTE0Ny43OTY4NzUtMTMuNDE3OTY4LTU4LjQxMDE1Ni0xMzYuNzVjLTQuMzEyNS0xMC4wNDY4NzUtMTQuMTI1LTE2LjUzMTI1LTI1LjA0Njg3NS0xNi41MzEyNXMtMjAuNzM4MjgyIDYuNDg0Mzc1LTI1LjAyMzQzOCAxNi41MzEyNWwtNTguNDEwMTU2IDEzNi43NS0xNDcuODIwMzEyIDEzLjQxNzk2OGMtMTAuODM1OTM4IDEtMjAuMDExNzE5IDguMzM5ODQ0LTIzLjQwMjM0NCAxOC42ODc1LTMuMzcxMDk0IDEwLjM2NzE4OC0uMjU3ODEzIDIxLjczODI4MiA3LjkzNzUgMjguOTI1NzgybDExMS43MjI2NTYgOTcuOTY0ODQ0LTMyLjk0MTQwNiAxNDUuMDg1OTM3Yy0yLjQxMDE1NiAxMC42Njc5NjkgMS43MzA0NjggMjEuNjk5MjE5IDEwLjU4MjAzMSAyOC4wOTc2NTYgNC43NTc4MTMgMy40NTcwMzEgMTAuMzQ3NjU2IDUuMTgzNTk0IDE1Ljk1NzAzMSA1LjE4MzU5NCA0LjgyMDMxMyAwIDkuNjQ0NTMyLTEuMjgxMjUgMTMuOTUzMTI1LTMuODU5Mzc1bDEyNy40NDUzMTMtNzYuMjAzMTI1IDEyNy40MjE4NzUgNzYuMjAzMTI1YzkuMzQ3NjU2IDUuNTg1OTM4IDIxLjEwMTU2MiA1LjA3NDIxOSAyOS45MzM1OTMtMS4zMjQyMTkgOC44NTE1NjMtNi4zOTg0MzcgMTIuOTkyMTg4LTE3LjQyOTY4NyAxMC41ODIwMzItMjguMDk3NjU2bC0zMi45NDE0MDYtMTQ1LjA4NTkzNyAxMTEuNzIyNjU2LTk3Ljk2NDg0NGM4LjE5MTQwNi03LjE4NzUgMTEuMzA4NTk0LTE4LjUzNTE1NiA3LjkzNzUtMjguOTI1Nzgyem0tMjUyLjIwMzEyNSAyMjMuNzIyNjU3Ii8+PC9zdmc+");
    transition: background-color 0.3s ease-in;
}

.toggle-star__checkbox:checked + .toggle-star__label {
    filter: invert(89%) sepia(53%) saturate(3097%) hue-rotate(325deg) brightness(98%) contrast(107%);
}

.table--tala table {
    border-radius: 3px;
}

.table--tala thead tr:first-child {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.table--tala th {
    background-color: #50a9ad;
    color: white !important;
}

.table--tala th a {
    color: white !important;
}

.table--tala th > .sort-link.asc .caret {
    border-bottom-color: white !important;
}

.table--tala th > .sort-link.desc .caret {
    border-top-color: white !important;
}

.table--tala.grid-view .table .button-column {
    white-space: nowrap;
}

.table--tala .pagination a {
    margin-right: 5px;
    border: none;
    color: #50a9ad;
}

.table--tala .pagination .active a {
    background-color: #50a9ad;
    color: white;
}

.table--tala .pagination a:hover {
    background-color: #faad14;
    color: white;
}

.table--tala .p-navigator a,
.table--tala.grid-view table tr.selected td {
    background-color: #50a9ad40;
}

.table--tala .p-navigator a {
    font-size: 18px;
}

.table--tala.grid-view .summary {
    margin: 20px 0;
    font-size: 13px;
    padding: 0 10px;
    line-height: 34px;
}

.modal.fade {
    visibility: hidden;
}

.modal.fade.in {
    visibility: visible;
}

.new-features-section {
    padding: 20px;
    margin: 15px;
    background-color: #EFEFEF;
    display: grid;
    grid-template-areas: "img content";
    grid-template-columns: 40px auto;
}

.new-features-section img {
    margin-right: 10px;
    margin-bottom: 10px;
    grid-area: img;
}

.new-features-section__content {
    grid-area: content;
}
