﻿body {
    position:relative;
}
.checkLock {
    position: absolute;
    background: #fcc131;
    border-radius: 4px;
    opacity: .75;
    color: red;
    text-align: center;
    text-shadow: 0px 0px 0px black;
    z-index:1;
}
    .checkLock.locked {
        background: red;
        color: black;
    }
    body.fs {
        overflow-y: hidden;
    }
textarea {
    transition: height .5s ease-in-out;
}
.btn-xs {
    padding: .15rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none; /* 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

input[type='text'].form-control, textarea.form-control {
    background: transparent;
    border: 0;
    padding: 0 4px;
    margin-bottom: 4px;
    /* border-bottom: 1px; */
    border-bottom: 1px solid #ced4da;
    transition: all .2s linear;
}
    input[type='text'].form-control:focus, textarea.form-control:focus {
        border: 1px solid #ced4da;
        background: white;
    }
    .navbar-brand {
        width: 100%;
        position: relative;
    }

.userName, .settingsLink, .dashboard, .lang {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: inherit;
    opacity: .25;
    transition: opacity .5s ease;
}
.settingsLink a, .dashboard a{
    color:black;
}
.dashboard {
    left: 320px;
    text-align: left !important;
   
}
.userName {
    right: 80px;
   
}
.lang {
    right: 30px;
    font-size: .6em;
    top: 11px;
}
.userName:hover, .settingsLink:hover {
    opacity: 1;
}

.dropdownMenu {
    cursor: pointer;
}

.carouselBox {
    width: 300px;
    max-width: 100%;
    margin: 4px auto;
}

.cardImgTopContainer img {
    max-height: 200px;
    width: auto !important;
}

.rubricItem {
    cursor: pointer;
    transition: all .2s linear;
    padding: 4px;
}

    .rubricItem:hover {
        background: #ebebeb;
    }

.form-group {
    padding: 1em;
}

.itemState {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: .25em;
}

.pointer {
    cursor: pointer;
}

.section {
    width: 200px;
    text-align: left;
}

#archiveBox .hideA {
    display: none;
}

.itemCardCollapse {
    position: relative;
}

    .itemCardCollapse .fullScreenBtn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        margin: .2em .6em;
        font-size: x-large;
        opacity: .3;
        transition: opacity .2s ease;
        cursor: pointer;
    }

        .itemCardCollapse .fullScreenBtn:hover {
            opacity: .7;
        }

.fullScreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10 !important;
}

    .fullScreen .card {
        display: block;
    }

    .fullScreen .cardImgTopContainer {
        float: left;
    }

    .fullScreen .card-body {
        float: right;
        width: calc(100% - 300px);
    }

    .fullScreen .workText {
        height: calc(100vh - 270px);
        font-size: large;
    }

    .fullScreen .customWorkText {
        height: calc(100vh - 370px);
        font-size: large;
        font-size: large;
    }

.dragOver:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28a745;
    opacity: .5;
    z-index: 100;
}

.inWorkCard {
    position: relative;
    z-index: 1;
}

.fu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
}



.orderItemMenu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: .2em .6em;
    font-size: x-large;
    opacity: .3;
    transition: opacity .2s ease;
    cursor: pointer;
}

    .orderItemMenu:hover {
        opacity: 1;
    }

.itemCardCollapse .workItemMenu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: .2em .6em;
    font-size: x-large;
    opacity: .3;
    transition: opacity .2s ease;
    cursor: pointer;
}

    .itemCardCollapse .workItemMenu:hover {
        opacity: 1;
    }

#workGroupBage:hover {
    background: green;
    color: white;
    position: relative;
}
#orderButtonGroup{
    margin-top:.5em;
}

#workGroupBage:hover:after {
    content: "добавить";
    padding: 4px;
    display: block;
    position: absolute;
    background: white;
    color: black;
    left: 1.4em;
    top: 0;
    border-radius: .25rem;
    border: 1px solid #28a745;
    color: #28a745;
}

