.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
    display: none;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.fred .stepwizard-step .btn::before {
    content: "\A";
    width: 285px;
    height: 2px;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    left: -286px;
    position: absolute;
    top: 20px;
    visibility: visible;
    background-color: #2d2d2d;
    z-index: -1;
}

/* .seltaberr .nav-tabs li a {
    margin: 0 !important;
line-height: 20px;
height: auto;
width: 114px;
padding: 5px;
opacity: 1;
font-size: 10px !important;
background-color: #707070;
background-color: #2d2d2d;
background: #2d2d2d !important;
color: antiquewhite;
font-size: 11px !important;
border: transparent !important;
border: transparent !important;
border-radius: 0 !important;
text-align: center;
} */
/* .seltaberr .nav-tabs > li.active a {
    margin: 0 !important;
    line-height: 20px;
    height: auto;
    padding: 5px;
    opacity: 1;
    font-size: 10px !important;
    background-color: #707070;
    background-color: #2d2d2d;
    background: #b39eb5 !important;
    color: #fff !important;
    font-size: 11px !important;
    border: transparent !important;
    border: transparent !important;
    border-radius: 0 !important;
} */
.seltaberr .nav-tabs li a {
    margin: 0 !important;
    line-height: 20px;
    height: auto;
    width: 133px;
    padding: 5px !important;
    opacity: 1;
    font-size: 10px !important;
    background-color: #707070;
    background-color: #2d2d2d;
    background: #62cb31 !important;
    color: #fff !important;
    font-size: 11px !important;
    border: transparent !important;
    border: transparent !important;
    border-radius: 0 !important;
    text-align: center;
    /* border: solid 1px #b39eb5 !important; */
    border: solid 1px #6a6a6a !important;
}
.seltaberr .nav-tabs > li.active a {
    margin: 0 !important;
    line-height: 20px;
    height: auto;
    padding: 5px;
    opacity: 1;
    font-size: 10px !important;
    background-color: #707070;
    background-color: #2d2d2d;
    background: #fff !important;
color: #393939 !important;
font-size: 12px !important;
    /* border: transparent !important;
    border: transparent !important; */
    border-radius: 0 !important;
    border-bottom: solid 2px #fff !important;
margin-bottom: -2px !important;
}
.seltaberr .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    border-right: solid 1px #fff;
    padding: 0 !important;
}

.seltaberr .nav-tabs > li:after{
    content: '';
position: absolute;
right: -18px;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 18px;
border-color: transparent transparent transparent #2d2d2d;
z-index: 999;
}
.seltaberr .nav-tabs > li.active:after{
    content: '';
position: absolute;
right: -18px;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 18px;
border-color: transparent transparent transparent #b39eb5;
z-index: 999;
}
.seltaberr .nav-tabs > li:before{
    content: '';
    position: absolute;
    right: -21px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    z-index: 999;
    visibility: hidden;
}




.seltaberr .nav-tabs > li:last-child:after{
    display: none !important;
}
.btnPreviousa {
    position: absolute;
    right: 49px;
    top: 0;
border-radius: 50% !important;
background: rgb(238, 236, 238) !important;
color: #fff !important;
height: 25px;
width: 25px;
padding: 0 !important;
line-height: 25px !important;
}
.btnNexta {
    position: absolute;
    right: 22px;
    top: 0;
border-radius: 50% !important;
background:rgb(238, 236, 238) !important;
color: #fff !important;
height: 25px;
width: 25px;
padding: 0 !important;
line-height: 25px !important;
}

.selectionMainer{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100vh;
    /* background-color: teal; */
    background-color: white;
z-index: 99999;
}
.selectionMainer .typeSecFlow p {
    color: #000 !important;
    font-size: 18px;
}
#tabincontenter {
    width: 3%;
    float: left;
}
.tabcontDirection {
    width: 95%;
    float: left;
}
#tabincontenter .nav-tabs > li{
    writing-mode: vertical-rl;
    padding: 0;
}
#tabincontenter .nav-tabs > li a{
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);     
padding: 10px 2px !important;
width: 100% !important;
}

#tabincontenter .nav-tabs > li.active::after{
    display: block;
    right: -9px !important;
}
#tabincontenter .nav-tabs > li::after{
    display: none;
}
#tabincontenter .nav-tabs > li::before{
    display: none;
}
#step-1asd{
    border: solid 1px #e3e3e3 !important;
    border-top: none !important;
    border-radius: 0;
    padding-left: 18px;
