
  .dealdetails{

  display: block; 
    width: 100%;
    height: 100%;
    background: #f7f7f7;

  }

.headingblock

{

    min-height: 120px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    
}
.bodyblock{

  display: flex;
    position: relative;
    width: 100%;
}
.dealactions {
  text-align: right;
   
    white-space: nowrap;
    float: right;
}
.dealactions img{

  width:32px;
  height:32px;
  margin-right:5px;
}
.dealname{

  

}
.won{
  border: 0;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    height: 32px;
    min-width: 32px;
    
    box-sizing: border-box;
   
     padding: 4px;
    background: #08a742;
    box-shadow: 0 1px 2px rgba(38,41,44,.08);
    padding-right: 12px;
    padding-left:12px;
    color:white;
    margin-left:25px;
    margin-right:4px;
    font-size: 14px;font-weight: 600;

}
.lost{
  border: 0;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    height: 32px;
    min-width: 32px;
    
    box-sizing: border-box;
   
     padding: 4px;
    background: #f94839;
    box-shadow: 0 1px 2px rgba(38,41,44,.08);
    padding-right: 12px;
    padding-left:12px;
    color:white;
    margin-left:4px;
    margin-right:8px;
    font-size: 14px;font-weight: 600;

}
.dealrelated span{

  margin:7px;
  font-weight: 400;
  font-size: 15px;

}

.dealrelated {

      padding-top: 10px;
}
  .dealname h3 {

    font: 400 27px/32px Source Sans Pro,sans-serif;
    color: #26292c;
    word-break: break-word;
    margin-top: 0px;
        margin-bottom: 0px;
  }
  .activitysubject h3{

    font: 400 18px/32px Source Sans Pro,sans-serif;
    color: #26292c;
    word-break: break-word;
    margin-top: 0px;
        margin-bottom: 5px;
  }
span.dealvalue{

  font-size: 22px;
}
.bodyblock .sideblock {
    flex: 0 0 auto;
    
    margin: 24px;
    margin-left: 0;
    width: 380px;
}

.sidedetails{

  display: block;
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
    
    border: 1px solid #e5e5e5;
   
    box-sizing: border-box;
    border-radius: 4px;
}

.sidedetailstitle {

  padding: 16px 0px 20px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 16px;
}
span.details {

  float:left;
  font-size: 13px;
    margin-top: 2px;
    color: #721ea9;
    font-weight: 600;
    text-transform: uppercase;

}
.customise button {

  text-align: right;
  margin-left:10px;
}
.customise  {

  text-align: right;
  
}
.item {
  position: relative;
    padding: 8px 16px;
}
.footer {

  border-top: 1px solid #f4f4f4;
    padding: 16px;
}
.content{
  flex: 1;
    min-width: 0;
    margin: 24px 24px 24px 0;
}
.content .pannel {

  box-sizing: border-box;
    display: block;
    margin-bottom: 24px;
    transition: box-shadow .1s linear;
    background: #fff;
    font: 400 15px/20px Source Sans Pro,sans-serif;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.16), 0 2px 2px 0 rgba(0,0,0,.05), 0 3px 1px -2px rgba(0,0,0,.06), 0 1px 5px 0 rgba(0,0,0,.1);
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
    color: #747678;
    font: 600 14px/20px Source Sans Pro,sans-serif;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
/*  transition: 0.3s;*/
 
}
.done .tab button {

  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 35px;
/*  transition: 0.3s;*/
 
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  border-bottom: 2px solid #ddd;
}
.done .tab button:hover { 
 background-color:transparent!important;
 border-bottom: none;
 color:#317ae2;

}
.done .tab button.active {
  background-color:transparent!important;
 border-bottom: 2px solid #317ae2;
 color:#317ae2;
}