.orderItem {
    margin: 2em 0;
    margin-top:0;
    cursor: pointer;
    transition: .2s;
    position: relative;
}

.corrBox {
    width: 100%;
    
}

.halfWr {
    margin: 1em;
    width: calc(50% - 2em);
}

.corrItem {
    margin: .5em;
    padding: .25em;
    border-radius: 2px;
}
.orderItemCorrName {
    font-size: small;
    float: left !important;
    padding-left: 2.5em;
    font-size: small;
    margin: 2px 0;
}
.userModal input{
    border:none;
    padding:.5em 2px;
    margin-left:.5em;
    border-bottom:1px solid gray;
    width:calc(100% - .5em - 4px);
}
.corrItem:hover {
    background-color: #28a745;
    color: white;
    transition: .2s;
}

    .corrItem img {
        height: 64px;
        width: 64px;
        border-radius: 50%;
    }

    .corrItem.text-muted {
        opacity: .25;
    }

.orderCorrItemActive {
    position: relative;
}

.orderCorrItemActiveClose {
    position: absolute;
    left: .25em;
    top: 0;
    cursor: pointer;
}
.orderCorrItemActiveBox{
    position:relative;
}
.orderCorrItemActiveClose {
    opacity: .25;
    transition: all .2s ease;
}

    .orderCorrItemActiveClose:hover {
        opacity: 1;
    }

.hide {
    display: none;
}

.MessWr {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    background: white;
    z-index: 1000;
}

.chatMessBox {
    height: 300px;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}

#chatBox textarea {
    margin: 4px;
    width:calc(100% - 8px);
}
#chatMessageText{
    transition:all .2s linear;
}
.chatItem {
    padding: 4px;
    margin-bottom: 4px;
    color: #333;
    margin: 4px;
}

#chatHeader {
    width: 100%;
}

.chatIcons {
    text-align: center;
    width: 100%;
    padding-left: 4px;
}

    .chatIcons i {
        cursor: pointer;
    }

#feedGroup {
    max-height: 100vh;
    overflow-y: auto;
}
#workGroup, #orderGroup, #copyboxGroup {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    margin-top:1em;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,.125);
    border: 4px solid transparent;
    background-clip: content-box !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.125);
    border: 1px solid rgba(0,0,0,.125);
}

.feedItem {
    cursor: pointer;
}

.loginForm {
    width: 450px;
    margin: 0 auto;
    margin-top: 20vh;
}

.carouselBox img {
    cursor: pointer;
}

.editImg {
    width: 100%;
    height: auto;
}

.jcrop-holder {
    transform-origin: left top;
    transition: opacity .5s ease;
}

.inplaceрTitleEditor {
    display: block;
}

.list-group-item.inWorkCard {
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
    border-left: 13px solid #e4e4e4;
    border-left-width: 13px;
    border-left-style: solid;
    border-left-color: #e4e4e4;
    border-radius: 16px;
    margin-left: -13px;
    margin-top: 4px;
    position: relative;
}
.inWorkCard.workItemReady {
    border-left-color: #fcc131;
}
.workItemReady .workItemReadyBtn {
    background: #fcc131;
    color: black;
    border-color: #fcc131;
}
.workItemApprove .workItemReadyBtn {
    background: #fcc131;
    color: black;
    border-color: #fcc131;
}
.workItemApprove .workItemApproveBtn {
    background: #fcc131;
    color: black;
    border-color: #fcc131;
}
.inWorkCard.workItemApprove {
    border-left-color: forestgreen;
}

.workItemHead{
    margin-top:.8rem;
    width:calc(35% - .5rem)
}
.workItemLidWr {
    width: calc(65% - .5rem);
    padding-top:.5rem;
    min-height:110px;
}
    .workItemLidWr textarea {
        height: 100%;
        min-height: 110px;
    }
.workItemExpandBtn {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
}
.workItemCollapseBtn {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #6c757d;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
}
.card-header.workItemDheader {
    background-color: rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.25)
}

