/* modal dialog css */
.dialogcomman .k-dialog-wrapper .k-dialog {
  width : 750px;
  height: auto;
}

.dialogcomman-labourslot .k-dialog-wrapper .k-dialog {
  width : 900px;
  height: 60vh;
}

.dialog-sm .k-dialog-wrapper .k-dialog {
  width : 600px;
  height: auto;
}

.dialog-lg-large .k-dialog-wrapper .k-dialog {
  width : 800px;
  height: auto;
}

.modal-dialog.dailog-lg-large-xx {
  width : 1350px;
  height: auto;
}

.dailog-lg-large-x .k-dialog-wrapper .k-dialog {
  width : 100px;
  height: auto;
}

.dialog-xlg-xlarge .k-dialog-wrapper .k-dialog {
  width : 920px;
  height: auto;
}

.dialog-xlg-plan .k-dialog-wrapper .k-dialog {
  width : 900px;
  height: auto;
}

.dialog-xsm .k-dialog-wrapper .k-dialog {
  width : 500px;
  height: auto;
}

.dialog-xsm-labourconfig .k-dialog-wrapper .k-dialog {
  width : 500px;
  height: 35vh;
}

.dialog-xsm-l .k-dialog-wrapper .k-dialog {
  width : 450px;
  height: auto;
}

.dialog-xsm-sm .k-dialog-wrapper .k-dialog {
  width : 350px;
  height: auto;
}

.dialog-xsm-sm-labourdept .k-dialog-wrapper .k-dialog {
  width : 350px;
  height: 20vh;
}

.dialog-extra-sm .k-dialog-wrapper .k-dialog {
  width : 320px;
  height: auto;
}

.window-xsm-l.k-window {
  width : 600px !important;
  height: auto !important;
}

.chart-window.k-window {
  width     : 1300px;
  height    : auto;
  cursor    : move;
  box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, 0.4);
}

/*bootstrap model css start*/
.modal-header {
  cursor: move;
}

.modal-dialog.planmaker-window {
  width : auto;
  height: auto;
  cursor: move;
  width : 1000px;
}

.modal-dialog.multigrader-window {
  width : auto;
  height: auto;
  cursor: move;
  width : 1150px;
}

.modal-dialog-centered {
  align-items: center;
  margin     : 5.75rem auto;
}

.modal-dialog.dialogcomman {
  width : 750px;
  height: auto;
}

.modal-dialog.dialogcomman-labourslot {
  width : 900px;
  height: auto;
}

.modal-dialog.dialog-sm {
  width : 625px;
  height: auto;
}

.modal-dialog.dialog-lg-large {
  width : 800px;
  height: auto;
}

.modal-dialog.dialog-lg-comper {
  width : 1050px;
  height: auto;
}

.modal-dialog.dialog-lg-planning {
  width    : calc(100% - 5vh);
  height   : auto;
  max-width: 1550px;
}

.modal-dialog.dailog-lg-large-x {
  width : 1000px;
  height: auto;
}

.modal-dialog.dialog-xlg-xlarge {
  width : 920px;
  height: auto;
}

.modal-dialog.dialog-xlg-plan {
  width : 900px;
  height: auto;
}

.modal-dialog.dialog-xsm {
  width : 500px;
  height: auto;
}

.modal-dialog.dialog-xsm-labourconfig {
  width : 500px;
  height: 35vh;
}

.modal-dialog.window-xsm {
  width : 550px;
  height: auto;
}

.modal-dialog.dialog-xsm-l {
  width : 450px;
  height: auto;
}

.modal-dialog.dialog-xsm-sm {
  width : 350px;
  height: auto;
}

.modal-dialog.dialog-xsm-sm-labourdept {
  width : 350px;
  height: 20vh;
}

.modal-dialog.dialog-extra-sm {
  width : 320px;
  height: auto;
}

.modal-dialog.dialogcomman-large {
  width : 1600px;
  margin: auto;
}

/*bootstrap model css start*/

.planmaker-window-new.k-window {
  width     : 750px;
  height    : auto;
  cursor    : move;
  box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, 0.4);
}

.planmaker-window-new .k-bare {
  display: none !important;
}

.planmaker-window-new .k-bare:last-child {
  display : block !important;
  position: absolute;
  right   : 10px;
}

.planmaker-window-new .k-window-titlebar.k-dialog-titlebar {
  font-size: 16px;
}

