/**
* Kantan Styles
*/


/**
 * media querie sizes
 *  (min-width: 768px)
 *  (min-width: 992px)
 *  (min-width: 1200px)
 */

:root {
    --blue: #1a3763;
    --blue-tint-70: #bac3d0;
    --blue-tint-80: #d1d7e0;
    --body-text-color: #333;
    --cyan: #10b8f9;
    --dark-grey: #cecece;
    --green: #71c15d;
    --green-tint-70: #d4ecce;
    --green-tint-80: #e3f3df;
    --light-grey: #e5e5e5;
    --mint: #3EB489;
    --mint-tint-80: #d8f0e7;
    --orange: #f37021;
    --orange-tint-40: #fac6a6;
    --orange-tint-70: #fbd4bc;
    --orange-tint-80: #fde2d3;
    --powder-blue-dark: #d4ddec;
    --powder-blue: #e3ecf9;
    --powder-blue-light: #ecf2fa;
    --pastel-yellow: #fff9d5;
    --pastel-yellow-darker: #fff4a5;
    --purple: #cbcaf6;
    --purple-tint-70: #d4d0ea;
    --purple-tint-80: #e2e0f1;
    --red: #ef4237;
    --red-tint-70: #fac6c3;
    --red-tint-80: #fcd9d7;
    --toolbar-blue: #254e8c;
    --yellow: #fdbe02;
    --yellow-tint-70: #feecb3;
    --yellow-tint-80: #fff2cc;
}

body {
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important
}


/* H1 - H6 font */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important
}

textarea {
    resize: none;
}

del {
    background-color: #ffcccc;
}

ins {
    background-color: #ccffcc;
}

span.highlight {
    background-color: yellow;
}

span.focused{
    background-color : #7AC48C !important;
}

.main-header .logo {
    line-height: 45px;
    width: 190px;
    padding: 0 10px;
}

.margin-0 {
    margin: 0;
}

