/* sk - 30-01-2018 start */

.activityTitle{
    font-size:12px;
    color: #006998;
    font-weight: bold;
}

.activityNotes{
    font-size:12px;
}

.fabIcons{
    font-size: 1.5em;
    margin-top: 18px;
    color: #fff;
}

.imgDetailLeft{
    width:18px;
    float:right;
}
.divDetailLeftPrice span{
    font-size: 14px;
    font-weight: bold;

}
.customContainer{
    padding-left:15px !important;
    padding-right:15px !important;
}

.noPadding{
    padding:0px;
}

.btnNewOffer{
    background:#303F50;
    color:#fff;
    padding:4px 10px;
    border-radius:3px !important;
    margin-right:20px;
}
.btnGroup{
    margin-right:20px;
}
.btnGroup button{
    color:#A0A0A0 !important;
    border-color:#A0A0A0 !important;
    padding:3px 10px !important;
}
.btnGroup button:first-child{
    /* border-radius:5px !important; */
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.btnGroup button:last-child{
    /* border-radius:5px !important; */
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs10{
    font-size: 10px !important;
}
.surveyGrey{
    color:#A0A0A0 !important;
}
.surveyBlack{
    color:#444 !important;
}

.subheadImg{
    width:22px;
}
.mobtext{
    font-size:10px !important;
}
.customDropDown{
    float:right;
}

.customDropDown button{
    border-radius: 3px !important;
    margin-left: 10px;
    padding: 4px 10px;
    width: 120px;
    text-align: left;
    font-size: 12px;
    color:#444 !important;
}


.customDropDown button span{
    position: absolute;
    right: 10px;
    top: 43%;
}

.bgWhite{
    background:#f9f9f9;
}
.padLeft0{
    padding-left:0px;
}

.leftheadingcontent
{
    color:#444;
}

.customTab li a{
    padding:5px 10px;
}

.tab-content{
    margin-bottom:10px;
}

.staticblock
{
    cursor: pointer;
    border: 2px solid #F4F3F7;
    border-radius:2px !important;
    width: 95%;
    margin: 10px auto;
    background: #FBFAFD;
    overflow:hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfbff+0,efecf1+100 */
    background: rgb(253,251,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,251,255,1) 0%, rgba(239,236,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbff', endColorstr='#efecf1',GradientType=0 ); /* IE6-9 */
}

.righttabhead1{
    height:550px;
    background: #eff4fb;
    padding-bottom: 5px;
    width: 90% !important;
    margin-left: 4%;
    padding: 0!important;
    padding-top: 10px !important;
}

.righttabhead {
    border: 1px solid #e2e2e2;
    background: #F4F2F6;
    //margin-top: 12%;
    width: 90% !important;
    margin-left: 4%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfbff+0,efecf1+100 */
    background: rgb(253,251,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,251,255,1) 0%, rgba(239,236,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbff', endColorstr='#efecf1',GradientType=0 ); /* IE6-9 */

}
.adjust .row div.righttabhead1:first-child{
    padding-top:22px !important;
}

.martop10{
    margin-top:10px;
}

.txtRight{
    text-align: right;
}

.padRight5{
    padding-right:5px !important;
}
/* breadcrums */
.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 40px;
    padding: 0;
  }

  .breadcrumb li {
    float: left;
  }
  .breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
  }
  .breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
  .breadcrumb li:first-child a {
    padding-left: 10px;
  }
  .breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
  .breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
  .breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
  .breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
  .breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
  .breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
  .breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
  .breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
  .breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
  }
  .breadcrumb li:last-child a:after { border: 0; }
  .breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
  .breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }


  .steps {
    margin: 40px;
    padding: 0;
    overflow: hidden;
  }
  .steps a {
    color: white;
    text-decoration: none;
  }
  .steps em {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
  }
  .steps li {
    float: left;
    margin-left: 0;
    width: 150px; /* 100 / number of steps */
    height: 70px; /* total height */
    list-style-type: none;
    padding: 5px 5px 5px 30px; /* padding around text, last should include arrow width */
    border-right: 3px solid white; /* width: gap between arrows, color: background of document */
    position: relative;
  }
  /* remove extra padding on the first object since it doesn't have an arrow to the left */
  .steps li:first-child {
    padding-left: 5px;
  }
  /* white arrow to the left to "erase" background (starting from the 2nd object) */
  .steps li:nth-child(n+2)::before {
    position: absolute;
    top:0;
    left:0;
    display: block;
    border-left: 25px solid white; /* width: arrow width, color: background of document */
    border-top: 40px solid transparent; /* width: half height */
    border-bottom: 40px solid transparent; /* width: half height */
    width: 0;
    height: 0;
    content: " ";
  }
  /* colored arrow to the right */
  .steps li::after {
    z-index: 1; /* need to bring this above the next item */
    position: absolute;
    top: 0;
    right: -25px; /* arrow width (negated) */
    display: block;
    border-left: 25px solid #7c8437; /* width: arrow width */
    border-top: 40px solid transparent; /* width: half height */
    border-bottom: 40px solid transparent; /* width: half height */
    width:0;
    height:0;
    content: " ";
  }

  /* Setup colors (both the background and the arrow) */

  /* Completed */
  .steps li { background-color: #7C8437; }
  .steps li::after { border-left-color: #7c8437; }

  /* Current */
  .steps li.current { background-color: #C36615; }
  .steps li.current::after { border-left-color: #C36615; }

  /* Following */
  .steps li.current ~ li { background-color: #EBEBEB; }
  .steps li.current ~ li::after { border-left-color: #EBEBEB; }

  /* Hover for completed and current */
  .steps li:hover {background-color: #696}
  .steps li:hover::after {border-left-color: #696}



  .arrows { white-space: nowrap; }
  .arrows li {
      display: inline-block;
      line-height: 26px;
      margin: 0 9px 0 -10px;
      padding: 0 20px;
      position: relative;
  }
  .arrows li::before,
  .arrows li::after {
      border-right: 1px solid #666666;
      content: '';
      display: block;
      height: 50%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: -1;
      transform: skewX(45deg);
  }
  .arrows li::after {
      bottom: 0;
      top: auto;
      transform: skewX(-45deg);
  }

  .arrows li:last-of-type::before,
  .arrows li:last-of-type::after {
      display: none;
  }

  .arrows li a {
     font: bold 24px Sans-Serif;
     letter-spacing: -1px;
     text-decoration: none;
  }

  .arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); }
  .arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); }
  .arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); }
  .arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); }