.Actionfooter {
  width     : 100%;
  float     : right;
  text-align: right;
  border-top: 1px solid #ddd;
  padding   : 5px;
}

.planmaker-window-new .k-button.k-state-hover:before,
.k-button:hover:before {
  background-color: #da6b2600 !important;
  background      : none !important;
  opacity         : 0;
}

.chart-window .k-window-titlebar {
  background: none;
  color     : #000;
  border    : 0px;
  padding   : 22px 12px;
}

.kanban-content-window .k-window-titlebar {
  position: absolute;
  right   : 0;
  left    : 0;
  z-index : 9999999;
}

.chart-window {
  width : 1300px;
  height: auto;
}

.kanban-content-window {
  width : 1000px;
  height: auto;
}

.dialog-body {
  padding  : 10px;
  font-size: 13px;
}

.modal-dialog.dialog-xsm-sm-labourdept .dailog-body {
  height: 16vh;
}

.dialog-body h4 {
  font-size     : 14px;
  margin-bottom : 0px;
  padding-bottom: 7px;
  margin-top    : 0px;
}

.k-window-titlebar {
  padding           : 5px 12px;
  border-width      : 0 0 1px;
  border-style      : solid;
  white-space       : nowrap;
  display           : -ms-flexbox;
  display           : flex;
  -ms-flex-direction: row;
  flex-direction    : row;
  -ms-flex-negative : 0;
  flex-shrink       : 0;
  -ms-flex-align    : center;
  align-items       : center;
  border-color      : rgba(33, 37, 41, 0.125);
  color             : #ffffff;
}

.dailog-body h4 i {
  font-size     : 20px;
  vertical-align: bottom;
  padding-right : 4px;
}

.k-window {
  padding           : 0;
  border-width      : 0;
  border-style      : solid;
  display           : -ms-inline-flexbox;
  display           : inline-flex;
  -ms-flex-direction: column;
  flex-direction    : column;
  position          : absolute;
  z-index           : 10002;
}

.k-window .k-overlay {
  position: absolute;
  opacity : 0;
}

.k-window.k-window-maximized {
  max-width : 100vw;
  max-height: 100vh;
  box-shadow: none;
}

.k-window-title {
  margin       : 0;
  font-size    : 16px;
  text-overflow: ellipsis;
  overflow     : hidden;
  cursor       : default;
  -ms-flex     : 1;
  flex         : 1;
}

.k-window-actions {
  margin            : calc(-0.375rem + -1px);
  line-height       : 1;
  display           : -ms-flexbox;
  display           : flex;
  -ms-flex-direction: row;
  flex-direction    : row;
  -ms-flex-negative : 0;
  flex-shrink       : 0;
  -ms-flex-align    : center;
  align-items       : center;
  vertical-align    : top;
}

.k-prompt-container,
.k-window-content {
  padding : 12px;
  outline : 0;
  overflow: hidden;
  position: relative;
  -ms-flex: 1 1 auto;
  flex    : 1 1 auto;
}

.k-window-content+.k-prompt-container {
  margin-top: -0.5rem;
}

.k-window-iframecontent {
  padding : 0;
  overflow: visible;
}

.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border        : 0;
  width         : 100%;
  height        : 100%;
}

.k-window {
  border-radius: 0.25rem;
}

.k-window {
  border-color    : rgba(33, 37, 41, 0.125);
  color           : #222;
  background-color: #fff;
  z-index         : 10001;
  width           : 100%;
  height          : 100%;
}

.control {
  display      : block;
  position     : relative;
  padding-left : 25px;
  margin-bottom: 5px;
  cursor       : pointer;
  font-size    : 14px;
  font-weight  : 400;
  line-height  : 22px;
  float        : left;
}

.control input {
  position: absolute;
  z-index : -1;
  opacity : 1;
  left    : 3px;
  top     : 5px;
}

.control__indicator:after {
  content : "";
  position: absolute;
  display : none;
}

