@import url('./dropdowns/miltiselect-filter.css');
@import url('./dropdowns/chosen-multiselect.css');

body {
	font-size: 12px;
}

textarea {
  resize: vertical;
}

#waitDialog {
	display: none;
}

#pleaseWaitDialog{
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 1500;
}

#loading-div{
    width: 300px;
    height: 150px;
    background-color: transparent;
    text-align: center;
    color: #202020;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
}

#pleaseWaitDialogBG {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1400;
}

.login_form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 260px;
    margin-left: -300px;
    margin-top: -170px;
    border: 1px solid #dedede;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 9px;
}


.centered   {
    left: 30%;
    padding-top: 10px;
}

div[data-angular-treeview] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


div[data-tree-model] ul, div[data-contragent-tree-model] ul, div[data-tree-room-model] ul,  div[data-tree-project-model] ul, div[data-tree-project-specification-model] ul, div[data-tree-trash-model] ul, div[data-tree-equipment-model] ul, div[data-tree-add-new-equipment-rooms-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

div[data-tree-model] li, div[data-contragent-tree-model] li, div[data-tree-room-model] li, div[data-tree-project-model] li, div[data-tree-project-specification-model] li, div[data-tree-trash-model] li,  div[data-tree-equipment-model] li, div[data-tree-add-new-equipment-rooms-model] li {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 25px;
}

div[data-tree-model] li .expanded,  div[data-contragent-tree-model] li .expanded, div[data-tree-room-model] li .expanded, div[data-tree-project-model] li .expanded, div[data-tree-project-specification-model] li .expanded, div[data-tree-trash-model] li .expanded , div[data-tree-equipment-model] li .expanded, div[data-tree-add-new-equipment-rooms-model] li .expanded {
  padding: 1px 5px;
  background-repeat: no-repeat;
}

div[data-tree-model] li .collapsed,  div[data-contragent-tree-model] li .collapsed, div[data-tree-room-model] li .collapsed, div[data-tree-project-model] li .collapsed, div[data-tree-project-specification-model] li .collapsed, div[data-tree-trash-model] li .collapsed, div[data-tree-equipment-model] li .collapsed, div[data-tree-add-new-equipment-rooms-model] li .collapsed {
  padding: 1px 5px;
  background-repeat: no-repeat;
}

div[data-tree-model] li .normal, div[data-contragent-tree-model] li .normal,  div[data-tree-room-model] li .normal, div[data-tree-project-model] li .normal, div[data-tree-project-specification-model] li .normal, div[data-tree-trash-model] li .normal, div[data-tree-equipment-model] li .normal {
  padding: 1px 5px;
  background-repeat: no-repeat;
}

div[data-tree-model] li i, div[data-tree-model] li span , div[data-contragent-tree-model] li i, div[data-contragent-tree-model] li span, div[data-tree-room-model] li i, div[data-tree-room-model] li span, div[data-tree-project-model] li i, div[data-tree-project-model] li span, div[data-tree-project-specification-model] li span, div[data-tree-project-specification-model] li i, div[data-tree-equipment-model] li span, div[data-tree-equipment-model] li i, div[data-tree-add-new-equipment-rooms-model] li span, div[data-tree-add-new-equipment-rooms-model] li i  {
  cursor: pointer !important;
}

div[data-tree-model] li .selected, div[data-contragent-tree-model] li .selected, div[data-tree-room-model] li .selected, div[data-tree-project-model] li .selected, div[data-tree-project-specification-model] li .selected, div[data-tree-trash-model] li .selected , div[data-tree-equipment-model] li .selected {
  font-weight: bold;
  padding: 1px 5px;
}

div[data-tree-model] li .deactivated, div[data-contragent-tree-model] li .deactivated, div[data-tree-room-model] li .deactivated, div[data-tree-project-model] li .deactivated, div[data-tree-project-specification-model] li .deactivated , div[data-tree-equipment-model] li .deactivated {
  color: #B0B0B0   ;
}

div[data-tree-model] li .disabled, div[data-contragent-tree-model] li .disabled, div[data-tree-room-model] li .disabled, div[data-tree-project-model] li .disabled, div[data-tree-project-specification-model] li .disabled ,div[data-tree-equipment-model] li .disabled {
  display: none;
  display: none;
}

div[data-tree-add-new-equipment-rooms-model] li .tree-room-wrapper {
  border-bottom: 1px solid #ECECEC;
  padding: 3px 0px;
}


.rotation90 {
  -moz-transform: rotate(-90deg);  /* Firefox */
  -o-transform: rotate(-90deg);  /* Opera */
  -webkit-transform: rotate(-90deg);  /* Safari y Chrome */
  -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
}

.rotation-180 {
  -moz-transform: rotate(180deg);  /* Firefox */
  -o-transform: rotate(180deg);  /* Opera */
  -webkit-transform: rotate(180deg);  /* Safari y Chrome */
  -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

abbr[data-original-title], abbr[title] {
  cursor: default;
  border-bottom: 0px;
}

.last-btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.entry {
    margin-bottom: 15px;
}

.scroll {
    overflow: auto !important;
}

.not-left-padding {
    padding-left: 0px !important;
}

span.error, p.error {
  color:red;
}

input.error, textarea.error, select.error, .miltiselect-button.error button {
  border:1px solid red;
}

input.valid, textarea.valid, select.valid {
  border:1px solid green;
}

.hidden-input {
  height: 0px;
  width: 0px;
  border: 0px !important;
}
.vertical-align-top {
  vertical-align: top !important;
}

/*
input[type="checkbox"] {
  margin-top: 1px;
}
*/

.checkbox-for-filtering {
  padding-top: 0px !important;
  margin-left: 15px !important;
  font-size:11pt;
  display: inline-block;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.slick-header-menu {
  height: 200px;
  overflow: auto;
}

.bold {
  font-weight: bold;
}

.demo-item {
    height: 325px;
    width: 260px;
    margin: 10px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}

.demo-item img {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.demo-panel {
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.demo-panel h3 {
    color: #ffffff;
}

#header_wrap .inner {
    padding: 10px 10px 30px 10px;
}

#main_content_wrap section {
    margin-top: 20px;

    text-align: center;
}

.grid-panel .grid-panel-content .close-x {
    font-size: 30px;
}

.slick-cell {
  text-align: left;
}

.equipment-img {
  position: relative;
  padding: 5px;
  margin: 10px 0 10px 0;
  height: 150px;
  width: 150px;
}

.break-word {
  overflow-wrap: break-word;
}

.clip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width-80 {
  width: 80px;
}

.width-500 {
  width: 500px;
}

.width-250{
  max-width: 250px;
}

.inline {
  display: flex !important;
}

.showInline {
  display: inline !important;
}

.font-size-16 {
  font-size: 16px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important; 
}

.margin-left-10 {
  margin-left: 10px !important; 
}
.margin-left-400 {
  margin-left: 400px !important; 
}

.color-lightgrey {
  color: lightgrey !important;
}

.cursor-move .panel-heading {
  cursor: move;
}

.field-section>tbody>tr>td,
#templatesTable>tbody>tr>td,
#roomTmplatesTable>tbody>tr>td,
.without-border>tbody>tr>td {
  border-top: 0px !important;
}

.field-section>thead>tr>th {
  border-bottom: 0px !important;
}

.border-dashed {
  border: 1px dashed silver !important; 
}

.text-center {
  text-align: center;
}

.min-height-20 {
  min-height: 20px;
}

.min-height-30 {
  min-height: 30px;
}

.min-height-40 {
  min-height: 40px;
}

.padding-0 {
  padding: 0px !important;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.1)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
}

.carousel-indicators {
  bottom: -10px;
}

.carousel-inner>.item>img {
  margin: auto;
}

.empty-field,
.month {
  color: #ADADAD;
  font-style: italic;
  font-weight: normal;
}

.color-success{
  color: green ;
}

.color-error,
.link-red,
.color-red {
  color: red;
}

.link-red:hover {
  color: #960000;
}

.width-900 {
  width: 900px;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.template-active {
  font-weight: bold;
  font-size: 13px;
  background-color: #DDD;
}

.padding-default {
  padding: 0
}

.checkbox-tooltip {
  width: 20px;
  padding-left: 5px;
}

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

.collapse-div {
  height: 14px;
  width: 60%;
}

.cursor-pointer {
  cursor: pointer;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.font-size-12 {
  font-size: 12px;
}

.panel-title>a {
  text-decoration: none;
}

.cell-effort-driven {
  text-align: center;
}

.h230 {
  height: 230px;
}

.h205 {
  height: 205px;
}

.h53 {
  height: 53px;
}
.deleted .panel-body {
  background-color: #FAECEC;
}

.multipleCategory{
  width: 520px; 
  overflow-x: scroll;
}

.equipment-image {
  height: 200px !important;
  width: auto;
}

.font-size-14 {
  font-size: 14px;
}

.w100p {
  width: 100% !important;
}


.message {
  color:black;
  font-size:12px;
}

.view-message{
  text-align: right;
}

.date-d-m{
   text-align: center;
   font-weight: bold;
   font-size:15px;
 }

.w97p {
  width: 97% !important;
}

.w61p {
  width: 61% !important;
}

.w130 {
  width: 130px;
}

.w400 {
  width: 400px;
}

.inner-accordion .panel-group {
  width: 97%;
  margin: auto;
  margin-bottom: 15px;
}

.font-size-12-color-grey {
   font-size: 12px;
   color: lightgrey;
   padding-left: 20px !important   
}

.width-100{
  width: 100px; 
} 

.font-italic {
  font-style: italic;
}

.audit-detail-title,
.error-detail-title,
.replacement-title {
  background-color: #0A7D70;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  color: #FFF;
}

.trashDetail {
  background-color: papayawhip !important;
}

.grey {
  color: green !important; 
}

.b-grey {
  background-color: #C0BFBF !important;
  border-bottom: 1px solid #D4D4D4;
}

.ui-widget {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 12px !important;

}

.message-tab>.nav-tabs.nav-justified>li>a {
  border-bottom: 1px solid #bce8f1;
  border-radius: 4px 4px 0 0;
}

.message-tab>.nav-tabs.nav-justified>.active>a {
    border: 1px solid #bce8f1;
    border-bottom-color: #fff;
}

.message-panel {
  border-radius: 0 0 4px 4px;
  border-top: 0px;
  padding-top: 25px !important;
}

.send-button {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.send-message-div {
  position: relative;
  margin-bottom: 10px;
}

.message-div {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}

.message-text {
  margin-left: 10px;
  width: 80%;
  height: 60px !important;
}

.comment-text {
  margin-left: 10px;
  width: 1610px;
  height: 60px !important;
}

.round35-button {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-left: 10px;
}

.round35-button>span {
  right: 2px;
}

.cell-blue {
  background-color: #D2F4FF !important;
  color: #004A60;
  font-weight: bold;
  border-bottom: 1px solid #D4D4D4;
}

.cell-grey {
  color: grey;
  background-color: #fff !important;
  border-bottom: 1px solid #D4D4D4;
}

.cell-default {
  background-color: #fff !important;
  border-bottom: 1px solid #D4D4D4;
}

.color-grey {
  color: grey;
}

.padding-activity{
  padding: 0cm 1cm 0cm 1cm;
}

.padding-activity-label{
  padding: 0cm 0.3cm;
}

.padding-activity-date{
  padding: 0cm 3cm;
}

.ui-grid-menu-button {
  height: 28px;
}

.chevron-right-box{
  float:left;
  width: 1%;
  margin-top: 20px;
}

.message-popover .popover {
    width: 600px;
    max-width: 600px;
}

.message-popover {
  text-align: right;
}

.error-content {
  overflow-x: auto;
  background-color: rgba(148, 221, 174, 0.10);
}

.ui-grid-cell-focus {
  background-color: #96F5FF;
}

.main-container {
  margin-left: 90px; 
  margin-right: 90px;
}

.ui-grid-place-whitesmoke {  
    background: whitesmoke;
}

.ui-grid-place-white {  
    background-color: white;
}

.padding-10 {
  padding: 10px;
}

.color-black {
  color: black !important;
}

.center {
  text-align: center;
}

#board {
  margin: 0;
}

#board table {
  table-layout: fixed;
  position: relative;
}

#board .table thead .acceptanceLine {
  background: #E6D300;
  width: 60px;
  border-bottom: 1px solid #E6D300;
  width: 40px;
}

#board .table tbody .acceptanceLine {
  background: #E6D300;
  position: relative;
  padding: 0;
}

#board .table tbody .acceptanceLine div {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 20px;
  position: absolute;
  top: -33px;
  left: 7px;
}

