﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    line-height: normal;
}

html, body {
    height: 100%;
}

.container {
    max-width: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

header .btn {
    margin-top: 14px;
    margin-left: 15px;
}

header .logo {
    width: 220px;
    background-color: #f5f5f5;
    margin-top: 15px;
    position: fixed;
    left: 0;
    text-align: center;
}

#sidebar-nav {
    position: fixed;
    top: 250px;
    left: 0;
    width: 220px;
    bottom: 0px;
    margin: 0em;
    overflow-y: auto;
    background-color: #f8f8f8;
    border-right: 0px;
    box-shadow: none;
}

body.sidebar .content {
    min-width: 400px;
    min-height: 620px;
    overflow: hidden;
    position: relative;
    margin-left: 220px;
}

.content {
    margin-bottom: 100px;
    padding-bottom: 50px;
    background: #fff;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    -ms-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}

body.sidebar.menu #sidebar-nav, body.menu header div.logo {
    left: -220px;
    position: fixed;
    z-index: 9999;
}

#sidebar-nav, div.logo {
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease;
}

body.sidebar.menu .content {
    margin-left: 0;
}

@media (max-width: 768px) {
    #sidebar-nav, header div.logo {
        left: -220px;
        position: fixed;
    }

    #sidebar-nav {
        top: 85px;
    }

    div.logo img {
        display: none;
    }

    #logo-group {
        width: 130px !important;
    }

    body.sidebar .content {
        min-width: 0px;
        margin: 0;
    }

    body.sidebar.menu #sidebar-nav, body.menu header div.logo {
        left: 0;
    }

    body.sidebar.menu .content {
        margin-left: 0;
        position: relative;
    }

    #accordion > div:first-child {
        display: none;
    }
}

@media (max-width: 345px) {
    #logo-group {
        display: none !important;
    }
}

header {
    display: block;
    height: 50px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #222;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 50px;
}

.info-panel {
    position: fixed;
    top: 50px;
    background-color: #f8f8f8;
    /*width: 100%;*/
    height: auto;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    -ms-transition: height .3s ease;
    transition: height .3s ease;
    /*grid filters has a bigger z-index than info-panel and its shows over*/
    z-index: 9999;
}

.info-panel-hide {
    height: 0px;
    overflow: hidden;
}

#logo-group {
    display: inline-block;
    color: #999;
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    width: 220px;
}

    #logo-group a {
        color: #999;
    }

        header a:hover, #logo-group a:hover {
            text-decoration: none;
            color: #fff;
        }

header ul {
    list-style: none;
}

    header ul li {
        display: block;
        float: left;
    }

        header ul li a {
            color: #d2dade;
            padding: 15px;
            line-height: 20px;
            position: relative;
            display: block;
        }

.message-box-message {
    padding: 10px;
}

/* Bootstrap overrides */

#sidebar-nav .panel-group .panel, #sidebar-nav .panel {
    border-radius: 0;
}

#sidebar-nav .panel-body {
    padding: 0;
}

#sidebar-nav .list-group {
    margin-bottom: 0;
}

#sidebar-nav .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#sidebar-nav .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#sidebar-nav .list-group-item {
    border-width: 0;
}

#sidebar-nav .panel-group .panel + .panel {
    margin-top: 0;
}

#sidebar-nav .panel-group .panel {
    overflow: visible;
}

/*#sidebar-nav .dropdown-menu {
    position: fixed;
    top: auto;
}*/

div.menu-config {
    margin: 5px;
    width: 10px;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

input.menuLabel {
    width: 140px;
}

a.menu-option {
    width: 20px;
}

div.menu-waiting {
    position: relative;
    top: 0%;
    left: 0%;
    z-index: 99999;
    height: 40px;
    padding: 10px;
}

span.editable-label, span.list-items-wrapper, span.list-categories-wrapper, .list-contact-wrapper {
    position: relative;
}

span.list-items-wrapper {
    display: block;
}

    span.editable-label i {
        position: absolute;
        top: -8px;
        right: -3px;
        color: gray;
        font-size: small;
        cursor: pointer;
        display: none;
    }

    span.list-items-wrapper i {
        position: absolute;
        top: -12px;
        right: 0px;
        color: gray;
        font-size: small;
        cursor: pointer;
        display: none;
    }

    span.list-categories-wrapper i {
        position: absolute;
        top: -22px;
        right: 0px;
        color: gray;
        font-size: small;
        cursor: pointer;
        display: none;
    }

    .list-contact-wrapper i {
        position: absolute;
        top: -22px;
        right: 0px;
        color: gray;
        font-size: small;
        cursor: pointer;
        display: none;
    }

label.control-label {
    display: block;
    word-wrap: break-word;
}

/*div.k-window {
    width: 50%;
}*/
.k-edit-form-container {
    width: auto !important;
}

/*Ugly solution to mark as required in contact popup*/
/*input[id=defaultContact\.LastName] {*/
input#defaultContact\.LastName {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    border: 3px solid #ffea40;
}