.margin-10 {
    margin: 10px;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.sidebar-mini.sidebar-collapse .content-wrapper.margin-left-0, .margin-left-0 {
    margin-left: 0px !important;
}

.main-header .logo .logo-lg {
    text-align: left;
}

.loading-center {
    height: 200px;
    display: table;
    width: 100%;
}

.loading-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.loading-project-history {
    height: 350px;
    display: table;
    width: 100%;
}

.center-content,
.ql-align-center {
    text-align: center;
}

.center-content-horz {
    text-align: center;
}

.align-right,
.ql-align-right {
    text-align: right;
}

.align-left{
    text-align: left;
}

.v-align-middle {
    vertical-align: middle;
}

.top{
    vertical-align: top;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-border{
    border: 0 !important;
}

.side-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-right {
    padding-right: 40px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right15{
    padding-right: 15px;
}
.padding-right5{
    padding-right: 5px;
}

.padding-left{
    padding-left:40px;
}

.padding-bottom--5{
    padding-bottom: -5px;
}

.padding-left15{
    padding-left: 15px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left10{
    padding-left: 10px !important;
}

.padding-left30{
    padding-left: 30px;
}
.padding-left5{
    padding-left: 5px;
}
.padding{
    padding:40px;
}

.padding15{
    padding:15px;
}

.padding5{
    padding:5px;
}

.padding10{
    padding:10px;
}

.padding25{
    padding:25px;
}

.small-padding {
    padding: 10px;
}

.padding-glossary{
    padding:9px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-glossary-fields{
    padding: 3px 5px 3px 10px;
}

.glossary-title{
    color: white;
    margin: 2px;
    padding:9px;
}

.display-accurately-wrap,
.source-box,
.translation-box {
    overflow: auto;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

/*used to force text wrapping*/
.wrap-text {
    word-wrap: break-word !important;
    white-space: break-spaces !important;
}

.wrap-tm-hit{
    word-break: break-all;
}

.wrap-modified-col{
    overflow-wrap: break-word;
}

.wrap-context-text, .segment-mt-wrap {
    white-space: normal;
}

div.tableSlider {
    display: none;
    background-color: transparent;
}

table.dataTable tbody td.no-padding {
    padding: 0;
}

.rotate {
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.rotate.down {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-up {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.apiButton {
    width: 130px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

#xlate_input,
#xlate_output {
    width: 100%;
    height: 348px;
    display: block;
    margin: auto;
    resize: none;
    padding: 10px;
}

.translate-error {
    font-size: 0.8em;
    float: left;
    color: red;
    font-style: italic;
}

.iframe-full-size {
    width: 100%;
    height: 100%;
}

/* Vertical Alignment */
/* Custom resizing for bootstrap v3 sizing */

.chart-height-215 {
    max-height: 215px !important;
}

.chart-height-160 {
    max-height: 160px !important;
}

.chart-timeline-120 {
    max-height: 120px !important;
}

.row-xs-offset-12 {
    margin-top: 100%;
}

.row-xs-offset-11 {
    margin-top: 91.66666667%;
}

.row-xs-offset-10 {
    margin-top: 83.33333333%;
}

.row-xs-offset-9 {
    margin-top: 75%;
}

.row-xs-offset-8 {
    margin-top: 66.66666667%;
}

.row-xs-offset-7 {
    margin-top: 58.33333333%;
}

.row-xs-offset-6 {
    margin-top: 50%;
}

.row-xs-offset-5 {
    margin-top: 41.66666667%;
}

.row-xs-offset-4 {
    margin-top: 33.33333333%;
}

.row-xs-offset-3 {
    margin-top: 25%;
}

.row-xs-offset-2 {
    margin-top: 16.66666667%;
}

.row-xs-offset-1 {
    margin-top: 8.33333333%;
}

.row-xs-offset-0 {
    margin-top: 0;
}

.row-xs-height-1 {
    height: 26px;
}

.row-xs-height-2 {
    height: 52px;
}

.row-xs-height-3 {
    height: 78px;
}

.row-xs-height-4 {
    height: 104px;
}

.row-xs-height-5 {
    height: 130px;
}

.row-xs-height-6 {
    height: 156px;
}

.row-xs-height-7 {
    height: 182px;
}

.row-xs-height-8 {
    height: 208px;
}

.row-xs-height-9 {
    height: 234px;
}

.row-xs-height-10 {
    height: 260px;
}

.row-xs-height-11 {
    height: 286px;
}

.row-xs-height-12 {
    height: 312px;
}

@media (min-width: 768px) {
    .row-sm-height-1 {
        height: 33px;
    }

    .row-sm-height-2 {
        height: 66px;
    }

    .row-sm-height-3 {
        height: 99px;
    }

    .row-sm-height-4 {
        height: 132px;
    }

    .row-sm-height-5 {
        height: 165px;
    }

    .row-sm-height-6 {
        height: 198px;
    }

    .row-sm-height-7 {
        height: 231px;
    }

    .row-sm-height-8 {
        height: 264px;
    }

    .row-sm-height-9 {
        height: 297px;
    }

    .row-sm-height-10 {
        height: 330px;
    }

    .row-sm-height-11 {
        height: 363px;
    }

    .row-sm-height-12 {
        height: 396px;
    }
}

@media (min-width: 992px) {
    .row-md-height-1 {
        height: 41px;
    }

    .row-md-height-2 {
        height: 82px;
    }

    .row-md-height-3 {
        height: 123px;
    }

    .row-md-height-4 {
        height: 164px;
    }

    .row-md-height-5 {
        height: 205px;
    }

    .row-md-height-6 {
        height: 246px;
    }

    .row-md-height-7 {
        height: 287px;
    }

    .row-md-height-8 {
        height: 328px;
    }

    .row-md-height-9 {
        height: 369px;
    }

    .row-md-height-10 {
        height: 410px;
    }

    .row-md-height-11 {
        height: 451px;
    }

    .row-md-height-12 {
        height: 492px;
    }
}

@media (min-width: 1200px) {
    .row-lg-height-1 {
        height: 47px;
    }

    .row-lg-height-2 {
        height: 94px;
    }

    .row-lg-height-3 {
        height: 141px;
    }

    .row-lg-height-4 {
        height: 188px;
    }

    .row-lg-height-5 {
        height: 235px;
    }

    .row-lg-height-6 {
        height: 282px;
    }

    .row-lg-height-7 {
        height: 329px;
    }

    .row-lg-height-8 {
        height: 376px;
    }

    .row-lg-height-9 {
        height: 423px;
    }

    .row-lg-height-10 {
        height: 470px;
    }

    .row-lg-height-11 {
        height: 517px;
    }

    .row-lg-height-12 {
        height: 564px;
    }

    .col-lg-20-percent {
        width: 20%;
    }
}


/* Buttons */

.btn {
    border-radius: 0 !important;
}

.btn.outline {
    background: none;
}

.btn-info.outline {
    border-color: #0099cc;
}

.btn-info.outline:hover,
.btn-info.outline:focus,
.btn-info.outline:active,
.btn-info.outline.active,
.open > .dropdown-toggle.btn-info {
    border-color: #33a6cc;
}

.btn-info.outline:active,
.btn-info.outline.active {
    border-color: #0099cc;
    background: none;
}


.dt-button.btn {
    background: none;
}

.dt-button.btn-info {
    border: none;
}

.dt-button.btn-info:hover,
.dt-button.btn-info:focus,
.dt-button.btn-info:active,
.dt-button.btn-info.active,
.open > .dropdown-toggle.btn-info {
    border-color: #33a6cc;
}

.dt-button.btn-info:active,
.dt-button.btn-info.active {
    border-color: #0099cc;
    background: none;
}
.btn-comment {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-excel-padding{
    padding-right: 0px;

}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #1a3763;
    border-color: #1a3763;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1e437a;
    border-color: #1e437a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e437a;
    border-color: #1e437a;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1e437a;
    border-color: #1e437a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25) inset;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #1e437a;
    border-color: #1e437a;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #1e437a;
    border-color: #1e437a;
}

.btn-primary .badge {
    color: #1a3763;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #71c15d;
    border-color: #71c15d;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #71a95d;
    border-color: #71a95d;
}

.btn-success:hover {
    color: #fff;
    background-color: #71a95d;
    border-color: #71a95d;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #71a95d;
    border-color: #71a95d;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #71a95d;
    border-color: #71a95d;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #71c15d;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #10b8f9;
    border-color: #10b8f9;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #10a0f9;
    border-color: #10a0f9;
}

.btn-info:hover {
    color: #fff;
    background-color: #10a0f9;
    border-color: #10a0f9;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #10a0f9;
    border-color: #10a0f9;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #10a0f9;
    border-color: #10a0f9;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #10a0f9;
    border-color: #10a0f9;
}

.btn-info .badge {
    color: #10b8f9;
    background-color: #fff;
}

.btn-help {
    color: #fff;
    background-color: #f79623;
    border-color: #f79623;
}

.btn-help:focus,
.btn-help.focus {
    color: #fff;
    background-color: #f77e23;
    border-color: #f77e23;
}

.btn-help:hover {
    color: #fff;
    background-color: #f77e23;
    border-color: #f77e23;
}

.btn-help:active,
.btn-help.active,
.open > .dropdown-toggle.btn-help {
    color: #fff;
    background-color: #f77e23;
    border-color: #f77e23;
}

.btn-help:active:hover,
.btn-help.active:hover,
.open > .dropdown-toggle.btn-help:hover,
.btn-help:active:focus,
.btn-help.active:focus,
.open > .dropdown-toggle.btn-help:focus,
.btn-help:active.focus,
.btn-help.active.focus,
.open > .dropdown-toggle.btn-help.focus {
    color: #fff;
    background-color: #f77e23;
    border-color: #f77e23;
}

.btn-help:active,
.btn-help.active,
.open > .dropdown-toggle.btn-help {
    background-image: none;
}

.btn-help.disabled:hover,
.btn-help[disabled]:hover,
fieldset[disabled] .btn-help:hover,
.btn-help.disabled:focus,
.btn-help[disabled]:focus,
fieldset[disabled] .btn-help:focus,
.btn-help.disabled.focus,
.btn-help[disabled].focus,
fieldset[disabled] .btn-help.focus {
    background-color: #f77e23;
    border-color: #f77e23;
}

.btn-help .badge {
    color: #f79623;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f37021;
    border-color: #f37021;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #f35821;
    border-color: #f35821;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f35821;
    border-color: #f35821;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #f35821;
    border-color: #f35821;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #f35821;
    border-color: #f35821;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f35821;
    border-color: #f35821;
}

.btn-warning .badge {
    color: #f37021;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #ef4237;
    border-color: #ef4237;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #ef2a37;
    border-color: #ef2a37;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ef2a37;
    border-color: #ef2a37;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ef2a37;
    border-color: #ef2a37;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ef2a37;
    border-color: #ef2a37;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #ef2a37;
    border-color: #ef2a37;
}

.btn-danger .badge {
    color: #ef4237;
    background-color: #fff;
}

.btn-copy-all-context{
    margin-top: -2px;
    margin-right: 2px;
    padding: 5px 9px;
    position:absolute;
    right:1px;
    cursor: pointer
}

.copy-icon{
    cursor: pointer;
    float: right;
    margin-top: 12px;
}

.toggle-tm-tags{
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

.btn-copy-context{
    margin-top: 1px;
    margin-right: 2px;
    padding: 2px 2px;
    position:absolute;
    right:20px;
}

.btn-copy-docExpress{
    margin-top: 1px;
    margin-right: 10px;
    position:absolute;
    bottom:12px;
    right:10px;
}

.dt-buttons {
    float: left;
    padding-top: 1px;
}

label {
    font-weight: initial;
}

.checkbox,
.radio {
    margin-top: 0 !important;
}

output {
    display: inline-block !important;
    padding-top: 0;
}

form .error {
    color: #ef4237;
    font-size: 0.9em;
}

.error{
    color: #ef4237;
    font-size: 0.9em;
}

form .success {
    color: #00a65a;
    font-size: 0.9em;
}

.success {
    color: #00a65a;
    font-size: 0.9em;
}

.form-group {
    min-height: 90px;
    margin-bottom: 5px;
}

.form-group-rule {
    min-height: 0;
    margin-bottom: 5px;
}

.form-group-review {
    margin-bottom: 20px;
}

.form-footer {
    padding-top: 20px;
    text-align: right;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-bottom-10 {
    margin: 10px 0;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-4 {
    margin-top: 4px;
}

.input-disabled {
    background-color: var(--pastel-yellow) !important;
    opacity: 1;
    cursor: default !important;
}

.alert {
    border-radius: 0;
    margin-bottom: 0;
}

.alert-info-wizard {
    background-color: #e7f7fe !important;
    margin-bottom: 15px !important;
}


/* Component: Button */

.btn-icon {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-icon:focus,
.btn-icon:active:focus,
.btn-icon.active:focus,
.btn-icon.focus,
.btn-icon:active.focus,
.btn-icon.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-icon:hover,
.btn-icon:focus,
.btn-icon.focus {
    color: #333;
    text-decoration: none;
}

.btn-icon:active,
.btn-icon.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-icon.disabled,
.btn-icon[disabled],
fieldset[disabled] .btn-icon {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn-icon.disabled,
fieldset[disabled] a.btn-icon {
    pointer-events: none;
}

.btn-icon-help {
    /*font-size: 18px;*/
    color: #f79623;
}

.btn-icon-help:focus,
.btn-icon-help.focus {
    /*font-size: 18px;*/
    color: #f77323;
}

.btn-icon-help:hover {
    /*font-size: 18px;*/
    color: #f77323;
}

.btn-icon-help:active,
.btn-icon-help.active {
    /*font-size: 18px;*/
    color: #f76323;
}

.btn-icon-help:focus,
.btn-icon-help:active:focus,
.btn-icon-help.active:focus,
.btn-icon-help.focus,
.btn-icon-help:active.focus,
.btn-icon-help.active.focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
    box-shadow: none;
}

.btn-icon-youtube {
    /*font-size: 18px;*/
    color: #cd201f;
}

.btn-icon-youtube:focus,
.btn-icon-youtube.focus {
    /*font-size: 18px;*/
    color: #cc001f;
}

.btn-icon-youtube:hover {
    /*font-size: 18px;*/
    color: #cc001f;
}

.btn-icon-youtube:active,
.btn-icon-youtube.active {
    /*font-size: 18px;*/
    color: #b6041f;
}

.btn-icon-youtube:focus,
.btn-icon-youtube:active:focus,
.btn-icon-youtube.active:focus,
.btn-icon-youtube.focus,
.btn-icon-youtube:active.focus,
.btn-icon-youtube.active.focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
    box-shadow: none;
}

.stat-timebg {
    background: #1a3763;
    /* Old browsers */
    opacity: 50%;
    padding: 3px;
    display: inline;
    margin: 1px;
    height: 39px;
    padding-top: 0;
    vertical-align: central;
    text-align: center;
    float: left;
    color: #FFF;
}

.stat-timebg-colon {
    background: none;
    padding: 0;
    color: #1a3763;
}


/* Datatables */

.dt-hide-column {
    display : none;
}

#button_container {
    margin-top: -8px;
}

.dt-body-top {
    vertical-align: top !important;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.table {
    margin-bottom: 0 !important;
}

.topUpTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.topUpTable td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}


table.dataTable.nowrap td {
    overflow: hidden; /* this is what fixes the expansion */
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
    white-space: nowrap ;
    max-width: 120px;
}

table.dataTable td.wrap {
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
    max-width: 120px;
}

tr.drillDownRow > td:first-child {
    overflow: auto;
}

table.dataTable th {
    padding-right: 10px !important;
}

table.dataTable th.padding-right-20 {
    padding-right: 20px !important;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

tr.even {
    background-color: white;
}

.dataTables_wrapper {
    background-color: #254e8c;
    position: relative;
    width: 100%;
    height: auto;
}

div.dataTables_wrapper div.dataTables_processing {
    /*top: 38% !important;
    left: 60% !important;*/
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 130px;
    height: 26px;
}


/* If drill down set in the table show arrow icon in the first column of the table
*/

.aligned-row {
    display: flex;
    flex-flow: row wrap;
}
.aligned-row::before{
    display: block;
}

td.details-control {
    position: relative;
    cursor: pointer;
    width: 16px;
    padding-left: 5px;
}

td.details-control::before {
    font-family: FontAwesome;
    top: 0;
    content: "\f105";
    width: 16px;
    padding-left: 5px;
}

tr.shown td.details-control {
    position: relative;
    cursor: pointer;
    width: 16px;
    padding-left: 5px;
}

tr.shown td.details-control::before {
    font-family: FontAwesome;
    top: 0;
    width: 16px;
    content: "\f107";
    padding-left: 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f067";
    border: 0;
    top: 9px;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    box-shadow: none;
    line-height: 17px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
    font-family: FontAwesome;
    content: "\f068";
}

table.dataTable.dtr-inline.collapsed > tbody > tr.drillDownRow td::before {
    display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.drillDownRow > td::first-child {
    padding-left: 8px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    left: 10px;
}

[id^="toolbar"] {
    float: left;
    padding-top: 1px;
}

.btn.filter {
    background-color: #10b8f9;
}

.emptyTable {
    height: 361px;
    padding-top: 130px;
}

.ui-widget-header select {
    color: #000000;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0 !important;
}

.dataTables_paginate,
.dataTables_filter {
    background-color: #254e8c;
    color: white;
    min-height: 34px;
}

.dataTables_filter {
    padding-right: 1px !important;
    padding-top: 1px !important;
    font-size: 12px;
    min-height: 36px !important;
}

.dataTables_length {
    color: white;
    font-size: 12px;
    max-width: 210px;
    padding-right: 20px;
    padding-left: 5px;
    padding-top: 1px;
    float: left;
}

table.dataTable tbody td {
    vertical-align: middle;
}

/* Modify a look of search input field inside datatables */
.input-sm[type=search] {
    padding: 2px 3px;
}

/* Modify the look of select2 inside datatables */
#billingSelect2 .select2-selection--single,
#logsSelect2 .select2-selection--single,
#accountsSelect2 .select2-selection--single {
    height: 26px !important;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

#logsSelect2,
#accountsSelect2 {
    width: 320px;
    margin-top: 2px;
}

#billingSelect2 .select2-selection__rendered,
#logsSelect2 .select2-selection__rendered,
#accountsSelect2 .select2-selection__rendered {
    margin-top: -7px;
}

#billingSelect2 {
    /*margin-bottom: 2px;*/
}

#billingSelect2 .columnSelect2 {
    width: 110px;
    padding-right: 8px;
}

.dataTables_length .select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    height: 26px;
}

.dataTables_length .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -8px;
}

.dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
    right: 3px;
}

.dataTables_length .select2-container {
    max-width: 60px;
}

.dataTables_scroll {
    border-color: #254e8c;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background-color: #254e8c;
    font-size: 0.9em;
}

.dataTables_scrollBody {
    background-color: white;
}

.dataTables_wrapper label {
    padding: 2px;
    margin: 2px !important;
}

.dataTables_wrapper .btn-group-sm > .btn,
.btn-sm {
    padding: 7px 10px !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 4px !important;
    font-size: 9px !important;
}

div.dataTables_wrapper div.dataTables_info {
    display: none;
}

div.dataTables_paginate {
    height: 36px;
    margin-right: 1px !important;
}

.managerProjectFilters{
    margin-right: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1),
.alternating-bg-blue-light:nth-of-type(odd),
.bg-powder-blue-light {
    background: var(--powder-blue-light);
}

.bg-powder-blue-dark {
    background: var(--powder-blue-dark);
}

.bg-powder-blue {
    background: var(--powder-blue);
}

.dataTables_scrollHead,
.dataTables_scrollHeadInner {
    background-color: #d4ddec !important;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 0;
}

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    display: none;
}

.box-dial-md-2 {
    padding: 5px;
}

.box.box-primary {
    border-top-color: #1a3763;
}

.box.box-info {
    border-top-color: #10b8f9;
}

.box.box-danger {
    border-top-color: #ef4237;
}

.box.box-warning {
    border-top-color: #f37021;
}

.box.box-invisible {
    border-top: 0;
}

.box.box-help {
    border-top-color: #f79623;
}

.box.box-success {
    border-top-color: #71c15d;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.box-insight {
    border-top-color: #fdbe02;
}

.box.bg-success-pastel {
    background-color: #e3f3df;
}

.box.bg-danger-pastel,
.tab-panel-header.validation-error {
    background-color: #fac6c3;
}

.box.bg-warning-pastel,
.tab-panel-header.validation-warning {
    background-color: #fde2d3;
}

.box.box-stat {
    border: solid #ebeced;
}

.box-stat > div > .stat-figure {
    font-size: 2em;
}

.box-stat.modal-trigger {
    cursor: pointer;
}

.box.box-stat.modal-trigger:hover,
.box.box-stat.modal-trigger.active,
.box.box-stat.modal-trigger:focus {
    background-color: #ecf2fa;
    border: solid #ecf2fa;
}


/* For boxes inside boxes */


/* e.g. BuildAnalytics */

.box-header .btn-download {
    margin-top: -6px;
    margin-bottom: -7px;
}

.box-header .btn-help-circle {
    margin-top: 2px;
    margin-bottom: -9px;
}

.profile-section .btn-help-circle {
    margin-right: 13px;
}

.box-body .box-body .box {
    padding: 10px;
}

.box-body .box-body .box-footer {
    border: 0;
}

.box-header.box-info,
.box-header.box-success {
    border-bottom-color: transparent;
}

.box-header.box-info {
    background-color: #b7eafd;
}

.box-header.box-success {
    background-color: #d4ecce;
}

.box-header.box-warning {
    border-bottom: 1px solid #fbd4bc !important;
}

/* End of boxes inside boxes */

.dashed-border {
    border: 1px dashed #0E9ECF;
    padding: 0;
}

.tm-border {
    border-color: #d4ddec;
    border-style: solid;
}

.glossary-table-border {
    border-left: 2px solid #d4ddec;
    border-right: 2px solid #d4ddec;
    border-bottom: 2px solid #d4ddec;
}

#glossaryTable{
    min-height: auto;
    max-height: 324px;
    overflow-y: auto;
    background: #FFFFFF;
}

.glossary-table-cell-border {
    border-bottom: 2px solid #d4ddec;
}

.tm-border-header {
    outline: #d4ddec solid;
}

.text-primary {
    color: #1a3763;
}

.text-white{
    color:#ffffff;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1e437a;
}

.text-success {
    color: #71c15d;
}

a.text-success:hover,
a.text-success:focus {
    color: #71a95d;
}

.text-info {
    color: #10b8f9;
}

a.text-info:hover,
a.text-info:focus {
    color: #10a0f9;
}

.text-help {
    color: #f79623;
}

a.text-help:hover,
a.text-help:focus {
    color: #f77e23;
}

.text-warning {
    color: #f37021;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #f35821;
}

.text-danger {
    color: #ef4237;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ef2a37;
}

.panel-default > .panel-primary {
    background-color: #1a3763;
    border-top: 3px solid #0E9ECF !important;
    color: #fff;
}

.notification-circle {
    height: 15px;
    width: 15px;
    background-color: #f37021;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    /* Margin top below fixes issue where the dot pushes text down un-aligning the tab */
    margin-top: -2px;
}

/**
* End of Kantan Styles
*/


/**
* Bootstrap.css
*/
.popover {
    font-family: inherit;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 200;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 !important;
    z-index: 9999 !important;
    padding: 0 !important;
}

.popover-title {
    margin: 0 !important;
    font-size: 1em;
    background-color: #f37021;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    color: white;
}

.popover-table {
    max-width: none;
}

.message-count {
    font-family: inherit;
    font-size: 0.5em;
    font-style: normal;
    font-weight: 145;
    color: white;
}

.message-count i {
    color: #f37021;
}

/**
* End of Bootstrap.css changes
*/


/**
* AdminLTE.css
*/

@media (min-width: 991px) {
    .content-header > .breadcrumb {
        right: 15px;
    }
}

/* Content Wrapper */

.content-wrapper-login {
    margin-left: 0 !important;
    padding:0 !important;
}

.content-wrapper {
    background-color: #ebeced;
    margin-left: 190px;
    min-height: 100vh;
}

.main-footer {
    background: #1a3763;
    color: #fff;
    border-top: 0;
    text-align: center;
    margin-left: 0;
}

.wrapper {
    background-color: #1a3763;
}

.main-sidebar,
.left-side {
    background-color: #222d32;
    width: 190px !important;
}


/* Content */

.content-header > h1 > small {
    font-weight: 400;
}

.content {
    background-color: #ebeced;
    padding: 35px;
    padding-top: 0;
}

h1 {
    margin-top: 0;
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important
}


/* General Links */

a {
    color: #337ab7;
}

.link-blue {
    color: #10b8f9;
}

.link-orange {
    color: #f37021;
}


/* Component: Main Header */

.main-header {
    border-top-color: #10b8f9;
    border-top-style: solid;
}

.main-header .navbar {
    background-color: #1a3763;
    margin-left: 0;
}

.layout-top-nav .main-header > .logo {
    background-color: #1a3763;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}

.main-header .navbar .sidebar-toggle {
    color: #ffffff;
}

.main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}

.main-header .navbar .sidebar-toggle {
    color: #fff;
}

.main-header .navbar .sidebar-toggle:hover {
    background-color: #1a3763;
}

.main-header .navbar .nav > li > a {
    color: #ffffff;
}

.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
    background: #1a3763;
    color: #f6f6f6;
}

.main-header .logo {
    background-color: #1a3763;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.main-header .logo .logo-lg > img {
    height: 26px;
    width: 145px;
}

.main-header .logo .logo-mini > img {
    height: 30px;
}

.main-header .logo:hover {
    background-color: #1a3763;
}

.main-header li.user-header {
    background-color: #1a3763;
}

.content-header {
    background: transparent;
    padding: 20px;
}

@media (max-width: 768px) {
    .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

    .main-header .navbar .dropdown-menu li a:hover {
        background: rgba(24, 54, 98, .81);
    }
}


/* Modal */

.modal-primary .modal-body {
    background-color: transparent !important;
}

.modal-content {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.border-spacing-0 {
    border-spacing: 0 !important;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 740px;
    }
    .modal-dialog.edword-modal {
        width: 1000px;
    }

    .modal-large .modal-dialog {
        width: 85vw;
        max-width: 1400px;
    }
}

@media screen and (min-width: 1000px) {
    .modal-lg {
        width: 940px;
    }
}

@media screen and (min-width: 1200px) {
    .modal-xl {
        width: 90%;
    }
}

.close {
    font-size: 25px;
    font-weight: 600;
    text-shadow: none;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    color: #fff;
    padding: 10px 40px;
    background-color: #1a3763;
    border-top-color: #10b8f9;
    border-top-style: solid;
}

.modal-header .close {
    font-size: 28px;
    margin-top: -3px;
    color: white;
    opacity: 1;
}

.alert .close {
    margin-top: -4px;
    color: white;
    opacity: 1;
}

.modal-header .close:hover,
.alert .close:hover {
    color: #e6e6e6;
}

.modal-header-primary {
    color: #fff;
    padding: 10px 40px;
    background-color: #1a3763;
    border-top-color: #10b8f9;
    border-top-style: solid;
}

.modal-body {
    padding: 40px;
}

.xl-modal-body {
    padding: 20px !important;
}

.modal-help {
    clear: both;
    max-height: 500px;
    overflow-y: auto;
    line-height: 167%;
}

.modal-help img {
    margin: 20px 0;
    width: 100%;
    height: auto;
}

.modal-help .pex-image {
    max-width: 577px;
}

.modal-help .score {
    display: block;
    margin: 20px auto;
    max-width: 450px;
}

.modal-help > .mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
}

.modal-help > div > div > p,
.page-help > p {
    margin-bottom: 20px;
}

.modal-help > div > div > h3,
.page-help > h3 {
    color: #163763;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-help > div > div > ul,
.modal-help > div > div > ul > li > ul,
.page-help > ul,
.page-help > ul > li > ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 21px;
    padding: 0;
}

.modal-help > div > div > ul > li,
.modal-help > div > div > ul > li > ul > li,
.page-help > ul > li,
.page-help > ul > li > ul > li {
    left: -1.8em;
    text-indent: -22px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 14px;
}

.modal-help > div > div > ul > li::before,
.page-help > ul > li::before {
    content: "\f192";
    color: #f37021;
    font-family: FontAwesome;
    padding-right: 10px;
}

.modal-help > div > div > ul > li > ul > li::before,
.page-help > ul > li > ul > li::before {
    content: "\f111";
    color: #f37021;
    font-family: FontAwesome;
    font-size: 0.5em;
    vertical-align: middle;
    padding-right: 15px;
}

.modal-footer {
    border: none;
    padding: 40px;
    padding-top: 0;
}

.box-title {
    display: inline-block;
    font-size: 1em;
    margin: 0;
    padding: 3px;
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.headerGuage {
    display: inline-block;
    margin: 0;
    padding: 3px;
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.wizard-content {
    overflow: hidden;
    min-height: 50px;
    position: relative;
}

.wizard-steps,
.doc-express-wizard-steps {
    margin: 0 -5px;
}

.wizard-steps > div{
    padding: 0 5px;
}

.custom-wizard-step {
    display:flex;
    justify-content: space-evenly;
}

.custom-wizard-child {
    width:100%;
}

.doc-express-wizard-steps > div {
    margin-right: 5px;
}

.box {
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
}

.stepActive {
    background: #cff1fe;
    opacity: 1 !important;
}

.box-disabled,
.stepUnReady {
    opacity: 0.5;
}

.stepReady {
    opacity: 1;
    background: #dfeffc;
}

.stepComplete {
    opacity: 1;
    background: #e1fddb;
}

.stepReady::before {
    content: "\f00c";
    color: #71c15d;
    font-family: FontAwesome;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.modal .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px;
}

.wizard-content .stepActive {
    background: transparent !important;
}


/* Component: Sidebar */

.sidebar a {
    color: #b8c7ce;
}

.sidebar a:hover {
    text-decoration: none;
    background-color: #10b8f9;
}

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

.sidebar-form input[type="text"],
.sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}

.sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}

.user-panel > .info {
    color: #fff;
}

.header-info{
    margin-bottom:20px;
}

.profile-user-img {
    height: 212px;
    width: 100%;
    border: 1px solid #d2d6de;
}
.profile-img-wrap{
    width: 95%;
    height: 100%;
    border: 1px solid #d2d6de;
    padding:3px;
}
.profile-manager-img {
    height: 200px;
    width: 100%;
    margin: auto;
    /*border: 1px solid #d2d6de;*/
    /*padding:3px;*/
}
.settings-user-img {
    width: 220px;
    height: 220px;
    padding: 2px;
    margin: auto;
    border: 1px solid #d2d6de;
}

.logo-img {
    min-width: 90%;
    margin: auto;
    height: 220px;
    padding: 2px;
    border: 1px solid #d2d6de;
    background-color: #FFFFFF;
}

#linguist-comment-wrap{
    width: 95%;
}

#linguist-comment-heading{
    padding-top: 10px;
}

