.is-invalid .select2-container--default .select2-selection--single {
    border:1px solid red !important;
}

.taskFilter .form-group {
    margin-bottom: 0px;
}

.taskFilter .form-group .input-group-text {
    display:none;
}

.taskFilter .input-group > .form-control:not(:first-child) {
    border-radius: .215rem !important;
    padding-left: 10px;
}


.taskFilter .form-group h4{
    display:none;
}

.taskFilterSubmit {

    position: relative;
    width:100%;
}

.task-fiter-block .select2-container {
    width: 100% !important;
}

.remove-filter {
    color:#eb6709 !important;
    text-decoration: none !important;
}

.sortUrl {
    text-decoration: none !important;
}

.sortUrlActive {
    color:#7231f5;
}

.details .info {
    min-width:110px;
}

.bold-text, .bold-text a {
    color:#263238 !important;
    /*    font-weight: bold !important;*/
}
.bold-text i {
    font-weight: bold !important;
}

.select2-container  {
    z-index: 999 !important;
}

.datepicker {
    z-index: 9999 !important;
}

.task-block .scrollable-content .media {
    border-bottom: 1px solid #e4eaec;
    padding-bottom: 14px;
}

.icon-comment {
    opacity: 0.5;
}

.task-block .bold-text {
    opacity: 1 !important;
}

.show-more-task-info {
    cursor: pointer;
    max-width: 190px;
    border-top: 1px solid #f0f0f0;
    padding-top: 1px;
    margin-top: 7px;
    font-size: 15px;
    margin-bottom: 5px;
}
#fast-task-add .create_user_ajax{
    top: 8px !important;
}
.vis-itemset .vis-background{
    top: 0 !important;
}
.notDragged {
    z-index: -10000 !important;
    position: absolute;
    top: 0 !important;
    height: inherit;
    background: #b8d2f5 !important;
}
.notDragged.actual_time{
    background: #f5b8f0 !important;
}
.notDragged.color_red_background{
    background: #cc0000 !important;
}
.notDragged.color_green_background{
    background: #4aa326 !important;
}
.notDragged.color_orange_background{
    background: #ffbb00 !important;
}
.group-with-icon span::after{
    content: "\f05a"; /* Unicode for FontAwesome v4 info-circle */
    font-family: "Font Awesome";
    margin-left: 5px;
}

.vis-item .breached_task_border{
	border: 1px solid #ffbb00;
}

.vis-item .approved_task_color{
	color: #4aa326;
}

.vis-item .done_task_color{
	color: #ffbb00;
}

.vis-item .default_task_color{
	color: #fefc8f;
}

.vis-item .late_task_color{
	color: #ffbb00;
}

#timelineZoom{
    display: inline-flex;
    font-size: 15px;
    margin-left: -5px;
}
#timelineZoom .zoom{
    background: #3e8ef7;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.sortTask {
    max-width:100%;
    margin-bottom: 15px;
}

.sortTaskContent {
    min-width: 226px;
}


.sortTaskContent label{
    width:100%;
    text-align: right;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    font-size:13px;
    color: #37474f;
}

.btnRemoveSort{
    float: left;
    display: inline-flex;
    position: relative;
    top: 63px;
    right: 40px;
    margin-top: -36px;
}

.filter-icon {
    color:#a3afb7;
    top: -1px;
    position: relative;
}

.filter-icon:hover {
    color:#526069;
}

.group-task .float-right .checkbox-custom {
    display: none !important;
}

.comment-content {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.example-well {
    background-color: #fff !important;
}

.work-today-icon {
    font-size: 14px;
    margin-right: 0px;
    position: relative;
    left: 2px;
    cursor: pointer;
}

.work-today-icon:hover{
    color:#37474f;
}
.isTodayWork, .isTodayWork:hover{
    color:#eaba00;
}

#daily-feed .work-today-icon {
    font-size: 11px;
    color: #9ba3a7;
}

#daily-feed .isTodayWork, .isTodayWork:hover{
    color:#eaba00;
}

