//@import '../utility.component';

.close {
    width: 100%;
  }
label {
       display: block;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
    margin-bottom: 5px;
    color: #6F6F6F;
}

input.form-control{
  height: 14px;
}
h4
{
  margin-top: 0px;
  margin-bottom: 0px;
}
div.form-fields
{
  padding-bottom:10px;
   padding-top:10px;
}

.form-control {
    padding-left: 0px;
    display: block;
    width: 96%;
    // height: 34px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    &.invalid {
      border-color: #dc3545 !important;
    }
    &:focus {
      outline:1;
    }
    &.operator{
        padding-left: 12px !important;
        margin: 0 !important;
        padding: auto 0 !important;
        font-size: 13px !important;
      }
  }

  .mat-expansion-panel-header {
    border: 0;
    border-bottom: 1px solid #DfDFDF;
    &:focus {
      outline:1;
    }
     }
  .minute-label {
    position: relative;
    font-size: 12px;
    input {
          height: 32px;
          border-radius: 5px;
    }
    .minute-place-holder {
      position: absolute;
      top: 5px;
      left: 55px;
      color: #B1B1B1;
    }
  }
    textarea.form-control {
    height: auto;
    resize: none !important;
    overflow: auto;
    min-height: 50px;
  }
  textarea.form-control .kpi-expression {
    font-size: 13px;
    resize: none !important;
    width: 95%;
    height: 150px;
    overflow: auto;
    padding-left:15px;
    &.invalid {
      border-color: #dc3545;
      }
  }

 .rowspacer{
            position: relative;
           // min-height: 1px;
            padding-right: 12px;
            padding-left: 12px;
   }
   .resspacer{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rowspacer-css
  {
    padding-top:25px;
  }
  .rowspacer-duedatepicker
  {
    position: relative;
  padding-right: 0px;
  padding-left: 0px;
  }
  .rowspacer-group
  {
    padding-left: 0px;
  }
  .system-container
  {
    padding-top: 10px;
    padding-left: 15px;
  }
  .main-url-div
  {
    padding-left: 0px
  }
  .scenario-input
  {
    height: 14px!important;
       width: 70px;
  }
  .formcol {
    padding-top: 10px;
  }
  .calendar {
    position: relative;
    font-size: 16px;
    input {
          height: 14px;
          border-radius: 5px;
    }
    .fa-calendar {
      position: absolute;
      top: 5px;
      right: 10px;
      color:#4db3f3;
    }
    .fa-clock-o {
      position: absolute;
      top: 5px;
      right: 0px;
      color:#4db3f3;
    }
  }
.mat-expansion-sub-panel
{
  padding-top: 10px;
}
.selectdiv {
  position: relative;
  &:after {
    content: '\f078';
    font: normal normal normal 11px FontAwesome;
    color: #0ebeff;
    right: 5px;
    top: 6px;
    height: 17px;
    padding: 8px 3px 0px 6px;
    border-left: 1px solid #CCCCCC;
    margin-top: -5px;
    padding-top: 6px;
    position: absolute;
    pointer-events: none;
  }
 
}


.select-condition
{
  top: 20px;
}
select {
  &::-ms-expand {
    display: none;
  }
  &:focus {
    outline: 1;
    box-shadow: 1;
  }
  outline: 1;
}


.selectdiv select, .selectdiv input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 25px;
   overflow: hidden;
  float: left;
  padding: 0px 10px;
  font-size: 13px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  -ms-word-break: normal;
  word-break: normal;
  padding-left: 4px;
  // &:hover {
  //   outline:1;
  // }
}


  .mat-expansion-panel {
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #F5F5F5;
    border: 1px solid #DfDFDF;
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0),
    0 0px 0px 0 rgba(0,0,0,0) !important;
  }


  .input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
  .spacer {
    padding-left: 10px;
  }
  .mat-stroked-button {
    &.mat-primary {
      width: 8%!important;
      background-color: #02AEF0;
      border-radius: 5px;
      color: #fff;
    }
  }
  .add-scenario-cancel {
    background-color: #ffffff;
    width: 8%!important;
    color: #02AEF0;
    border-radius: 5px;
    border: 0;
  }
  .add-scenario-cancel:hover {
    background-image: none !important;
    background-color: #ffffff !important;
  }
  .invalid-feedback {
    width: 100%;
   font-size: 80%;
   color: #dc3545;
 }
  .percentage {
    padding-left: 3px;
    padding-top: 3px;
    margin-left: 2px;
    color: #333;
    min-width: 10px;
    text-align: left;
    display: block;
    font-weight: 500;
  }
  .validation-error {
    width: 100%;
    font-size: 80%;
    color: #dc3545;
  }

 .condition-validation
 {
  padding-top: 47px !important;
 }
  .tool-buttons {
    padding: 0 0 10px;
    padding-top: 9px;

    a {
      display: inline-block;
      padding: 8px;
      background: #f6f6f6;
      border: 1px solid #ddd;
      border-radius: 3px;
      color: #4db3f3;
      font-size: 15px;
      font-weight: 900;
      line-height: 13px;
      text-decoration: none !important;

      &:hover {
        text-decoration: none;
        background: #4db3f3;
        color: #fff;
      }
    }
  }

 .form-container
 {
  padding-top:10px!important;
   padding-bottom:5px!important;
 }
 .heading{
  margin-top: 10px;
 }

.trash-button
{
  padding-top: 25px;
  a{
    padding:5.5px;
  }
}
.add-button
{
  padding:6px;
}
.mat-dialog-actions-div
{
  margin-top: 10px;
   padding-right: 24px;
}
hr.hr-spacer {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #ddd;
    color: #ddd;
    border-top: 0;
    height: 1.5px;
    }



hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.name-warning
{
    color: #f44336;
    font-size: 11px;
}
.warningMsg
{
     color: #f44336;
     font-size: 14px;
}