#archiveGroup .card, #archiveGroup .card, #copyboxGroup .card, #workGroup .card {
    border: 0;
}

.orderItem.orderSend .orderReceiverBtn,
.orderItem.orderSend .corrItem {
    display: none;
}

.orderItem.orderSend .corrBox {
    position: relative;
}
.orderItem.orderSend .orderSendBtn {
    opacity: 0;
}
.orderItem.orderSend .corrBox:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "Сообщение отправлено";
}

.orderItem.orderSend .sendItemMenu {
    display: none;
}

.orderItem.orderSend .orderCorrItemActiveClose {
    display: none;
}

.orderItem.orderSend .orderBadge {
    background-color: #28a745;
    color: white;
}

.orderItem.orderSend .orderCorrItemActive {
    position: relative;
    padding-left: 2em;
}
.orderItem.orderSend .orderaddCorrBtn{
    display:none;
}

.orderItem.orderSend .orderCorrItemActive:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: .8em;
    height: .8em;
    background-color: lightgray;
    border-radius: 50%;
    left: .5em;
    top: .25em
}

.orderItem.orderSend .orderState1:before {
    background-color: #fcc131;
}

.orderItem.orderSend .orderState2:before {
    background-color: #28a745;
}

.orderItem.orderSend .orderState-1:before {
    background-color: #f36135;
}
.media.corrItem{
    cursor:pointer;
}
.collapseUp {
    transition: height .5s ease-in-out;
    transition: margin-bottom .5s ease-in-out;
    transition: margin-top .5s ease-in-out;
    transition: padding-bottom .5s ease-in-out;
    transition: padding-top .5s ease-in-out;
}
.collapsedUp{
    height:0 !important;
    overflow-y:hidden;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:0;
    padding-top:0;
}
#inputGroupFileAddon02{
    padding:0;
}
    #inputGroupFileAddon02 img {
        height: calc(1.5em + .375rem + .375rem);
    }
.corrDest {
    padding: .5em 4px;
}
.corrSendGroup {
    margin: .5em;
}
.previewContainer {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    float: left;
    height: 0;
}

.preview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background:black;
}
.scaleWr{
    position:relative;
}
.scaleObj{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:1920px;
    height:1080px;
    overflow:hidden;
   
  transform-origin:top left;
}
.work {
    background-size: cover;
    
    width: 100%;
    height: 100%;
}
.workHeader {
    padding: .25em;
    display:inherit;
}

.work .left {
    left: 0;
    position: absolute;
}
.work .right {
    right: 0;
    position: absolute;
}
.work .center {
    right: 0;
    left:0;
    text-align:center;
    position: absolute;
}
.work .bg-success {
    background: rgba(40, 167, 69, 0.3411764705882353) !important
}
    .work .display-1 {
        font-size:30vw;
    }
    .work .display-2 {
        font-size: 20vw;
    }
    .work .display-3 {
        font-size: 10vw;
    }
    .work .display-4 {
        font-size: 5vw;
    }


.animated {
    animation-duration: 2s;
}
.loadingSplaceholder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.55);
}
loadingSplaceholder:after{
    content:" ";
    display:block;
    width:1em;
    background-image:url(/Images/loader.gif);
    background-size:cover;

}
.workItemDescrRow{
    margin-top:-1rem;
}
.workItemTitleText {
    font-size: 1.2rem;
    font-weight: bold;
}
.workItemmaintextImgWR, .destImageBox {
    width: 250px;
    max-height: 120px;
    height: 100%;
    overflow-y: scroll;
    min-height: 141px;
    transition: all .5s linear;
}
.destImageBox {
    max-height: inherit;
    height:120px;
}
.destMediaWr {
    position: relative;
}
.workItemDestDelete{
    margin:.5em;
}
.destMediaMenuWr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    height: 30px;
}
.destMediaMenu{
    display:none;
    transition:all .5s ease-in-out;
    opacity:0;
    padding:4px;
    color:white;
}
.destMediaMenuWr:hover .destMediaMenu {
    display: inherit;
    background: #fff;
    width: 100%;
    opacity: 1;
}