.task-today {
    background-color:  #fafafa;
    padding: 5px !important;
}

.page-list .btn {
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-left:10px !important;
    padding-left:10px !important;
}

.user-popup .tab-content {
    max-height: 420px;
    overflow-y: auto;
}

.task-show-block .card {
    height:auto;
}

.print-btn, .show-more-task, .hide-more-task {
    z-index: 99;
    cursor: pointer;
    position: relative;
}

.show-more-task {
    color:#008c4d !important;
}
.hide-more-task {
    color:#0b69e3 !important;
}

.hide-task {
    display:none;
}

.task-document {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.task-list-comment {
    cursor: pointer;
}
.task-list-comment:hover, .task-list-comment i:hover {
    color:#37474f !important;
    opacity: 1 !important;
}

.card-block img { max-width: 100%; }

.task-name-list {
    font-size: 16px;
}
@media only screen and (max-width: 1200px) {
    .task-name-list {
        font-size: 14px;
    }
}

.task-list-btn-block {
    margin-top: 10px;
    margin-bottom: 3px;
}

.panel-task-list .list-group-item  .media-body small {
    font-size:90%;
}

.panel-task-list .list-group-item  .media-body small .task-list-comment{
      font-size:80%;
}
.panel-task-list .list-group-item  .media-body small .wb-time{
      font-size:80%;
}

.change-work-unit-is-archyve, .change-user-is-active {
    cursor: pointer;
}

.disable-block {
    opacity: 0.6;
     pointer-events: none;
     cursor: no-drop;
}

.remove-comment {
    cursor: pointer;
    opacity: 0.9;
    font-size: 12px;
}
.remove-comment:hover {
    opacity: 0.7;
}

#add-remove-branch .modal-footer {
    display: block !important
}

.remove-selected-branch {
    display: none;
}

.selected-doc-type {
    display: inline-block;
    margin-left: 15px;
    color:#000;

}

.selected-doc-type i {
        color: #76838f;
    }
.selected-doc-type span {
      color: #28a745 !important;
    }

    .documentTypeTreeTable span {
           color: #28a745 !important;
    }

    #set-branch .modal-body {
    height: 480px;
    overflow-y: scroll;
}

.node-selected {
    background-color: #3e8ef7 !important;
    color: #fff  !important;
}

.hide {
    display:none;
}

.contracting  li div {
width: 400px;
display: inline-block;
}

.contracting  li {
      list-style-type: none;
}


.contracting  {
    padding-left: 0 !important;
}

.list-group-item  {
    scroll-margin-top: 11em;
}

.task-deadline-item-conetent, .task-show-deadline {
    cursor: pointer !important;
}

.work-unit-img-name-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.work-unit-image-select-block, .work-unit-image-select-block-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.work-unit-image-select-block-right {
    flex-wrap: wrap;
}

.select-image-modal-img-block {
    height: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-self: center;
}

.select-image-modal-img-block img{
    width: 100%;
    align-self: center;
}

#work-unit-image-point-serive-block {
    width: 100%;
    overflow: auto;
}

.container-fluid-task-show #work-unit-image-point-serive-block   {
    position: fixed; top: 0; left: 0; padding: 15px; right: 0; bottom: 0; overflow: auto; z-index: 10000; background: rgba( 0,0,0,.8);
}

.select-img-block, .edit-image-data, .remove-image-data {
    display: none;

    width: 1200px;
    margin: auto;
}

.selected-item {
    background: #3e8ef7 !important;
    color: #fff  !important;
}

.list-group-gap .wb-close{
    cursor: pointer;
}


.time-sort-block {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.time-sort-block input{
    width: 60px;
    height: 31px;
    text-align: center;
    padding: 5px;
    color: black;
}

#stages-list i{
    color:#3e8ef7;
}

.time-sort-block-text {
    font-size: 12px;
    margin-top: -5px;
}


.display-block {
    display: inline-block;
}

#stages-list .list-group-item {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #e4eaec;
}