.user-panel > .info > a {
    color: #fff;
}

.sidebar-menu > li > a {
    background: #222d32;
}

.sidebar-menu li.header {
    color: #fff;
    background: #101417;
    font-weight: bold;
    padding: 15px 25px 15px 5px;
    font-size: 14px;
    cursor: pointer;
}

.sidebar-menu > li.footer {
    color: #fff;
    background: #222d32;
    height: 50px;
    width: 100%;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a,
.sidebar-menu > li > a.active {
    color: #ffffff;
    background: #10b8f9;
    border-left-color: #10b8f9;
}

.sidebar-menu .treeview-menu > li > a {
    color: #8aa4af;
    background: #1a3763;
}

.treeview-menu > li.active > a,
.treeview-menu > li > a.active,
.treeview-menu > li > a:hover {
    color: #ffffff;
}


/*
* Component: Sidebar Mini
*/

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li.footer {
        position: absolute;
        bottom: 0;
    }

    .sidebar-menu > li:hover > a,
    .sidebar-menu > li > a.active {
        color: #ffffff;
        background: #10b8f9;
        border-left-color: #10b8f9;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu li.head {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-menu > li > .treeview-menu {
        margin: 0 1px;
        background: #222d32;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        margin-left: -40px;
        padding-left: 40px;
    }
}


/*
* Component: Header Menu
* -------------------------
*/

.navbar-nav > .user-options {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    min-width: 100px;
}

.navbar-nav > .user-options .user-image {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 0;
    margin-top: -8px;
}

.main-header .navbar .nav > li > a > .button {
    color: #ffffff;
    font-size: 12px;
    padding: 5px 15px;
    margin-right: 15px;
    background: #10b8f9;
    margin-top: 15px;
}

.main-header .navbar .nav > li > button {
    font-size: 12px;
    margin-right: 15px;
    margin-top: 11px;
}

.navbar-nav > .user-options .profile {
    color: #f2f2f2;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    margin-top: 15px;
}

.navbar-nav > li > a.profile-img {
    border-radius: 50%;
    margin-right: 0;
    margin-top: 7px;
}

.youtube-video-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px auto;
    border: 3px;
    border-color: #f37021;
    border-style: solid;
    padding: 3px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widgets-buttons {
    margin-bottom: 15px;
}

.noResize {
    resize: none;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #f37021;
    border-bottom: 1px solid white;
}

.nav-tabs-custom > .nav-tabs {
    background-color: #ebeced;
}

.nav-tabs-custom > .nav-tabs > li {
    margin-right: 1px;
    border-bottom: 1px solid #ebeced;
    background-color: white;
}

.box-shadow-none,
.nav-tabs-custom {
    box-shadow: none !important;
}


/**
* End of AdminLTE.css changes
*/


/**
* Font Awesome colours
*/

.fa-green {
    color: #71c15d;
}

.fa-forest-green {
    color: #258f0a;
}

.fa-red {
    color: #ef4237;
}

.fa-dark-red {
    color: #eb0000;
}

.fa-amber {
    color: #fdbe02;
}

.fa-yellow{
    color: yellow;
}

.fa-palegray {
    color: #ebeced;
}

.fa-darkgray {
    color: #808080;
}

.fa-deeporange {
    color: #f37021;
}

.fa-blue {
    color: #1a3763;
}

.fa-royal-blue {
    color: #1a77f1;
}

.fa-purple {
    color: #6f62ba;
}

.fa-mint {
    color: #3EB489;
}

.fa-cyan {
    color: #10b8f9;
}

.fa-brown {
    color: #994c00;
}

.fa-ter {
    color: #EEBA6D;
}

.fa-terReview {
    color: #ff9b6d;
}

.fa-pointer {
    cursor: pointer;
}

.fa-no-drop{
    cursor: no-drop !important;
}

.fa-margin-right-5 {
    margin-right: 5px;
}

.fa-padding {
    padding: 0 2px 0 2px;
}

.fa-disabled {
    opacity: 0.5;
    cursor: default !important;
}

.margin-auto {
    margin: auto;
}

