.k-textbox.form-control {
  height   : 28px;
  padding  : 0.3em;
  font-size: 14px;
}

textarea.k-textbox.form-control {
  height: auto;
}

.k-textbox.form-control-sm {
  height     : calc(1.8125rem + 2px);
  padding    : 0.25rem 0.5rem;
  line-height: 1.5;
}

.k-textbox.form-control-lg {
  height     : calc(2.875rem + 2px);
  padding    : 0.5rem 1rem;
  line-height: 1.5;
}

.k-input.k-textbox,
.k-textarea,
.k-textbox {
  border-radius     : 0.25rem;
  padding           : 0.375rem 0.75rem;
  width             : 12.4em;
  box-sizing        : border-box;
  border-width      : 1px;
  border-style      : solid;
  outline           : 0;
  font              : inherit;
  font-size         : 14px;
  line-height       : 1.5em;
  display           : -ms-inline-flexbox;
  display           : inline-flex;
  vertical-align    : middle;
  position          : relative;
  -webkit-appearance: none;
}

.k-input.k-textbox,
.k-textbox {
  height: calc(1.5em + 0.75rem + 2px);
}

.k-input,
.k-textbox>input {
  padding           : 0;
  width             : 100%;
  box-sizing        : border-box;
  border            : 0;
  outline           : 0;
  color             : inherit;
  background        : none;
  font              : inherit;
  font-size         : 14px;
  -ms-flex          : 1;
  flex              : 1;
  display           : -ms-flexbox;
  display           : flex;
  -ms-flex-align    : center;
  align-items       : center;
  overflow          : hidden;
  text-overflow     : ellipsis;
  -webkit-appearance: none;
}

textarea {
  width             : 100%;
  resize            : none;
  border-radius     : 2px;
  padding           : 4px 8px;
  box-sizing        : border-box;
  border-width      : 1px;
  border-style      : solid;
  outline           : 0;
  font              : inherit;
  font-size         : 14px;
  line-height       : 1.4285714286;
  display           : -ms-inline-flexbox;
  display           : inline-flex;
  vertical-align    : middle;
  position          : relative;
  -webkit-appearance: none;
  border-color      : rgba(0, 0, 0, 0.08);
  color             : #656565;
  background-color  : #fff;
}

.k-input::-ms-clear,
.k-textbox::-ms-clear,
.k-textbox>input::-ms-clear {
  display: none;
}