#board .table td {
  padding: 5px 5px 0 5px;
}

#board .table th {
  padding: 10px 0 10px 5px;
  width: 14.2%;
}

#board .table thead th {
  text-align: center;
  background: #fafafa linear-gradient(to bottom, #ffffff, #f2f2f2) repeat-x;
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
}

#board .table thead th {
  padding: 5px 10px 5px 20px;
  vertical-align: middle;
}

#board tbody th,
#board tbody td {
  background-color: #ffffff;
  text-align: center;
}

.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 50px;
}

.card {
  padding: 10px;
}

.fc-button-agendaWeek {
  display: none;
}

.fc-time {
  display:none;
}

.width-25-pct {  
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 20px;
    width: 25%;
    display: flex !important;
}

.label-left {
  display: flex!important;
  padding-top: 4px;
  padding-right: 10px;
  margin-bottom: 0;
  text-align: left;
  width: 40% !important;
}

.width-60-pct{
  width: 60% !important;
}

.width-75-pct{
  width: 75% !important;
}

.state-message,
.timeline-message {
  width: 40px;
  height: 34px;
  background: #FFCB0E;
  color: white;
  position: absolute;
  -moz-border-radius: 45%;
  -webkit-border-radius: 45%;
  border-radius: 45%;
  bottom: -5px;
}