.margin-top--20 {
    margin-top: -20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top--10 {
    margin-top: -10px;
}

.margin-top--5 {
    margin-top: -5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-4 {
    margin-bottom: 4px !important;
}

.margin-bottom-9 {
    margin-bottom: 9px;
}

.margin-bottom--10 {
    margin-bottom: -10px;
}

.margin-bottom--30 {
    margin-bottom: -30px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.mb-05em {
    margin-bottom: 0.5em;
}

.margin10 {
    margin:10px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-15 {
    margin-right: 15px;
}

/**
* Font awesome stars highlight
 */

.br-widget > a:focus {
    border: 1px dashed;
    color: #10b8f9;
}

/**
* This fixes select 2 elements not being responsive and not allowing to enter search text
*/

.select2 {
    width: 100% !important;
}

/*
Setting a max height limit on select 2 elements as they tend to expand and break UI layout if
the select 2 element is not long enough
 */
.select2-height-limit + .select2 {
    max-height: 64px;
    overflow-y: auto;

}

.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

.select2-search__field {
    max-width: calc(100% - 20px);
}

/**
* Styles for projects table
*/

.dt-progress-bar {
    margin: -3px;
    padding: 3px;
}

.progress_queueing{
    white-space: nowrap;
    background: #31a3e0 !important;
}

.progress_dispatching{
    white-space: nowrap;
    background: #31a3e0 !important;
}

.progress_analyzing{
    white-space: nowrap;
    background: #558ed5 !important;
}

.progress_translating{
    white-space: nowrap;
    background: #5e7ecb !important;
}

.progress_reviewing{
    white-space: nowrap;
    background: #6f62ba !important;
}

.progress_assembling{
    white-space: nowrap;
    background: #7382ab !important;
}

.progress_complete{
    white-space: nowrap;
    background: #7AC48C !important;
}

.ice-match {
    white-space: nowrap;
    background: #00c0ef  !important;
}

.dispatching {
    white-space: nowrap;
    background: #3EB489  !important;
}

.complete {
    white-space: nowrap;
    background: #7AC48C !important;
}

.cancelled {
    white-space: nowrap;
    background: #E4931C !important;
}

.running {
    white-space: nowrap;
    background: #558ed5 !important;
}

.project-error {
    white-space: nowrap;
    background: #e66411 !important;
}

/* This uses the same hex code as the fa-amber class */
.project-warning {
    white-space: nowrap;
    background: #fdbe02 !important;
}

.project-ter {
    white-space: nowrap;
    background: #EEBA6D !important;
}

.project-ter-review {
    white-space: nowrap;
    background: #ff9b6d !important;
}

.evaluation-project-ter{
    white-space: nowrap;
    background: #7AC48C !important;
}

.evaluation-project-ter-fail{
    white-space: nowrap;
    background: #ef4237 !important;
}

.evaluation-project-ter-overEdit{
    white-space: nowrap;
    background: #e66411 !important;
}

.project-percentage {
    width: 35%;
    display: inline-block;
    text-align: right;
}

.project-progressbar {
    width: 65%;
    display: inline-block;
    text-align: left;
}

.project-progress {
    width: 80%;
    display: inline-block;
}

.segment {
    padding: 10px;
    text-align: left;
    margin-bottom: 5px;
}

.segmentHeader {
    float: left;
    min-width: 150px;
    font-weight: bold;
}

.segmentTextSource {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

.segmentTextSourceRightToLeft {
    text-align: right !important;
    direction: rtl !important;
}

.segmentTextTarget {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: normal;
}

.bg-light-purple{
    background-color: #e3e2ff;
}

.segment-bg-purple{
    background-color: #cbcaf6;
}

.segmentTextTargetRightToLeft {
    text-align: right !important;
    direction: rtl !important;
}

.slider-selection {
    background: #10B8F9 !important;
    background-image: none !important;
}

.slider-handle {
    background: #444444 !important;
}

.table-header {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #ecf2fa;
}

.table-row {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
}


/**
 * Charts
 */

.center-content-ver {
    height: 100%;
    display: table;
    width: 100%;
    padding: 20px;
}

.center-content-horz {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.chart-error {
    margin-top: 24%;
}

.guage-widget-build div {
    margin: 0 auto;
}

.chart-modal-button {
    cursor: pointer;
}

.font-xxsmall {
    font-size: 0.6em !important;
}

.font-xsmall {
    font-size: 0.7em !important;
}

.font-small {
    font-size: 0.8em !important;
}

.font-lsmall {
    font-size: 0.9em !important;
}

.font-md {
    font-size: 0.95em !important;
}

.font-slightly-larger {
    font-size: 1.1em !important;
}

.font-20pc-larger {
    font-size: 1.2em;
}

.text-bold {
    font-weight: bold;
}

/* Drag and Drop */

.progress {
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filesover {
    opacity: 0.5;
}

.files {
    width: 100%;
    background: #f2f2f2;
    border-style: dashed !important;
    border-color: #333 !important;
    border-width: 1px !important;
    border-radius: 0px;
    overflow-x: auto;
    height: 270px;
    padding: 0px 5px;
}

.templateFiles {
    width: 100%;
    background: #f2f2f2;
    border-style: dashed !important;
    border-color: #333 !important;
    border-width: 1px !important;
    border-radius: 0px;
    overflow-x: auto;
    height: 100%;
    padding: 5px 5px;
}
/*KantanAnalytics Report*/

#analyticsReport table {
    width: 100%;
    border: 1px solid #71a8d1;
    border-left: 0;
    border-top: 0;
    border-collapse: separate !important;
    border-spacing: 0;
    color: #454F4F;
    font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    line-height: 150%;
}

#analyticsReport td {
    border-left: 1px solid #71a8d1;
    border-top: 1px solid #71a8d1;
    padding: 3px 9px;
}

#analyticsReport th {
    background-color: #71a8d1;
    border-left: solid #71a8d1 1px;
    border-top: solid #71a8d1 1px;
    padding: 3px 9px;
    color: white !important;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60%;
}

.width-100, .input-group {
    width: 100%;
}

/* width limited to 85% so the text does don't overlap with the +/- for the dropdown*/

.collapsed-box .info-box-text {
    width: 85%;
}

.info-box-subtext {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.number-circle,
.large-number-circle {
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 50%;
}

.number-circle {
    line-height: 17px;
    width: 17px;
}

.large-number-circle {
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #F37021;
}

.fix-alert {
    position: fixed;
    top: 0;
    z-index: 99 !important;
}


/*Insight*/

.insight {
    display: table;
    background-color: var(--pastel-yellow) !important;
    border-collapse: separate;
    border-spacing: 20px;
    margin-bottom: 20px !important;
    width: 100%;
}

.insight-small {
    display: table;
    background-color: var(--pastel-yellow);
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 5px !important;
    width: 100%;
}


.border-top-none {
    border-top: none;
}

.insight i,
.insight span {
    display: table-cell;
    vertical-align: middle;
}

.insight i {
    width: 16px;
}

.box.insight-small .box-body .mr-offset {
    margin-right: 20px;
}

.box.insight-small .align-self-center > :last-child,
.box.insight-small .align-self-center > :last-child :last-child {
    margin-bottom: 0;
}

.modal .box.insight-small .box-body .mr-offset {
    margin-right: 15px;
}


/* Accounts page */

.company-logo {
    min-height: 190px;
}


/* Percentage Dial
To add this to a dial just use the class percentage-dial in the div containing
the dial id not the div with the dial id */

.percentage-dial {
    display: table;
    width: 100%;
}

.percentage-dial > div {
    display: table-cell;
    vertical-align: middle;
}

#dashboardTabs li a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#liveAgentFrame {
    min-height: 509px;
    min-width: 95%;
    float: right;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #D0D0D0;
}

.progressDial-title {
    max-width: 95%;
    height: 1.2em;
    word-break: break-all;
    vertical-align: text-top;
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.progressDial-titleBox {
    white-space: nowrap;
    font-size: 1.2em;
    width: 100%;
}

/* Stdout format */
.stdout {
    color: white;
    background-color: black;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Delete pic */


.deletePicture::before {
    content: '\f014';
    z-index: 5;
    position: absolute;
    color: #ef4237;
    left: 99%;
    font-family: 'FontAwesome';
    cursor: pointer;
}

.delete-project-note::before {
    content: '\f014';
    z-index: 5;
    position: absolute;
    color: #ef4237;
    left: 99%;
    font-family: 'FontAwesome';
    cursor: pointer;
}

.project-note-editor > .jqte {
    margin: 5px 0 0 0;
}

/* Padding for library display */

#selectedLibraries {
    margin-left: 10px;
    margin-right: 10px;
}


/**
 * media queries sizes
 *  (min-width: 768px)
 *  (min-width: 992px)
 *  (min-width: 1200px)
 */

.display-inherit {
    display: inherit !important;
}

@media (min-width: 768px) {
    .abtest-row-sm {
        display: inherit;
    }
}

@media (min-width: 992px) {
    .abtest-row-md {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .abtest-row-lg {
        display: flex;
        align-items: center;
    }
}

.flag-icon {
    background-size: cover;
}

.alias-tag {
    background-color: #3C8DBC;
    border-color: #367fa9;
    border: 1px solid;
    color: white;
    font-size: 0.8em;
    padding: 0 7px;
    margin-left: 5px;
}

.lqr-image {
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.equal > div[class*='col-'] {
    display: flex;
    flex-direction: column;
}

@charset "utf-8";
/* CSS Document */
/*Styles for statistics */

.stat-title-chart {
    font-family: 'Open Sans', HelveticaNeue, Trebuchet MS, Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
    font-weight: bold;

}

.stat-text {
    color: #454f4f;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Open Sans', HelveticaNeue, Trebuchet MS, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    text-align: center;

}

.stat-container-box {
    float: left;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a6c9e2;
    background: #fcfdfd;
    color: #222222;
    cursor: pointer;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.stat-container-bottom {
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 1px;
    padding: 0px;
    margin-top: 1px;
    border: 1px solid #c5dbec;
    background: #dfeffc;
    padding-left: 15px;
    text-transform: capitalize;
}

.stat-container-title {
    margin-left: -13px;
    height: 27px;
    cursor: pointer;
    margin-bottom: 5px;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 10px;
}

.vertical-text {
    -moz-transform: rotate(-90deg) translate(0, 100%);
    -moz-transform-origin: 0% 100%;
    -o-transform: rotate(-90deg) translate(0, 100%);
    -o-transform-origin: 0% 100%;
    -webkit-transform: rotate(-90deg) translate(0, 100%);
    -webkit-transform-origin: 0% 100%;
    transform: rotate(-90deg) translate(0, 100%);
    transform-origin: 0% 100%;
    display: block;
    font-weight: normal;
    font-style: italic;
    vertical-align: middle !important;
    font-family: Open Sans, HelveticaNeue, Trebuchet MS, Arial, Helvetica, sans-serif;
}

.stat-container-bottom a.tooltip {
    position: relative;
    z-index: 24;
    color: #313131;
    text-decoration: none;
    padding: 0 20px 0 10px;
}

.stat-container-bottom a.tooltip:hover {
    z-index: 25;
    display: inline;
}

.stat-container-bottom a.tooltip span {
    position: absolute;
    width: 220px;
    left: -220px;
    top: 30px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.9);
    background: #000000;
    border: 1px solid #000000;
    text-shadow: none;
    padding: 7px 10px 7px 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    /* Hiding the tooltip */
    visibility: hidden;
    opacity: 0;
    /* Removing transition when the mouse leaves the tooltip - Fixing a display issue */
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}

.stat-container-bottom a.tooltip:hover span {
    /* CSS3 Transition */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* Showing the tooltip */
    visibility: visible;
    opacity: 1;
}

.scheduler {
    border: 1px solid;
    color: white;
    font-size: 1em;
    padding: 0 7px;
    margin-left: 2px;

}

.scheduler-monday,
.scheduler-tuesday,
.scheduler-wednesday,
.scheduler-thursday,
.scheduler-friday {
    background-color: #3C8DBC;
}

.scheduler-saturday,
.scheduler-sunday {
    background-color: #f56954;
}

.channel-label {
    padding: 6px 12px;
}

/*FontAwesome rating stars*/
.star-rating {
    align-items: center;
    font-size: 20px;
    justify-content: center;
    margin-top: 5px;
}

.empty-stars {
    color: #a0a29c;
    overflow: hidden;
    text-shadow: 0.5px 0.5px 1.5px #a0a29c;
    top: 0;
}

.filled-stars {
    color: #FFBC0B;
    overflow: hidden;
    text-shadow: 0.5px 0.5px 1.5px #d29b09;
    top: 0;
}

/* Star Scoring Style */
.star-rating {
    direction: ltr;
    text-align: left;
}

.star-rating::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 0; /* Remove white space between inline-block elements */
}

.star-rating input[type="radio"] {
    display: none; /* Hide the radio buttons */
}

.star-rating label {
    display: inline-block;
    font-size: 24px;
    color: gray;
    cursor: pointer;
}

.star-rating label::before {
    font-family: "Font Awesome 6 PRO";
    content: "\f005";
    font-weight: 900;
}

/*.star-rating input[type="radio"]:checked ~ label::before {*/
/*    color: gold;*/
/*}*/

.star-rating input[type="radio"]:checked {
    color: gold;
}

/*Editor Speed Colours*/
.rating-superb {
    color: #0eff00;
}

.rating-excellent {
    color: #42cb43;
}

.rating-good {
    color: #92b333;
}

.rating-normal {
    color: #bca900;
}

.rating-cdb {
    color: #f37021;
}

.rating-slow {
    color: #ef4237;
}

.dashboard-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 0;
    margin-top: -8px;
}

#translation {
    overflow-y: scroll;
}

/*Scroll bar css*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Cards*/
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 320px;
    margin: auto;
    text-align: center;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

.cardSelect {
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.2);
    border-top: 0;
    border-style: solid;
    border-color: #f37021;
}

/*Text errors*/
.text-error {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.text-error:before {
    content: '\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f\fe4f'; /* too much? */
    max-width: 100%;
    position: absolute;
    white-space: nowrap;
    bottom: -3px;
}

.text-error.grammar:before {
    color: green;
}

.text-error.spelling:before {
    color: red;
}

.text-error.other:before {
    color: blue;
}

.hover:hover {
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: collapse !important;
}


/*
    CSS to Adjust the font size based on the screen size
*/

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.17em;
    }

    h3 {

        font-size: 1em;
    }

    /*h4 {*/

    /*    font-size: 0.83em;*/
    /*}*/

    /*h5 {*/
    /*    font-size: 0.75em;*/
    /*}*/

    /*h6 {*/
    /*    font-size: 0.55em;*/
    /*}*/
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {

        font-size: 1.75em;
    }

    /*h4 {*/

    /*    font-size: 1.5em;*/
    /*}*/

    /*h5 {*/
    /*    font-size: 1.25em;*/
    /*}*/

    /*h6 {*/
    /*    font-size: 1em;*/
    /*}*/
}

/* tablets/desktops and up ----------- */
@media (min-width: 999px) and (max-width: 1266px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {

        font-size: 1.17em;
    }

    /*h4 {*/

    /*    font-size: 1em;*/
    /*}*/

    /*h5 {*/
    /*    font-size: 0.83em;*/
    /*}*/

    /*h6 {*/
    /*    font-size: 0.75em;*/
    /*}*/
}

/* large desktops and up ----------- */
@media screen and (min-width: 1266px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {

        font-size: 1.75em;
    }

    /*h4 {*/

    /*    font-size: 1.5em;*/
    /*}*/

    /*h5 {*/
    /*    font-size: 1.25em;*/
    /*}*/

    /*h6 {*/
    /*    font-size: 1em;*/
    /*}*/
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-padding-left{
    padding-left: 0 !important;
}

.no-padding-right{
    padding-right: 0 !important;
}

.no-padding-top{
    padding-top: 0 !important;
}

.no-padding-bottom{
    padding-bottom: 0 !important;
}

.activeProject{
    font-weight: bold !important;
}

.highlight{
    background-color: #FFFFFF;
}
.highlight:hover{
    cursor:pointer;
    background:#7AC48C;
}

.selected_translation{
    background:#7AC48C;
}
.selected_translation:disabled{
    background:#7AC48C;
}

.not_selected_translation{
    background:#ef4237;
}
.disable-segment{
    cursor: not-allowed;
}

.docExpressWrapper{
    border: 3px solid #f2f2f2;
}

.statusMessage {
    display: table;
    width: 98%;
    height: 98%;
    text-align: center;
}

.statusMessage span {
    display: table-cell;
    vertical-align: middle;
}


@media screen and (max-width: 1600px ) {
    .hide-xl{
        display: none !important;
    }
}
@media screen and (max-width: 1400px ) {
    .hide-l{
        display: none !important;
    }
}
@media screen and (max-width: 1200px ) {
    .hide-m{
        display: none !important;
    }
}
@media screen and (max-width: 1000px ) {
    .hide-sm{
        display: none !important;
    }
    .big-screen-only{
        display: none !important;
    }
}
@media screen and (max-width: 850px ) {
    .hide-s{
        display: none !important;
    }
    .hide-on-mobile{
        display: none !important;
    }

    .expand-s{
        height: 150px !important;
    }

    .box{
        margin: 0 !important;
    }
}
@media screen and (max-width: 500px ) {
    .hide-xs{
        display: none !important;
    }
}

.link-bold{
    font-weight: bold;
    color: black;
    text-decoration: none;
}

table.table-kantan th{
    background-color: #254e8c;
    border-top: 2px solid #0E9ECF;
    font-weight: normal;
    color: white;
    font-size: 12px;
}

table.table-kantan tr>td:nth-child(1){
    border-left: 1px solid #254e8c;
}
table.table-kantan tr>td:last-child{
    border-right: 1px solid #254e8c;
}

table.table-kantan th:nth-child(1){
    border-left: 1px solid #254e8c;
}
table.table-kantan th:last-child{
    border-right: 1px solid #254e8c;
}

table.table-kantan th{
    border-top: 1px solid #254e8c !important;
}
table.table-kantan tr:last-child{
    border-bottom: 1px solid #254e8c;
}

.table-fileAnalysis {
    padding: 15px !important;
}

table.table-fileAnalysis th{
    margin-top: 5px;
    border-top: 2px solid #e3e2ff;
    background-color: #e3e2ff;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

.edword-top .row{
    margin-top: -15px;
}
.edword-top #timer{
    background: #fff;
    border-radius: 4px;
    transition: all 0.2s;
    width: 100%;
}
.edword-top #languagePair{
    margin: 10px auto;
    width: 50%;
    white-space: nowrap;
}
.edword-top #segmentValue{
    display:inline;
    float:right;
}

table.table-segment th {
    background-color: #e3e2ff;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

.table-segment th {
    border: 2px solid #ffffff;
    text-align: left;
}

.table-segment td {
    border: 2px solid #ffffff !important;
    text-align: left;
}

.segmentsTd {
    background-color: #e3e2ff;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

.table-segment-th{
    background-color: #cbcaf6;
}

/*#timer {*/
/*    background: #fff;*/
/*    border-radius: 4px;*/
/*    padding: 0 20px;*/
/*    transition: all 0.2s;*/
/*    !*margin: 0 auto;*!*/
/*    width: 100%;*/
/*}*/

#timerDisplay {
    margin: 0;
}

#progressBar,
.fms-percent-bar {
    width: 0;
    height: 20px;
    background: #7AC48C;
    position: relative;
    transition: 1s linear;
    z-index: 10;
}

#progressBarBackground {
    width: 100%;
    height: 20px;
    position: relative;
    top: -20px;
    background: #f5f5f5;
}

/**
Custom resizing for bootstrap v3 sizing
 */
.vertical-align-xs {
    display: flex;
    align-items: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .vertical-align-sm {
        display: flex;
        align-items: center;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .vertical-align-md {
        display: flex;
        align-items: center;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .vertical-align-lg {
        display: flex;
        align-items: center;
    }
}

.min-height-none {
    min-height: 0 !important;
}

.min-height-10vh {
    min-height: 10vh !important;
}

term{ color: black;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 2px dashed blue;
}

.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 0.2s linear;
}
.rotate.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-list{
    background: #ecf2fa;
    padding: 0;
    list-style-type: none;
}

.custom-list li{
    padding:5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-list li:nth-of-type(odd){
    background: #FFFFFF;
}

#glossaries .padding-glossary-fields:nth-child(odd) {
    background-color: white;
}

#glossaries .padding-glossary-fields:nth-child(even) {
    background-color: #ecf2fa;
}

.segment-context-row {
    border-bottom: 2px solid #ffffff;
}

.context-border-left {
    border-left: 2px solid #ffffff;
}

.context-border-top {
    border-top: 2px solid #ffffff;
}

.context-border-bottom {
    border-bottom: 2px solid #ffffff;
}

.context-border-bottom-4 {
    border-bottom: 4px solid #ffffff;
}

.context-margin-bottom{
    margin-bottom: 2px;
}

.segment-context-bordering:nth-child(even){
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.segment-context-title {
    background: #d4ddec !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glossary-title-body {
    background: #d4ddec !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-col{
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-header-group {
    border-left: 2px solid #ffffff;
    background: #e3ecf9;
}

.sub-header{
    white-space: nowrap;
    overflow: hidden;
    background: #e3ecf9;
    text-overflow: ellipsis;
}

.segment-context-text {
    background: #ecf2fa;
    border-left: 2px solid #ffffff;
}

.segment-context {
    padding: 0;
    min-height: 155px;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.14) !important;
}

.segment-context div {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.segment-context div:nth-of-type(odd) {
    border-right: 1px solid #ccc;
}

.segment-context {
    margin-right: 0;
    margin-left: 0;
}

.segment-context div span{
    display: block;
    padding: 5px 10px;
}
.segment-context div span:nth-of-type(even){
    background-color: var(--pastel-yellow) !important;
}

#concordanceResults {
    min-height: 300px;
}

.segment-review {
    margin-top: 20px;
}

.segment-evaluation {
    margin-top: 20px;
}

.textArea{
    min-height: 130px;
    max-height: 130px;
    overflow-y: scroll;
    border:1px solid #ccc;
}

.ltr{
    direction: ltr;
}

.rtl{
    direction: rtl;
}

.context-table{
    display: table;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.14) !important;
}

.context-row{
    display: table-row;
    border-bottom: 1px solid #ccc;
}

.context-cel{
    display: table-cell;
    padding: 10px !important;
    width: 50%;
    border-right: 1px solid #ccc;
}

.context-cel-content{
    min-height:30px;
}

/*Project Editor CSS*/

/* Table wrapper css*/
.project-table-wrapper{
    border: 1px solid #254e8c;
    tab-size: 5;
}

.task-wrapper {
    min-height: 700px;
    max-height: 700px;
    min-height: 700px;
    max-height: 700px;
    overflow: auto;
}

.task-wrapper::-webkit-scrollbar,.project-table-row::-webkit-scrollbar{
    width: 3px;
}

/* Css for the toolbar and footer rows to make the project editor look symmetrical to Kantan DTs */
.tool-bar-row,.footer-row,.search-bar-row{
    font-weight: bold;
    min-height: 35px;
    background-color: #254e8c;
}

/* CSS to align table rows*/
.header-row,.project-table-row,.tool-bar-row,.search-bar-row{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/* Css for the table heading rows*/
.header-row{
    font-weight: bold;
    background-color: #d4ddec;
}

/* Css for the cells inside the table heading row*/
.header-cell{
    padding: 10px 20px;
}

.header-cell:last-child{
    border-right: none;
    border-left: 1px solid #FFFFFF;
}

/* Css for the rows of the project editor (translation units)*/
.project-table-row{
    min-height:50px;
    /*max-height: 450px;*/
    overflow: auto;
    background-color: #ecf2fa;
    /*border-bottom: 1px solid #d4ddec;*/
    transition: height 0.3s;
    /*border-right: 3px solid #1a3763;*/
    /*border-top: 1px solid #d4ddec;*/
    /*border-bottom: 1px solid #ccd6e7;*/
}

.project-table-row:nth-child(even) {
    background-color: #FFFFFF;
}

.project-table-row.validation-warning {
    background-color: #fde2d3;
    border-bottom: 1px solid #fbd4bc;
}

.project-table-row.validation-error {
    background-color: #fac6c3;
    border-bottom: 1px solid #f9b3af;
}

.project-table-row.unavailable:not(.available-to-manager),
.available_manager {
    cursor: not-allowed;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ccd6e7;
    /*border-bottom: 1px solid #d4ddec;*/
}

.hidden {
    display: none;
}

.unavailable:not(.available-to-manager) > .content-column > .project-table-cell > .translation-box,
.available_manager > .content-column > .project-table-cell > .translation-box {
    box-shadow: none;
    cursor: not-allowed;
}

.selected {
    display: block !important;
    height: 500px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0 0 0 3px #1b7ea0, 0 0 0 20000px #00000040;;
    z-index: 1;
}

.selected:hover,
.selected.validation-warning,
.selected.validation-error {
    background-color: #FFFFFF !important;
}

.selected>.content-column>.project-table-cell:first-child{
    border-right: none;
}

.selected .source-box-container {
    background: #e5e5e5;
}

.selected .source-box-container,
.selected .translation-box-container {
    box-shadow: 0 0 0 2px #d4ddec;
}

.selected .segment-display {
    /*box-shadow: 0 0 0 2px #d4ddec;*/
    height: 150px;
}

.selected .buttons-container {
    text-align: right;
    margin-top: 2px;
    height: 34px;
}

.selected .source-box,
.selected.available-to-manager .project-table-cell .translation-box {
    background: #e5e5e5;
}

.selected > .status-column {
    border: none;
}

.project-table-row:hover,
.project-table-row.validation-warning:hover,
.project-table-row.validation-error:hover {
    background-color: #fff4a5;
}

.project-table-row:last-child {
    border-bottom: none;
}

.project-table-cell{
    padding:10px;
}

.project-table-cell:nth-child(odd){
    /*border-right: 1px solid #d4ddec;*/
}

.project-table-cell:nth-child(even){
    border-left: 1px solid #d4ddec;
}

.segment-display {
    /*height: 79px;*/
    overflow: auto;
    padding: 5px 10px;
    min-height: 60px;
}

.project-table-row .left-col {
    background: #d4ddec;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    padding-top: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 36px;
    word-break: break-all;
}

.project-table-row:hover .left-col {
    background-color: #e6dc95;
}

.project-table-row.selected .left-col,
.project-table-row.selected:hover .left-col {
    background-color: #ecf2fa;
}

.project-table-row.unavailable:not(.available-to-manager) .left-col,
.project-table-row.available_manager .left-col {
    background-color: #cecece;
    border-bottom-color: #cecece;
}

.project-table-row.validation-warning:not(.selected) .left-col {
    background-color: #fbd4bc;
}

.project-table-row.validation-error:not(.selected) .left-col {
    background-color: #f9b3af;
}

.project-table-row.validation-warning:not(.selected):hover .left-col,
.project-table-row.validation-error:not(.selected):hover .left-col {
    background-color: #e6dc95;
}

.content-column {
    margin-left: 36px;
    margin-right: 36px;
}

.project-table-row .translation-box:hover{
    box-shadow: 0 0 0 2px #a0a29c;
    cursor: pointer;
}

.selected .project-table-cell .translation-box {
    background: #fff;
    box-shadow: 0 0 0 2px #d4ddec;
    cursor: auto;
    /* We make it the same height as the source box + copy source button */
    /* We can remove it once the translation box also has buttons under itself */
    height: calc(150px + 34px + 2px);
}

.project-table-row .translation-box:active{
    outline: none;
    scroll-snap-align: center;
    box-shadow: 0 0 0 2px #d4ddec;
}

.project-table-row .translation-box:focus{
    outline: none;
    scroll-snap-align: center;
    box-shadow: 0 0 0 2px #d4ddec;
}

.under {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-style: dotted;
}

/* Css for the status columns of the row*/
.status-column{
    position: absolute;
    top: 0;
    right: 0;
    /*width: 3%;*/
    height: 100%;
    color:white;
    float: left;
    display: table;
    min-width: 36px;
    background-color: #254e8c;
    border-bottom: 1px solid #ccd6e7;
}

.unavailable:not(.available-to-manager)>.validation-warning,
.available_manager>.validation-warning,
.project-table-row.validation-warning:not(.selected) .status-column {
    background-color: #f37021;
}

.unavailable:not(.available-to-manager)>.validation-error,
.available_manager>.validation-error,
.project-table-row.validation-error:not(.selected) .status-column {
    background-color: #ef4237;
}

.project-table-row .character-count {
    display: inline-block;
}

.no-task{
    background: repeating-linear-gradient(#254e8c, #254e8c 5px, #3f5288 5px, #3f5288 10px);
}

.task_available{
    background:  #254e8c;
}

.task_in_progress,
.task_available_reedit,
.task_complete,
.project-table-row.selected .status-column {
    background: #1b7ea0;
}

body.pending, body.pending *{
    cursor: wait !important;
}

.validation-table>.row{
    display: flex;
}
.validation-table>.row>div{
    border-right: 1px solid #ccd6e7;
}
.validation-table>.row>div:last-child{
    border-right: none;
}

.validation-table:nth-child(even){
    background: #ecf2fa;
}
.validation-table:hover{
    cursor: pointer;
    background: #fff4a5;
}

.tm-match>.row{
    display: flex;
}

.glossary-border {
    border-bottom: 3px solid #d4ddec;
}

.tm-match>.row>div{
    border-right: 2px solid #ffffff;
}

.tm-match>.row>div{
    padding-bottom: 10px;
}

.tm-match>.row>div:last-child{
    border-right: none;
}

.tm-match:nth-child(even){
    background: #ecf2fa;
}
.tm-match:hover{
    cursor: pointer;
    background: #fff4a5;
}

.bg-yellow-pastel,
[aria-expanded="true"] .tb-hit-row {
    background: var(--pastel-yellow);
}

.modifiedDate {
    cursor: pointer;
}

.search-tm-match>.row{
    display: flex;
}

.search-tm-match>.row>div{
    border-right: 2px solid #ffffff;
}

.search-tm-match>.row>div{
    padding-bottom: 10px;
}

.search-tm-match>.row>div:last-child{
    border-right: none;
}

.search-tm-match:nth-child(even){
    background: #ecf2fa;
}


.segment-comment>.row{
    display: flex;
}

.segment-comment>.row>div{
    border-right: 2px solid #ffffff;
}

.segment-comment>.row>div{
    padding-bottom: 10px;
}

.segment-comment>.row>div:last-child{
    border-right: none;
}

.segment-comment:nth-child(even){
    background: #ecf2fa;
}

.tm-search-match-header>.row{
    display: flex;
}

.tm-search-match-header>.row>div{
    border-right: 2px solid #FFFFFF;
}

.tm-search-match-header>.row>div{
    padding-bottom: 10px;
}

.tm-search-match-header>.row>div:last-child{
    border-right: none;
}

.tm-search-match-header{
    background: #d4ddec;
}

.tm-match-header{
    background: #d4ddec;
}
.tm-match-header>.row{
    display: flex;
}

.tm-match-header>.row>div{
    border-right: 2px solid #FFFFFF;
}

.tm-match-header>.row>div{
    padding-bottom: 2px;
}

.tm-match-header>.row>div:last-child{
    border-right: none;
}

.tm-match-header:nth-child(even){
    background: #d4ddec;
}

.edWinaTabsContainer {
    border-color: #33a6cc;
}

.panel-group{
    outline: none;
    margin-bottom: 0;
}

.tab-panel-header{
    cursor:pointer;
    background:#d4ddec;
}

.tab-panel-header-no-match{
    background:#d4ddec;
    margin-right: 0px;
    margin-left: 0px;
}

.tab-panel-header:hover{
    background:#fff4a5;
}

.tab-panel-header.hover-none:hover {
    background-color: #d4ddec;
    cursor: auto;
}

.tab-panel-header-0:hover{
    background:#fff4a5;
}

.tab-panel-header-1:hover{
    background:#fff4a5;
}
.tab-panel-body{
    background : #ecf2fa;
}

.tab-panel-body:nth-child(odd){
    background : #fff;
}

.tab-panel-header .validation-icons {
    margin-right: 20px;
}

context {
    display:inline-block;
    border-radius: 10px;
    color:Black;
    background:#f37021;
    vertical-align:middle;
    padding: 5px;
    text-align: center;
}

button.accordion,
button.doc-express-accordion,
button.accordion-custom-width {
    border-top: 2px solid transparent !important;
    background-color: #f4f4f4;
    padding: 10px;
}

button.accordion,
button.doc-express-accordion,
button.accordion-custom-width,
button.info-material-accordion,
button.thread-accordion {
    border: none;
    outline: none;
    text-align: left;
    font-size: 15px;
    color: #0f0f0f;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.info-material-accordion,
button.thread-accordion
{
    background-color: #FFFFFF;
    padding: 10px 0;
    border-bottom: 1px solid #808080;
    overflow: hidden;
}

button.info-material-accordion.expandable-accordion,
button.thread-accordion.expandable-accordion
{
    padding-right: 2px;
}

button.info-material-accordion.is-open,
button.thread-accordion.is-open
{
    background-color: #ecf2fa;
    border-bottom: none;
}

button.accordion,
button.doc-express-accordion,
button.info-material-accordion,
button.thread-accordion
{
    width: 100%;
}

.extra-accordion-button {
    padding: 13px 12px !important;
    border-color: #ddd;
    border-top: 2px solid #f37021;
}

.user-channels-drilldown-table {
    margin-left: -15px;
    margin-right: -15px;
}

/* Handle accordion row styling, accounting for multiple background rows & divs */
.accordion-wrapper:nth-child(odd) .doc-express-accordion,
.accordion-wrapper:nth-child(odd) .accordion-custom-width
{
    background-color: #f8f8f8;
}

.accordion-wrapper:nth-child(even) .doc-express-accordion,
.accordion-wrapper:nth-child(even) .accordion-custom-width
{
    background-color: #ecf2fa;
}

.datatable-background-colour {
    background-color: #f8f8f8;
}

.datatable-background-colour:nth-child(even) {
    background-color: #ecf2fa;
}

button.accordionGlossary {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.segment-context-container{
    border-bottom: 2px solid #fff;
}

.glossary-container:not(:last-of-type){
    border-bottom: 1px solid #fff;
}

.search-tm{
    width: 250px !important;
}

button.accordion:after,
button.doc-express-accordion:after,
button.accordion-custom-width:after,
button.expandable-accordion:after
{
    font-family: FontAwesome;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}

button.accordion.is-open:after,
button.doc-express-accordion.is-open:after,
button.accordion-custom-width.is-open:after,
button.expandable-accordion.is-open:after
{
    content: "\f106";
}

button.accordion:after,
button.doc-express-accordion:after,
button.expandable-accordion:after
{
    font-family: FontAwesome;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}

button.accordion.is-open:after,
button.doc-express-accordion.is-open:after,
button.expandable-accordion.is-open:after
{
    content: "\f106";
}

button.accordion:hover,
button.accordion.is-open,
button.info-material-accordion:hover,
button.thread-accordion:hover
{
    background-color: #ecf2fa;
}

button.doc-express-accordion.failed-validation.is-open {
    border-top-color: #ef4237 !important;
}

button.accordion.is-open,
button.accordion-custom-width.is-open,
button.accordion-summary.is-open
{
    border-top: 2px solid #f37021 !important;
}

.info-material-file {
    text-align: center;
    padding: 7px;
    background: #f1f1f1;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    cursor: pointer;
}

.info-material-file:hover {
    background: #c5c5c5;
}

#tmConcordance {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-content {
    display: flex;
    align-items:start;
    max-height: 0;
    flex-direction: column;
    background-color: white;
    overflow: hidden;
    overflow-y: auto;
    transition: max-height 0.2s ease-in-out;
    border: 1px solid #ecf2fa;
    border-top: none;
}

.accordion-content-glossary {
    border: 0px solid #ecf2fa;
    margin-bottom: 0px;
}

.info-material-files {
    display: inline-flex;
    align-items: end;
    flex-direction: row;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.monospace {
    font-family: 'Roboto Mono', monospace;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

space,
tab {
    position: relative;
}

tab {
    font-size: 13px;
    display: inline-block;
}

space::before,
tab::before {
    color: #808080;
    font-weight: bold;
    position: absolute;
    top: 0;
}

space::before {
    content: "\00B7";
}

space.nbsp::before {
    content: "\010A51";
}

tab::before {
    content: "\27F6";
}

/* Drill Down table CSS */
.drill-down-table {
    width: 100%;
    border: 1px solid #f4f4f4;
}

.drill-down-table-row {
    padding: 0;
    background-color: #e3e2ff;
}

.drill-down-table-row:nth-child(even) {
    background-color: #f4f4f4;
}

.drill-down-table-row-purple-bg {
    background-color: #e3e3fc
}

.drill-down-table-row-green-bg {
    background-color: #a6c3b5
}

.drill-down-table-header {
    font-weight: bold;
    background-color: #cbcaf6;
    cursor: pointer;
}

.drill-down-table-header-bg-important {
    font-weight: bold;
    background-color: #cbcaf6 !important;
    cursor: pointer;
}

.popover-table-cell {
    padding: 7px 20px;
    height: inherit;
    border-right: 1px solid #f4f4f4;
    display: table-cell;
}

.drill-down-table-cell {
    padding: 10px 20px;
    height: inherit;
    border-right: 1px solid #f4f4f4;
    display: table-cell;
}

.drill-down-table-cell-border-bottom-1 {
    border-bottom: 1px solid #f4f4f4 !important;
}

.drill-down-table-cell:last-child {
    border-right: none;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.gap-15 {
    gap: 15px;
}

.align-self-center {
    align-self: center;
}

#validationWizardValidationResults {
    font-size: 0.9em;
    margin-bottom: 40px;
    max-height: 75vh;
    overflow: auto;
    position: relative;
}

.tab-panel-header.validation-result.font-larger {
    font-size: 1.2em;
}

.tab-panel-header.validation-result .left-col,
.tab-panel-header.validation-result .severity-icon {
    flex: 0 0 25px;
}

.panel-collapse.validation-result {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.tab-panel-body.validation-result > .left-col {
    flex: 0 0 30px;
    font-size: 0.9em;
    padding: 10px 0;
    word-break: break-all;
}

.tab-panel-body.validation-result .source-box,
.tab-panel-body.validation-result > .translation-box {
    width: 50%;
}

.tab-panel-body.validation-result:nth-child(odd) {
    background-color: #fff;
}

.tab-panel-body.validation-error:not(:last-of-type) > div {
    border-bottom: 1px solid #f9b3af;
}

.tab-panel-body.validation-warning:not(:last-of-type) > div {
    border-bottom: 1px solid #fbd4bc;
}

.tab-panel-body.validation-result:not(:last-of-type) > .left-col {
    border-bottom: 1px solid #fff;
}

.tab-panel-body.validation-result .source-box {
    border-right: 1px solid #d4ddec;
}

.tab-panel-body.validation-error .source-box {
    border-right: 1px solid #f9b3af;
}

.tab-panel-body.validation-warning .source-box {
    border-right: 1px solid #fbd4bc;
}

.tab-panel-body.validation-error {
    background-color: #fdeceb;
}

.tab-panel-body.validation-error .left-col {
    background-color: #f9b3af;
}

.tab-panel-body.validation-warning {
    background-color: #fef1e9;
}

.tab-panel-body.validation-warning .left-col {
    background-color: #fbd4bc;
}

.tab-panel-header.validation-result:hover {
    background-color: #fff4a5 !important;
}

.focus-mode .selected {
    height: fit-content;
}

.focus-mode .box.box-warning {
    border: none;
}

.focus-mode.segment-selected .footer-row {
    display: none;
}

.focus-mode.segment-selected .project-table-wrapper {
    height: 70vh;
    display: flex;
    flex-direction: column;
}

.focus-mode.segment-selected #side-glossary {
    height: 30vh;
    overflow: auto;
    padding: 10px;
    background-color: white;
    border-width: 1px;
    border-top-style: solid;
    border-color: #254e8c;
    border-left-style: solid;
}

.focus-mode.segment-selected #side-glossary .padding-glossary{
    margin-bottom: 0px !important;
}

#tm-div, #tabs-sidebar {
    display: none;
}

#tm-div .tab-content {
    padding: 0;
    padding-top: 1px;
}

.focus-mode .segment_tabs {
    display: none;
}

.focus-mode.segment-selected #tabs-sidebar {
    display: block;
    min-width: 400px;
    width: 25%;
}

.focus-mode.segment-selected #tm-div {
    display: block;
    position: relative;
    height: 30vh;
    z-index: 1;
    background-color: white;
    border-width: 1px;
    border-top: 1px solid #254e8c;
    border-right: 1px solid #254e8c;
    overflow: auto;
}

.focus-mode.segment-selected #tm-div #edWinaTabs,
.focus-mode.segment-selected #tabs-sidebar #edWinaTabs {
    position: sticky;
    top: 0;
    z-index: 20;
}