padding-right: 18px;
    /* border-color: transparent !important; */
    /* box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
/* -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
#step-1asd .panel-heading{
    display: none;
}

#step-2asd{
    border: solid 1px #e3e3e3 !important;
    border-top: none !important;
    border-radius: 0;
    padding-left: 18px;
padding-right: 18px;
    /* border-color: transparent !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
#step-2asd .panel-heading{
    display: none;
}

#step-3asd{
    border: solid 1px #e3e3e3 !important;
    border-top: none !important;
    border-radius: 0;
    padding-left: 18px;
padding-right: 18px;
position: relative;
}
#step-4asd{
    border: solid 1px #e3e3e3 !important;
    border-top: none !important;
    border-radius: 0;
    padding-left: 18px;
padding-right: 18px;
position: relative;
}
#step-3asd .panel-heading{
    display: none;
}
#step-4asd .panel-heading {
    display: none;
}
#step-3asd .nextBtnk{background: transparent !important;
    color: #6a6c6f !important;
    border:  none !important;
    top:36%;
    position: relative;}
#step-4asd .nextBtnk{background: transparent !important;
    color: #6a6c6f !important;
    border:  none !important;
    top:36%;
    position: relative;}
    #step-2asd .nextBtnk{background: transparent !important;
        color: #6a6c6f !important;
        border:  none !important;
        top:36%;
        position: relative;}
        #step-1asd .nextBtnk{background: transparent !important;
            color: #6a6c6f !important;
            border:  none !important;
            top:36%;
            position: relative;}

            .saveprocreLast {
                float: right;
                background-color: #ff8612;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 31px;
                border-radius: 5px;
                color: #fff;
                margin-right: 28px;
            }

            .saveprocreLast1 {
                float: right;
                background-color: #5893c8;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 31px;
                border-radius: 19px;
                color: #fff;
                margin-right: 28px;
            }
.selecterPro{
    position: absolute;
    top: 0;
    right: 5px;
}

#inCrepipe .stepwizard-step .btn{
    position: relative;
    z-index: 9999;
}
.tasklisPipel .rownderPipe{
    border: solid 12px #f78205 !important;
}
.tasklisPipel .taskPipeinBox h4{
    font-size: 14px !important;
}
.tasklisPipel2 .rownderPipe{
    border: solid 12px #f78205 !important;
}
.tasklisPipel2 .taskPipeinBox h4{
    font-size: 14px !important;
}
/* .closelistingofAddtask {
    position: absolute;
    right: 16px;
    top: 65px;
    font-size: 16px;
    color: #9d9fa2;
    z-index: 999;
    background-position: 0 -0;
    width: 15px;
    height: 15px;
} */
.closelistingofAddtask {
    position: absolute;
    right: 66px;
    top: 50px;
    font-size: 16px;
    color: red;
    z-index: 999;
    /* background-position: 0 -0; */
    /* width: 15px; */
    /* height: 15px; */
    -webkit-text-stroke: 1px #fff;
    width: 20px;
    height: 20px;
    border: solid 1px #9d9fa2;
    text-align: center;
    line-height: 27px;
    padding-left: 7px;
    border-radius: 50px;
}
.closelistingofAddtask:hover{
    background-color: red;
    -webkit-text-stroke: 1px red;
    color: #fff;
    cursor: pointer;
}
.listingofAddtask, .listingofAddtaskFlows {
    position: absolute !important;
    top: 0px;
    background-color: #fff;
    z-index: 99999;
    padding-top: 15px !important;
    left: 0;
    padding-left: 55px !important;
    border: solid 1px #e3e3e3;
    padding-right: 55px !important;
}