div.required > input, div.required table.k-editor {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    border: 3px solid #ffea40;
}

.required span.k-dropdown:not(.k-editor-widget), 
div.required span.k-datepicker, 
div.required span.k-timepicker, 
.required span.k-combobox:not(.k-editor-widget), 
div.required span.k-numerictextbox,
div.required .k-multiselect, div.required .k-multiselect.k-header.k-state-focused, div.required .k-multiselect.k-header.k-state-hover {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    border: 3px solid #ffea40;
}

.required .input-group span.k-dropdown:not(.k-editor-widget) {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    border-width: 3px 0 3px 3px !important;
}

.required .input-group .input-group-btn span {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    border-width: 3px 3px 3px 0 !important;
    border-style: solid;
    border-color: #ffea40;
    border-radius: 4px;
}
 
.required .input-group span.k-dropdown:not(.k-editor-widget) {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    border-width: 3px 0 3px 3px !important;
}

.required .input-group .input-group-btn span {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    border-width: 3px 3px 3px 0 !important;
    border-style: solid;
    border-color: #ffea40;
    border-radius: 4px;
}

.required .k-multiselect {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    border: 3px solid #ffea40;
}

    .required .k-multiselect input {
        margin-top: -2px !important;
        margin-bottom: -2px !important;
        border-style: none !important;
    }
/*.required .commonattrtempl-maxwidth .k-dropdown-wrap input[role="combobox"]{

}*/


i.edit, i.remove {
    color: gray;
    font-size: small;
}

.state-hover i.edit, .state-hover i.remove {
    display: block !important;
}

#sidebar-nav #menu .panel-default > a > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

#sidebar-nav #menu .panel-group .panel {
    margin-top: 0;
    border: 0px;
}

#sidebar-nav #menu .panel-group .panel-heading {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.input-error {
    background-color: red !important;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

div.editHeader {
    position: fixed;
    margin-left: 60%;
    width: 22%;
    z-index: 999999;
}

div.editBody {
    margin-top: 20px;
}

#attributeConfigurationGrid .k-tooltip-validation {
    margin-top: 0 !important;
    display: block;
    position: static;
    padding: 0;
}

#attributeConfigurationGrid .k-callout {
    display: none;
}

li.headerSeparator {
    margin-top: 9px;
    font-size: 20px;
}

.k-widget.k-datepicker.k-header.form-control {
    padding: 0px 0px;
}

.k-widget.k-timepicker.k-header.form-control {
    padding: 0px 0px;
}

.k-widget.k-dropdown.k-header {
    padding-bottom: 0px;
}

.k-widget.k-multiselect.k-header {
    margin-bottom: 3px;
}

.k-widget.k-numerictextbox, .k-widget.k-datepicker.k-header {
    margin-bottom: 0px;
}

input.k-textbox {
    margin-bottom: 0px;
    height: 34px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.k-window-content {
    overflow: hidden !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 7px 0 7px !important;
    height: 20px;
    width: 20px;
}

h1, .h1 {
    font-size: 31px;
}

    h1.sec-separator {
        font-size: 100%;
        font-weight: bold;
        font-size: 20px;
    }

hr {
    border: 2px;
    border-top: 1px solid #DBDBDB;
    border-left-width: 0px;
    border-right-width: 0px;
    padding-right: 1px;
    margin-top: 0px;
}

.row {
    margin: 0px;
}

div#sessionTimeout-dialog {
    z-index: 9999999;
}

#bussy {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    cursor: wait;
    /*background-color: black;
    opacity: 0.5;*/
}

.commonattrtempl-maxwidth {
    width: 100% !important;
}