#stages-list .stages-item-info {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    color: #0a0a0a;
    margin-top: 20px;
}

#stages-list .list-group-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items: center;
}

.sortable-placeholder {
    height: 120px !important;
}

.item-group-name {
    color: #ff9347;
    font-size: 10px;
}

.stages-item-next-group {
    border-bottom: 1px solid #b7b7b7 !important;
}

.vis-item.green {
    background-color: greenyellow;
    border-color: green;
}
.vis-item.red {
    background-color: red;
    border-color: darkred;
    color: white;
}

.vis-item.vis-selected.red {
    color: black;
}

.vis-item.expected {
    background-color: transparent !important;
    border-style: dashed !important;
    z-index: 0 !important;
    pointer-events: none !important;

    opacity: 1 !important;
    border:2px dashed black !important;

}
.vis-item.vis-selected {
    opacity: 0.6 !important;
}

.vis-item {
    opacity: 0.5;
}

div.vis-has-end-before,
div.vis-has-end-before.vis-selected {
    /* custom styling for readonly items... */
    background-color: #8f4ed0;
    border-color: #8f4ed0;
    color: white;
}


.list-group-item-next-group {
    border-top: 1px solid #a6a6a6 !important;
}

.list-group-item .icon {
    margin-right: 10px !important;
    margin-left: 10px;
}

.lock-graphics-block {
    color: green !important;

}.lock-graphics-block label{
    color: green !important;
}

 .tooltip-inner {
     display: inline-block;
     z-index: 9999;
     overflow: visible !important;
     /*height: 500px;*/
 }

.delete-area {
    background: #3e8ef7;
    border-radius: 50%;
    padding: 4px !important;
}

.select-areas-delete-area {
    height: 30px !important;
    width: 30px !important;
}
.doc_id{
    display: none;
}

#expandibleTree .list-group-item .wb-folder{
    cursor: grab;
}

.grabber{
    cursor: grab;
}
#visualization > .vis-timeline {
    overflow: visible;
}
@media print {
	body .chat-content *,
	body .chat-content {
		color: #000000 !important;;
	}
}
#task-info-block .card-shadow .card-header {
    min-height: 150px;
}
.select2-container.select2-container--default.select2-container--open{
    z-index: 1111111 !important;
}
.comment_section{
    width: 300px;
    position: absolute;
    top: 35px;
    right: 60px;
    background: #f1f4f5;
    border-radius: 5px;
}
.comment_section .comment_data{
    font-size: 12px;
    background: #dadcdd;
    color: #484848;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
}
.comment_section .comment_text{
    padding: 5px 10px;
    color: #515151;
}
.logo_preview img {
    max-height: 50px;
    margin-bottom: 15px;
    border: 2px solid #f1f4f5;
}
.ql-align-center{
    text-align: center;
}
.ql-align-right{
    text-align: right;
}
.has-sub.block-js ul {
    display: block !important;
}
.site-menu-sub_ .site-menu-item.active a{
    color: #fff;
}

.site-menu-sub_ .site-menu-item{
    line-height: 34px;
    color: rgba(163,175,183,.9);
    background: 0 0;
    margin-left: 32px;
}
.show-more-comment-fast{

    color: #008c4d !important;
    font-size: 15px;
    position: relative;
    top: -2px;
    left: 5px;
    cursor: pointer;
}
.hide-more-comment-fast{
    font-size: 15px;
    position: relative;
    top: -2px;
    left: 5px;
    cursor: pointer;
    color: #0b69e3 !important;
}
@media only screen and (max-width: 1023px) {
	.list-group .media-body {
		display: flex;
		flex-wrap: wrap;
	}
	.list-group .media-body small {
	    order: 2;
	}
	.list-group .media-body h5 {
	    order: 1;
	}
	.list-group .media-body >a {

	    order: 4;
	}
	.comment_section { 
		width: auto;
		position: static
	}
}
.type_name_style{
    color: #CCCCCC;
    font-weight: normal;
    text-transform: uppercase;
    font-weight:normal;
}