.siderSlid {
    position: absolute;
    width: 40px;
    top: 0;
    background-color: #e8e8e8;
    height: 100vh;
    z-index: 9999;
    right: 0;
    display: none;
}
.siderSlid:hover{
    background-color: #c6c6c6;
}
.siderSlidB:hover{
    background-color: #c6c6c6;
}
.siderSlidB {
    position: absolute;
    width: 40px;
    top: 0;
    background-color: #e8e8e8;
    height: 100vh;
    z-index: 9999;
    left: 0;
    display: none;
}
.overlayDiv{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 134, 18, 0.8);
    display: none;
}
.overlayDiv i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 42px;
}
.unMaptech{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
}
.unMaptech i{
    color: #000 !important;
    font-size: 12px !important;
}
.flowTreeshow{
    position: absolute !important;
top: 0;
background-color: #fff;
z-index: 99999;
padding-top: 15px !important;
left: 0;
padding-left: 15px !important;
border: solid 1px #e3e3e3;
width: 100%;
display: none;
}
.closeflowTreeshow{
    position: absolute;
    right: 1px;
    top: -24px;
    font-size: 12px;
    color: #9d9fa2;
    z-index: 999;
    background-position: 0 -0;
    width: 15px;
    height: 15px;
}
.redeSgn .btn{
 float:  left !important;
 width: 25px !important;
height: 25px !important;
text-align: center !important;
padding: 0 !important;
font-size: 12px !important;
line-height: 1.428571429;
border-radius: 50% !important;
line-height: 25px !important;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.redeSgn p{
    margin-top: 0px;
color: #fff;
text-align: left;
margin-left: 5px;
font-size: 15px !important;
}

.redeSgn::after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    width: 49px;
    height: 49px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #b1b1b1, #b1b1b1);
    box-shadow: 2px -2px 0 2px rgba(255, 255, 255, 0.94), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}
.redeSgn {
    background-color: #b1b1b1;
    padding-left: 35px !important;
    padding-top: 15px;
    border-right: dotted 2px #c6c6c6;
    position: relative;
}
.redeSgn .btn::before{
    display: none !important;
}
.redeSgn .stepwizard-step .btn-success {
    color: #fff !important;
    background-color: #f78205 !important;
    border-color: #f78205 !important;
}
.tasklisPipel{
    min-width: 450px;
}

.selecterIn {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #eae6e6;
}
.selecterIn2 {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #eae6e6;
}
.profileSeconcreTools{
    display: none;
}
.selPrh4{
    font-size: 14px;
/* color: #73829c; */
color: #393939;
padding-bottom: 0;
margin-bottom: 0;
padding-left: 15px;
}
.selectobkPro {
    color: #ff8612;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.selectobkTool {
    color: #ff8612;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tooltoaddConfiqinDirec{
    display: none;
}