#edWinaTabs {
    background-color: white;
}

.focus-mode.segment-selected .segment-tabs-sidebar .nav-tabs-custom {
border-bottom: 1px solid #254e8c;
    border-left: 1px solid #254e8c;
    border-radius: 0;
    height: 70vh;
    overflow: auto;
    margin-bottom: 0;
}

.focus-mode .tool-bar-row {
    min-height: fit-content;
    margin: 0;
}

#tm-concordance .tool-bar-row {
    display: flex;
    justify-content: normal;
    align-items: center;
}

#tm-concordance .tool-bar-row div:last-child {
    margin-left: auto;
}

#tm-concordance .toolbar-search {
    padding: 4px;
}

.focus-mode .header-row {
    margin: 0;
}

.focus-mode .content-header,
.focus-mode .main-sidebar,
.focus-mode .main-header,
.focus-mode .project-file-editor,
.focus-mode .main-footer {
    display: none;
}

.focus-mode .content {
    padding: 0;
}

.focus-mode .content-wrapper {
    margin: 0;
}

.focus-mode .project-table-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.focus-mode .project-table-wrapper #segments {
    flex: 1;
    min-height: unset;
    max-height: unset;
}

.focus-mode .segment-context-text {
    border: none;
}

.focus-mode .copy-icon {
    float: none;
    margin-top: 0;
}