/* Create an active/current tablink class */
.tab button.active {
  
      background: #cedff8;
          color: #317ae2;
          border-bottom: 2px solid #317ae2;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
}
.item  span:first-child {

  width:130px;
    display: inline-flex;
    text-align: left;
        font: 400 13px/16px Source Sans Pro,sans-serif;
    font-weight: 600;
    color: rgba(38,41,44,.64);
        word-wrap: break-word;
    margin: 2px 0;

}
.item span.righttext{

width: calc(100% - 140px);
text-align: left;
display: inline-flex; 
margin-left:3px;
}

.btnplanned , .btndone {

 background-color: grey;
 padding: 2px 12px;
 color:white;
 border-radius: 10px;
 font: 400 13px/16px Source Sans Pro,sans-serif;
display: inline-block;
    text-align: center;
    margin: 24px;
}

 .planned , .done {

  text-align: center;
  margin:10px;
}
.notescontent {

    background-color: #f7f7f7;
    border: 1px solid #e1d7d7;
    padding: 5px;
    margin: 20px;
}
 
.activitynote {

  background-color: #fffcdc;
   text-align: left;
   padding:16px;
   margin:20px;
   margin-top:0px;
   font-size: 14px;
       border: 1px solid #e1d7d7;
    border-top: none; 
   
}
.btn-primary.editorcancel,.editorcancelnotes {
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    color: #26292c;
    box-sizing: border-box;
    border: 1px solid grey;
}

h3 img {

  vertical-align: baseline;
  margin-right:5px;
}
.activitysubject{

   background-color: #f7f7f7;
    border: 1px solid #e1d7d7;
    padding: 5px;
    margin: 20px;
    text-align: left;
        position: relative;
}
.done .activitysubject{

   background-color: white;
    border: 1px solid #e1d7d7;
    padding: 5px;
    margin-bottom:0px;
    text-align: left
}
.planned .activitysubject{

    margin-bottom:0px;
    
}

blockquote {
  border-left: none;
  font: 400 14px/16px Source Sans Pro,sans-serif;
  text-align: left;
}
.activitydetails span {
 
 margin:10px;
 color:#747678;
 font-size: 13px;

}
.activitydetails  {
 
 margin:6px;
 
}
.personlinkdin,.Linkdin  {

overflow: hidden;
white-space: nowrap;
display:inline-block!important;
text-overflow: ellipsis;

}
.address , .website , .Linkdin , .personemail, .personlinkdin {
  color: #317ae2
}
.fa-user , .fa-building{
    margin-right: 5px;
}

.done .tab {


  background: none;
    border: none;
    font-size: 11px;
 }
 .donetab{
 
  display: inline-block;
  text-align: center;

 }
 #donenotes .notescontent {

  background-color: #fffcdc;
  text-align: left;
padding: 15px;
 font: 400 14px/16px Source Sans Pro,sans-serif;
 min-height: 80px;
overflow: hidden;
max-height: 110px;
 }

 #alldonenotes .notescontent {
    background-color: #fffcdc;
    text-align: left;
    padding: 15px;
    font: 400 14px/16px Source Sans Pro,sans-serif;
    min-height: 80px;
    overflow: hidden;
    max-height: 110px;
}

 .fa.fa-arrows-v{

  text-align: right;
    float: right;
    cursor: pointer;
    display: block;
}

.fa.fa-arrows-h{

  text-align: right;
    float: right;
    cursor: pointer;
    display:none;
}
 
#donenotes .notescontent.expand {

  height:auto!important;
  display: inline-table;
    width:97%;
    padding:25px;
}

#donenotes .notescontent.expand .fa.fa-arrows-v {

   display: none;
}

#donenotes .notescontent.expand .fa.fa-arrows-h {

   display: block;
}

#alldonenotes .notescontent.expand .icons{
position: relative;
top:-20px;

}
#donenotes .notescontent.expand .icons{
position: relative;
top:-20px;

}
#alldonenotes .notescontent.expand {

  height:auto!important;
  display: inline-table;
    width:97%;
    padding:25px;
}

#alldonenotes .notescontent.expand .fa.fa-arrows-v {

   display: none;
}