.leftSched{
    width: 100%;
min-height: 300px;
border: solid 1px #d0cdcd;
padding-left: 15px;
padding-right: 15px;
}
.lefterCalendrr{
    width: 50%;
min-height: 398px;
border: solid 1px #d0cdcd;
padding: 15px;
float: left;
}
.rightSched{
    width: 50%;
min-height: 398px;
border: solid 1px #d0cdcd;
padding: 15px;
float: left;
}
.shedulesecAb{
    display: none;
}
.emitSec .form-group label{
    font-size: 11px !important;
}
.emitSec .form-group{
    margin-bottom: 0;
}
.emitSec{
    padding-bottom: 15px;
}
.sethEad {
    font-size: 14px;
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 5px;
}
.event.begin.end {
    background-color: #2fc605;
    color: #fff;
}
.main-lSec{
    width: 250px;
    /* border: solid 1px #000; */
    /* border: solid 1px #fff; */
    border: transparent !important;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
}
.main-lSecA{
    width: 16.66%;
    float: left;
    border: solid 1px #797777;
    height: 30px;
}
.main-lSecAsub{
    width: 49%;
float: left;
border: solid 1px #d7d3d3;
height: 14px;
cursor: pointer;
}
#setWettab tr td { background: white; cursor: pointer; padding: 2px }
#setWettab tr td.red-cell {
    background: #0EB538; /* Or some other color */
}
.main-lSec:after{
    content: "0hrs";
position: absolute;
top: -17px;
left: 0;
color: red;
font-size: 11px;
}
.main-lSec:before{
    content: "24hrs";
position: absolute;
bottom: -20px;
right: 0;
color: red;
font-size: 11px;
}
/* .dotert {
    width: 10px;
    height: 10px;
    background-color: red;
    float: left;
    margin-right: 1px;

} */
.dotert {
    width: 10px;
    height: 10px;
    background-color: #dd5a5a!important;
    border-radius: 50px;
    float: left;
    margin-right: 1px;
    position: relative;
    top: 3px;
    left: 3px;
}
.dotert2 {
    width: 10px;
    height: 10px;
    background-color: #378bc1!important;
    border-radius: 50px;
    float: left;
    margin-right: 1px;
    position: relative;
    top: 3px;
    left: 3px;
}
.dotert5 {
    width: 10px;
    height: 10px;
    background-color: #38efde !important;
    border-radius: 50px;
    float: left;
    margin-right: 1px;
    position: relative;
    top: 3px;
    left: 3px;
}
/* .dotert2 {
    width: 10px;
    height: 10px;
    background-color: #378bc1;
    float: left;
    margin-right: 1px;

} */
/* .dotert3 {
    width: 10px;
    height: 10px;
    background-color: green;
    float: left;
    margin-right: 1px;

} */
.dotert3 {
    width: 10px;
    height: 10px;
    background-color: #00d700!important;
    border-radius: 50px;
    float: left;
    margin-right: 1px;
    position: relative;
    top: 3px;
    left: 3px;
}
.dotert4 {
    width: 10px;
    height: 10px;
    background-color: #f1a51b!important;
    border-radius: 50px;
    float: left;
    margin-right: 1px;
    position: relative;
    top: 3px;
    left: 3px;
}
.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    /* border: 3px solid #666666; */
    /* width: 50%; */
    /* height: 50%; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999;
  }
  
  .popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    visibility: visible;
    text-align: center;
  }
  
  .popup-content {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
    position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
outline: 0;
  }
  .contentOutr{
    width: 700px;
    margin: 30px auto;
    position: relative;
  }
  
  .popup-content.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
  }




  
.secterRes .main-lSecA{
    /* border: solid 1px #b7b7b7 !important; */
    /* border: solid 1px #fff !important; */
    border: transparent !important;
    height: 20px;
    border-top: transparent !important;
    border-right: transparent !important;
}
.secterRes .main-lSecAsub{
    height: 10px !important;
    width: 50% !important;
    /* border: solid 1px #eee !important; */
    /* border: solid 1px #f4f4f4 !important; */
    /* border: solid 1px #fff !important; */
    border: transparent !important;
    border-right: transparent !important;
}
.btn.btn-default.btn-lg.btn-block.js-cal-option {
    background: #fff !important;
}
.calendar-day .event{
    display: none;
} 
.calendar-day .main-lSec::before{
    display: none;
}
.calendar-day .main-lSec::after{
    display: none;
}
.inpipecreTab .calendar-day .date {
    position: absolute;
    left: 39%;
    top: 31%;
    font-size: 22px;
    z-index: 999;
    color: #c8c0c0;
}
.inpipecreTab .calendar-day{
    position: relative;
    padding:0 !important;
}
.inpipecreTab .calendar-day .secinDoty{
    display: none;
}
.inresultcreTab .calendar-day .secinDoty{
    display: none;
}
.inpipecreTab .calendar-day .main-lSec .dotGen{
    display: none;
}
.blinkeder {
    animation: blink-animation 0.3s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.3s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }


  .closecrepipeee {
    position: absolute;
    right: 17px;
    top: 11px;
    font-size: 12px;
    color: #9d9fa2;
    z-index: 999;
    background-position: 0 -0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
}
#accordion.panel-group .panel + .panel {
    margin-top: 0px !important;
}
.remoSimform{
    width: 20px;
height: 20px;
text-align: right;
display: inline-block;
margin-top: 6px;
}
.taskFlowCreshow{
    display: none;
}
#creaPipeCntrMain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999999;
    background-color: #fff;
}
.closecreaPipeCntrMain {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 16px;
    color: #000;
    z-index: 999;
    background-position: 0 -0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-weight: bold;
    opacity: 0.4;
}
.closecreaPipeCntrMain:hover{opacity: 0.8 !important;}
.dotert4.dotGen {
    display: none;
}
.dotert4 img{
    display: none;
}
.taskPipeinBox.activertye{
    border: solid 2px #f78205 !important;
    background-color: #eaeaea;
}



.datepicker-dropdown{
    position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff !important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}
.bootstrap-datetimepicker-widget{
    position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff !important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}
.condiSeltrDay{
    display: inline-block;
    width: 100%;
    margin: 5px 0px 5px 0px;
    text-align: center;
}


#pickinAlldaymnth #sectionDber .table thead tr th, #pickinAlldaymnth #sectionDber .table thead tr th {
    width: 20px !important;
    height: 24px;
    line-height: 24px !important;
}
#pickinAlldaymnth #sectionDber .table > tbody > tr > td{
    height: 20px;