.focus-mode .copy-icon-container {
    align-self: end;
    padding-right: 12px;
    padding-bottom: 8px;
}

.focus-mode .segment-context-container {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
}

.focus-mode #copy-all-button-container {
    text-align: right;
    margin-bottom: 10px;
}

.focus-mode #copyAllContext, #focusCopyAllContext {
    position: relative;
    margin: 0;
    margin-left: 6px;
}

.flex-grow-1 {
    flex-grow: 1;
}

.max-width-100 {
    max-width: 100%;
}

.max-width-50 {
    max-width: 50%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.svs-set-override-flag:hover {
    font-weight: bold;
}

.svs-delete-override-flag:hover {
    font-weight: normal;
}

.custom-list .glossary-item {
    white-space: normal;
}

#source-table-header {
    cursor: pointer;
}

#source-table-header[disabled] {
    cursor: not-allowed;
}

.sorting-icon {
    position: absolute;
    right: 20px;
}

.drill-down-table-padding15-margin-top5 {
    padding: 15px; margin-top: 5px;
}

.tm-hit-font-size{
    font-size: 12px !important;
    font-weight: normal !important;
    white-space: nowrap;
    text-align: left;
}

del.validation,
ins.validation {
    border-radius: 4px;
    font-weight: bold;
    padding: 0 4px;
    text-decoration: none;
}