.control--checkbox .control__indicator:after {
  left             : 6px;
  top              : 2px;
  width            : 5px;
  height           : 10px;
  border           : solid #000;
  border-width     : 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control__indicator {
  position  : absolute;
  top       : 2px;
  left      : 0;
  height    : 18px;
  width     : 18px;
  background: #fff;
  border    : 1px solid #aaa;
}

.drp-btn {
  width: calc(100% - 61px) !important;
  float: left;
}

.year {
  border-radius     : 0 0.25rem 0.25rem 0;
  padding           : 0.375rem;
  border-width      : 0 0 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  border-style      : solid;
  display           : -ms-flexbox;
  display           : -webkit-box;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  -webkit-box-flex  : 0;
  -ms-flex          : 0 0 auto;
  flex              : 0 0 auto;
  text-align        : center;
  cursor            : pointer;
  background-color  : #f4f4f4;
  border            : 1px solid rgba(0, 0, 0, 0.15);
  color             : #222;
  height            : 30px;
}

/* modal dialog css */

.k-dialog-wrapper {
  display           : -ms-flexbox;
  display           : flex;
  -ms-flex-align    : center;
  align-items       : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  -ms-flex-direction: column;
  flex-direction    : column;
  position          : fixed;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  z-index           : 10002;
}

.k-dialog-wrapper .k-dialog {
  position  : relative;
  box-shadow: rgba(102, 102, 102, 1) 0 0 40px;
}

.large .k-dialog-wrapper .k-dialog {
  width: 900px;
}

.k-dialog {
  padding   : 0;
  position  : fixed;
  box-sizing: border-box;
}

.k-dialog.k-dialog-centered {
  transform: translate(-50%, -50%);
  top      : 50%;
  left     : 50%;
}

.k-dialog-close {
  -ms-flex-item-align: end;
  align-self         : flex-end;
}

.k-dialog-buttongroup {
  border-width      : 1px 0 0;
  border-style      : solid;
  border-color      : inherit;
  display           : -ms-flexbox;
  display           : flex;
  -ms-flex-direction: row;
  flex-direction    : row;
  -ms-flex-wrap     : wrap;
  flex-wrap         : wrap;
  -ms-flex-align    : center;
  align-items       : center;
  -ms-flex          : 0 0 auto;
  flex              : 0 0 auto;
}

.k-dialog-buttongroup .k-button {
  width        : auto !important;
  max-width    : 100%;
  display      : inline-block;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.k-dialog-buttongroup {
  padding        : 3px;
  -ms-flex-pack  : end;
  justify-content: flex-end;
}

.k-dialog-buttongroup .k-button {
  border-radius: 0.25rem;
  -ms-flex     : 0 0 auto;
  flex         : 0 0 auto;
}

.k-dialog-buttongroup .k-button~.k-button {
  margin-left: 0.5rem;
}

.k-rtl .k-dialog-buttongroup .k-button~.k-button,
[dir="rtl"] .k-dialog-buttongroup .k-button~.k-button {
  margin-left : 0;
  margin-right: 0.5rem;
}

.k-dialog-buttongroup {
  border-color: rgba(33, 37, 41, 0.125);
  background  : #f9f9f9;
}

.dialog-body {
  overflow: hidden;
}

.k-prompt-container,
.k-window-content {
  padding   : 12px;
  outline   : 0;
  overflow-y: auto;
  position  : relative;
  -ms-flex  : 1 1 auto;
  flex      : 1 1 auto;
}

.alertdialog-sm .k-prompt-container,
.k-window-content {
  padding: 0px;
  cursor : context-menu;
}

.k-window-titlebar i {
  vertical-align: sub;
  font-size     : 18px;
  margin-right  : 8px;
}

.k-window-titlebar i.commanicons {
  font-size   : 28px;
  margin-right: 5px;
}

/* overlay */
.k-overlay {
  background-color: #000;
}

.k-window .k-overlay {
  position: absolute;
  opacity : 0;
}

.dailog-body {
  padding  : 10px;
  font-size: 13px;
}

.k-overlay {
  position: fixed;
  top     : 0;
  left    : 0;
  z-index : 10001;
  width   : 100%;
  height  : 100%;
  opacity : 0.1;
}

/* overlay */

/*Alert dialog & error dialog css start*/
.dialog-ui .k-dialog {
  min-height: 160px !important;
  width     : 477px !important;
}

.dialog-ui .alertheader {
  margin: 0;
  color : #fff;
}

.area-footer button i {
  margin-right  : 8px;
  vertical-align: middle;
  font-size     : 12px;
}

.area-footer button {
  color           : #222;
  border          : 0;
  padding         : .3rem .4rem;
  cursor          : pointer;
  display         : inline-block;
  font-size       : 14px;
  border-radius   : 0;
  margin-left     : 6px;
  border-radius   : 4px;
  background-color: #f4f4f4;
  border          : 1px solid #ddd;
}

.area-footer button:hover {
  color: #fff;
}

.area-footer {
  position    : absolute;
  bottom      : 0;
  right       : 0;
  padding     : 5px;
  border-top  : 1px solid #ddd;
  width       : 100%;
  border-color: rgba(33, 37, 41, 0.125);
  background  : #f9f9f9;
}

.gridcontainer {
  margin               : 0px;
  display              : grid;
  grid-template-columns: 1fr;
  grid-gap             : 5px;
  background-color     : transparent;
}

.alertheader {
  display      : grid;
  align-content: center;
  color        : grey;
  font-weight  : 600px;
  color        : #fff;
  padding      : 10px;
}

.alertbody {
  display              : grid;
  grid-template-columns: 60px 1fr;
  padding              : 15px;
  height               : 100%;
  overflow             : auto;
}

.alertbody-icon {
  display: grid;
}

.alertbody-icon i.icon-home {
  font-size: 38px;
}

.area-heading {
  font-weight: 500;
  font-size  : 19px;
}

.alertbody-icon i.icon-erroricon {
  font-size: 40px;
  padding  : 5px 0;
}

.area-desc {
  font-size : 13px;
  margin-top: 5px;
}

.k-i-arrow-right {
  color    : #008000;
  font-size: 25px;
}

.alertdialog {
  background-color: transparent;
  z-index         : 10020;
}

.alertdialog .k-dialog {
  width        : 400px;
  height       : auto;
  border-radius: 0;
  min-height   : 226px;
}

.alertdialog .k-dialog .k-content {
  padding: 0;
}

.footer-buttons {
  cursor     : pointer;
  padding-top: 2px;
}

.custome-collpase .k-icon {
  left: 0;
}

.custome-collpase {
  padding: 0 15px;
  border : none;
}

.custome-collpase .k-state-selected {
  border    : none;
  box-shadow: none !important;
  background: transparent !important;
}

.custome-collpase .k-panel {
  border: none;
}

.custome-collpase .k-link {
  background  : none !important;
  padding     : 5px 0 !important;
  padding-left: 18px !important;
}

.alertdialog .area-footer {
  grid-template-columns: 1fr;
  padding-left         : 0;
}

.subpanel {
  font-weight: 600;
  margin-top : 20px;
}

/*Alert dialog & error dialog css end*/

/*responsive css*/
@media (max-width: 1499px) {
  .dailog-lg-large-x .k-dialog-wrapper .k-dialog {
    height: 95vh;
  }
}

@media (max-width: 1024px) {
  .dailog-lg-large-x .k-dialog-wrapper .k-dialog {
    width: 99%;
  }

  .modal-dialog.planmaker-window-new {
    min-width: 99%;
    max-width: 99%;
  }
}

@media (max-width: 991px) {
  .dialogcomman-labourslot .k-dialog-wrapper .k-dialog {
    height: 70vh;
    width : 99%;
  }
}

@media (max-width: 850px) {
  .large .k-dialog-wrapper .k-dialog {
    width: 95%;
  }

  .dialog-xlg-xlarge .k-dialog-wrapper .k-dialog {
    width : 99%;
    height: auto;
  }

  .modal-dialog.dialog-lg-planning {
    width : 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .large .k-dialog-wrapper .k-dialog {
    width: 99%;
  }

  .dialogcomman .k-dialog-wrapper .k-dialog {
    width : 99%;
    height: 86vh;
  }

  .dialog-sm .k-dialog-wrapper .k-dialog {
    height: auto;
    width : 99%;
  }

  .dialog-ui .k-dialog {
    width: 98% !important;
  }
}

@media (max-width: 650px) {
  .large .k-dialog-wrapper .k-dialog {
    width: 98%;
  }

  .large .k-dialog-wrapper .k-dialog .k-window-content {
    overflow-y: auto;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .large .k-dialog-wrapper .k-dialog {
    width: 99%;
  }

  .dialogcomman .k-dialog-wrapper .k-dialog {
    width : 99%;
    height: 86vh;
  }

  .dialog-sm .k-dialog-wrapper .k-dialog {
    height: auto;
    width : 99%;
  }

  .dialog-ui .k-dialog {
    width: 98% !important;
  }
}

@media (max-width: 650px) {
  .large .k-dialog-wrapper .k-dialog {
    width: 98%;
  }

  .large .k-dialog-wrapper .k-dialog .k-window-content {
    overflow-y: auto;
    overflow-x: auto;
  }
}

@media (max-width: 580px) {
  .dialogcomman .k-dialog-wrapper .k-dialog {
    height: 89vh;
  }

  .dialog-xsm .k-dialog-wrapper .k-dialog {
    width : 99%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .dialog-ui .area-footer {
    padding: 0 12px 15px !important;
  }

  .alertdialog .k-dialog {
    width: 98%;
  }

  .alertbody {
    grid-template-columns: 60px 1fr;
  }
}

/* draggebledialog  css start*/
.modal {
  position: fixed;
  top     : 0;
  right   : 0;
  bottom  : 0;
  left    : 0;
  z-index : 10;
  display : flex;
  background-color: #282928a0;
}

.modal-content {
  position               : relative;
  background-color       : #fff;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border-radius          : 10px;
  outline                : 0;
  -webkit-box-shadow     : 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow             : 0 3px 9px rgba(0, 0, 0, 0.5);
}

button.close {
  float         : right;
  background    : none;
  border        : 0px;
  color         : #fff;
  display       : block;
  line-height   : 0;
  margin-top    : 0px;
  vertical-align: middle;
}

.modal-header {
  padding  : 8px 12px;
  color    : #fff;
  background-color: rgba(6, 6, 6, 0.863);
  font-size: 16px;
}

.modal-header i {
  margin-right  : 4px;
  vertical-align: sub;
  font-size     : 18px;
  margin-right  : 5px;
}

.modal-title {
  margin     : 0;
  line-height: 1.42857143;
  color      : #fff;
  font-size  : 15px;
}

.modal-body {
  position: relative;
  padding : 0px;
  cursor  : context-menu;
  z-index : 2;
}

.modal-body::after {
  content            : '';
  position           : absolute;
  left               : 0;
  right              : 0;
  top                : 0;
  bottom             : 0;
  opacity            : 0.25;
  background-position: 0 100%;
  background-repeat  : no-repeat;
  background-size    : cover;
  z-index            : -1;
}

.modal-dialog.dialogcomman-labourslot .modal-body {
  height    : 63vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-footer {
  padding         : 3px;
  text-align      : right;
  border-top      : 1px solid #e5e5e5;
  cursor          : context-menu;
  background-color: #f9f9f9;
}

.modal-dialog {
  position : relative;
  margin   : auto;
  animation: .25s bdialog-flyin;
}

@keyframes bdialog-flyin {
  0% {
    opacity          : 0;
    -webkit-transform: translateY(-40px);
    transform        : translateY(-40px)
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateY(0);
    transform        : translateY(0)
  }
}

button.close i {
  font-size   : 12px;
  line-height : 26px;
  margin-right: 0;
}


.modal-dialog.dialogcomman-large .modal-header {
  background-color: transparent;
  position        : absolute;
  width           : 100%;
  cursor          : move;
  z-index         : 9999;
  padding         : 10px;
}

.modal-dialog.dialogcomman-large .modal-header button.close {
  text-align   : right;
  color        : #fff;
  position     : absolute;
  right        : -12px;
  top          : -12px;
  padding      : 6px 10px;
  z-index      : 1;
  border-radius: 50%;
}

.modal-dialog.dialogcomman-large .modal-header button.close i {
  font-size   : 10px;
  margin-right: 0px;
  line-height : 18px;
}

@media(max-width:1900px) {
  .modal-dialog.dialogcomman-large {
    width : 97%;
    height: auto;
  }
}

@media(max-width:1499px) {
  .modal-dialog.dialogcomman-large {
    width : 97%;
    height: auto;
  }

  .modal-dialog.dialogcomman-large .model-body {
    height: auto;
  }

  .port-content h5 {
    font-size: 16px;
  }

  .port-content h5:before {
    top: 30px;
  }

  .port-content.child h5::before {
    content: '';
    top    : 47px;
  }

}

@media(max-width:1300px) {

  .about-us-content .k-tabstrip-left>.k-tabstrip-items .k-item span.k-link {
    margin: 56% auto;
  }

  .versioning-content .k-tabstrip-top>.k-content {
    height: 76vh;
  }

  .modal-body {
    height    : auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* draggebledialog  css end*/