line-height: 24px !important;
text-align: center;
}
.clockpicker-popover {
    z-index: 999999999999999;
}
.clockpicker-popover .popover-title {
    background-color:#068aff !important;
    color: #fff !important;
}
.clockpicker-span-hours{
    color:#00ffdb !important;
}
.clockpicker-button{background-color: #068aff !important;color: #fff !important;}
.clockpicker-button:hover{color: rgb(228, 228, 228) !important;}

.leftCalendrShedule{
    width: 60%;
    float: left;
    border: solid 1px #eee;
    position: relative;
    background-color: #fff;
    min-height: 590px;
}
.rightSchdlinclExclu{
    width: 40%;
    float: left;
    border: solid 1px #eee;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #fff;
    min-height: 590px;
    border-right: none;

}
.closeExclInclu{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #9b9b9b;
}
.makeSheduleNew{
    background-color: #f78205;
    color: #fff;
    text-align: center;
    padding: 3px;
    position: absolute;
    left: 202px;
    top: 20px;
    z-index: 999;
    font-size: 11px;
    display: none;
}
.setNewSchedu{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 99;
    background-color: #fff;
}
.closesetNewSchedu{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #9b9b9b;
    z-index: 9999;
}
.timesecOsVerlist{
    width: 100%;
    float: left;
border: solid 1px #a6a6a6;
min-height: 280px;
padding: 5px;
}
.timesVer {
    width: 80px;
    background-color: #aeaeae;
    float: left;
    margin: 5px;
    border-radius: 25px;
    min-height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px -5px #868686;
    box-shadow: 0 4px 15px -5px #868686;
    cursor: pointer;
    position: relative;
}
.closeTimeSeted{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 27px;
    /* background-color: red; */
    color: red;
    text-align: center;
    top: -6px;
    right: -11px;
    border-radius: 50px;
    padding: 0;
    margin: 0;
    padding-left: 7px;
    font-size: 10px;
}
.maintoShedulebtn{
    position: absolute;
    right: 16px;
    top: 47px;
    background: #3498db;
        background-image: none;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
    border: none;
    z-index: 9;
}
.maintoShedulebtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
  }

  .toolHover{
    position: absolute;
    width: 149px;
    height: auto;
    background-color: #fff;
    display: none;
    padding: 5px;
    border-radius: 5px;
    left: 18px;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, .15) !important;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .toolHover p{
    font-size: 10px;
    color: #3c3c3c;
    margin-bottom: 4px;
  }
  .toolHover h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    background-color: #276297;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}
  .dotert:hover.toolHover{
      display: block;
  } 

  .clockpicker-popover {
    z-index: 99999999999999999999999999999999999999999999 !important;
    }

    .deleteTimeScheduBtn {
        background: #3498db;
            background-image: none;
        background-image: none;
        background-image: none;
        background-image: linear-gradient(to bottom, #db3434, #b92951);
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        color: #ffffff;
        font-size: 12px;
        padding: 9px 24px 9px 24px;
        text-decoration: none;
        border: none;
        margin-top: 5px;
    }
    .inactiveTimeScheduBtn {
        background: #3498db;
            background-image: none;
        background-image: none;
        background-image: none;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9);
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        color: #ffffff;
        font-size: 12px;
        padding: 9px 24px 9px 24px;
        text-decoration: none;
        border: none;
        margin-top: 5px;
    }
    .deletTimeScheBx{
        width: 100%;
        float: left;
        /* display: none; */
        background-color: #ffdeb4;
        padding: 10px;
        margin-top: 0px;
        min-height: 300px;
    }
    .inactiveTimeScheBx{
        width: 100%;
        float: left;
        display: none;
        background-color: #ffdeb4;
padding: 10px;
margin-top: 0px;
min-height: 200px;
    }

.listingofAddtask, .listingofAddtaskFlows{
    position: fixed !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: block;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
z-index: 99999999999;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
background-color: rgba(0,0,0,.5);
/* opacity: .5; */
}
.innerSectionForAddTask{
    display: inline-block;
    background-color: #fff;
    width: 100%;
    margin: 45px auto;
    padding: 15px;
}
#delInacBx{
    border: solid 1px #eee;
    min-height: 200px;
}
#delInacBxCntnt{
    border: solid 1px #eee;
    min-height: 200px;
    padding: 0 !important;
}