.state-message {
  right: 10px;
}

.timeline-message {
  right: 15px;
}

.state-message:before,
.timeline-message:before {
  content: "";
  width: 0;
  height: 0;
  right: 68%;
  top: 22px;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 17px solid #FFCB0E;
  border-bottom: 8px solid transparent;
  transform: rotate(-37deg);
}

.margin-right-2 {
  margin-right: 2px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-5 {
  margin-right: 5px;
}

.author {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.massage-cross {
  float: right;
  font-weight: 700;
  cursor: pointer;
}

.mess {
  border-radius: 10px;
  border: 1px solid #DDD;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  margin: 5px;
  padding: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.width-50{
  max-width: 50px;
}

.w20p {
  width: 20% !important;
}

.w80p {
  width: 80% !important;
}

.margin-5 {
  margin: 5px;
}

.padding-left-15 {
  padding-left: 15px;
}

.replacement-equipment {
  height: 220px;
  margin: 0 0 15px;
}

.ui-grid-style {
  border: 1px solid #d4d4d4;
  width: 100%;
}

.ui-grid-style>thead>tr>th {
  border: 1px solid #d4d4d4;
}

.ui-grid-style-even {
  background-color: #f3f3f3;
}

.ui-grid-style-odd {
  background-color: #fdfdfd;
}

.ui-grid-style-even, .ui-grid-style-odd {
  height: 30px;
}

.ui-grid-style>tbody>tr>td {
  border-left: 1px solid #d4d4d4;
}

.scroll-div {
  max-height: 300px;
  overflow-y: auto;
}

.scroll-div.custom-m-height {
  max-height: 180px;
}

.replacement-title.error {
  background-color: red !important;
  color: #fff;
}

.padding-top-20 {
  padding-top: 20px !important;
  padding-bottom: 20px;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.width-120 {
  width: 120px;
}

.margin-0 {
  margin: 0px;
}

.day-table>tbody>tr>td {
  border: 0px;
}

.state-success {
  background-color: green !important;
}

.timeline-item {
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 10px 5px;
  min-height: 60px;
}

.timeline-customer {
  background-color: #C2FA18;
}

.timeline-pay, .state-warning {
  background-color: yellow !important;
}

.timeline-prepay, .state-error {
  background-color: red !important;
}

.timeline-pastpay {
  background-color: orange;
}

.timeline-delivery-warehouse {
  background-color: blue;
  color: white;
}

.timeline-delivery-object {
  background-color: purple;
  color: white;
}

.timeline-equipment {
  background-color: #F2F2F2;
}

.overflow-y {
  overflow-y: auto;
}

.timeline-table {
  border-left: 0px !important;
  margin: 0px;
}

.timeline-table>tbody>tr>td,
.timeline-table>thead>tr>th,
.timeline-table>tfoot>tr>td {
  width: 230px !important;
}

.timeline-table>thead>tr>th {
  height: 85px !important;
}

.timeline-table>thead>tr>th {
  border-bottom-width: 1px;
}

.timeline-table>thead:first-child>tr:first-child>th:first-child,
.timeline-table> tbody > tr > td:first-child {
  display: inline-block;
  background-color: #fff;
  border-bottom: 0px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.task-field {
  min-height: 40px;
  margin-bottom: 0px;
}

.scrollable {
  height:600px;
  overflow:auto;
  overflow-x:hidden;
}

.padding-3 {
  padding: 3px;
}

.slider span {
  width: 17px !important;
  height: 17px !important;
}

.slider span div {
  text-align: center;
}

.w30p {
  width: 30% !important;
}

.w10p {
  width: 10% !important;
}

.fc-event{
  height: 25px !important;
  cursor: pointer;
}

.miltiselect-button button {
  width: 373.5px;
  text-align: left;
}

.miltiselect-button ul {
  width: 373.5px;
}

.realization-tab {
  border: 1px solid #C0B7B7;
  margin: 0 5px;
}

.realization-tab.error {
  background-color: lightcoral !important;
}

.icon-warning {
  font-size: 28px;
  position: absolute;
  top: 6px;
  left: 10px;
  color: yellow;
}

.message-text-task {
  margin-left: 10px;
  width: 90%;
  height: 60px !important;
}

.calendar-error-label {
  background-size: 40px 40px;
  background-image: linear-gradient(-45deg,rgba(255,0,0,.7) 25%,transparent 25%,transparent 50%,rgba(255,0,0,.7) 50%,rgba(255,0,0,.7) 75%,transparent 75%,transparent);
}

.opacity-0-5 {
  opacity: 0.5
}

.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #eee !important;
  opacity: 1 !important;
}

.inline-block-paddingl-15 {
  display: inline-block;
  padding-left: 15px;
}

.new-equipment-btn {
  margin-top: -10px;
  margin-left: 10px;
}

.add-new-equipment-filtration .control-label {
    word-break: break-word;
}

.timeline-div {
    display: block;
    height: 500px;
    overflow: overlay;
}

.timeline-table tfoot>tr,
.timeline-table thead>tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.timeline-table tfoot>tr{
    width: calc( 100% - 1em - 1px )
}

.tree-color {
  color: red;
}

#multiselectProjectSuppliers ul>li>a, #byProjectSupplier ul>li>a {
    white-space: normal;
    word-break: break-word;
}

#byProjectSupplier .btn-group, #byProjectSupplier button, #byProjectSupplier ul{
    width: 100%;
}

/*
 * in orrder to avoid negative top offset
 * on draggable item we set margin top in 90px
 * and now draggable item position is correct
 * it is no good, but it works
 */
.as-sortable-drag {
  margin-top: 90px;
}

.chosen-container {
  width: 100% !important;
}

.flex-container-justify-center {
  display: flex;
  justify-content: center;
}
.flex-container-justify-between {
  display: flex;
  justify-content: space-between;
}

.custom-equip-table {
  height: 220px;
  margin-bottom: 15px
}

.custom-wide-btn {
  width: 450px;
  margin: 10px 0;
}

.custom-replace-btn {
  width: 450px;
  margin: 10px 0 10px 10px;
  color: #333;
}
.custom-replace-btn:hover, .custom-replace-btn:focus {
  color: #333;
}

.custom-room-name {
  max-width: 220px;
}

.custom-ui-slider {
  margin-top: 7px;
  width: 70px;
}

.custom-modal-height {
  height: 455px;
}

.custom-modal-width {
  max-width: 95vw;
}

.my-modal .modal-dialog {
  width: 880px !important;
}

.search-choice {
    width: 100%;
}

.notification-blk {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  height: 500px;
  border: 1.2px solid #ddd;
  border-radius: 3px;
}

.hideFocusOutline:focus {
    outline: none;
}

.taskByStyles .chosen-container-single .chosen-single {
    height: 34px;
}
.taskByStyles .chosen-container-single .chosen-single span {
    margin-top: 4px;
}