.k-widget.k-numerictextbox.commonattrtempl-maxwidth.k-input {
    padding: 0px 0px;
}

.k-dropdown .k-input, .k-combobox .k-input, .k-numerictextbox .k-input, .k-datepicker .k-input, .k-timepicker .k-input {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    height: 28px !important;
}

input.form-control {
    padding: 0;
    height: 33px;
    box-sizing: content-box;
}

.dialogElement-maxwidth {
    width: 90% !important;
}


div.panel-item.k-content {
    padding: 15px !important;
}

div#edit-tooltip-window > div, div#edit-label-window > div {
    width: 95%;
}

    div#edit-tooltip-window > div div.separator, div#edit-label-window > div div.separator {
        margin-top: 10px;
    }

div#label-context-menu {
    z-index: 999999;
}

.SectionTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 2em;
}

.commonattrtempl-reports {
    width: 100% !important;
    border: none !important;
    padding-top: 5px;
    background-color: transparent;
    font-size: 15px;
    color: #555;
}

.fa-1-5 {
    font-size: 1.5em;
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 20em;
}

i.nextPreviousCase {
    color: #428bca;
}

    i.nextPreviousCase:hover {
        color: #2A6496;
        cursor: pointer;
        cursor: hand;
    }

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
    /*height: 115px;*/
}

.grid-rows-details ul {
    list-style: none;
    font-style: italic;
    font-size: 12px;
    margin: 15px 0;
    padding: 0;
}

table.two-rows-details tr td {
    border-style: none;
    vertical-align: top;
}

.grid-rows-details ul li {
    margin: 0;
    line-height: 1.7em;
    /*float: left;*/
    width: 500px;
}

.grid-rows-details label {
    display: inline-block;
    width: 26%;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

div.container-fluid, .container-fluid > div, .container-fluid > div.row > div {
    box-sizing: border-box;
}

.view-title a {
    color: inherit;
}

.k-button.k-button-icontext.k-grid-edit2, .k-button.k-button-icontext.k-grid-edit,
.k-button.k-button-icontext.k-grid-delete, .k-button.k-button-icontext.k-grid-Go,
.k-button.k-button-icontext.k-grid-delete2, .k-button.k-button-icontext.k-grid-accept,
.k-button.k-button-icontext.k-grid-reject, .k-button.k-button-icontext.k-grid-print,
.k-button.k-button-icontext.k-grid-printItemBarcode, .k-button.k-button-icontext.k-grid-printGroupBarcode,
.k-button.k-button-icontext.k-grid-remove  {
    min-width: 30px !important;
    width: 30px;
    padding: 0 0 0 3px !important;
}

.k-grid td {
    padding: 0.2em 0.6em 0.2em 0.6em !important;
}

.highlightCellST {
    background-color: #F1C4AA;
}

.k-pager-sizes.k-label .k-dropdown-wrap.k-state-default {
    height: 29px;
}

.msCategories {
    margin: 15px 30px 15px 30px !important;
}

.msContactTypes {
    margin: 15px 30px 15px 30px !important;
}

.edit-buttons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 2px 0 3px;
    width: 47px;
}

.edit-buttons-witness-interview {
    padding: 5px 2px 0 3px;
    height: 40px;
}

.lst-view-item {
    padding-left: 30px;
}

.lst-view-item-edition {
    margin-right: 50px;
}

.witness-interview-update {
    float: right;
}

.witness-interview-cancel {
    float: right;
}

.label-value {
    padding-top: 7px;
    padding-bottom: 10px;
    height: 17px;
}

div.bodyIntakeReleaseInfo {
    float: left;
    width: 300px;
    height: 20px;
}

span.bodyIntakeReleaseLabel {
    font-weight: bold;
    width: 150px;
}

span.bodyIntakeReleaseValue {
    width: 150px;
    word-wrap: break-word;
}

span.k-dropdown-wrap > span.k-input {
    width: 150px !important;
}

div.bodyIntakeReleaseInfoPanel {
    position: relative;
    padding-top: 20px;
    overflow: auto;
}

div.attributeSpecificViewerPanel {
    position: relative;
    padding-top: 20px;
    overflow: auto;
}



#CaseNotesDS .k-grid-content tbody tr td div.caseNotegrid {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 100px;
}