.excluSection {
    background: #3498db;
        background-image: none;
    background-image: none;
    background-image: none;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #db3434, #b92929);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    font-size: 11px;
    padding: 1px 12px 1px 12px;
    text-decoration: none;
    border: none;
    margin-top: 5px;
}
.wholeMonthLft{
    border: solid 1px #eee;
    background-color: #fff;
    float: left;
    width: 100%;
    /* display: none; */
}
.selectDayOption{
    width: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #eee;
}
.excluSectionall{
    background: #3498db;
        background-image: none;
    background-image: none;
    background-image: none;
    /* background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #db3434, #b92929); */
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    padding: 0px 12px 0px 12px;
    text-decoration: none;
    border: none;
    margin-top: 5px;
    position: absolute;top: 0;right: 0;z-index: 9;
    border: solid 1px red;
    color: red;
    background-color: #fff;
}
.excludeCount{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: red;
    text-align: center;
    color: #fff;
    line-height: 21px;
    top: -12px;
    right: -5px;
    font-size: 10px;
}

.timepickertabbtn {
    background: #3498db;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: linear-gradient(to bottom, #0690c0, #0689b5);
    cursor: pointer;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    height: 28px;
    line-height: 28px;
    min-width: 100px;
    transition: all .15s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding: 0 20px 0 21px;
    white-space: nowrap;
    color: #eee;
    border: none;
    margin: 3px;
    display: none;
}
.daypickertabbtn {
    background: #3498db;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: linear-gradient(to bottom, #0690c0, #0689b5);
    cursor: pointer;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    height: 28px;
    line-height: 28px;
    min-width: 100px;
    transition: all .15s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding: 0 20px 0 21px;
    white-space: nowrap;
    color: #eee;
    border: none;
    margin: 3px;

}
.desaabColr{
    background-color:#b5b5b5 !important;
}

.saveTimeSelcted {
    background: #3498db;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: linear-gradient(to bottom, #0690c0, #0689b5);
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    height: 28px;
    line-height: 28px;
    min-width: 60px;
    transition: all .15s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding: 0 15px 0 15px;
    white-space: nowrap;
    color: #eee;
    border: none;
    margin: 3px;
}
.weakDayset p span{
    background-color: #fff;
    padding: 3px;
}
#delInacBx p span {
    background-color: #fff;
    padding: 6px;
    margin-left: 14px;
    position: absolute;
    right: 25px;
    /* border-bottom: solid 1px; */
    margin-bottom: 1px;
}

/* schedule new styles */