.input-group-addon.fa-pointer:hover{
    background: #b3b3b3;
}

.research-tab-row {
    border-bottom: 2px solid #ffffff;
    padding: 0;
    background-color: #d4ddec;
    display: flex;
    align-items: center;
}

.research-tab-row:nth-child(even) {
    background-color: #ffffff;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 1.1em;
    margin-left: 2px;
    background-color: #000;
    animation: blink .5s step-end infinite;
}

@keyframes blink {
    from, to {
        background-color: #000;
    }
    50% {
        background-color: transparent;
    }
}

.hidden-cursor {
    visibility: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0 !important;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selection .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 250px !important;
}

.date-choose, .date-choose-small {
    padding-right: 0px;
    display: flex;
}

.date-choose > h4,
.date-choose-small > h4 {
    padding-right: 8px;
}

.date-choose .input-group {
    width: 58%;
    display: flex;
}

.date-choose-small .input-group {
    width: 25%;
    display: flex;
}

.date-choose .input-group-addon,
.date-choose-small .input-group-addon {
    padding-right: 7px;
}

.graph-popup{
    padding-left: 5px;
}

.language-choose .input-group{
    display: flex;
}

.language-choose .select2 {
    min-width: 100% !important;
}

.input-group-addon {
    cursor: pointer;
    width: 40px;
    height: 32px;
}

.input-group-addon .fa-filter{
    padding-top: 2px;
}

.last-child-mb-0:last-child {
    margin-bottom: 0;
}

/*flatpickr calendar styles for User Availability*/
#myDatePicker, #myDatePickerModal {
    display: none;
}

.unavailable-calendar-container .flatpickr-calendar {
    width: 100% !important; ;
}

.unavailable-calendar-container-modal .flatpickr-calendar {
    width: 100% !important; ;
}

.unavailable-calendar-container .flatpickr-calendar .flatpickr-rContainer{
    width: 100% !important;
}

.unavailable-calendar-container-modal .flatpickr-calendar .flatpickr-rContainer{
    width: 100% !important;
}

.unavailable-calendar-container .flatpickr-calendar .flatpickr-weekdays {
    padding: 10px 0 10px 0 ;
}

.unavailable-calendar-container-modal .flatpickr-calendar .flatpickr-weekdays {
    padding: 10px 0 10px 0 ;
}

.unavailable-calendar-container .flatpickr-calendar .flatpickr-days {
    width: 100% !important;
}

.unavailable-calendar-container-modal .flatpickr-calendar .flatpickr-days {
    width: 100% !important;
}

.unavailable-calendar-container .flatpickr-calendar .dayContainer {
    width: 100% !important;
    /*min-width: 307.875px !important;*/
    max-width: 100% !important;
}

.unavailable-calendar-container-modal .flatpickr-calendar .dayContainer {
    width: 100% !important;
    /*min-width: 307.875px !important;*/
    max-width: 100% !important;
}

.unavailable-calendar-container .flatpickr-day.startRange.startRange,
.unavailable-calendar-container-modal .flatpickr-day.startRange.startRange,
.unavailable-calendar-container .flatpickr-day.endRange,
.unavailable-calendar-container-modal .flatpickr-day.endRange,
.unavailable-calendar-container .flatpickr-day.endRange.startRange,
.unavailable-calendar-container-modal .flatpickr-day.endRange.startRange,
.unavailable-calendar-container .flatpickr-day.endRange.endRange,
.unavailable-calendar-container-modal .flatpickr-day.endRange.endRange,
.unavailable-calendar-container .flatpickr-day.selected.inRange,
.unavailable-calendar-container-modal .flatpickr-day.selected.inRange,
.unavailable-calendar-container .flatpickr-day.startRange.inRange,
.unavailable-calendar-container-modal .flatpickr-day.startRange.inRange,
.unavailable-calendar-container .flatpickr-day.endRange.inRange,
.unavailable-calendar-container-modal .flatpickr-day.endRange.inRange,
.unavailable-calendar-container .flatpickr-day:hover,
.unavailable-calendar-container-modal .flatpickr-day:hover,
.unavailable-calendar-container .flatpickr-day.startRange:hover,
.unavailable-calendar-container-modal .flatpickr-day.startRange:hover,
.unavailable-calendar-container .flatpickr-day.startRange.previousMonthDay,
.unavailable-calendar-container-modal .flatpickr-day.startRange.previousMonthDay,
.unavailable-calendar-container .flatpickr-day.endRange:hover,
.unavailable-calendar-container-modal .flatpickr-day.endRange:hover,
.unavailable-calendar-container .flatpickr-day.endRange.nextMonthDay,
.unavailable-calendar-container-modal .flatpickr-day.endRange.nextMonthDay,
.unavailable-calendar-container .flatpickr-day.selected.startRange,
.unavailable-calendar-container-modal .flatpickr-day.selected.startRange,
.unavailable-calendar-container .flatpickr-day.selected.endRange,
.unavailable-calendar-container-modal .flatpickr-day.selected.endRange,
.unavailable-calendar-container .flatpickr-day.focused,
.unavailable-calendar-container-modal .flatpickr-day.focused {
    background: #1a3763;
    color: #fff;
    border-color: #1a3763;
}

.flatpickr-calendar .flatpickr-day {
    flex-basis: calc(100% / 7);
    width: calc(100% / 7) !important;
    max-width: calc(100% / 7) !important;
}

.flatpickr-calendar .event {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 150px;
    bottom: 3px;
    left: calc(50% - 1.5px);
    content: " ";
    display: block;
    background: #3d8eb9;
}

.flatpickr-calendar .default-unavailable-day {
    background: rgba(185, 185, 185, 0.3);
    border: 1px solid rgba(185, 185, 185, 0);
    border-radius: 0 !important;
}

.flatpickr-calendar .custom-unavailable-day,
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange,
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange,
.unavailable-calendar-container-modal .flatpickr-day.endRange.endRange,
.unavailable-calendar-container .flatpickr-day.selected.inRange,
.unavailable-calendar-container-modal .flatpickr-day.selected.inRange,
.unavailable-calendar-container .flatpickr-day.startRange.inRange,
.unavailable-calendar-container-modal .flatpickr-day.startRange.inRange,
.unavailable-calendar-container .flatpickr-day.endRange.inRange,
.unavailable-calendar-container-modal .flatpickr-day.endRange.inRange,
.unavailable-calendar-container .flatpickr-day:hover,
.unavailable-calendar-container .flatpickr-day.today,
.unavailable-calendar-container-modal .flatpickr-day:hover,
.unavailable-calendar-container .flatpickr-day:hover,
.unavailable-calendar-container .flatpickr-day.focused,
.unavailable-calendar-container-modal .flatpickr-day.today,
.unavailable-calendar-container-modal .flatpickr-day.national-holiday-day,
.unavailable-calendar-container .flatpickr-day.national-holiday-day
{
    /*border: 1px solid #10b8f9;*/
    border-radius: 0 !important;
}

.child-day {
    flex-basis: calc(100% / 7);
    text-align: center;
}

.table-like {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 5px;
    padding-bottom: 10px;
}

.table-like .default-availability-title {
    justify-content: space-between ;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 5px;
}

.table-like .row {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}

/* Add border between children */
.table-like .default-days-container > div {
    border-right: 1px solid rgba(204, 204, 204, 0.5);
    padding-right: 10px;
    margin: auto;
}

.table-like .row:last-child {
    border-bottom: none;
}

/* Remove border from last child */
.table-like .default-days-container > div:last-child {
    border-right: none;
}

/*add media queries for small screen sizes*/
@media (max-width: 975px) {
    /* CSS rules for small screens */
    .default-days-container {
        width: 100%;
    }

    .default-days-container .control-label {
        font-size: xx-small;
    }

    .child-day .toggle-group .toggle-on.btn {
        display: none;
    }

    .child-day .toggle-group .toggle-off.btn {
        display: none;
    }
}

@media (max-width: 775px) {
    .default-days-container .control-label {
        display: none;
    }
}

.editor-rating-segments {
    max-height: 280px;
    overflow: auto;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray
}

.tab-panel-header.editor-rating-segments-panel.font-larger {
    font-size: 1.2em;
}

.panel-collapse.editor-rating-segments-panel {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.tab-panel-body.editor-rating-segments-panel > .left-col {
    flex: 0 0 30px;
    font-size: 0.9em;
    padding: 10px 0;
    word-break: break-all;
}

.tab-panel-body.editor-rating-segments-panel .source-box,
.tab-panel-body.editor-rating-segments-panel > .translation-box {
    width: 50%;
}

.tab-panel-body.editor-rating-segments-panel .source-box {
    border-right: 1px solid #d4ddec;
}

.editor-rating-segments-panel .panel {
    border-left: 0;
    border-right: 0;
}

.editor-rating-comment-segments {
    border-style: solid;
    border-width: thin;
    border-color: lightgray
}

.editor-rating-comment-label {
    margin-top:22px
}

.editor-rating-comment-label > h5 {
    margin: 0px
}

#editorRatingDateRange {
    width: 90%;
}

.modal-body-docExpress {
    margin-bottom: 0;
}

.segment-step-header,
.segment-step-header .box-title {
    padding-left: 0;
}

.editor-rating-comment-segments .form-group {
    padding-left: 10px;
    padding-right: 10px;
}

.editor-rating-header{
    font-weight: bold;
    background-color: #d4ddec;
}

.header-row.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1;
}

.editor-star-rating div{
    display: inline;
}

.editor-star-rating .filled-stars,
.editor-star-rating .empty-stars {
    overflow: inherit;
}

#landingPageContainer {
    background: url("../Images/landingPageBg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

#landingPageContent {
    width: 85%;
}

.float-right {
    float: right;
}

#landingText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: unset;
    text-align: left;
}

#landingText h1 {
    color: white;
    line-height: 1.2;
    margin: 0;
    font-size: 6rem;
}

.label-tag {
    background-color: #3C8DBC;
    border-color: #367fa9;
    border: 1px solid;
    color: white;
    padding: 0 7px;
    margin-left: 5px;
}

.language-pair-display {
    padding: 1px;
}

.portal-wizard-info-box {
    display: flex;
    margin-left: 2px;
    color: #1a3763;
    font-size: 0.9em !important;
    padding: 10px 10px 20px;
}

.portal-wizard-info-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.portal-content-body {
    margin-left: 2px;
    min-height: 40vh;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
}