.readonly-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    font-size: 72pt;
    /*pointer-events: none;*/
    background-color: lightgray;
    opacity: 0.5;
    text-align: center;
}

    .readonly-overlay div {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        writing-mode: lr-tb;
        line-height: 400pt;
    }

.readonly-case-notice {
    color: red;
}

.unselectableCell {
    background-color: #e3e3e3;
}

.k-list .k-item {
    border-bottom-width: 1px !important;
    border-bottom-color: black !important;
    border-bottom-style: solid !important;
}

p.multilevelcbo {
    border: solid black 1px;
    padding: 5px;
    margin: 2px 2px 0 0;
}
div.selectedNode {
    background-color: #ffeeaa;
    margin: 5px 0 10px 0;
    padding: 5px;
}
div.result {
    background-color: #eeffee;
    margin: 5px 0 10px 0;
    padding: 5px;
    border-bottom: solid grey 2px;
    height: 100px;
    overflow-y: auto;
    overflow-x:hidden;
}

div.result p {
    border: none;
}

td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.selected {
    color: black;
    background-color: #aaeeaa;
    border: solid black 1px;
}
.unselected {
    color: #AAAAAA;
    background-color: white;
    border: solid #cccccc 1px;
}

/* Fix for not aligned buttons */
.vertical-aligned-container,
.margin-top-20 {
    margin-top: 20px;
}

.button-group-container {
    width: auto;
}

.default-row {
    margin-left: -15px;
    margin-right: -15px;
}

.caption-container {
    margin-bottom: 20px;
}

/* Fix for validation message top margin */
.text-danger {
    margin-top: 3px;
}

tr:last-child div.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
    display: block;
    position: relative;
}

span.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
    display: none !important;
}

.k-grid-filter.state-active {
    background-color: #fff;
 }


.thumb {
    height: 85px;
}

.selectThumb {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    -webkit-filter: grayscale(0);
}

.options {
    font-size: 26px;
    font-family: Arial, Helvetica;
    color: lightgray;
    margin-right: 20px;
    cursor: default;
    opacity: .6;
}

.glyph {
    font-family: 'Glyphicons Halflings';
    opacity: 1;
}

.selected {
    color: white;
    opacity: 1;
}

.gridImage {
    height: 170px;
    /*width: 226px;*/
    margin: 2px;
    left: 0;
    background-color: black;
    border: 2px solid white;
    position: static;
    float: left;
}

.big {
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    overflow: scroll;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.fullsize {
    max-width: none !important;
    max-height: none !important;
}
.error-row {
    background-color: red !important;
}

.newRow {
    background-color: green !important;
}

.modifiedRow {
    background-color: yellow !important;
}

.deletedRow {
    background-color: red !important;
}

.custom-input-container > * {
    float: left;
}

.wrapword {
    word-wrap: break-word;
}

#ImageEditionListView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 340px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
}

.ImageEdition {
    float: left;
    position: relative;
    width: 222px;
    height: 340px;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
}

    .ImageEdition img {
        width: 220px;
        height: 220px;
        cursor: pointer;
    }

    .ImageEdition h3 {
        float: left;
        margin: 0;
        padding: 3px 5px 0 0;
        overflow: hidden;
        line-height: 1.1em;
        font-size: .9em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

    .ImageEdition a {
        float: right;
    }

    .ImageEdition p {
        visibility: hidden;
    }

    .ImageEdition:hover p {
        visibility: visible;
        position: absolute;
        width: 220px;
        height: 220px;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 220px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

#Gallery .background {
    background-color: #000000;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
}

#Gallery .gallery {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    display: block;
    text-align: center;
}

.CloseGallery {
    z-index: 1;
    padding-top: 75px;
    height: 15px;
    width: 400px;
    display: none;
    float: right;
    cursor: pointer;
}

#GalleryScrollviewPrev,
#GalleryScrollviewNext {
    display: block;
    position: absolute;
    top: 42px;
    z-index: 1;
    height: 90%;
    width: 100px;
    opacity: 0.2;
}

#GalleryScrollviewPrev {
    left: 42px;
    background: url('images/arrow-left.png') no-repeat 50% 50%;
}

#GalleryScrollviewNext {
    left: auto;
    right: 42px;
    background: url('images/arrow-right.png') no-repeat 50% 50%;
}

