.content{
	padding: 40px 0;
}
.spacer5 { height: 5px; clear: both;}
.spacer10 { height: 10px; clear: both;}
.spacer50 { height: 50px; clear: both;}
.border-color { border-color: #e7e7e7; }

.reorder_link {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 12px;
    padding: 10px 10px;
    margin: 15px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}
.reorder_link:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}
#reorder-helper{padding: 5px; font-size: 14px;}
.light_box {
    background: #efefef;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.2em;
}
.fn24 { font-size: 24px;}
.close-icon { position: absolute; right: -12px; top: -12px; cursor: pointer;}
.gallery{ width:100%; float:left;}
.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:auto; min-height: 190px; position: relative;}
.gallery img{ width:250px; height: 190px;}
.featured-label {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: rgba(228, 242, 11, 0.8);
    padding: 5px 10px;
    font-weight: bold;
}
/* NOTICE */
.notice, .notice a{ color: #fff !important; }
.notice { z-index: 8888; }
.notice a { font-weight: bold; }
.notice_error { background: #E46360; }
.notice_success { background: #657E3F; }

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height:80%;
}

.ajax-loader img {
    position: relative;
    top:50%;
    left:50%;
}
.copyright {
    padding: 100px 0px 30px 0px;
    font-size:14px;
}

.indent-1.width-full,
.indent-2.width-full{
    width: 100%;
}

.mt30{
    margin-top: 30px;
}
.select2-container .select2-selection--single{
    height: 30px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header a img{
        width: 100%;
        max-width: 150px;
        height: auto;
        margin-right: 10px;
    }
    .nav>li>a{
        padding: 14px 5px; 
        font-size: 14px;
    }
}





.nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 1em auto;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
  }
  
  .nav-tabs.wizard li {
    width: 100%;
    float: none;
    margin-bottom: 3px;
  }
  
  .nav-tabs.wizard li>* {
    position: relative;
    /* padding: 1em .8em 1em 2.5em; */
    min-height: 34px;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
  }
  
  .nav-tabs.wizard li.completed>* {
    color: #fff !important;
    background-color: #96c03d !important;
    border-color: #96c03d !important;
    border-bottom: none !important;
  }
  
  .nav-tabs.wizard li.active>* {
    color: #fff !important;
    background-color: #2c3f4c !important;
    border-color: #2c3f4c !important;
    border-bottom: none !important;
  }
  
  .nav-tabs.wizard li::after:last-child {
    border: none;
  }
  
  .nav-tabs.wizard > li a {
    display: block;
    opacity: 0;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0.5em .8em 0.5em 2.5em;
    text-decoration: none;
  }

  .nav-tabs.wizard li:hover>*{
    color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  
  .nav-tabs.wizard a:hover {
    color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c
  }
  
  span.nmbr {
    display: inline-block;
    padding: 10px 0 0 0;
    background: #ffffff;
    width: 35px;
    line-height: 100%;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
  }
  
  /* @media(min-width:992px) { */
    .nav-tabs.wizard li {
      position: relative;
      padding: 0;
      margin: 4px 4px 4px 0;
      width: 9.7%;
      float: left;
      text-align: center;
    }
    .nav-tabs.wizard li.active a {
      padding-top: 0px;
      display: block;
      opacity: 1;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .nav-tabs.wizard li::after,
    .nav-tabs.wizard li>*::after {
      content: '';
      position: absolute;
      top: 0px;
      left: 100%;
      height: 0;
      width: 0;
      border: 17px solid transparent;
      border-right-width: 0;
      /*border-left-width: 20px*/
    }
    .nav-tabs.wizard li::after {
      z-index: 1;
      -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
      border-left-color: #fff;
      margin: 0
    }
    .nav-tabs.wizard li>*::after {
      z-index: 2;
      border-left-color: inherit
    }
    .nav-tabs>li>a{
        border-radius: 0;
    }
    .nav-tabs.wizard > li:nth-of-type(1) > a {
      /* border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; */
    }
    .nav-tabs.wizard li:last-child a {
      /* border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; */
    }
    .nav-tabs.wizard li:last-child {
      margin-right: 0;
    }
    .nav-tabs.wizard li:last-child a:after,
    .nav-tabs.wizard li:last-child:after {
      content: "";
      border: none;
    }
    span.nmbr {
      display: block;
    }
  /* } */


  .page-brigd{
    margin: 15px 0;
    padding: 0;
  }
  .page-brigd li{
    list-style: none;
    display: inline-block;
  }
  .page-brigd li:after{
    content: '>';
    padding: 0 5px;
    color: #337ab7;
  }
  .page-brigd li:last-child:after{
    display: none;
  }
  .page-brigd li a{
    text-decoration:none;
    display: inline-block;
  }
@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs.wizard li {
      width: 9.2%;
  }
}
@media (max-width: 767px) {
  .nav-tabs.wizard{
    overflow: hidden;
  }
  .nav-tabs.wizard li {
      width: 8.5%;
  }
  .nav-tabs.wizard li>* {
      padding: 0em 0em 0em 2em;
  }
  .nav-tabs.wizard > li a{
    padding: 0em 0em 0em 1.5em;
  }
}
@media(min-width:1024px) {
  .nav-tabs.wizard li {
      width: 9.6%;
  }
}
@media(min-width:1025px) {
  .nav-tabs.wizard li {
      /* width: 9.57%; */
      width: 8%
  }
}


/* Lead List page Start */
.pipeline-drop li{
  position: relative;
}
.pipeline-drop li a{
  padding: 5px 10px;
  padding-right: 45px;
  display: block;
  text-decoration: none;
  color: #262626;
  white-space: nowrap;
}
.pipeline-drop li a.btn-edit{
  position: absolute;
  padding-right: 10px;
  right: 0;
  top: 0;
  z-index: 1;
}
.pipeline-drop li:hover a{
  background-color: #337ab7;
  color: #fff;
}
.mb-15{
  margin-bottom: 15px;
}
.mt-0{
  margin-top: 0;
}
.mt-15{
  margin-top: 15px;
}
.mt--20{
  margin-top: -20px;
}
.mr-0{
  margin-right: 0px;
}
.mr-65{
  margin-right: 65px;
}
.ml-15{
  margin-left: 15px;
}
.mr-15{
  margin-right: 15px;
}
.mr-10{
  margin-right: 10px;
}
.pd-0{
  padding: 0;
}

@media (max-width: 767px) {
  .mt-xs-30{
    margin-top: 30px;
  }
  .mt-xs-60{
    margin-top: 60px;
  }
  .mr-xs-0{
    margin-right: 0px;
  }
}


/* New Pipline page Style */
.pipline-cover {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 90vh;
}
.pipline-edit-header {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  padding: 15px;
  background: #fff;
}
form.pipline-edit-header-form {
  position: relative;
  display: flex;
  width: 100%;
}
.pipline-edit-header-newpipline-input {
  flex: 1 1 0%;
}
.pipline-edit-header-newpipline{
  display: flex;
  align-items: center;
}
.pipline-user-type{
  margin-left: 50px;
}
.pipline-edit-header-newpipline-input input.form-control {
  max-width: 250px;
}
.pipline-edit-header-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pipline-edit-header-buttons ul.header-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pipline-edit-header-buttons ul.header-list li {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 15px;
  line-height: 32px;
  vertical-align: middle;
}
.pipline-edit-header-buttons ul.header-list li:last-child {
  border: none;
  padding-right: 0;
}

.switch {
  position: relative;
  display: inline-block;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-checkbox{
	position: relative;
  display: inline-block;
	width: 42px;
  height: 16px;
  vertical-align: middle;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch:hover .slider{
  opacity: 1;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch-checkbox .slider {
  background-color: #2196F3;
  opacity: 1;
}

input:focus + .switch-checkbox .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-checkbox .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkbox-label {
  vertical-align: middle;
  margin: 0px 5px;
}



.pipline-edit-view-scroller {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}

.pipline-edit-view-container {
  display: flex;
  height: 100%;
  position: relative;
  
}

.pipline-stage-box {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 256px;
  width: 256px;
}

.pipline-stage-box:first-child{
  z-index: 100;
}
.pipline-stage-box:nth-child(2){
  z-index: 99;
}
.pipline-stage-box:nth-child(3){
  z-index: 98;
}
.pipline-stage-box:nth-child(4){
  z-index: 97;
}
.pipline-stage-box:nth-child(5){
  z-index: 96;
}
.pipline-stage-box:nth-child(6){
  z-index: 95;
}
.pipline-stage-box:nth-child(7){
  z-index: 94;
}
.pipline-stage-box:nth-child(8){
  z-index: 93;
}
.pipline-stage-box:nth-child(9){
  z-index: 92;
}
.pipline-stage-box:nth-child(10){
  z-index: 91;
}
.pipline-stage-box:nth-child(11){
  z-index: 90;
}
.pipline-stage-box:nth-child(12){
  z-index: 89;
}
.pipline-stage-box:nth-child(13){
  z-index: 88;
}
.pipline-stage-box:nth-child(14){
  z-index: 87;
}
.pipline-stage-box:nth-child(15){
  z-index: 86;
}
.pipline-stage-box:nth-child(16){
  z-index: 85;
}
.pipline-stage-box:nth-child(17){
  z-index: 84;
}
.pipline-stage-box:nth-child(18){
  z-index: 83;
}
.pipline-stage-box:nth-child(19){
  z-index: 82;
}
.pipline-stage-box:nth-child(20){
  z-index: 81;
}
.pipline-stage-box:nth-child(21){
  z-index: 80;
}
.pipline-stage-box:nth-child(22){
  z-index: 79;
}

.pipline-stage-header {
  position: relative;
  height: 55px;
  position: sticky;
  top: 0px;
  z-index: 1;
  /* background: rgb(220, 221, 221); */
  background: rgb(247, 247, 247);
}
.pipline-stage-header:hover{
  cursor: move;
}
.pipline-stage-header::before{
  content: '';
  top: 0;
  /* left: 0; */
  right: -9px;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 10px;
  border-color: transparent transparent transparent rgb(247, 247, 247);
  line-height: 0px;
  _border-color: #000000 #000000 #000000 rgb(247, 247, 247);
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.pipline-stage-header:after{
  content: '';
  top: 0;
  /* left: 1px; */
  right: -10px;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 10px;
  border-color: transparent transparent transparent rgb(220, 221, 221);
  line-height: 0px;
  _border-color: #000000 #000000 #000000 rgb(220, 221, 221);
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.pipline-stage-header-inner{
  margin: 0px;
  padding: 0px 16px 0 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  height: 55px;
  /* background: rgb(247, 247, 247); */
}
.pipline-stage-header-inner:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background: rgb(238, 238, 238);
}
.pipline-stage-header-over{
  overflow: hidden;
  width: 100%;
}
.pipline-stage-header-title {
  color: rgb(38, 41, 44);
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 600 18px / 24px "Source Sans Pro", sans-serif;
  overflow: hidden;
}

.pipline-stage-header-notifications {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  color: rgb(116, 118, 120);
  font: 400 13px / 16px "Source Sans Pro", sans-serif;
  margin: 4px 0px 1px;
}
ul.notification-list {
  margin: 0;
  padding: 0;
}
ul.notification-list li{
  display: inline-block;
  list-style: none;
}
ul.notification-list li:after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
ul.notification-list li:last-child:after {
  display: none;
}

button.btn-plus {
  display: none;
  background: #fff;
  border: 1px solid #999;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 10px;
}
button.btn-plus.btn-left,
button.btn-plus.btn-right {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 7;
}
button.btn-plus.btn-right {
  right: -15px;
  top: 15px;
  left: auto;
}
.pipline-stage-box:hover button.btn-plus{
  display: block;
}


.pipline-stage-edit-box {
  opacity: 0.32;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  border-radius: 4px;
  margin: 16px 4px;
  padding: 16px 12px;
}
.pipline-stage-edit-box-inner {
  position: relative;
}
.pipline-stage-edit-bottom {
  visibility: hidden;
  margin: -16px -12px;
  padding: 8px 0px;
  border-top: 1px solid rgba(38, 41, 44, 0.12);
}
.pipline-stage-edit-bottom-inner{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 6px 16px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-wrap: break-word;
  color: #26292c;
  font: 400 15px/20px Source Sans Pro,sans-serif;
}

/* Pipline Hover state */
.pipline-stage-box:hover .pipline-stage-header{
  background: rgb(238, 238, 238);
}
.pipline-stage-box:hover .pipline-stage-header::before{
  border-color: transparent transparent transparent rgb(238, 238, 238);;
  _border-color: #000000 #000000 #000000 rgb(238, 238, 238);;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.pipline-stage-box:hover .pipline-stage-edit-box{
  opacity: 1;
  background: rgb(238, 238, 238);
}
.pipline-stage-box:hover .pipline-stage-edit-bottom{
  visibility: visible;
}

/* Pipline Active state */
.pipline-stage-box.active .pipline-stage-header{
  background: #fff;
}
.pipline-stage-box.active .pipline-stage-header::before{ 
  border-color: transparent transparent transparent #fff;
  _border-color: #000000 #000000 #000000 #fff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.pipline-stage-box.active .pipline-stage-edit-box{
  opacity: 1;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 1px, rgba(0, 0, 0, 0.06) 0px 1px 2px -2px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px;
}
.pipline-stage-box.active .pipline-stage-edit-bottom{
  visibility: visible;
}


.add-new-pipline-stage-box{
  min-width: 256px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 1 1 0%;
  padding: 16px;
  border-left: 1px solid rgb(238, 238, 238);
}

.add-new-pipline-stage-box .add-new-pipline-stage-text {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.add-new-pipline-stage-box .add-new-pipline-stage-text h1{
  font: 400 27px/32px Source Sans Pro,sans-serif;
  margin-bottom: 20px;
}
.add-new-pipline-stage-box .add-new-pipline-stage-text p{
  margin-bottom: 16px;
}



/*  Pipline Drag and Drop page Start */
.pipline-height-auto{
  height: auto !important;
}
.pipline-stage-box.pipline-drag-stage-box{
  min-width: 80px;
  /* width: auto; */
  flex: 1 1 0;
}
.pipline-stage-box.pipline-drag-stage-box .pipline-stage-header{
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
}
.pipline-stage-box.pipline-drag-stage-box .pipline-stage-header:before{
  top: auto;
  bottom: -9px;
  left: 50%;
  right: 0;
  margin-left: -30px;
  border-width: 10px 30px 0px 30px;
  border-color: #f7f7f7 transparent transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #f7f7f7;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.pipline-stage-box.pipline-drag-stage-box .pipline-stage-header:after{
  top: auto;
  bottom: -10px;
  left: 50%;
  right: 0;
  margin-left: -30px;
  border-width: 10px 30px 0px 30px;
  border-color: #dcdddd transparent transparent transparent;
  _border-color: #000000 #000000 #000000 #dcdddd;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.pipline-stage-box.pipline-drag-stage-box:hover .pipline-stage-header:before{
  border-color: #eeeeee transparent transparent transparent;
  _border-color: #000000 #000000 #000000 #eeeeee;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.pipline-stage-box.pipline-drag-stage-box .pipline-stage-header-inner:after{
  display: none;
}
.pipline-stage-box.pipline-drag-stage-box .pipline-stage-header:hover{
  cursor: auto;
}

.pipline-stage-box.pipline-drag-stage-box:last-child .pipline-stage-header:before,
.pipline-stage-box.pipline-drag-stage-box:last-child .pipline-stage-header:after{
  display: block;
}

.pipline-stage-box.pipline-drag-stage-box ul.notification-list{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pipline-stage-box.pipline-drag-stage-box .pipline-stage-edit-drag-box{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 8px 8px;
  height: 100%;
  padding-bottom: 34px;
}
/* .pipline-stage-box.pipline-drag-stage-box:hover .pipline-stage-edit-drag-box {
  background: rgb(238, 238, 238);
} */

.pipline-stage-dragable-box{
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /* height: 100%; */
  border-radius: 15px 0px 15px;
  margin: 0 0 5px;
  padding: 8px 8px;
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.05), 0 1px 2px -2px rgba(0,0,0,.06), 0 1px 3px 0 rgba(0,0,0,.07);
}
.pipline-stage-dragable-box:hover{
  box-shadow:1px 2px 4px rgba(63, 81, 181, 0.70);
}

.pipline-stage-dragable-box .pipline-stage-dragable-box-inner{
  position: relative;
  display: flex;
  flex-direction: column;
}
.pipline-icon-arrow{
  opacity: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0px;
  border-color: transparent #2196F3 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #2196F3 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

  transition: all 0.25s;
}
.pipline-stage-dragable-box:hover .pipline-icon-arrow{
  opacity: 1;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-detail{
  position: relative;
  color: #26292c;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-detail:hover{
  text-decoration: none;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-detail .pipline-stage-name{
  font-weight: bold;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-detail .pipline-stage-amount{
  color: #747678;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  margin-top: 5px;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-dragable-user{
  color: #747678;
  width: 60%;
  height: 24px;
  padding: 2px;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-alert{
  background-color: rgb(220, 221, 221, 0);
  border: 1px solid rgb(220, 221, 221, 0);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  padding: 2px;
  transition: all 0.25s;
  position: relative;
}
.pipline-stage-dragable-box:hover .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-alert{
  border: 1px solid rgb(220, 221, 221, 1);
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-alert:hover{
  background-color: rgb(220, 221, 221, 1);
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-alert.text-warning{
  color: rgb(255, 223, 92);;
}
.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-alert.text-warning i{
  vertical-align: text-top;
}

.pipline-stage-dragable-box .pipline-stage-dragable-box-inner .pipline-stage-dragable-alert-box .pipline-stage-alert .badge{
  position: absolute;
  top: -8px;
  right: -6px;
}

button.btn-add-icon {
  opacity: 0;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  border: none;
  background: #f7f7f7;
  height: 32px;
  font-size: 26px;
  color: #999;
  line-height: 0;
}
.pipline-stage-box.pipline-drag-stage-box .pipline-stage-edit-drag-box button.btn-add-icon:hover{
  background: rgb(238, 238, 238);
}
.pipline-stage-box.pipline-drag-stage-box:hover .pipline-stage-edit-drag-box button.btn-add-icon{
  opacity: 1;
}



/* Deal Popup Form */
.pipline-deal-popup .modal-dialog{
  width: 700px;
}
.pipline-deal-popup-header{
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
}
.pipline-deal-popup-footer{
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px ;
}
.pipline-deal-popup-box{
  position: relative;
  background: #f7f7f7;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner{
  display: flex;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-left,
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right{
  padding: 15px;
  flex: 0 0 50%;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right{
  padding: 0px;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-left{
  border-right: 1px solid #e5e5e5;
  background: #fff;
}

.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-left .form-control:focus{
  box-shadow: none;
  border-color: #2e6da4;
}

.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in{
  padding: 15px 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in .person-box {
  display: flex;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in .person-box .person-icon {
  font-size: 20px;
  color: #999; 
  padding-right: 8px;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in .person-box .person-detail-box {
  padding-left: 8px;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in .person-box .person-detail-box .btn-group .form-control{
  float: left;
  border-radius: 4px 0 0 4px;
  border-right: none;
  width: auto;
  max-width: 160px;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in .person-box .person-detail-box .btn-group .btn{
  border-radius: 0 4px 4px 0 !important;
}
.pipline-deal-popup-box .pipline-deal-popup-box-inner .pipline-deal-popup-right .pipline-deal-popup-right-in .person-box .person-detail-box .add-one-more {
  display: block;
  color: #333;
  margin-bottom: 20px;
}

.bg-white{
  background: #fff !important;
}
.bootstrap-tagsinput{
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #337ab7 !important;
  border: 1px solid #337ab7 !important;
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}

.radio-inline{padding-top: 0 !important;}
.application-done-icon{
  position: absolute;
  top: 0;
  right: 0;
}