.perdaycal{margin:5px;width: 11px;border: 1px solid #c7c7c7;padding: 6px 2px;display: block;}
input[type="checkbox"]:after{display:none;}
#delInacBx label{margin-left: 0px !important; margin-right: 16px;}
#delInacBx p span{margin-left: 0;left:40px;}
#setWettab tr td.red-cell2 {
    background: #0EB538; /* Or some other color */
}
.datepickyr{text-align: center;}
.datepickyr li{list-style: none;}
.datepickyr .prev,.datepickyr .next{
    font-size: 22px;
    margin: 0 20px;
    cursor: pointer;
}
.badge1 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777 !important;
    border-radius: 10px;
    position: static !important;
    border-bottom: none !important;
    padding: 6px;
    margin-left: 0;
}
#setWettab tbody td{color:#fff !important;}
.datepickyr .prev:hover,.datepickyr .next:hover{    
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.disabled {
    cursor: not-allowed;
    background-color:#ccc;
  }
.setYearSet{
    min-height: 150px !important;
    border: solid 1px #b9b9b9;
    background-color: #777777;
    width: 25%;
    margin: 0px;
    float: left;
    position: relative;
    top: 48px;
}
#myModalschedPipe #holder .calendar-table{
    position: absolute;
    top: -3px;
}
.setYearSet span {
    position: absolute;
    top: 3px;
    height: 53px;
    width: 53px;
    background-color: #33627d;
    line-height: 53px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: solid 1px #b9b9b9;
    left: 135px;
    border-top: none;
    /* text-shadow: 1px 2px 1px #000; */
    border-left: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px -5px #444444 !important;
    -webkit-box-shadow: 0 4px 15px -5px #444444 !important;
}
.setYearSet h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    /* margin-top: 72px; */
    margin: 10px;
    float: left;
    text-align: center;
    text-shadow: 1px 2px 1px #000;
}
.displselbox{
    position: relative;
}
.arrwSetAddRe{
    position: absolute;
    left: -56px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: tomato;
    line-height: 30px;
    top: 23px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
}
.selctMultProfiles{
    background-color: #ff8612 ;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

.addPrfles{
    background-color: #ff8612 ;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}
.addedPrflNotifr{
    float: right;
    font-size: 14px;
    position: relative;
    color: #000;
    margin-right: 26px;
    margin-top: 11px;
    cursor: pointer;
}
.addedPrflNotifr span{
    position: absolute;
    right: -19px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: #23b538;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px
}

.profileSeconcre {
    float: left;
    width: 100%;
    position: relative;
    min-height: 465px;
}
.selectprofileSeconcre {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    min-height: 465px;
    background-color: #fff;
}
.sidetoolGrid {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #484848;
    display: none;
    z-index: 99999999;
    box-shadow: 0 7px 26px -2px #767677 !important;
}
.sidetoolGrid h5 {
    padding-left: 7px;
    color: #fff;
    margin-bottom: 0;
}
.closesidetoolGrid{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.selctInProfiles {
    background-color: #ff8612;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 14px;
    cursor: pointer;
    /* float: right; */
    margin-top: 4px;
}
.selctProceedProfiles {
    /* background-color: #1250ff; */
    background-color: #62cb31;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 14px;
    cursor: pointer;
    /* float: right; */
    margin-top: 4px;
}
.cntrProfiles{
    color:#000;
    font-size: 19px;
    float: left;
    width: 100px;
    height: 42px;
    background-color: #fff;
    margin: 5px;
    line-height: 42px;
    text-align: left;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 9px -5px #6d6d6f;
    box-shadow: 0 2px 8px -6px #6d6d6f;
    border: solid 2px #ccc;
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    /* background: #fff !important; */
}
.cntrProfiles i{
    color: red;
}
.boxOneProfSel{
    width: 50%;
    float: left;
    border: solid 1px #eaeaea;
}
.boxTwoListPro{
    width: 50%;
    float: left;
    display: block;
    border: solid 1px #eaeaea;
    border-left: none;
}
.cntrProfiles a {
    /* font-size: 14px; */
    font-size: 12px;
    color: #000;
}
.boxCommonInner{
    /* width: 100%; */
    float: left;
    /* border: solid 1px #757575; */
    min-height: 400px;
    padding: 0;
    margin-top: 15px;
}
.profsCount{
    position: absolute;
    right: 3px;
    top: 9px;
    width: 25px;
    height: 25px;
    background-color: #03b71d;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    border: solid 1px #fff;
    background-color: #FF7F41FF;
}
#tabincontenterNewAsd1prcr .stepTop{
    position: relative;
}
.selcFlowss {
    float: right;
    font-size: 14px;
    position: relative;
    color: #000;
    margin-right: 26px;
    margin-top: 11px;
    cursor: pointer;
}

.selcFlowss span {
    position: absolute;
    right: -19px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: #23b538;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
}
.selectedFlowerlist{
    float: left;
    width: 100%;
    display: none;
}
/* .bkFlowList {
    background-color: #ff8612;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
} */
.selcDevces {
    float: right;
    font-size: 14px;
    position: relative;
    color: #000;
    margin-right: 26px;
    margin-top: 11px;
    cursor: pointer;
}
.selcDevces span {
    position: absolute;
    right: -19px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: #23b538;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
}
.bkDeviceList{
    /* background-color: #ff8612;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 4px; */
}
.selectddeviceList{
    float: left;
    width: 100%;
    display: none;
}
.techerEditBt{
    float: right;
    background-color: transparent;
    width: 26px;
    /* height: auto; */
    text-align: center;
    /* padding-top: 5px; */
    border-radius: 50px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #c3c3c3;
    margin-right: 2px;
}
.techerDelBt{
    float: right;
    background-color: transparent;
    width: 26px;
    /* height: auto; */
    text-align: center;
    /* padding-top: 5px; */
    border-radius: 50px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #ececec;
    margin-right: 2px;
}
.techerDelBt i.fa.fa-trash{
    background-color: transparent !important;
}
.techerEditBt {
    float: right;
    background-color: transparent;
    width: 26px;
    /* height: auto; */
    text-align: center;
    /* padding-top: 5px; */
    border-radius: 50px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #ececec;
}
.techerEditBt i.fa.fa-edit{
    background-color: transparent !important;
}

.taskSetShw {
    background-color: #ff8612;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    position: absolute;
    bottom: 91px;
    right: 7px;
}
.addToolser {
    background-color: #ff8612;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

.addToolPrflNotifr{
    float: right;
    font-size: 14px;
    position: relative;
    color: #000;
    margin-right: 26px;
    margin-top: 11px;
    cursor: pointer;
}
.addToolPrflNotifr span{
    position: absolute;
    right: -19px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: #23b538;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px
}
.toolsSectrLister{
    display: none;
}


.mzBreadcrmb {
    color: #f78205;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}
.ifRemover{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    /* height: 20px; */
    background-color: #ff6262;
    text-align: center;
    line-height: 37px;
    font-size: 10px;
    bottom: 0;
    color: #fff !important;
}
.ifAdder{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    /* height: 20px; */
    background-color: #33c10f;
    text-align: center;
    line-height: 37px;
    font-size: 10px;
    bottom: 0;
    color: #fff !important;
}
.ifRemover i{
    color: #fff !important;
}
.ifAdder i{
    color: #fff !important;
}
.innerSectionForAddTask .checkerrAp li{
    width: 229px !important;
    background-color: #eaeaea;
    border-radius: 0px 10px 10px 0px !important;
    border-right: solid 1px #bdbdbd;
}
#draggable-1 { 
    width: 100px; height: 50px; padding: 0.5em; float: left;
    margin: 22px 5px 10px 0; 
 }
 #droppable-1 { 
    width: 120px; height: 90px;padding: 0.5em; float: left; 
    margin: 10px; 	
 }
/* create task modal styles */
.listingofAddtask #tab1m .btn-grad{
    right: 163px;
    bottom: 110px;
    top: auto !important;
}

.listingofAddtask #tab5m .tabcontDirectionAsd2{
    width: 100% !important;
}
.listingofAddtask .tabcontDirectionAsd2 .tab-content .tab-pane{margin-right: 0 !important;}
.listingofAddtask  .boxTwoListPro {
    width: 50%;
}
.listingofAddtask  .boxCommonDevice {
    width: 50%;
}
.listingofAddtask  #tab5m .brwseTab .nav.nav-tabs li.active{
    width: 135px !important;
}
.brwseTab.configBrowStyle .nav.nav-tabs li.active{width: 16% !important;}
.listingofAddtask  #tab5m  .brwseTab .nav.nav-tabs li {
    width: 125px !important;
}
.brwseTab.configBrowStyle .nav.nav-tabs li{width: 16.8% !important;border-right: 1px solid #878787;}
/* .listingofAddtask #tab2m #formRender .brwseTab .nav-tabs{
    display:none;
} */
.listingofAddtask #tab3m #accordionWndwos3 .panel-title a.active:after{
left: 39% !important;
}
.listingofAddtask #tab2m #formRender .brwseTab .tab-content .profiletable .creIntask{
    background-color: #f78205 !important;
}
.listingofAddtask #tab2m #formRender .brwseTab .tab-content .profiletable .creIntask i.fa-plus{
    -webkit-text-stroke: 2px #f78205 !important;
}
.listingofAddtask #tab2m #formRender .brwseTab .tab-content .profiletable .formNxta{
    width:66% !important;
}
.listingofAddtask #tab2m #formRender .tabcontDirectionAsd2 {
    height:465px!important;
}
.listingofAddtask #tab2m #formRender .tabcontDirectionAsd2 .tab-content {
    /* margin-top: 42px; */
    margin-top: 10px;
}
.listingofAddtask .boxCommonInner{
    /* width:99.6%!important; */
}
.taskPipeinBox:hover{
    border-color: #f78205;
}
.taskPipeinBox:hover h4{
    color:#f78205;
}
.taskPipeinBox .functioBtns{
    cursor: pointer;
}
.taskPipeinBox{
    cursor: move;
}
.creInschedule{
    background-color: #f78205;
    padding: 5px;
    color: #fff;
    margin-left: 15px;
    border: 2px dotted #eaeaea !important;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.boxOneChannel{width: 50%;}
.listingofAddtask #tab2m #formRender .brwseTab .tab-content .profiletable .creIntask:focus{color: #fff;}