#workGroup1 .workItemAddToCopyboxBtn {
    display: none;
}
#workGroup0 .workItemAddToWorkBtn {
    display: none;
}
.inWorkCard.expanded .workItemmaintextImgWR {
    max-height: inherit;
    height: 285px;
}
.workItemImageBox {
    width: calc(100% - 0px);
}
.workItemImage {
    width: calc(100% - 0px);
    margin: 4px 0;
}
.inputLabeledGroup {
    position: relative;
}
    .inputLabeledGroup label {
       
        position: absolute;
        top: 0;
        right: .5rem;
        font-size: small;
        font-style: italic;
        color: #aaa
    }
    .inputLabeledGroup textarea, .inputLabeledGroup input[type='text']{
        padding-top:.5rem;
    }
    .workItemmaintextGroup {
        padding: 0;
        padding-top:1rem;
    }
.workItemTextPlaceholder {
    padding: 0 !important;
    
}

.workItemExpandBtn, .workItemCollapseBtn {
    width: 100%
}
.workItemExpandBtn span, .workItemCollapseBtn span {
    display:none;
}
.workItemExpandBtn:hover span, .workItemCollapseBtn:hover span {
        display: inline;
    }

.workItemDheader{
    padding:0;
    cursor:pointer;
}
.workItemDestPlaceholder {
    display: none;
    padding-bottom: 1.8rem;
}
.editor-field input[type=text]{
    width:100%;
}
#ModalCenterBody {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.mediaListItem {
    text-align: center;
    cursor: pointer;
    width: 100%;
    transition:all .2s ease;
}
.mediaListmediaBox{
    width:100%;
}
.mediaListItem:hover {
    /*  background-color: rgba(40, 167, 69, 0.25);*/
    background-color: #fcc131;
}
.mediaListItem.section
.mediaListmediaBox img,
.mediaListItem.section
.mediaListmediaBox video
/*.mediaListItem.section
.mediaListmediaBox div*/ {
    border: 4px solid #28a745;
    border-radius: 8px;
}

.mediaListItem .workItemImageBox, .destImageBox .workItemImage {
    width: calc(200px);
    margin: 1rem;
}
 .destImageBox img{
     width:100%;
 }
.workItemImage {
    cursor: pointer;
}
.imageModalImg{
    width:100%;
    height:auto;
}
.adminAvatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 2em;
}
.avatar{
    width:2em;
    height:2em;
    margin-right:.5em;
    border-radius:50%;
}
.inWorkCardFullScreenWR {
    position: absolute;
    margin: 4px;
    top: 12px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    opacity: .25;
    font-size: 1.2em;
    transition: all .2s;
    border: 1px solid black;
    border-radius: 4px;
    padding: 0 .5em;
    background: white;
}
    .inWorkCardFullScreenWR:hover {
        opacity: 1;
        background: #fcc131;
    }
.inWorkCardCollapse{
    display:none;
}
.isFullScreen .inWorkCardCollapse {
    display: inherit;
}
.isFullScreen .inWorkCardExpand {
    display: none;
}
.inWorkCard.isFullScreen{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:100vh;
    background:#ffffff !important;
    z-index:10;
    margin-top:0;
    
}
.inWorkCard textarea {
    font-size: 0.8em;
    line-height:1.5;
}
    .isFullScreen .workItemLidTextArea {
        /* min-height:220px;*/
    }
