﻿.button.action {
    background-color: #f69718;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f69718), to(#cb7100));
    background-image: -webkit-linear-gradient(top, #f69718, #cb7100);
    background-image: -moz-linear-gradient(top, #f69718, #cb7100);
    background-image: -o-linear-gradient(top, #f69718, #cb7100);
    background-image: linear-gradient(to bottom, #f69718, #cb7100);
    border: 1px solid #e87c00;
    color: #fff;
}

.button.disabled {
    opacity: 0.5;
}


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.no-select, .dataTable td {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-block {
    text-align: center;
}

/*@import "onesource/_userSignIn.scss"; 
@import "workflow/_myTasks.scss";
@import "workflow/_taskDetails.scss";
@import "workflow/_workflowModules.scss";*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 0.8;
}

.bg-color-white {
    background-color: #fff !important;
}

.bg-color-off-gray {
    background-color: #fafafa !important;
}

table {
    background-color: transparent;
}

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        vertical-align: middle;
        position: relative;
        bottom: 2px;
    }

.grass-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.btn.disabled {
    cursor: not-allowed;
}

.btn[disabled] {
    cursor: not-allowed;
}

.btn.btn-link:focus {
    outline: none;
}

.btn.btn-link[disabled] {
    color: #606060;
}

a.disabled {
    color: #606060;
    cursor: text;
}

    a.disabled:hover {
        text-decoration: none;
    }

.bento-busyloader-blocker {
    background: rgba(250, 250, 250, 0.8);
    position:fixed;
}

.label-critical {
    background-color: #46166B;
}

    .label-critical[href]:hover,
    .label-critical[href]:focus {
        background-color: #6234A4;
    }

.alert-placeholder {
    height: 75px;
}

.ml0 {
    margin-left: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.bento-navbar {
    height: 52px;
}

    .bento-navbar .logo {
        padding: 0 10px 0 0;
        margin: 4px 0 0 0;
    }

    .bento-navbar .title {
        margin: 6px 0 0 0;
    }

    .bento-navbar .pull-left {
        cursor: pointer;
    }

    .bento-navbar .pull-right {
        margin-top: 8px;
    }

.page-header {
    padding: 0 20px;
}

    .page-header > a:first-child {
        margin-right: 100px;
    }

    .page-header h3 {
        margin: 0;
        font-weight: bold;
    }

.page-sub-header {
    padding-bottom: 0;
    margin: 10px 0 0px;
    border-bottom: none;
    font-size: 13px;
}

    .page-sub-header > .title {
        font-size: 16px;
        font-weight: bold;
    }

.loading-indicator {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1041;
    width: 100%;
    background-image: url("images/anim-cells-90.gif");
    background-position: center 48%;
    background-repeat: no-repeat;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline-block;
}

.page-header > .page-header-title {
    min-height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-family: KnowledgeLight;
    margin-right: 10px;
}

.page-header > .page-header-content {
    min-height: 50px;
    line-height: 50px;
}

.form-control-custom {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-color: #cccccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
}

.messages {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

    .messages > .title {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        margin-top: 20px;
    }

    .messages > .subtext {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }

.busy-loader-grid > .bento-busyloader-blocker {
    background-color: transparent !important;
}

.lookup-list-template-header {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff !important;
    color: #212121;
    font-weight: 700;
    list-style: none;
    white-space: nowrap;
    border-bottom: 1px solid #b5b5c4;
    cursor: default !important;
}

    .lookup-list-template-header .lookup-list-template-header-item {
        padding: 10px;
        white-space: nowrap;
        display: inline-block;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.lookup-list-template-content {
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    white-space: nowrap;
}

.lookup-list-template-item {
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-form-height-onvalidatn {
    margin-top: -26px !important;
    position: fixed !important;
    width: 341px !important;
    height: 400px !important;
    top: 48.3% !important;
}

.busyloadingimage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -50px 0px 0px -20px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login-form-height-onRecaptcha {
    margin-top: -26px !important;
    position: fixed !important;
    width: 341px !important;
    height: 450px !important;
    top: 48.3% !important;
}

.login-form-height-onAllCaptchaFailedToload {
    margin-top: -26px !important;
    position: fixed !important;
    width: 341px !important;
    height: 410px !important;
    top: 48.3% !important;
}

.login-form-height-onRecaptcha {
    margin-top: -26px !important;
    position: fixed !important;
    width: 341px !important;
    height: 470px !important;
    top: 48.3% !important;
}

.login-form-height-onVisualcaptcha {
    margin-top: -26px !important;
    position: fixed !important;
    width: 341px !important;
    height: 525px !important;
    top: 48.3% !important;
}

.g-recaptcha {
    transform: scale(0.935);
    transform-origin: 0 0;
}

.custom-visual-Captcha {
    margin-bottom: 14px !important;
    width: 281px !important;
}

.captcha-possibilites-gfr {
    padding-left: 8px !important;
}

.login-err-msg {
    width: 282px !important;
    background-color: #f52424 !important;
    top: -21px;
    min-height: 30px !important;
    padding-top: 6px !important;
    padding-bottom: 2px !important;
    padding-right: 0px !important;
    padding-left: 43px !important;
    margin-bottom: 6px;
}

.view-browser-policy {
    font-size: 12px;
    line-height: 1.5;
}

.view-browser-policy-anchor {
    border-bottom-style: none !important;
    cursor: pointer;
}

.login-validation-msg {
    margin-right: -14px;
    font-size: 12px;
    line-height: 1.5;
}

.div-footer-logo {
    width: 13%;
    float: left;
    padding-left:13px;    
}

.div-footer-copyright {
    width: 69%;
    float: left;
    display: block;
    padding-top: 6px;
}

.div-footer-policy {
    width: 12%;
    float: right;
    margin-bottom: 1px;
}

.li-privacy-policy {
    margin-top: 9px;
}

.li-contact-us {
    margin-top: 9px;
}

.li-browser-req {
    margin-top: 3px;
    width: 163px;
    margin-right: -23px;
    margin-bottom: 15px;
    display: inline-block;
}

.forgot-password {
    font-size: 13px;
    line-height: 2.0;
    margin-top: -12px;
}

.form-validation-error {
    border-color: #dc0a0a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkid-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .form-validation-error input {
        border-color: #dc0a0a;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkid-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

.validation-error {
    display: block;
    font-family: "KnowledgeRegular", arial, helvetica, sans-serif;
    font-size: 13px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #dc0a0a;
    padding-top: 5px;
}

    .validation-error:before {
        font-family: 'bento-icomoon';
        font-weight: normal;
        font-size: 15px;
        color: #dc0a0a;
        content: '\e6f3';
        width: 20px;
        text-align: left;
        display: inline-block;
        vertical-align: text-bottom;
    }

.demo-pin-height {
    height: 800px;
}

.demo-pin-width {
    width: 100%;
}

.document-uploading .bento-busyloader-blocker {
    background: inherit;
}

.upload-failure {
    color: #dc0a0a;
}

    .upload-failure:before {
        font-family: 'bento-icomoon';
        font-weight: normal;
        font-size: 15px;
        color: #dc0a0a;
        content: '\e6f3';
        width: 20px;
        text-align: left;
        display: inline-block;
        vertical-align: text-bottom;
    }

.bento-off-canvas-menu-content {
    padding: 0 !important;
}

.flexgrid-row-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.index-modal .modal-dialog {
    width: 800px;
}

.wj-grid-header-divider {
    border-left: 1px solid #d7d7d8;
    height: 42px;
    top: 8px;
}

.delete-status-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    overflow-y: auto;
}

.iconDisable {
    color: #b2b2b8 !important;
    cursor: default;
    text-decoration: none;
}

.nav-pills a[role=button] {
    padding-right: 20px;
    font-weight: normal;
    color: gray;
    cursor: pointer;
}

.nav-pills a:not(:first-child):before {
    content: '|';
    font-size: 18px;
    font-weight: 100;
    padding-right: 20px;
    text-decoration: none;
}

.bento-multiselect-list .nav-pills > li + li {
    margin-left: 0px;
}

.bento-multiselect-overlay span.ng-binding {
    display: none;
}

.bento-side-overlay .bento-side-overlay-toggle {
    display: none;
}

.uib-datepicker-popup {
    min-width: 400px;
}

.bento-multiselect-overlay .bento-multiselect-list span.ng-binding {
    display: inline-block;
}

.apply-multiple-indexes-popover {
    display: inline-block;
    padding-left: 20px;
}

/*.wj-cell {
    font-size: 13px;
    font-weight: normal;
     background-color: #fff;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
    color: #000000;
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
}

.wj-header {
    font-size: 13px;
    font-weight: bold;
     background-color: #c0c0c0;
    height: 22px;
    padding-left: 7px;
    padding-right: 5px;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    text-align:left !important;
    background-color: #EAEAEA;
	color: #444;
	font-weight: bold;
    font-size:8pt;
    font-family:Arial;
    text-align: left !important;
}*/

.wj-columnfiltereditor [wj-part="div-sort"] {
    font-size: 12px;
    display: inline-block;
    width: 420px;
}

.wj-columnfiltereditor a[wj-part="btn-asc"],
.wj-columnfiltereditor a[wj-part="btn-dsc"] {
    float: none;
    width: 150px;
}

.wj-columnfiltereditor .filterButtonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.wj-columnfiltereditor [wj-part="div-edt-val"],
.wj-columnfiltereditor [wj-part="div-buttons"] {
    background: #f4f5f7;
}

.wj-columnfiltereditor [wj-part="div-values"] {
    background: #ffffff;
}

.wj-columnfiltereditor [wj-part=div-edt-val] > div > label {
    border-top: none;
}

.modal .modal-dialog {
    height: auto !important;
}

.form-group .bento-select {
    display: inline-block;
}

.bento-datepicker .ng-invalid.form-control :focus {
    border-color: #3c3e45;
}

.bento-datepicker .ng-invalid.form-control {
    border-color: #ccc;
}

.bento-select select {
    -moz-appearance: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-block {
    text-align: center;
}

.bento-off-canvas-menu > .bento-off-canvas-menu-topbar .bento-off-canvas-menu-button {
    display: none;
    width: 0px;
}

.bento-off-canvas-menu > .bento-off-canvas-menu-topbar {
    padding-left: 20px;
}

.global-header .account-menu .account-menu-top {
    display: table-row;
    float: left;
    padding: 20px 10px 20px 0;
    text-align: left;
    width: 100%;
    line-height: 18px;
}

.global-header [dropdown].open .account-menu {
    display: table;
}

.global-header .account-menu .account-menu-avatar {
    display: table-cell;
    padding-left: 20px;
}

.global-header .account-menu .account-menu-desc {
    vertical-align: top;
    display: table-cell;
    padding-left: 20px;
    overflow: hidden;
    float: none;
}

    .global-header .account-menu .account-menu-desc .h4 {
        white-space: nowrap;
    }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-block {
    text-align: center;
}

.login-container {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 550px;
    height: calc(100% - 60px);
}

    .login-container a:not(.btn-circ),
    .footer a:not(.btn-circ) {
        color: #93939c;
        border-bottom: 1px solid #93939c;
        padding-bottom: 3px;
        text-decoration: none;
    }

        .login-container a:not(.btn-circ,.checkdevice):hover,
        .footer a:not(.btn-circ):hover {
            border-color: white;
            color: white;
        }

    .login-container a.btn-circ {
        padding: 10px 20px;
        border: none;
    }

.form-dist-top {
    top: 210px !important;
}

.gfr-product-name {
    color: #ff9000;
    font-size: 32px;
    font-family: knowledgeRegular;
    text-transform: uppercase;
    line-height: 39px;
    display: inline-block;
    margin-top: -4px;
}

.login-form-gfr {
    margin-top: -26px !important;
    position: fixed !important;
    width: 341px !important;
    max-height: 480px !important;
    top: 48.3% !important;
}

.login-form {
    display: inline-block;
    background: #212121;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 339px;
}

    .login-form i {
        color: #93939c;
        font-size: 20px;
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 100;
    }

    .login-form .input-icon {
        display: block;
        clear: both;
        margin-bottom: 10px;
        padding: 0;
        position: relative;
    }

        .login-form .input-icon label {
            display: none;
        }

        .login-form .input-icon input {
            background: #37383d;
            color: #93939c;
            font-size: 12px;
            border: 1px solid #37383d;
            outline: 0;
            padding-left: 35px;
            height: 30px;
            width: 281px;
        }

    .login-form .btn-circ {
        display: block;
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }
    .login-form .btn-circ-ciam {
        margin-top : 30px;
    }


.logo-tr-name {
    width: 140px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.input-txt-len {
    width: 303px;
}

.usrname-margin-logo {
    margin-top: 30px;
}

.btn-sm-height {
    height: 29px;
}

.logo-tr-name-gfr {
    width: 140px;
    margin-top: 34px;
    margin-bottom: 5px;
}

.logo-gofileroom {
    margin-left: 0px !important;
    margin-top: -23px !important;
}

.logo-gfr {
    width: 190px;
    margin-bottom: 30px;
}

.btn.btn-circ {
    background: #6d6d78;
    color: #fff;
}

    .btn.btn-circ.btn-xs {
        padding: 5px 10px;
        font-size: 9px;
        line-height: 9px;
    }

    .btn.btn-circ:hover {
        background: #212121;
    }

a:active {
    color: #6d6d78;
    text-decoration: none;
}

a:hover {
    color: #212121;
    text-decoration: none;
}

a.btn-circ {
    padding: 10px 20px;
    border: none;
}

    a.btn-circ:hover {
        color: #ffffff;
    }

    a.btn-circ.disabled {
        opacity: 0.5;
        pointer-events: none;
    }

.btn-circ {
    background: #93939c;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
}

    .btn-circ:hover {
        background: #212121;
    }

.login-form .btn-circ {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

    .login-form .btn-circ:hover {
        background: #37383d;
    }

.credit-image {
    color: #444444;
    font-size: 14px;
    position: absolute;
    z-index: 104;
    min-width: 100%;
    text-align: right;
}

.footer {
    width: 100%;
    min-height: 60px;
    background-color: rgba(33, 33, 33, 0.7);
    color: #93939c;
}

.footer-login {
    position: fixed;
    bottom: -18px;
}

.footer-tr-logo {
    width: 100%;
    height: 60px;
}

.logo-gfr {
    margin: 5px 0px 0px -12px;
}

.footer-login ul {
    padding: 20px 0;
    list-style-type: none;
}

.footer-login > ul > li {
    float: left;
    margin-left: 20px;
}

    .footer-login > ul > li > a {
        padding-bottom: 3px;
        font-size: 12px;
    }

.information {
    width: 5%;
    position: relative;
    font-size: 18px;
}

    .information .inner-information {
        position: absolute;
        bottom: 40px;
        left: 40px;
        cursor: pointer;
    }

.bottomicon {
    color: white;
    opacity: 10;
    background-repeat: no-repeat;
    background-attachment: fixed;
    cursor: pointer;
    position: absolute;
    float: left;
    z-index: 98;
}

.bento-icon-info.credit-info-icon {
    color: rgba(255, 255, 255, 0.7) !important;
}

#overlay {
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    display: none;
}

.popup {
    height: 84%;
    width: 60%;
    display: none;
    margin: auto;
    position: absolute;
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content {
    height: 98%;
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 102;
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 24px;
}

.x {
    float: right;
    top: -8px;
    line-height: 1.42857143;
    font-weight: 500;
    display: inline-block;
    font-family: KnowledgeUltraLight;
    font-size: 40px;
    color: #212121;
}

    .x:hover {
        cursor: pointer;
    }

.min-copyright-width {
    min-width: 924px !important;
    padding-top: 13px;
}

.copyright-content {
    display: table-cell;
    vertical-align: middle;
    height: 60px;    
    line-height: 15px;     
}

.bg-image {
    background-position: center;
    background-size: 100%;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.full-background {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.invalid {
    margin: 0 0 10px 0;
    color: #a00000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px #37383d inset;
    -webkit-text-fill-color: #93939c;
    -webkit-border-radius: 0px;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 0px 100px #37383d inset;
        -webkit-text-fill-color: #93939c;
    }

.btn-login-gfr {
    margin-top: -17px !important;
}

.bento-footer {
    background-color: rgba(33, 33, 33, 0.7);
}

.gfr-footer {
    background-color: #232427 !important;
}

/* ==========================================================================
   Responsive: huge phones and small tablets
   ========================================================================== */
@media screen and (min-width: 600px) and (max-width: 900px) {
    #dms-signin .view-header .branding {
        background: url(../images/logo_thomsonreuters.gif) no-repeat;
        background-position: right bottom;
        background-size: 148px;
    }
}

/* ==========================================================================
   Responsive: tablets in portrait
   ========================================================================== */
@media screen and (min-width: 600px) and (max-width: 900px) and (orientation: portrait) {
    #dms-signin .view-header {
        padding: 40px;
    }

        #dms-signin .view-header .branding {
            background: url(../images/logo-thomsonreuters.gif) no-repeat;
            background-position: right bottom;
            background-size: 148px;
        }

    #dms-signin .boilerplate {
        padding: 40px;
    }
}

/* ==========================================================================
   Responsive: tablets in landscape and all larger viewports
   ========================================================================== */
@media screen and (min-width: 900px) {
    #dms-signin .view-header {
        padding: 40px;
    }

        #dms-signin .view-header .branding {
            background: url("../images/logo_thomsonreuters.gif") no-repeat;
            background-position: right top;
            background-size: 148px;
            height: 36px;
        }

    #dms-signin .boilerplate {
        padding: 40px;
    }
}

.document-preloader {
    background: url("../images/loading_icon.gif") center center no-repeat;
    width: 100%;
    height: 100%;
    opacity: 50;
    background-size: 48px 48px;
    background-color: #fafafa;
}

.document-container {
    width: 100%;
    height: 90vh;
    border: 0;
}

.busyloader-grid {
    padding-top: 3px;
}

.grid-footer {
    padding-top: 15px;
    padding-left: 170px;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

    .grid-footer .file-name-footer {
        padding-right: 150px;
    }

.documents-index-column {
    min-height: 90px;
    overflow: hidden;
}

    .documents-index-column > div {
        font-size: 12px;
        display: inline-block;
        float: left;
        margin-left: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.bento-file-selector {
    padding-bottom: 50px;
}

    .bento-file-selector .filename-container {
        display: none;
    }

.docStateIcon {
    float: right;
    padding-right: 20px;
}

i#deleteIcon:hover {
    color: #212121;
}

i#deleteIcon {
    color: #6d6d78;
}

[bento-nav-toolbar] .nav > li > a {
    font-family: KnowledgeRegular;
}

.navbarLable:hover,
.navbarLable:focus .navbarLable:active {
    cursor: default !important;
    color: #606060 !important;
}

#content-footer {
    position: fixed;
    background-color: #212121;
    opacity: 0.9;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
}

.footer-tr-logo {
    width: 100%;
    height: 60px;
}

#content-footer ul {
    list-style-type: none;
    padding-top: 20px;
}

.footer-privacy-policy {
    float: right;
    right: -147px;
    margin-top: 4px !important;
    margin-right: 201px !important;
    position: fixed;
}


.alert {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", sans-serif;
    border-radius: 0;
    border: none;
    position: relative;
    font-size: 15px;
    color: white;
    padding: 11px 62px 10px 50px;
    min-height: 44px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

    .alert:before {
        color: white;
        font-family: 'bento-icomoon';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        left: 5px;
        width: 40px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        bottom: 10px;
    }


#password .bento {
    right: 5px;
    position: absolute;
    top: 7px;
    color:grey;
    font-size: inherit;
    padding:1px;
    cursor: pointer;
}

 .form-control::-ms-reveal {
    display: none;
}