﻿.procedure-page .right-panel-header {
    height: 38px;
    width: 100%;
    background:#292d35;
}
.procedure-page .right-panel-header .alertIconCmpnt {
    margin: 12px 16px 0;
}
.width-50 {
    width: 50%;
}
.procedure-page .configuration-ditails-form {
    margin-bottom: 20px;
}
.procedure-page .blue-border-input {
    background-color: transparent!important;
}
.procedure-page .remark .blue-border-input{
    width:758px;
    max-width:100%;
}
.procedure-page .action-div{
    display: flex;
    flex-direction: column;
}
.procedure-page .collapse-arrow{
    margin-left:10px;
}
    .procedure-page .collapse-arrow .bg-arrow:first-child {
        background-image: url('/app/images/collapse-arrow-up.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: block;
    }
    .procedure-page .collapse-arrow .bg-arrow {
        background-image: url('/app/images/collapse-arrow-up.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: block;
    }
    .procedure-page .collapse-arrow .collapsed .bg-arrow {
        background-image: url('/app/images/collpase-arrow-down.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: block;
    }
.procedure-page .collapse-arrow button {
    background: transparent;
    border: 0;
    outline: 0;
    padding:3px 0;
    height:35px;
}
.procedure-page .delete-img {
    margin-left:62px;
}
.procedure-page .action-div .action-label {
    margin-bottom: 15px;
    color: #c7cbd1;
}
.procedure-page .action-div .action-panel{
   width: 899px;
  margin-left: 27px;
   font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #c7cbd1;
  border-radius: 6px;
  background-color: #424242;
  position:relative;
  padding: 24px 17px 17px;
}
@media(max-width:1500px){
    .procedure-page .action-div .action-panel {
        margin-left: 10px;
    }
}
.procedure-page .dup-procedure {
    color: #358cd8;
    margin-left: 32px;
    display:inline-block;
    border:0;
    background:transparent;
}
.procedure-page .dup-procedure img{
    margin-right: 8px;
}
.procedure-page .dup-procedure:disabled {
    opacity: 0.5;
}
.procedure-page .action-div .action-panel label{
    padding-left:0;
}
.procedure-page .action-div .action-panel .blue-border-input{
     background-color: transparent!important;
    width: 100%;
    max-width: 100%;
}
.procedure-page .action-div .action-panel .move-btn{
   margin-left:10px;
}
.procedure-page .action-div .action-panel .v-trash{
    margin-left: 24px;
    font-size: 18px;
    cursor:pointer;
}
.procedure-page .mb-24{
    margin-bottom: 24px;
}
.procedure-page .step-action-header {
    display: flex;
    align-items:center;
    padding-bottom:12px;
}

.procedure-page .action-div .action-panel .steps-div label {
    line-height: normal;
    width:133px;
}
.procedure-page .action-div .action-panel ul.steps{
    list-style:none;
    padding:0;
    display:flex;
    flex-direction:column;
}
.steps-div .attach-file-div {
    margin: 13px 0 10px 138px;
}
.steps-div .attach-file-div .file{
   background-color:#555;
   padding:5px;
}
.procedure-page .action-div .action-panel ul.steps li {
    margin-bottom: 16px;
}
.procedure-page .action-div .action-panel ul.steps label{
  width:auto;
  padding-left:35px;
}
.procedure-page .action-div .add-panel-btn{
    padding-left: 27px;
    padding-bottom: 40px;
}
.procedure-page .action-div .add-panel-btn button{
    min-width: 88px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #3c91e6;
    background: transparent;
    color: #3c91e6;
    display: flex;
    align-items:center;
}
.procedure-page .vms-big-btn-footer {
    position: relative;
    text-align: right;
}

.procedure-page .vms-big-btn-footer .big-blue-button-new-ui {
    margin-left: 3px;
}

.procedure-page .action-div .add-panel-btn img{
    margin-right: 7px;
    margin-bottom:2px;
}

.procedure-page .d-flex {
    display: flex;
}
.procedure-page .d-align-center {
   align-items:center;
}
.procedure-page.views-new-ui .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    color: #c7cbd1!important;
}
/*custom checkbox css*/
.vms-checkbox-container {
    position: relative;
    display: block;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.vms-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.procedure-page .vms-checkbox-container .checkmark {
    position: absolute;
    background-color: transparent;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    opacity: 0.5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.vms-checkbox-container input:checked ~ .checkmark {
    background-color: transparent;
     opacity:1;
}
.vms-checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.vms-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}


/*end custom checkbox css*/

.file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}

.attach-file-title {
    cursor: pointer;
}

.file-name-only:hover {
    cursor: pointer;
    text-decoration: underline;
}

.disable-delete {
    color: #949496;
    cursor: not-allowed !important;
}

.red-border-input {
    height: 26px;
    line-height: 26px;
    border: 0;
    border-bottom: 1px solid red !important;
    border-radius: 0;
    font-size: 14px;
    font-family: Arial;
    background-color: #292d35 !important;
    font-weight: normal;
    color: #c7cbd1 !important;
    min-width: 52px;
    box-shadow: none;
    max-width: 300px;
    width: 50%;
    padding: 0 0px 0 3px;
    outline: none;
}

.procedure-page .action-div .action-panel .red-border-input {
    background-color: transparent !important;
    width: 100%;
    max-width: 100%;
}

.disable-attach-ip,
.disable-attach-ip *,
.disable-attach-ip .v-attach-file:before {
    color: lightgray !important;
    cursor: not-allowed !important;
}

/*.attach-file-div {
    max-width: 100%;
    display: flex;
}
.attach-file-div .attached-files {
    display: flex;
}


.attached-files file {
    max-width: 180px !important;
}

.attach-file-div label {
    width: 90px;
}

.file-ip-info {
    padding-bottom: 4px;
    padding-left: 10px;
    color: yellow;
}*/

.file-valid-info {
    margin: 13px 0 10px 138px;
    color: #fdd835;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