.isFullScreen .workText {
    /* min-height:220px;*/
}
.isFullScreen .workItemmaintextImgWR, .isFullScreen .destImageBox{
    width:450px;
}
.isFullScreen .workItemHead {
    width: calc(15% - .5rem);
}
.isFullScreen .workItemLidWr {
    width: calc(85% - .5rem);
}
.dropdown-menu .btn{
    width:calc(100% - 2em);
    margin-bottom:.5em;
    text-align:left;
    
}
.printThis img, .printThis video {
    max-width: 300px;
}
.workItemmaintextGroup, .workItemLidWr {
    position: relative;
}
.historyBtn{
    position:absolute;
    bottom:.5em;
    right:10px;
    z-index:20;
    transition:all .2s ease;
    opacity:.25;
    cursor:pointer;
    border:1px solid;
    border-color:transparent;
    border-radius:2px;
    padding:4px;
}

    .historyBtn:hover {
        opacity: 1;
        background: #fcc131;
        border-color: black;
    }
.historyItem span {
    margin-right: 1em;
    color:#333;
    transition:all .2s ease;
    padding:0 4px;
}
.historyItem:hover span {
    color: #000;
    background: #fcc131;
}
.historyItem {
    cursor: pointer;
    margin-bottom:.5em;
   
}
    .historyItem.expanded {
        cursor: inherit;
    }
.historyItemText {
    cursor: pointer;
    margin-left: 2.2em;
    color: #333;
    padding:4px;
    transition: all .2s ease;
}
    .historyItemText:hover {
        background: #fcc131;
    }
#mainTime {
   
    margin-left: 1em;
}
.selectItem{
    margin:4px 0;
    margin-left:2em;
    transition:all .2s;
    padding:4px;
    border-radius:2px;
    cursor:pointer;
}
    .selectItem:hover {
        background-color: #fcc131;
    }
    .selectItem.itemSelected {
        background-color: #fcc131;
    }
.workItemDesrImageWr {
    background: rgba(187, 187, 187, 0.39);
    border-radius: 2px;
}
.dropdown-item{
    transition:all .2s;
}
.dropdown-item:hover {
    background: #fcc131;
}
.workItemmaintextImgWR{
    
}
.workItemImageBox {
    position: relative;
}
.workItemImageTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 2px;
    color: white;
    background: black;
    background: #00000024;
    font-size: 12px;
}
#gztTxtArea {
    width: 100%;
    height: 300px;
}
.workItemLidTextArea:focus, .workItemTitleText:focus, .workText:focus {
    box-shadow: rgba(0,0,0,.2) 0px 0px 10px 3px inset;
}
.inWorkCard{
    transition:background  .5s ease;
}
    .inWorkCard.nowEdit {
        background: #319a071c;
    }
.autorWork .workItemDestPlaceholder, .autorWork .addSmiBtn, .autorWork .approveBtn {
    display: none;
}
.autorWork .workItemHead {
    display: none;
}
.autorWork .workItemLidWr {
    width: calc(100% - .5rem);
}
.itemHeadDestWr {
    margin-top: .5em;
    padding-left: 2em;
    font-weight: normal;
   
}
.itemHeadDestItem {
    position: relative;
    margin-top:4px;
}
.itemHeadDestItem:before {
        content: "";
        width: .9em;
        height: .9em;
        border-radius: 50%;
        background: gray;
        top: 2px;
        left: -1.5em;
        position:absolute;
    }
    .itemHeadDestItem.ready:before {
        background: #fcc131;
        
    }
    .itemHeadDestItem.approve:before {
        background: forestgreen;
        
    }
    .itemHeadDestItem.publish:before {
        background: #0069d9;
    }
.toTopBox {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 45px;
    z-index: 1000;
    cursor: pointer;
    opacity: .5;
    padding: 10px;
    right: 300px;
    padding-bottom: 3px;
    transition:all .2s ease;
}
    .toTopBox:hover {
        opacity: 1;
    }


.dbfooter{
    position:fixed;
    width:100%;
    bottom:0;
    height:250px;
}
    .dbfooter .chatMessBox{
        height:200px;
    }
    .dbfooter #feedGroup {
        margin-top: -15px;
    }
    .dbFooterL {
        width: 50%;
        display: inline-block;
        float: left;
    }