#alldonenotes .notescontent.expand .fa.fa-arrows-h {

   display: block;
}

.numberofnotes {

  float:right;
  margin-left:6px;
}
.expectedclosedate {
  float:right;
  text-align: right;
}
/* .activitysubject:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 20px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-left: 1px solid #e1d7d7;
    border-bottom: 1px solid #e1d7d7;
    transform: rotate(45deg);
}*/
 .dealstage {

  position: relative;
    display: table;
    height: 24px;
    overflow: visible;
    margin-top:8px;
 }

 .dealstage ul li{
  position: relative;
    background: #e5e5e5;
    display: table-cell;
    text-align: left;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
   
 }
  .dealstage ul{
      padding: 0px;
      margin-top:10px;
 }
  .dealstage ul li .stagecontent {

    width:217px;
    height: 24px;
  }

.dealstage ul li.active {

  /*  background-color : green; */

  }
 ul li span.stagearrow:after {
    width: 20px;
    height: 18px;
    position: absolute;
    right: 207px;
    top: 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: scaleX(0.5) rotate(45deg);
    content: " ";
    cursor: pointer;
    background: #e5e5e5;
}
ul  li.active .stagecontent span.stagearrow:after {
  
    width: 20px;
    height: 18px;
    position: absolute;
    right: 207px;
    top: 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: scaleX(0.5) rotate(45deg);
    content: " ";
    cursor: pointer;
    background: #338005;
}
ul  li.active .stagecontent span.stagearrow.lostafter:after {
    
    width: 20px;
    height: 18px;
    position: absolute;
    right: 207px;
    top: 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: scaleX(0.5) rotate(45deg);
    content: " ";
    cursor: pointer;
    background: #f94839;
}
ul  li.active+li .stagecontent span.stagearrow:after {
  
    width: 20px;
    height: 18px;
    position: absolute;
    right: 207px;
    top: 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: scaleX(0.5) rotate(45deg);
    content: " ";
    cursor: pointer;
    background: #338005;
}
ul  li.active+li .stagecontent span.stagearrow.lostafter:after {
    
    width: 20px;
    height: 18px;
    position: absolute;
    right: 207px;
    top: 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: scaleX(0.5) rotate(45deg);
    content: " ";
    cursor: pointer;
    background: #f94839;
}

ul li:first-child .stagecontent .stagearrow {

    display: none;
}
.editnotes, .editnotestable,.deletenoteclass,.deleteactivityclass{
  float:right;
  margin-left: 10px;
    margin-right:10px;

}
.notesplaceholder , .activityplaceholder{
  height: 60px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font: 400 15px/20px Source Sans Pro,sans-serif;
    color: #b9babb;
    background-color: #fff;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.activityplaceholder{

  display: none;

}

#noteeditor { 

  display:none;
}

a.class.pull-right {
  position: absolute;
    right: 29px;
    top: 10px;
    cursor: pointer;
}

.input-group[class*=col-] {
    float: left!important;
    padding-right: 0;
    padding-left: 0;
}
button.lost:focus {

outline: 0px auto;

}
button.won:focus {

outline: 0px auto;
}
.textareaactivity{
  border: 0px;
    margin: 0px;
    width: 815px;
    height: 27px;
    background-color: rgb(255, 252, 220);
    overflow: hidden;
}