.pipelinechange{
    width:100%;
}

.rightheadbar{
    margin-bottom: 0px !important;
}
 *{
     overflow-x:none !important;
 }
.leftblock1 {
    overflow-y: auto;
    max-height: 360px;
}

/* sk - 30-01-2018 end */

.page-head .page-title{
    padding: 14px 0 !important;
    }
    .page-content{
    padding: 5px 0 !important;
    }
    .lobilists .lobilist-title{
    font-size: 14px !important;
    padding-left: 0px !important;
    }
    .lobilist-item{
    padding-left: 10px !important;
    padding-top: 0px !important;
    }
    .lobilist-item-title{
    display: inline;
    font-size: 11px !important;
    }
    .lobilist-item-description{
    display: inline;
    font-size: 9px;
    font-style: normal !important;
    color:black !important;
    }
    .lobilist-item-duedate{
    position: unset !important;
    top: 0 !important;
    left: 0px;
    font-style: normal !important;
    color: black !important;
    font-size: 9px !important;
    }

    .drag-handler{
    /* //right: 0 !important; */
    /* //left:100% !important;  */
    width: 100% !important;
    border-left: none !important;
    border-right: 8px dotted #ddd !important;
    }
    .lobilist-body{
    background: #eff4fb;
    }
    .lobilists .lobilist.lobilist-success{
    border: none !important;
    box-shadow: none !important;
    }
    .lobilist-items.ui-sortable{
    padding-left: 3px !important;
    padding-right: 0px !important;
    }
    .lobilist-item{
    background: white !important;
    }
    .lobilist-header.ui-sortable-handle{
        min-height: 29px !important;
        padding: 4px 8px !important;
    }
    .lobilists .lobilist-actions{
        top: 0 !important;
    }
    .headright{
    background: white;
    margin-top: 0px !important;
    }
    .headright .lobilist-wrapper{
    width: 180px !important;
    margin-right:1px !important;
    background: #eff4fb;
    }
    .rightheadbar .row{padding-top:15px;}
    .rightheadbar a:hover{
    text-decoration: none;
    }

    .rightpart1 a img{
    width: 25px;
    }
    .rightpart1 .prevbtn{
    background: #303c4f;
    padding: 6px 15px 6px 15px;
    border-radius: 3px !important;
    color: white;
    text-decoration: none;
    font-size: 13px;
    }
    .rightpart1 .ultab{
    display: inline;
    background: white;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 3px !important;
    padding-left: 0;
    padding-right: 0;
    /* //display: inline; */
    margin-left: 15px;
    margin-right: 15px;
    }
    .ultab .litab1{
    background: #e5e5e5;
    padding: 5px;
    padding-left: 10px;
    padding-right: 7px;
    border-right: 1px solid;
    }
    .ultab .litab2{
    padding: 5px;
    border-right: 1px solid;
    padding-left: 10px;
    padding-right: 7px;
    }
    .ultab .litab3{
    padding: 5px;

    padding-left: 10px;
    padding-right: 7px;

    }
    .ultab .litab1 span{
    color: #9f9f9f;
    }
    .ultab .litab2 span{
    color: #9f9f9f;
    }
    .ultab .litab3 span{
    color: #9f9f9f;
    }

    .lstbtns{
    text-align: center;
    margin-bottom: 18px;
    margin-top: 18px;
    }
    .lstbtns a:hover{
    text-decoration: none;
    }
    .lostbtn{
    padding: 10px;
    padding-left: 10px;
    background: red;
    color: white;
    width: 250px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 600;
    }

    .wonbtn{
    padding: 10px;
    font-weight: 600;
    padding-left: 10px;
    background: #2cbf55;
    color: white;
    width: 250px;
    padding-left: 100px;
    padding-right: 100px;
    }
    .rightbuttons{
    text-align: right;
    position: absolute;
    top: 36%;
    right: 2%;
    }
    .rightbuttons .righttbn{

    margin-right: 9px;
    margin-bottom: 0px;
    margin-top: 12px;
    }
    .lobilists.single-line{
    position: relative;
    /* //height: 570px !important; */
    }
    .mobhide{
        font-size: 13px;
    }

    /*UI Adjustment*/
    /* 11-01-2018*/
    .page-content-inner a:hover
    {
        text-decoration:none;
    }


    .leftheadingcontent h2
    {
        font-weight: 500;
    }


    .leftheadingcontent p
    {
        font-weight: 600;
        margin-top: 0px;
    }


    .leftnav
    {
        margin-bottom: 0 !important;
    }

    .leftnav li a
    {
        font-size: 12px !important;color:#555
    }

    .leftnav > li.active > a, .leftnav > li.active > a:focus, .leftnav > li.active > a:hover
    {
        background: transparent !important;
    }


    .staticblock div
    {
        margin:2px 0 1px;
    }

    .staticblock p
    {
        margin:0;
        width: 95%;
        margin: 0 auto;
    }

    .staticblock .deal
    {
        font-weight: 600;
        font-size: 16px;
    }

    .staticblock .dealtitle{
        font-size: 15px;
    }
    .leftshift{
        font-size: 13px;
        line-height: 1;
    }
    .leftshift1 ul,.days_tab ul{
        margin:0 ;padding:0
    }
    .leftshift1 ul li ,.days_tab ul li{
        list-style:none;
        float:left;
        position:relative;
    }

    .leftshift1 ul li:before,.days_tab ul li:before{
       position: absolute;
        display: block;
        border: 9px solid transparent;
        border-left: 3px solid #2cbf55;
        border-right: 0;
        top: 1px;
        z-index: 11;
        content: '';
        right: -2px;
    }
    .leftshift1 ul li:after,.days_tab ul li:after{
        position: absolute;
        display: block;
        border: 10px solid transparent;
        border-left: 3px solid #fff;
        border-right: 0;
        top: 0;
        z-index: 10;
        content: '';
        right: -3px;
        }
     .leftshift1 ul li a{font-size:11px}
     .days_tab ul li a{border-radius: 3px !important;
        font-size: 11px;
        /* padding: 2; */
        padding-top: 2px;
        padding-bottom: 2px;
        /* line-height: 33px; */}
    .leftshift1 a{
        background: #2CBF55;
        padding: 2px 7px;
        border-radius:2px !important;
        color: white;
        font-size: 12px;
    }
    .rightshift{
        text-align: right;
    }
    .btn-holder{margin:16px 0;text-align:right}
    .rightshift .currency{
        font-size: 16px;
        font-weight: 600;
    }
    .rightshift .amount{
        font-weight: 600;
        font-size: 16px;
    }
    .lost{background: #cc0000;
        border: none;
        padding: 5px 20px;
        border-radius:4px !important;
    }
    .won{    background: #2cbf55 !important;
        border: none;
        border-radius: 4px !important;
        padding: 5px 20px;
        margin-right: 8px;}
    .rightshift1{
        color:#444;
        padding-left: 10px !important;
        font-size: 10px;
        text-align: right;
        padding-right:7px !important;
        margin-top: 2px;
    }
    .rightshift a{
        color: white;
        padding: 1px 10px;
        font-size: 10px;
        font-weight: 600;
        border-radius: 10px !important;
        min-width: 65px;
        display: block;
        text-transform: uppercase;
        text-align: center;
        float: right;
    }
    .closing{background: #2cbf55;}
    .hot{background: #CC0000;}
    .cold{background: #DAE622;}

    .boxborder{
    border: 1px solid #ddd;
    padding: 3px 0;
    background: white;
    }


    .boxborder a
    {
        padding: 0 10px;
        border-radius: 12px !important;
        color: white
    }

    .boxborder .col-md-9  span
    {
        margin-left: 5px;
        font-size: 13px;
    }

    .boxborder .col-md-3
    {
        text-align: right;
        color: gray;
        font-size: 12px;
        margin-top: 2px;
        padding: 0 7px;
        position: absolute;
        right: 0;
        bottom: 5px;
    }


    .greycol{color:lightgray; font-size:10px}
    .boxtitle{font-size: 13px;
        color: #337ab7 !important;
        padding: 0 !important;
        font-weight: bold;}
    .boxtext
    {
        margin: 5px 0;
        font-size: 13px;
        color:#555;
    }

    .righttabhead1 .fa-rocket,.righttabhead1 .fa-envelope
    {
        margin-left: 10px;
        margin-top: 5px;
    }

    .lastcolumn
    {
        padding: 0;
        padding-left: 3px !important;
    }

    .days
    {
        text-decoration: underline;
        margin-left: 5px;
        font-size: 13px;
    }

    .derytext
    {
        text-align: right;
        color: gray;
        font-size: 12px;
       /* // margin-top: 2px; */
    }

    .lastcolumn img
    {
        width: 18px;
        border-radius: 50% !important;
    }
    .righttab p{
    font-weight: 600;
    margin: 10px 0;
    }
    .righttab a{
        background: #2cbf55;
        color: white;
        padding: 0px 10px;
        /* //margin-right: 2px; */
        font-size: 13px;
    }


/* Details Draft 24-07-18*/

.socialIconsBlock{
    position: absolute;
    right: 0;
    top: 3.4vh;
}

.leftheadingcontent h2{
    font-size: 26px;
    display: inline-block;
   // margin-bottom: 15px;
}

.socialIcons
{
    border: 1px solid #d7d8da;
    border-radius: 50% !important;
    padding: 4px 10px;
    background: #F5F5F7;
    color: #d7d8da;
    display: inline-block;
    text-align: center;
}

.socialIcons.active
{
    background: #2F5784;
    color: #fff;
}

.socialIcons.active a, .socialIcons.active a:hover, .socialIcons.active a:focus
{
    color: #fff !important;
}

.socialIcons i
{
    font-weight: bold;
}
}

.countHead{
    position: relative;
}

.countNo{
    background: #F48210;
    border-radius: 50% !important;
    padding: 1px 5px;
    color: white;
    position: absolute;
    top: -1vh;
    font-size: 10px;
    right: -0.3vw;
    z-index: 9999;

}
.highlight{
    color: #2cbf55;
}
.stagesLists li::before, .stagesLists li::after{
        border-left: 0 !important;
}

.right{
    text-align: right;
}
.nopadding{
    padding: 0;
}
.leadsTab .active{
    background: gray;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    color: white;
}

.leadsTab .active a{
    background: transparent !important;
    border:none !important;
    color: white !important;

}
.leadsTab{
    border:none;
    margin:0;
    margin-bottom: 0!important;
}

.leadsTab  li{
    margin-right: 5px;
    margin-top: 1.2vh;
}

.leadsTab a
{
    font-size: 12px !important;
    padding: 1px 5px !important;
}

.ShowingLI{
    font-size: 12px;
    color: black;
    padding: 3px 5px;
    padding-top: 0;
    margin-top: 1.4vh;
}

.iconicButtons
{
    padding: 4px 10px;
    background: rgb(253,251,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,251,255,1) 0%, rgba(239,236,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbff', endColorstr='#efecf1',GradientType=0 ); /* IE6-9 */
    border: 1px solid lightgray;
    border-radius: 5px !important;
    font-size: 13px;
}

.iconicButtons i
{
    margin-right: 4px;
}
.selectBoxCall{
    padding: 4px 10px;
    background: #e8e8e8;
    border: 1px solid lightgray;
    border-radius: 5px !important;
    -webkit-appearance: menulist;
    font-family: 'FontAwesome', 'Sans-Serif';
    font-size: 13px;
    margin-right: 5px;
}
 .selectBox{
    background: white;
    padding: 3px 5px;
    border-radius: 5px !important;
    border:1px solid lightgray;
    -webkit-appearance: menulist;
     font-size: 13px;

}

.righttabhead{
    padding-top: 7px;
    padding-bottom: 7px;
    background: #eeeeee;
    margin-top: 8px;
}
.callDualIcon{
    border-left: 1px solid gray;
    padding: 4px 0;
}
.callDualIcon i{
    margin-right: 0;
    margin-left: 5px;
}
.iconicCallButton{
    padding: 4px 10px;
    background: #e8e8e8;
    border: 1px solid lightgray;
    border-radius: 5px !important;
    padding-right: 5px;
}
.rightDetailsTab{
    background: transparent;
}
.adjust .row div.rightDetailsTab:first-child{
    padding-top: 0 !important;
}
.rightDetailsTab .showingText{
    margin: 0;
    padding: 10px 5px;
    color:gray;
    font-weight: 600;
    font-size: 12px;
}
.rightDetailsTab .showingText span{
    color: black;
    font-size: 12px;
}

.leadDetailsRight .days_tab
{
    margin-bottom: 1.5vh;
}

.col-md-4 .tab-content
{
    background: #f9fafa;
}

ul.stagesLists li
{
    font-size: 11px;
}

.lastActionDate
{
    color: black;
    font-weight: bold;
    font-size: 9px;
}

.leadsUL li::before, .leadsUL li::after
{
        border-left: 0 !important;
}

ul.leadsUL li
{
    font-size: 11px;
}

.leadsUL .phase1,.leadsUL .phase3
{
    font-size: 9px;
    margin-top: 0.5vh;
}

.leadsUL .phase2
{
    color: white;
    padding: 0px 6px;
    margin: 0 3px;
    font-weight: 600;
}

.divDetailLeftPrice{
    padding-left: 8px;
    padding-right: 7px;
}
.staticblock{
    padding-bottom: 8px;
    margin-top: 15px;
    border: 1px solid lightgray;
}
.dealtitle{
    font-weight: bold;
}
.leftshift1{
    padding-right: 0;
}

.stagesLists .phase1,.stagesLists .phase5
{
    margin-left: 5px;
    margin-right: 8px;
    font-size: 9px;
    margin-top: 1vh;
}

.stagesLists .phase2
{
    background: #f5f5f7;
    color: #b1b1b3;
    padding: 3px 35px;
    border: 1px solid #e2e2e2;
}

.noBackgroundStageContainer
{
    background: #fff !important;
}

.stagesLists .phase3
{
    padding: 3px 35px;
    color: white;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.stagesLists .phase4
{
    background: #f5f5f7;
    padding: 3px 35px;
    color: black;
    margin-right: 8px
}

.wonBtn
{
    //margin-left: 15vh;
}

.amount,.currency{
    color: #2cbf55;
}
.rightDetailsTab .active{
    height: 80%;
}
.leftDetailTab{
    height: 500px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.rightDetailsTab i.fa.fa-rocket {
    margin-left: 5px;
}
.rightDetailsTab .col-md-1.txtRight{
    text-align: left;
}
.rightDetailsTab .tab-pane.active, .rightDetailsTab .leadMessage{
    padding-left: 0;
}

.stagesLists .topDayTag
{
    position: absolute;
    top: -3vh;
    color: gray;
    font-size: 9px;
}
.leadDetailsRight i.fa.fa-product-hunt{
    margin-right:5px;
}
.leadDetailsRight .wonLoseBtns{
    padding-left: 0;
    text-align: right;
}
.col-md-5.rightshift1 {
    margin-top: 4px;
}
.staticblock .col-md-7,.col-md-8.leftshift1{
    padding-left: 7px;
}

.addNoteButton, .addEmailButton, .addCallButton, .addTextButton
{
    margin-right: 5px;
}

.btn-icon-only.btn-xs
{
    height: auto;
}

.margin-top-5-class
{
    margin-top: 5px;
}

.dropdownArrowInLogs
{
    color: #5F5f5F !important;
    padding-right: 5px !important;
}

.pipeline_lead_contact_information_holder
{
    padding-left: 5px;
}

.company_form_container
{
    margin: 10px;
}

#pipelineLeadDetailHistoryTable th, #pipelineLeadDetailHistoryTable td
{
    font-size: 12px !important;
}

.showSurveyResponseIcon a, .showSurveyResponseIcon a:hover, .showSurveyResponseIcon a:focus
{
    color: #333;
}

.addNewContactButton
{
    font-weight: bold;
}


.contactBlock
{
    cursor: pointer;
    border: 2px solid #F4F3F7;
    border-radius:2px !important;
    width: 95%;
    margin: 10px auto;
    background: #FBFAFD;
    overflow:hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfbff+0,efecf1+100 */
    background: rgb(253,251,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,251,255,1) 0%, rgba(239,236,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbff', endColorstr='#efecf1',GradientType=0 ); /* IE6-9 */
}

.contactBlock div
{
    margin:2px 0 1px;
}

.contactBlock p
{
    margin:0;
    width: 95%;
    margin: 0 auto;
}

.contactBlock .deal
{
    font-weight: 600;
    font-size: 16px;
}

.contactBlock .dealtitle
{
    font-size: 15px;
}

.contactBlock
{
    height: 90px;
}

.contactBlock
{
    padding-bottom: 8px;
    margin-top: 15px;
    border: 1px solid lightgray;
}


.headerSeperatorHR
{
    margin-top: 5px;
	margin-bottom: 5px;
    border-top: 1px solid #E2E2E2;
}


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th
{
    border: none;
}

.opportunitiesContainerTable>tbody>tr>td, .tasksContainerTable>tbody>tr>td, .contactsContainerTable>tbody>tr>td
{
    padding-left: 0px;
    padding-right: 0px;
}

.opportunityIcon
{
    font-weight: 600;
    font-size: 16px;
}

.opportunityTitle
{
}

.leadStagesContainerColumn ul li
{
    list-style:none;
    float:left;
    position:relative;
}

.leadsUL
{
    padding-left: 10px !important;
}


.actualTasksContainer, .actualOpportunitiesContainer, .actualContactsContainer
{
    font-size: 13px !important;
}

.opportunitiesContainerTable td, .tasksContainerTable td, .contactsContainerTable td, .rightSideBoxOpportunitiesContainerTable td
{
    font-size: 13px !important;
}

.opportunitiesContainerTable tr:hover, .tasksContainerTable tr:hover, .contactsContainerTable tr:hover
{
    background-color: #EEEEEE;
}

.opportunityPrice
{
    color: #333;
    font-weight: normal;
}

.opportunityPastStages, .opportunityFutureStages
{
    font-size: 10px;
    margin-top: 0.5vh;
}

.opportunityPastStages
{
    text-align: right;
    padding-right: 5px !important;
}

.opportunityFutureStages
{
    text-align: left;
    padding-left: 5px !important;
}

.opportunityNameIconTd
{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    max-width:1px;
}

.opportunityCurrentStageContainer
{
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}

.actualOpportunitiesContainer
{
    max-height: 20vh;
    overflow-y: auto;
    background-color: white;
}

.completeOpportunitiesContainer
{
    min-height: 15vh;
}

.actualTasksContainer
{
    max-height: 20vh;
    overflow-y: auto;
    background-color: white;
}

.completeTasksContainer
{
    min-height: 15vh;
}

.actualContactsContainer
{
    max-height: 20vh;
    overflow-y: auto;
    background-color: white;
}

.completeContactsContainer
{
    min-height: 15vh;
}

.completeTasksContainer
{
    margin-top: 20px;
}

.completeContactsContainer
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.taskNameTd
{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    max-width:1px;
}

.justIconButton
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 0px;
    text-align: center;
}


.iconButtonForPipelineLeadDetail, .iconButtonForPipelineLeadDetail.default:not(.btn-outline).active.focus, .iconButtonForPipelineLeadDetail.default:not(.btn-outline).active:focus, .iconButtonForPipelineLeadDetail.default:not(.btn-outline).active:hover, .iconButtonForPipelineLeadDetail.default:not(.btn-outline):active.focus, .iconButtonForPipelineLeadDetail.default:not(.btn-outline):active:focus, .iconButtonForPipelineLeadDetail.default:not(.btn-outline):active:hover, .open>.iconButtonForPipelineLeadDetail.default:not(.btn-outline).dropdown-toggle.focus, .open>.iconButtonForPipelineLeadDetail.default:not(.btn-outline).dropdown-toggle:focus, .open>.iconButtonForPipelineLeadDetail.default:not(.btn-outline).dropdown-toggle:hover
{
    color: #000 !important;
    background: rgb(253,251,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,251,255,1) 0%, rgba(239,236,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,251,255,1) 0%,rgba(239,236,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbff', endColorstr='#efecf1',GradientType=0 ); /* IE6-9 */
    border: 1px solid lightgray;
    border-radius: 5px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.completeContactsContainer
{
    min-height: 20vh;
}

.contactNameTd
{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    max-width:1px;
}


.ellipsisButtonsForLeadDetailPage
{
    background: none;
    border: none !important;
}

.currentPipelineLeadPrice
{
    font-weight: 700 !important;
    font-size: 27px !important;
}

.leadDetailsRight p
{
    font-weight: 600;
    margin-top: 0px;
}

.pipelineLeadActivityPanel
{
    margin-top: 20px;
}

.pipelineLeadActivityPanel .panel-body
{
    padding: 10px;
    font-size: 18px !important;
    text-align: center;
    color: #A0A0A0 !important
}

.timeAgoInPipelineLeadDetail
{
    margin-left: 2px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.pipelineLeadDetailStageNameContainer
{
    background-color: #808080;
    color: #fff;
    border-radius: 3px !important;
    padding: 2px;
}

.opportunityPipelineIcon a
{
    text-decoration: none;
    color: #000;
}

.addTaskButton
{
    background: none;
    border: none;
}

.addNewContactButton
{
    background: none;
    border: none;
}

.addOpportunityButton
{
    background: none;
    border: none;
}

.opportunityNameIconTd a
{
    color: #333;
}


.email_thread_accordion
{
    margin-bottom: 0px;
}

.email_thread_accordion .panel-heading
{
    background: #fff;
    padding: 10px 1px;
}

.email_thread_accordion .panel-title, .email_thread_accordion .panel-title a
{
    font-size: 13px !important;
}

.email_thread_accordion .panel+.panel
{
    margin-top: 0px;
}


.email_thread_accordion .panel-title a:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    color: grey;         /* adjust as needed */
}

.email_thread_accordion .panel-title a.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.sendReplyMailButton
{
    cursor: pointer;
}




.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
  color: #89ba2c;
  padding-left: 5%;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 50%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 30%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 50%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 30%;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.mt-content-full-width
{
    width: 100% !important;
}

.dynamic-mt-content
{
    padding-right: 5px;
}

.dynamic-mt-content .form-group
{
    width: 100%;
    margin-bottom: 0px;
}

.dynamic-mt-content .form-group .form-control
{
    font-size: 13px !important;
}

/*Phone dialer */
#call_phone_container .screen-content
{
    height: 100%;
    width: 100%;
    position: absolute;
    background: none;
}

#call_phone_container .status-bar
{
    width: 100%;
    height: 5%;
    padding-top: 2px;
    padding-left: 5px;
    background: transparent;
    z-index:3;
    position:relative;
    color: #fff;
}

#call_phone_container span.center-text
{
    margin-left: 21%;
}

#call_phone_container span.left-text
{
}

#call_phone_container #callDuration, #call_phone_container #time
{
    font-weight: bolder;
    font-size: 11px;
    letter-spacing: 0.01em;
}

#call_phone_container #recordingAnim
{
    position: absolute;
    right: 6px;
    top: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: bolder;
}

#call_phone_container #time
{
  font-size: 12px;
}

#call_phone_container i.fa-signal
{
    position: absolute;
    right: 6px;
    top: 4px;
    color: #fff;
}

#call_phone_container .receiver-name
{
    font-size: 15px;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#call_phone_container .callscreen
{
    height: 100%;
    width: 100%;
    background: url("../../global/img/iphone-background.png") no-repeat;
    position: absolute;
    -webkit-filter: blur(20px);
    -webkit-transform: scale(0.99, 0.99);
    transform: scale(0.99, 0.99);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    color: rgba(256, 256, 256, 1.0);
    z-index: 0;
}

#call_phone_container .callscreen-container
{
    color: #fff;
}

#call_phone_container .receiver-photo
{
    width: 50px;
    height: 50px;
    border-radius: 25px !important;
    border: 1px solid #fff;
    background: url("../../global/img/iphone-background.png") no-repeat;
    background-size: cover;
    position:relative;
    margin: 25px auto;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}

#call_phone_container .end-call-button
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 60%;
    position: relative;
    text-align: center;
    width: 80%;
    height: 29px;
    color: white;
    background: rgb(255,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,76,76,1) 0%, rgba(244,73,73,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,76,76,1)), color-stop(99%,rgba(244,73,73,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,76,76,1) 0%,rgba(244,73,73,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,76,76,1) 0%,rgba(244,73,73,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,76,76,1) 0%,rgba(244,73,73,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,76,76,1) 0%,rgba(244,73,73,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#f44949',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

#call_phone_container .end-call-button:hover
{
    background: rgb(244,73,73); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(244,73,73,1) 1%, rgba(255,76,76,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(244,73,73,1)), color-stop(100%,rgba(255,76,76,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,73,73,1) 1%,rgba(255,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,73,73,1) 1%,rgba(255,76,76,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,73,73,1) 1%,rgba(255,76,76,1) 100%); /* IE10+ */
    background: -gradient(to bottom,  rgba(244,73,73,1) 1%,rgba(255,76,76,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44949', endColorstr='#ff4c4c',GradientType=0 ); /* IE6-9 */
}

#call_phone_container .end-call-button-content
{
    font-size: 15px;
    padding: 4px;
}

span.semiExpandedSpanCollapsible.collapse[aria-expanded="false"]
{
    display: block;
    height: 23px !important;
    overflow: hidden;
}

span.semiExpandedSpanCollapsible.collapsing[aria-expanded="false"]
{
    height: 23px !important;
}