#GalleryScrollviewClose {
    position: absolute;
    display: block;
    width: 20%;
    left: 40%;
    height: 42px;
    background: 50% 50% rgba(0,0,0,.2);
    z-index: 1;
    font-size: xx-large;
}

a#GalleryScrollviewPrev:hover {
    background: url('images/arrow-left.png') no-repeat 50% 50% rgba(0,0,0,.3);
    opacity: 1;
}

a#GalleryScrollviewNext:hover {
    background: url('images/arrow-right.png') no-repeat 50% 50% rgba(0,0,0,.3);
    opacity: 1;
}

a#GalleryScrollviewClose:hover {
    background: no-repeat 50% 50% rgba(0,0,0,.3);
    opacity: 1;
}

.title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 1em;
    background-color: #222;
    color: #fff;
}

.image {
    background-size: contain;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
}

.RotateNoneFlipX {
    transform: scaleX(-1);
}

.Rotate180FlipNone {
    transform: rotate(180deg);
}

.Rotate180FlipX {
    transform: scaleX(-1);
    transform: rotate(180deg);
}

.Rotate90FlipY {
    transform: scaleY(-1);
    transform: rotate(90deg);
}

.Rotate90FlipNone {
    transform: rotate(90deg);
}

.Rotate270FlipY {
    transform: scaleY(-1);
    transform: rotate(270deg);
}

.Rotate270FlipNone {
    transform: rotate(270deg);
}

.thumbnail-style {
    width: 128px !important;
    height: 128px !important;
    object-fit: contain;
    background-size: cover;
}

.gauge-bulk {
    padding-top: 20px;
}

    .gauge-bulk > div {
        width: 100%;
    }

        .gauge-bulk > div > div:first-child {
            margin-bottom: -10px;
        }

            .gauge-bulk > div > div:first-child > p {
                margin-bottom: 0px;
            }

        .gauge-bulk > div > div:last-child {
            margin-left: -14px;
            max-width: 700px;
        }

.caption-container > div {
    padding: 0 !important;
}

div.div-bulk-upload {
    padding-right: 15px;
    padding-left: 15px;
}

    div.div-bulk-upload > .k-upload > .k-upload-files {
        padding: 0 !important;
        border: none !important;
    }

.file-name-heading {
    white-space: normal !important;
    margin-left: 96px;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-size-heading {
    margin-left: 96px;
}

.div-bulk-upload-msg > div {
    margin-top: 10px;
    padding: 0 15px;
    color: red;
}

div.file-wrapper-bulk {
    min-height: 105px;
    height: auto !important;
}

    div.file-wrapper-bulk > img {
        float: left;
        max-width: 96px;
        margin-top: 0 !important;
    }

.bulk-black-msg {
    color: black;
    display: none;
}

.bulk-upload-progress-bar {
    margin-top: 10px;
}

    .bulk-upload-progress-bar > div {
        max-width: 670px !important;
        width: 100% !important;
        height: 15px !important;
    }

        .bulk-upload-progress-bar > div > span,
        .bulk-upload-progress-bar > div > div.k-state-selected > span,
        .bulk-upload-progress-bar > div.progress-status-msg > div {
            font-size: 11px;
            line-height: 15px;
        }

            .bulk-upload-progress-bar > div.progress-status-msg > div:first-child {
                float: left;
            }

                .bulk-upload-progress-bar > div.progress-status-msg > div:first-child:first-letter {
                    text-transform: uppercase;
                }

            .bulk-upload-progress-bar > div.progress-status-msg > div:last-child {
                float: right;
            }

div.progress-status-msg > div > div:first-child {
    float: left;
}

div.progress-status-msg > div > div:last-child {
    float: right;
    text-align: left;
}

.bulk-warning-msg {
    padding: 0 15px;
    margin-top: 10px;
    color: red;
}

.bulk-upload-header-status {
    color: white;
    font-size: 11px;
    height: 50px;
    line-height: 50px;
    margin: 0;
}

.custom-download-btn > span {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.rotate-animation {
    line-height: 16px;
    animation: rotate-animation 3s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

tr.finding-url * {
    pointer-events: none !important;
}

tr.finding-url > td > a > span.k-i-download {
    display: none !important;
}

tr.finding-url > td > a > span.k-i-gear {
    display: initial !important;
    pointer-events: none !important;
}