ul.kanbanprogress,ul.kanbanprogress1{
list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
  }
  
  ul.kanbanprogress li {
  
  
  display: inline-block;
    background: #FFFF00;
    height: 15px;
    margin-right: 2px;
  
  }
  ul.kanbanprogress1 li {
  
  
  display: inline-block;
    background: #1561B9;
    height: 15px;
    margin-right: 2px;
  
  }
  ul.kanbanprogress li:first-child,ul.kanbanprogress1 li:first-child{
    border-radius: 7px 0px 0px 7px;
  }
  ul.kanbanprogress li:nth-child(2),ul.kanbanprogress1 li:nth-child(2) {
  
  opacity:0.6;
  
  
  }
  ul.kanbanprogress li:nth-child(3),ul.kanbanprogress1 li:nth-child(3) {
  
  opacity:0.4;
  
  
  }
  ul.kanbanprogress li:nth-child(4),ul.kanbanprogress1 li:nth-child(4)  {
  
  opacity:0.2;
  
  
  }
  ul.kanbanprogress li:last-child,ul.kanbanprogress1, li:last-child{
    border-radius:0px 7px 7px 0px;
  }
    .bootstrap-tagsinput{
        width: 100%;
    }
#cke_2_contents , #cke_1_contents {

                    height:100px!important;
                    background-color: background: rgb(255, 252, 220);
;
                  }
                  .plannedempty {

                    display:none;
                  }

   .col-md-1 {
   
    margin-top:5px;
}

#activityeditor  .input-group .input-group-addon {
    padding:0px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
     background-color: #ffffff00; 
     border: 1px solid #ffffff00;
   
    position: relative;
    left: -20px;
    z-index: 99;
    top: 1px;
}

#activityeditor .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 4px 4px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px!important;

}

.typebutton {

    background-color: white;
    display: inline-block;
    padding: 7px;
    border: 1px solid #d7d7d7;
    
   margin: 0px;
    float: left;
    height: 32px;
    width: 32px;

}
.typebuttons {

  margin:8px 0px;

}

.typebutton.active {

   color:#317ae2;
   background: #eff5fd;
   border: 1px solid #317ae2;
   padding: 7px;
 }


.dateinput {

    width:15%;
    float:left; 

}
.dateinput ::placeholder {

    font-size: 13px;

}
.timeinput ::placeholder {

    font-size: 13px;

}
.timeinput {
   
   width:12%;
   float:left;

}
.colmd6 {

     display: inline-flex;
}
.colmd6 span.glyphicon {

    margin-top:8px;
    margin-right:10px;
}
.colmd6 .fa.fa-building {

    margin-top:8px;
    margin-right:10px;
}
.dropify-wrapper{
    height:90px;
}
    
#cke_2_contents , #cke_1_contents {

height:100px!important;
background-color: background: rgb(255, 252, 220);

}
.plannedempty {

display:none;
}

   .col-md-1 {
   
    margin-top:5px;
}

#activityeditor  .input-group .input-group-addon {
    padding:0px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
     background-color: #ffffff00; 
     border: 1px solid #ffffff00;
   
    position: relative;
    left: -20px;
    z-index: 99;
    top: 1px;
}

#activityeditor .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 4px 4px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px!important;

}

.typebutton {

    background-color: white;
    display: inline-block;
    padding: 7px;
    border: 1px solid #d7d7d7;
    
   margin: 0px;
    float: left;
    height: 32px;
    width: 32px;

}
.typebuttons {

  margin:8px 0px;

}

.typebutton.active {

   color:#317ae2;
   background: #eff5fd;
   border: 1px solid #317ae2;
   padding: 7px;
 }


.dateinput {

    width:15%;
    float:left; 

}
.dateinput ::placeholder {

    font-size: 13px;

}
.timeinput ::placeholder {

    font-size: 13px;

}
.timeinput {
   
   width:12%;
   float:left;

}
.colmd6 {

     display: inline-flex;
}
.colmd6 span.glyphicon {

    margin-top:8px;
    margin-right:10px;
}
.colmd6 .fa.fa-building {

    margin-top:8px;
    margin-right:10px;
}
.dropify-wrapper{
    height:90px;
}


  #calendar {
    max-width: 485px;
    margin: 0 auto;
    height: 500px;
  }
 .calendarplan{

    position: absolute;
    top: 74px;
    left: 70%;
    width: 300px;
   

 }
.Linkdin, .personlinkdin {

   cursor: pointer;
}

#cke_editor3{
	width:100%;
}