.dbHalf {
    width: calc(50% - 10px);
    display: inline-block;
    float: left;
    
}
.dbfooter .dbHalf:first-child {
    margin-right: 15px;
    width: calc(50% - 25px);
}
.dbItemsBox {
    height: calc(100vh - 370px);
    overflow-y: auto;
}
    .dbHalf #feedBtn, .dbHalf #chatHeader, .dbHalf #feedFilterGroupBtn, .dbHalf #feedFilterBox {
        display: none;
    }
    .dbFooterR .MessWr {
        position:inherit;
        width:100%;

    }
.dbUserMeterials, .dbItem {
    cursor: pointer;
}
.dbUserMeterials .inWorkCard, .dbItem .inWorkCard {
    transition: background .2s ease;
}
    .dbUserMeterials .inWorkCard:hover, .dbItem:hover .inWorkCard {
        background: #d1d2d25e !important;
    }
        .dbUserMeterials .inWorkCard{
            border-left-width:0;
        }
        .dbItem .workItemImageTitle {
            display: none;
        }
.dbItemTitle {
    font-size: 1.2em;
    font-weight: bold;
}
.dbUserMeterials .workItemReady, .dbItem .workItemReady {
    background: #fcc1311c;
}
.dbUserMeterials .workItemApprove, .dbItem .workItemApprove {
    background: #228b221c;
}
.dbItem .itemHeadDestItem {
    display: inline-block;
    margin-right: 3em;
}
.dbItemModal .modal-dialog{
    max-width:1200px;
}
.dbItemModal .inWorkCardFullScreenWR{
    display:none;
}
.dbUserAvatar {
    width: 30px;
    border-radius: 50%;
}
.dbUserName {
    font-size: 1.2em;
    font-weight: bold;
}
.dbUserMeterials{
    margin-left:70px;
}
    .dbUserMeterials .workItemImageBox {
        width:50px;
    }
.dbUserMeterials .workItemImageTitle {
        display: none;
    }
.dbItemLeft {
    float: left;
    width: 150px;
}
.dbUserMeterials .dbItemLeft {
    float: left;
    width: 70px;
}
.dbUserMeterials .dbAutorEditor {
    display: none;
}
.dbUserMeterials .dbItemAuthie, .dbUserMeterials .itemHeadDestWr{
    display:inline-block;
}
.dbUsersBox {
    height: calc(100vh - 370px);
    overflow-y: auto;
}
#fullEditorModal{
    z-index:5000;
}
.dbUpDown {
    position: absolute;
    width: 40px;
    opacity: .25;
    transition: all .2s;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}
    .dbUpDown:hover {
        opacity: 1;
    }
.footerHide .dbfooter {
    height:0;
}
.footerHide .dbUpDown {
    top: -40px;
    transform: rotateX(180deg);
}
.footerHide .dbItemsBox, .footerHide .dbUsersBox {
    height: calc(100vh - 120px);
}
.finded{
  background:yellow;
}
#corrFindBtn{
    cursor:pointer;
}
@media screen and (max-width: 768px) {
    .toTopBox {
            display: none;
        }

        .mainTitle {
            display: none;
        }

        #mainTime {
            font-size: small;
            margin-left: 1em;
        }

        .MessWr {
            width: inherit;
            left: 0;
        }

        .chatMessBox {
            /* height: 300px; */
            overflow-y: auto;
            height: calc(100vH - 125px);
        }

        .workItemDescrRow {
            display: block !important;
        }

        .list-group-item.inWorkCard {
            border-left-width: 8px;
            padding: 4px;
        }

        .workItemHead {
            width: 100%;
        }

            .workItemHead .h6 {
                margin-bottom: .2rem;
            }

        .workItemLidWr {
            width: 100%;
        }

        .p-2 {
            padding: 0 !important;
        }

        .workItemDestPlaceholder .d-flex {
            display: block !important;
        }

        .workItemExpandBtn, .workItemCollapseBtn {
            background: rgba(211, 211, 212, 0.73);
        }

        .workItemmaintextImgWR {
            margin: 4px auto;
        }
    }