.k-input,
.k-input.k-textbox,
.k-textarea,
.k-textbox {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.k-input.k-state-hover,
.k-input.k-textbox.k-state-hover,
.k-input.k-textbox:hover,
.k-input:hover,
.k-textarea.k-state-hover,
.k-textarea:hover,
.k-textbox.k-state-hover,
.k-textbox:hover {
  border-color: rgba(33, 37, 41, 0.15);
}

.k-input.k-state-focused,
.k-input.k-textbox.k-state-focused,
.k-input.k-textbox:focus,
.k-input:focus,
.k-textarea.k-state-focused,
.k-textarea:focus,
.k-textbox.k-state-focused,
.k-textbox:focus {
  border-color: #8c8c8c;
  box-shadow  : none;
}

.k-dropdown .k-state-focused {
  border-color : #8c8c8c;
  border-radius: 3px;
}

.k-dropdown .k-combobox {
  height: 28px;
}

.k-input.k-textbox::-moz-selection,
.k-input::-moz-selection,
.k-textarea::-moz-selection,
.k-textbox::-moz-selection {
  color: #fff;
}

.k-input.k-textbox::selection,
.k-input::selection,
.k-textarea::selection,
.k-textbox::selection {
  color: #fff;
}

.k-input.k-textbox::-webkit-input-placeholder,
.k-input::-webkit-input-placeholder,
.k-textarea::-webkit-input-placeholder,
.k-textbox::-webkit-input-placeholder {
  color  : inherit;
  opacity: 0.7;
}

.k-input.k-textbox:-ms-input-placeholder,
.k-input:-ms-input-placeholder,
.k-textarea:-ms-input-placeholder,
.k-textbox:-ms-input-placeholder {
  color  : inherit;
  opacity: 0.7;
}

.k-input.k-textbox::placeholder,
.k-input::placeholder,
.k-textarea::placeholder,
.k-textbox::placeholder {
  color  : inherit;
  opacity: 0.7;
}

.k-maskedtextbox.form-control .k-textbox,
.k-textbox.form-control,
.k-widget.form-control {
  width: 100%;
}

.k-textbox.k-space-left {
  padding-left: 1.9em;
}

.k-textbox.k-space-right {
  padding-right: 1.9em;
}

.k-textbox .k-icon {
  top     : 50%;
  margin  : -8px 0 0;
  position: absolute;
}

.k-textarea {
  min-height: auto;
  height    : auto !important;
  width     : 100% !important;
}

.k-textbox.k-state-disabled,
.k-textbox:disabled,
.k-textbox[disabled] {
  outline       : none;
  cursor        : default;
  opacity       : 0.65;
  -webkit-filter: grayscale(0.1);
  filter        : grayscale(0.1);
  pointer-events: none;
  box-shadow    : none;
}

.k-textarea:disabled,
.k-textarea[disabled] {
  outline       : none;
  cursor        : default;
  opacity       : 0.65;
  -webkit-filter: grayscale(0.1);
  filter        : grayscale(0.1);
  pointer-events: none;
  box-shadow    : none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f4f4f4;
  opacity         : 1;
}

/* MultiColumn-Dropdown start*/
.combo_table-table-header {
  background: #ddd;
}

.combo_tr-header {
  font-weight: 600;
}

.combo_th {
  padding: 2px 4px;
}

textarea {
  width             : 100%;
  resize            : none;
  border-radius     : 2px;
  padding           : 4px 8px;
  box-sizing        : border-box;
  border-width      : 1px;
  border-style      : solid;
  outline           : 0;
  font              : inherit;
  font-size         : 14px;
  line-height       : 1.4285714286;
  display           : -ms-inline-flexbox;
  display           : inline-flex;
  vertical-align    : middle;
  position          : relative;
  -webkit-appearance: none;
  border-color      : rgba(0, 0, 0, 0.08);
  color             : #000000;
  background-color  : #fff;
}

.formerror {
  font-size  : 12px;
  color      : #ec1111;
  margin-left: 3px;
}

p.formerror {
  margin-bottom: 0px;
}

/* MultiColumn-Dropdown end*/

/*custom textbox css start*/
.customtextbox {
  padding-left : 23px;
  margin-bottom: 10px;
}

.custom-formcontrol {
  padding-right: 31px;
}

.formicon {
  position: absolute;
  top     : 0;
  right   : 0;
}

.plan-amt {
  position: relative;
}

/*custom textbox css end*/

/*custom dropdown css start*/
.drpheight {
  height: 25px;
}

.plansdrp {
  display: inline-block;
  width  : 130px;
}

/*custom dropdown css end*/

/*labourrate page css start*/
.customTextBox {
  width     : 50px;
  height    : 32px;
  padding   : 5px;
  text-align: center;
}

/*labourrate page css end*/

/*report page css start*/
.subitem-report1 .k-textbox.form-control {
  width: 25%;
}

@media (max-width: 1400px) {
  .subitem-report1 .k-textbox.form-control {
    width: 33%;
  }
}

@media (max-width: 1200px) {
  .subitem-report1 .k-textbox.form-control {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .subitem-report1 .k-textbox.form-control {
    width: 100%;
  }
}

/*report page css start*/

/*kanbanboard  page css start*/
.custom-bord-text {
  border   : 0px;
  padding  : 4px;
  height   : 20px;
  font-size: 14px;
}

input.custom-bord-text:focus {
  outline: none;
}

.profile-dropdown.open {
  display: block;
}

.profile-dropdown {
  display   : none;
  position  : absolute;
  background: #fff;
  z-index   : 999999;
  left      : 0;
  right     : 0;
  border    : 1px solid #aba8a8;
}

/*kanbanboard  page css end*/

/*paln maker css start*/
.grid-container-calc input[type="radio"] {
  display: none;
}

.grid-container-calc input[type="radio"]+label {
  display            : inline-block;
  margin             : -2px;
  padding            : 4px 12px;
  margin-bottom      : 0;
  font-size          : 12px;
  line-height        : 20px;
  color              : #333;
  width              : 100%;
  height             : 29px;
  text-align         : center;
  vertical-align     : middle;
  cursor             : pointer;
  background-color   : #f5f5f5;
  background-image   : -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image   : -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -o-linear-gradient(top, #fff, #e6e6e6);
  background-image   : linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat  : repeat-x;
  border             : 1px solid #ccc;
  border-color       : #e6e6e6 #e6e6e6 #bfbfbf;
  border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.grid-container-calc input[type="radio"]:checked+label {
  color: #fff;
}

.grid-container-labresult input[type="radio"] {
  display: none;
}

.subitem-grid input[type="radio"]+label {
  display: inline;
}

.grid-container-labresult input[type="radio"]+label {
  display            : block;
  padding            : 4px 20px;
  margin-bottom      : 0;
  font-size          : 12px;
  line-height        : 20px;
  color              : #333;
  width              : 100%;
  height             : 29px;
  text-align         : center;
  vertical-align     : middle;
  cursor             : pointer;
  background-color   : #f5f5f5;
  background-image   : -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image   : -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -o-linear-gradient(top, #fff, #e6e6e6);
  background-image   : linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat  : repeat-x;
  border-radius      : 0;
  border             : 1px solid #ccc;
  border-color       : #e6e6e6 #e6e6e6 #bfbfbf;
  border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.grid-container-labresult input[type="radio"]:checked+label {
  color: #fff;
}

.grid-container-labresult .customradiolabresult:first-child input[type="radio"]+label {
  border-top-left-radius   : 22px;
  border-bottom-left-radius: 22px;
}

.grid-container-labresult .customradiolabresult:last-child input[type="radio"]+label {
  border-top-right-radius   : 22px;
  border-bottom-right-radius: 22px;
}

.grid-container-labresult {
  margin-bottom: 6px;
  overflow     : hidden;
}

.grid-container-calc input[type="radio"] {
  display: none;
}

.planitem-body input[type="radio"]+label {
  display            : inline-block;
  margin             : -2px;
  padding            : 4px 12px;
  margin-bottom      : 0;
  font-size          : 12px;
  line-height        : 20px;
  color              : #333;
  width              : 100%;
  height             : 29px;
  text-align         : center;
  text-shadow        : 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align     : middle;
  cursor             : pointer;
  background-color   : #f5f5f5;
  background-image   : -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image   : -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -o-linear-gradient(top, #fff, #e6e6e6);
  background-image   : linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat  : repeat-x;
  border             : 1px solid #ccc;
  border-color       : #e6e6e6 #e6e6e6 #bfbfbf;
  border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.planitem-body input[type="radio"]:checked+label {
  color: #fff;
}

.planitem-body input[type="radio"] {
  display: none;
}

/*paln maker css end*/

/*updated dropdown header css start*/
.dropdown-header {
  border-width  : 0 0 1px 0;
  text-transform: uppercase;
  background    : #ddd;
  line-height   : 10px;
  padding       : 8px 8px;
}

.dropdown-header>span {
  display  : inline-block;
  font-size: 13px;
  color    : #000;
}

.child-header>span:nth-child(2) {
  width: 85px;
}

.temp {
  display    : block;
  white-space: nowrap;
  overflow   : hidden;
}

.dropdown-header>span:first-child {
  width    : auto;
  max-width: 150px;
  min-width: 80px;
}

.temp:first-child {
  width    : auto;
  max-width: 150px;
  min-width: 80px;
}

.dropdown-header>span.temp-combo_th:first-child {
  width    : auto;
  max-width: 250px;
  min-width: 100px;
}

.temp.temp-combo_th:first-child {
  width    : auto;
  max-width: 250px;
  min-width: 100px;
}


.temp.temp-plan:first-child {
  width    : auto;
  max-width: 200px;
  min-width: 70px;
}

.dropdown-header>span.temp-combo_th:first-child {
  width    : auto;
  max-width: 250px;
  min-width: 100px;
}

.temp.temp-combo_th:first-child {
  width    : auto;
  max-width: 250px;
  min-width: 100px;
}

.temp-min {
  width: 63px !important;
}

.dropdown-header>.temp-subpics:first-child {
  width    : auto;
  max-width: 150px;
  min-width: 55px;
}

.temp-child:first-child {
  width: 80px;
}

.temp-child:nth-child(2) {
  width: 130px;
}

.temp-child:nth-child(3) {
  width: 75px;
}

.child-header .temp-child:nth-child(2) {
  width: 80px;
}

.child-header .temp-child:nth-child(3) {
  width: 70px;
}

.temp h3 {
  font-size  : 14px;
  font-weight: normal;
  margin     : 0 0 1px 0;
  padding    : 5px 0px;
}

.common-header>span:first-child {
  width: 55px;
}

.common-header {
  padding-left: 8px;
}

.temp-tree-child:first-child {
  width       : 50px;
  margin-right: 5px;
}

/*updated dropdown header css end*/

/*Kapan analysis dropdown css start*/
.temp1 {
  display    : block;
  white-space: nowrap;
  overflow   : hidden;
}

.kapan-drp>span:first-child {
  width    : auto;
  max-width: 150px;
  min-width: 100px;
}

.temp-child1:first-child h3 {
  text-overflow: ellipsis;
  overflow     : hidden;
}

.temp-child1:nth-child(2) h3 {
  text-overflow: ellipsis;
  overflow     : hidden;
}

.temp1 h3 {
  font-size  : 13px;
  font-weight: normal;
  margin     : 0 0 1px 0;
  padding    : 5px 0px;
}

.temp-child1:first-child {
  width: 100px;
}

.temp-child1:nth-child(2) {
  width: 210px;
}

/*Kapan analysis dropdown css end*/

/*tri-state checkbox css start*/
.customtri-state>input[type="checkbox"] {
  position: absolute;
  top     : 2px;
  left    : 0;
  height  : 18px;
  width   : 18px;
  border  : 1px solid #aaa;
}

.customtri-state>input[type="checkbox"] {
  position: relative;
}

.customtri-state {
  position: absolute;
  z-index : 99999;
  opacity : 1;
  left    : 0px;
  top     : 0px;
}

.customtri-state[ng-reflect-model="true"]:before {
  content          : "";
  left             : 0px;
  top              : -5px;
  width            : 5px;
  height           : 10px;
  border           : solid #000;
  border-width     : 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
  position         : absolute;
}

.customtri-state[ng-reflect-model="false"]:before {
  content     : "";
  left        : 0;
  top         : -1px;
  right       : 0;
  bottom      : 0;
  width       : 9px;
  height      : 0px;
  border      : solid #000;
  border-width: 0px 0px 0px 0px;
  position    : absolute;
  margin      : auto;
}

.customtri-state:before {
  content     : "";
  left        : 0;
  top         : -2px;
  right       : 0;
  bottom      : 0;
  width       : 9px;
  height      : 0px;
  border      : solid #000;
  border-width: 2px 0px 0px 0px;
  position    : absolute;
  margin      : auto;
}

.customtri-state>input[type="checkbox"]:focus {
  outline: none;
}

.customtri-state+.col-from-label {
  margin-bottom : 0px !important;
  vertical-align: middle;
  line-height   : 22px;
  margin-top    : -8px;
}

.trie-check {
  position    : relative;
  padding-left: 25px;
}

/*tri-state checkbox css end*/

.dropdown-header.single {
  padding: 8px;
}

.common-header-new>span:first-child {
  width: 60px;
}

.common-header-new {
  padding-left: 8px;
}

.temp-four-child:first-child {
  width: 60px;
}

.temp-process-child {
  width: 100px;
}

.common-header-process .temp-process-child:first-child {
  width: 150px;
}

.common-header-process {
  padding-left: 8px;
}

.temp-process-child:first-child {
  width: 150px;
}

.temp-process-child {
  max-width: 200px;
  min-width: 150px;
}

.template-new {
  padding-left: 0px;
}

.universalearchtext {
  margin: 6px 0 6px 0;
}

.customcheckbox {
  padding-left : 30px;
  margin-bottom: 2px;
}

.customcheckbox-label {
  font-weight: 500;
}

.customchat-combo {
  width: 90%;
  float: left;
}


input.searchinput {
  width        : 95%;
  border       : 0;
  margin       : 8px;
  padding-left : 35px;
  padding-right: 10px;
  background   : #eee;
  border-radius: 18px;
  font-size    : 12px;
  height       : 28px;
}

.searchscroll {
  height    : 619px;
  overflow-y: auto;
}

input.searchinput:focus {
  outline: none;
}

/*updated*/

/*discuss panel input css start*/
.selection-sitem input[type="radio"] {
  display: none;
}

.selection-sitem input[type="radio"]+label {
  display            : inline-block;
  margin             : -2px;
  padding            : 4px 12px;
  margin-bottom      : 0;
  font-size          : 12px;
  line-height        : 20px;
  color              : #333;
  width              : 100%;
  height             : 29px;
  text-align         : center;
  vertical-align     : middle;
  cursor             : pointer;
  background-color   : #f5f5f5;
  background-image   : -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image   : -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image   : -o-linear-gradient(top, #fff, #e6e6e6);
  background-image   : linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat  : repeat-x;
  border             : 1px solid #ccc;
  border-color       : #e6e6e6 #e6e6e6 #bfbfbf;
  border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selection-sitem input[type="radio"]:checked+label {
  color: #fff;
}

/*discuss panel input css end*/

/*theme change*/

.form-control:enabled{
  /* border: none!important;
  border-radius: 0px!important;
  border-bottom: 1px solid #cd993a!important; */
  
}
/* .subtitle{
  border-bottom: 1px solid #cd993a!important;
} */
.textarea{
  border-bottom: 1px solid #cd993a!important;
}
h4.chart_type {
  font-size: 13px;
  margin-top: 4px;
  font-weight: bold;
}