#portalButtonRow {
    margin-bottom: 10px;
    margin-top: 10px;
}

.portal-summary-table-row {
    font-size: 16px;
    padding: 0;
    background-color: #ecf2fa;
}

.portal-summary-table-row:nth-child(even of :not(.hidden-table-row)) {
    background-color: #f8f8f8;
}

.portal-summary-table-header {
    font-weight: bold;
    background-color: #254e8c;
    border-top: 3px solid #0E9ECF;
    color: white;
    padding: 10px 20px;
    white-space: nowrap;
}

.doc-express-wizard-steps {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    margin-right: -5px;
    cursor: pointer;
}

.doc-express-wizard-steps > div {
    margin-right: 5px;
}

.flex-1 {
    flex: 1;
}

.width-20-padding-5 {
    width: 20% !important;
    padding-left: 5px;
    padding-right: 5px;
}

.opacity-40-percent {
    opacity: 0.4;
}

.no-border-radius {
    border-radius: 0;
}

.min-height-80 {
    min-height: 80px;
}

.min-height-100 {
    min-height: 100px;
}

.message-board-container {
    width: 100%;
    margin-bottom: 20px;
}

.information-material-message-container {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.manager-message {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.thread-board-icon {
    flex: 0 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.message-board-icon {
    flex: 0 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.message-board-message {
    flex: 1;
    margin-left: 3px;
}

.message-board-message p {
    margin: 5px;
}

.information-material-thread-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 5px;
    margin-left: 10px;
}

.thread-board-icon i {
    line-height: 1.0em;
}

#threadContainer {
    display: none;
    border-top: 2px solid #f37021;
}

.evaluation-segment-height{
    height: 480px;
}

.wizard-summary-table-header {
    font-weight: bold;
    background-color: #254e8c;
    border-top: 2px solid #0E9ECF;
    color: white;
    padding: 0 0;
}

.wizard-summary-table-row {
    fontsize: 16px;
    padding: 0;
    background-color: #ecf2fa;
}

.wizard-summary-table-row:nth-child(even) {
    background-color: #f8f8f8;
}

.new-message-background {
    background-color: #faebd7;
}

/* TODO : Can deprecate this after we move to Manuscript */
.glossary-target-term-text {
/* underline word and make color blue to signify clickable */
    text-decoration: underline;
    color: #007bff;
    cursor: pointer;
}

#linguist-comment-buttons{
    padding-top: 9px;
}

.info-box-row-summary .box{
    margin: 8px;
}

.glossary-container button {
    white-space: normal;
}

.project-table-row.locked-segment {
    min-height: 50px;
    /*max-height: 450px;*/
    overflow: auto;
    /*border-bottom: 1px solid #d4ddec;*/
    transition: height 0.3s;
    /*border-right: 3px solid #1a3763;*/
    /*border-top: 1px solid #d4ddec;*/
    /*border-bottom: 1px solid #ccd6e7;*/
    background-color: #e5e5e5;
    border-bottom: 1px solid #ccd6e7;
}

.width-inherit {
    width: inherit;
}

.width-auto {
    width: auto !important;
}

.notice-board-row,
.info-material-accordion,
.thread-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-subject {
    flex: 1;
}

.notice-created-date {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2rem;
}

#context-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 100;
    border-radius: 10px;

}

.context-menu-option {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}

.context-menu-option:hover {
    background-color: rgba(241, 241, 241, 1.4);
    border-radius: inherit;
}

.img-no-stretch {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.segment-edit-box {
    padding-bottom: 1.7rem;
}

.list-style-none {
    list-style: none;
}

.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}

.note-btn {
    padding: 2px 6px 2px 6px !important;

}

.note-resizebar {
    display: none;
}

.note-editor.note-frame.panel {
    border-radius: 0;
}

.no-bullet-marker {
     list-style-type: none !important;
}

.glossaryDisplayRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-glossary {
    margin-right: 10px;
}

.select2-selection-word-wrap{
    word-wrap: break-word !important;
    white-space: break-spaces !important;
}

.justify-content-center {
    justify-content: center;
}

.edit-user-form-margin {
    margin-bottom: -5px !important;
}

#managerTranslationAnalytics > .box {
    margin-bottom: 0;
}

#projectsDtRow > .box {
    margin-bottom: 0;
}

.drag-and-drop-button {
    float: right;
    margin-bottom: 40px;
    margin-right: 30px;
}

space.nbsp-img::before {
    content: "\00a0" !important;
    background-image:
            url("../Images/degreesSymbol.png");
    background-repeat: no-repeat;
    background-size: 3px 3px;
}

.language-breakdown-title {
    width: 100%;
}

.bg-off-white {
    background-color: #ecf2fa;
}

#segmentDifferencesTable .bg-off-white, #segmentCommentsTable .bg-off-white, .td-evaluation-comment {
    white-space: normal !important;
}

.bg-white {
    background-color: #fff;
}

.border-left-none {
    border-left: none !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.tm-entry-label {
    margin-bottom: 0px !important;
}

.hr-evaluation {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 1575px;
}

/*EdWina TM Hits table - Normal Mode*/
#tmHits {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

#tmHits .tm-match-target,
#tmHits .tm-match-source,
#focusModeTmHits .tm-match-source,
#focusModeTmHits .tm-match-target{
    white-space: pre-wrap;
    word-wrap: break-word;
}

.evaluation-severity-padding {
    padding-left: 1px;
    padding-right: 1px;
}

.progressbar-dt-holder {
    width: 0px;
    min-width: 100%;
}

.copy-all-container {
    min-height: 2.5em;
}

.zeroWidth {
    width: 0;
}

.mt-box .box-body,
.mt-box .box-insight {
    padding: .3em;
    border-spacing: 0;
}

.th-border-bottom-2px-white {
    border-bottom: 2px solid #ffffff;
}

#evaluationScores, #AWC {
    padding: 3px 3px 0 3px;
    margin-bottom: 0;
}

#project-editor-heading {
    padding-bottom: 5px;
}

.ruleTester {
    box-shadow: 0 0 0 1px #d4ddec;
    height: 185px;
    outline: none;
    margin-left: 1px;
}

.wizardModalSizing {
    width: 85vw;
    max-width: 1400px;
}

.ruleTesterPadding {
    padding: 30px 30px 40px;
}

.verticalLine {
    border-left: 2px solid #eff0f6;
    height: 220px;
    position: absolute;
    left: 50%;
    margin-top: 112px;
    top: 0;
}

.wizardRuleTester {
    padding: 3px 3px;
}

.margin-0-auto {
    margin: 0 auto;
}

.card-component {
    height: 225px;
    padding: 40px;
    border: 1px solid #b7bac2;
    border-radius: 4px;
    margin: 10px;
}

.collection-card-wrapper {
   text-align: center;
}

.collection-card-wrapper > div {
    float: none;
    vertical-align: top;
    display: inline-block;
}

.card-footer-link {
    text-decoration: underline;
    font-weight: bold;
    color: #337ab7;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    width: calc(100% - 80px /* 80px = 40px padding-left + 40px padding-right */);
    margin: 0 auto 0 auto;
}

.card-component-content {
    height: 70px;
}

.card-component-header {
    /** This handles vertical ellipsis which isn't possible in native css **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /* Below fixes issues with character clipping [STRM-7558] */
    line-height: normal;
    font-size: 16px;
}

.card-article-link {
    color: #337ab7;
    margin: 0 0 3px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-article-link:hover,
.card-footer-link:hover
{
    color: #439eec;
}

.pagination-page-number-btn {
    font-size: 1.1em;
}

.pagination-page-number-btn .active {
    font-weight: bold;
    color: #0E9ECF;
}

.info-material-content {
    text-wrap: pretty;
    word-wrap: break-word;
    border: none;
}

.info-material-content.is-open {
    background-color: #f9f9f9;
    border: 1px solid #ecf2fa;
    border-bottom: 1px solid #808080;
}

.info-material-header {
    border-bottom: 2px solid #f37021;
    padding: 0 0 10px;
}

.padding-3 {
    padding: 3px;
}

.lateral-padding-5 {
    padding: 0 5px 0 5px;
}

.pagination-arrow-btn,
.pagination-arrow-btn:hover,
.pagination-page-number-btn:hover,
.pagination-arrow-btn:active,
.pagination-page-number-btn:hover:active,
.pagination-arrow-btn:focus,
.pagination-page-number-btn:hover:active
{
    border: none;
    outline: none !important;
    box-shadow: none;
    background-color: #FFFFFF !important;
}

.pagination-page-number-btn.active,
.pagination-page-number-btn.active:hover,
.pagination-page-number-btn.active:focus
{
    font-weight: bold;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #f37021 !important;
    box-shadow: none;
}

.search-bar
{
    padding-right: 0;
    background-color: #FFFFFF;
    border-radius: 10px 0 0 10px;
    border-right: none;
}

.search-icon {
    border-radius: 0 10px 10px 0 !important;
    border-left: inherit;
}

.search-bar,
.search-bar:focus
{
    border-color: #d2d6de;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orange-thin-border-top {
    border-top: 1px solid #f37021;
}

.margin-inherit {
    margin: inherit;
}

.view-info-material-content {
    margin-bottom: 40px;
    font-size: 15px;
    word-wrap: anywhere;
}

.summary-table-continuous-header {
    border-width: 3px 0 0 0;
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto !important;
}

/* Quill Rich Text Editor editable content auto-assigned class */
.ql-editor {
    max-height: 80vh;
    min-height: 20vh;
}

.ql-code-block-container > .ql-ui,
.ql-code-block-container > .ql-ui > option{
    color: black;
}

.height-10vh {
    height: 10vh;
    min-height: 10vh;
    max-height: 10vh;
}

.height-20vh {
    height: 20vh;
    min-height: 20vh;
    max-height: 20vh;
}

.no-margin-right {
    margin-right: 0 !important;
}

#evaluationStarIcon {
    color: gold;
}

.grid-table {
    display: grid;
    gap: 5px;
    width: 100%;
}

.grid-table-four-columns {
    grid-template-columns: auto auto auto auto;
}

.grid-header {
    font-weight: bold;
    padding: 5px;
}

.grid-cell {
    padding: 5px;
}

h5.help-page-header {
    font-weight: 700;
    color: #3c8dbc;
}

h5.help-page-header:not(:first-child) {
    margin-top: 20px;
}

.display-inline-block {
    display: inline-block !important;
}

.ql-container.ql-snow.no-default-border,
.ql-toolbar.ql-snow.no-default-border {
    border: 0;
}

.ql-toolbar.ql-snow.box-border-bottom {
    border-bottom: 3px solid #d2d6de;
}

.ql-editor.lateral-padding-20-percent {
    padding-left: 20%;
    padding-right: 20%;
 }

.contact-us-button {
    position: absolute;
    border-radius: 50px;
    border: none;
    width: 120px;
    height: 50px;
    font-size: 18px;
    line-height: 0%;
    background-color: #10b8f9;
    color: #FFFFFF;
    transition: all 1s;
    visibility: visible;
    opacity: 1;
}

.contact-us-button-body {
    color-scheme: light;
    width: 100px;
    height: 50px;
    padding: 0px;
    margin: 10px 20px;
    position: fixed;
    bottom: 0px;
    overflow: visible;
    border: 0px;
    z-index: 999998;
    left: 0px;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.white-space-nowrap {
    white-space: nowrap;
}

.table-fixed {
    table-layout: fixed;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-metadata .label-tag:first-child {
    margin-left: 0;
}

.hover-bg-orange-tint-80:hover {
    background-color: var(--orange-tint-80);
}

.hover-bg-purple-tint-80:hover {
    background-color: var(--purple-tint-80);
}

.hover-bg-mint-tint-80:hover {
    background-color: var(--mint-tint-80);
}

.grow-on-hover:hover {
    transform: scale(1.01);
    transition: transform 0.3s ease-in-out;
}

/* <kantan-stream> tag styling*/
kantan-stream {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 1.5em;
    min-width: 1.5em;
    background-color: var(--orange);
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    margin: auto 10px;
}

kantan-stream.selfClosingTag {
    border-radius: 10px;
}

kantan-stream.closingTag::after,
kantan-stream.openingAndClosingTag::after
{
    content: '';
    position: absolute;
    right: -10px;
    width: 10px;
    height: 1.5em;
    background-color: var(--orange);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

kantan-stream.openingTag::before,
kantan-stream.openingAndClosingTag::before
{
    content: '';
    position: absolute;
    left: -10px;
    width: 10px;
    height: 1.5em;
    background-color: var(--orange);
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.drill-down-table-column-width-29 {
    width: 29%;
}

.drill-down-table-column-width-6 {
    width: 6%;
}

.drill-down-table-column-width-2 {
    width: 2%;
}

.rotate-30-deg {
    rotate: 30deg;
}

.rotate-330-deg {
    rotate: 330deg;
}

.margin-top-8 {
    margin-top: 8px;
}

.bg-grey {
    background-color: #d5d5d5;
}

.wizard-summary-child-table-header {
    font-weight: bold;
    background-color: #0E9ECF;
    border-top: 3px solid white;
    color: white;
    padding: 10px 20px;
    white-space: nowrap;
}