body{
	background:#f1f1f154;
}
.pd-l-0{
	padding-left:0;
}
.m-0{
	margin:0;
}
.mb-spc-btm{
	margin-bottom:5px;
}
.spc-btm{
	margin-bottom:20px;
}
.wrap-im-ex{
	width:70%;
}
.contact-lead-data label.custom-control.custom-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.contact-lead-data h4{
	margin-bottom:0;
}
.contact-lead-data table{
	white-space:nowrap;
}
.loadmore-contact{
	text-align:center;
}
#lead-load-more{
    text-align: right;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.loadmore-contact{
	display:none;
}
.hide-on{
	display:none;
}
.no-input {
    border: none;
    box-shadow: none;
}
.upside-info{
	margin-bottom:15px;
}
.upside-info h3.text-theme{
	margin-bottom:0;
}
.upside-info img{
	display:inline-block;
	margin-bottom:15px;
}
.user-info-frm .tab-pane{
	padding:0;
}
.fleftform {
    width: 40%;
    position: fixed;
    right: -100%;
    background: #fff;
    /* color: #fff; */
    transition: .5s;
    height: 100%;
    z-index: 9999;
   top:60px;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   -o-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.closelform, .closelformStIng{
    position: absolute;
    top: 0;
    right: 25px;
    margin-left: 50px;
}
.fleftform a.closelform, .fleftform a.closelformStIng{
    padding: 0px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: .3s;
}
.fleftform.active {
	transition: .5s;
    right: 0;
    overflow-y: auto; 
    height: 94%;
}

.right-sidebar-fixed .slideRform {
    right: 0;
    overflow-y: auto;
    height: 94%;
    width: 25%;
    transition: 0.25s;
}

.slideRform {
    width: 25%;
    position: fixed;
    right: -100%;
    background: #fff;
    height: 100%;
    z-index: 9999;
    top: 60px;
    transition: 0.25s;
}

.right-sidebar-fixed .main {
    margin-right: 25%;
}

#leadssearch, #leadssearchdate {
    display: inline-block;
    width: 49%;
}
#leadssearch.full-width-form{
    width: 100%;

}
.fleftform textarea{
	resize:none;
}

.spc-cmn{
	padding-top:15px;
	padding-left:15px;
}
.box-header.with-border{
	padding:0;
}
.project-detail-side .profile-pic-prsn-info > div {
    font-size: 13px;
}
.project-detail-side .profile-pic-prsn-info {
    margin-top: 12px;
    margin-left: 0;
}
.wrap-im-ex.text-right{
	text-align:left !important;
} 
/*.app-body{
	overflow-x:initial;
}*/
.cstm-bx-tool{
	margin-bottom:10px;
}
.w50-per{
	width:50%;
}
.card td .spc-top-none{
	margin-top:0;
}
/***Lead Detail page**/
.mb-20{
	margin-bottom:20px;
}
.profic-pic-wrap{
	position:relative;
}
.profic-pic-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
    margin-left: 0;
	position:relative;
}
.profic-pic-img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prsn-name {
    font-size: 24px;
    font-weight: 400;
	margin-bottom:3px;
}
.prsn-desgn {
    font-size: 14px;
    font-weight: 300;
}
.profile-pic-prsn-info {
    margin-top: 30px;
    margin-left: 15px;
}
.edit-prt {
    position: absolute;
    right: 27px;
    top: 60px;
    font-size: 18px;
    color: rgb(203, 214, 226);
	cursor:pointer;
}
.about-wrapping , .profic-pic-wrap , .deal-area , .company-about-wrapping{
	background:#fff;
	box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
	border-radius:3px;
}
.country-select{
	margin-bottom:15px;
}
.cmn-pad{
	padding:15px;	
}
.cstm-company-wrap > div {
    display: inline-block;
    vertical-align: top;
}
.text-about{
	font-size:16px;
	font-weight:700;
	padding-left:0px;
}
.heading-side-txt span.glyphicon.glyphicon-chevron-down{
	font-size:12px;
}
.heading-side-txt{
	padding-bottom:5px;
}
.edit-val textarea {
    resize: none;
    height: 55px;
}
.same-hit-msg{
	height:432px;
} 
/**.edit-val .edit-area input, .edit-val .edit-area select, .edit-val .edit-area textarea {
    width: 100%;
    border: none;
    border-bottom: 1px dashed #dfe3eb;
    color: #33475b;
    border-radius: 0;
    box-shadow: none;
}**/
.edit-val .edit-area textarea {
	height:80px;
	resize:none;
}	
.tabbing-list{
	position:relative;
}
.deal-adder{
	position:absolute; 
	right:0;
}
/**.edit-val .edit-area input:focus , .edit-val .edit-area select:focus , .edit-val .edit-area textarea:focus{
	box-shadow:none;
	outline:none;
	border-bottom:1px solid #00a4bd;
}**/
.tabbing-list li .add-inv a {
    padding: 7px 15px;
    margin-top: 9px;	
}
.tabbing-list li .add-inv a span.text_prt{
	color:#fff;
}
.tabbing-list li span.text_prt a{
	color:#fff;
}
.editing-area{
	margin-top:15px;
}
.edit-area {
    margin-top: 5px;
	position:relative;
}
.edit-area span.glyphicon.glyphicon-edit {
    position: absolute;
    right: 0;
	color:#00a4bd;
	display:none;
}
.editing-area:hover .edit-area input{
	border-bottom:1px solid #00a4bd;
}
.editing-area:hover .edit-area span.glyphicon.glyphicon-edit{
	display:block;
}
.edit-area select + span.glyphicon.glyphicon-edit {
    top: 7px;
    background: #fff;
}
.editing-area:hover .edit-area textarea +span.glyphicon.glyphicon-edit {
    top: 30px;
}
.label-name{
	color:#516f90;
	font-size:12px;
}
.edit-area input[type=number]{
	-moz-appearance: textfield ;
}
.edit-area input[type=number]::-webkit-inner-spin-button, 
.edit-area input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none ;   
    appearance: none ;
    margin: 0 ; 
}
.blw-btn{    
	background-color: #eaf0f6;
    border: 1px solid #cbd6e2;
    color: #506e91;
	padding:9px 16px;
	display:inline-block;
	border-radius:3px;
}	
.blw-btn:hover{
	background:#f5f8fa;
}
.deal-text-part .cstm-btn{
	margin-top:20px;
}
.tabbing-data{
	background:#fff;
	box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    border-radius: 3px;	
}
.tabbing-list{
	margin-bottom:0;
}
.tabbing-list li a{
	padding:16px;
	display:block;
}
.tabbing-list li span.text_prt{
	color:#33475b;
	font-size:14px;
}
.tabbing-list li a:hover span{
	color:#7c98b6;
}
.tabbing-list li span.glyphicon{
	color:#7c98b6;
	padding-right:5px;
}
.nav-prt{
	border-bottom:1px solid #cbd6e2;
}
.transfer-btn-group {
    margin-top: 8px;
}
.tabbing-data-part{
	padding:25px;
}
.diposition_select select{
	border:none;
	border-bottom:1px solid #cbd6e2;
	height:38px;
	width:100%;
	font-size:16px;
}
.diposition_select select:focus , .date_pick:focus , .notes_textarea{
	outline:none;
	box-shadow:none;	
}
.date_pick{
	width:100%;
	border:none;
	border-bottom:1px solid #cbd6e2;
	font-size:16px;
	height:38px;
}
.submit-btn input[type="submit"]{
	background-color: #fff;
    border-color: #ff7a59;
    color: #ff7a53;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: auto;
    text-shadow: 0 0 1px transparent;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .15s ease-out;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 24px;
}	
.submit-btn input[type="submit"]:hover {
    background-color: #fff8f6;
    color: #ff7a53;
}
.submit-btn{
	margin-top:12px;
}
.notes_textarea{
	width:100%;
	border:none;
	border-bottom: 1px solid #cbd6e2;
	height:90px;
	resize:none;
}
.fr-box.fr-basic .fr-element{
	min-height:150px;
}
.from_mail_txt, .to_mail_txt {
    background: #eeeeee;
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 40px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 40px;
	border-bottom:1px solid #cbd6e2;
}
.from_mail input, .to_mail input {
    height: 40px;
    width: 93.1%;
    margin-left: -3px;
    border: none;
	border-bottom:1px solid #cbd6e2;	
	padding-left:5px;
}
.email_subject input{
	width:100%;
	border: none;
	height:40px;
	font-size:16px;
	padding-left:5px;
	font-size:16px;
}
input:focus{
	outline:none;
}
.file_attach input{
	-webkit-appearance:none;
	border:none;
	width:100%;
	border-bottom:1px solid #cbd6e2;	
	padding:10px 0;
}
.choose_template select{
	width:auto;
}
.choose_template{
	padding:0px 0;
}
.txt-temp{
	padding-top:5px;
}
.all-info-bar{
	margin-top:10px;
}
.all-info-bar li:first-child a{

}
.all-info-bar{
	border-bottom:1px solid #cbd6e2;
}
.all-info-bar li a{
	color:#33475b;
}
.cstm-timeline.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.all-info-main{
	margin:30px 0;
}
.cstm-timeline.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.cstm-timeline.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #bbcefb5e;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.cstm-timeline.timeline>li>.timeline-item{
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 10px;
    position: relative;	
}

#call-log-table .agent , #call-log-table .call_path.search{
	display:none;
}
span.timeline-name-txt {
    vertical-align: -2px;
    line-height: 1.2;
    margin-left: 6px;
    display: inline-block;
}
.cm-spc{
	margin-bottom:15px;
}
.cstm-timeline.timeline>li>.timeline-item>.timeline-body, .cstm-timeline.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}
.cstm-timeline.timeline>li:after {
    content: '';	
    clear: both;
}
.cstm-timeline.timeline>li>.fa, .cstm-timeline.timeline>li>.glyphicon, .cstm-timeline.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.event-info-main table{
	background:#fff;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.inline-blk {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.pipelineSummary {
    position: relative;
    height: auto;
}
.pipelineSummary .pipelineStages {
    position: relative;
    display: table;
    height: 24px;
    overflow: visible;
}
.pipelineSummary .pipelineStages ul {
    width: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    height: 24px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.pipelineSummary .pipelineStages.open ul li.active, .pipelineSummary .pipelineStages.won ul li.active {
    background: #2cbf55;
}
.pipelineSummary .pipelineStages ul li:first-child {
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pipelineSummary .pipelineStages 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;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pipelineSummary .pipelineStages ul li .stageContent {
    position: relative;
}
.pipelineSummary .pipelineStages ul li .stageContent .stagename {
    display: inline-block;
    position: relative;
    left: 4px;
}
.pipelineSummary .pipelineStages ul li:first-child .stageContent .stageArrow {
    display: none;
}
.pipelineSummary .pipelineStages ul li .stageContent .stageArrow {
    width: 6px;
    height: 30px;
    position: absolute;
    top: -6px;
    left: 0px;
    overflow: hidden;
}
a.nav-link.private-disabled {
    background: #bbcefb5e;
    pointer-events: none;
    border-color: #fff;
}
/* #change-date{ */
 /* z-index: 1080; */
/* } */
.row.csmt-event {
    margin-bottom: 30px;
}
.row.csmt-event select.form-control.private-form__control.private-search-control__select.dsearchbuton {
    width: 80%;
}
.row.csmt-event .btn-group label.form-check-label:last-child {
    margin-right: 0;
}
.row.csmt-event .btn-group label.form-check-label {
    display: inline-block;
    margin: 0 7px;
}
.fc-body.fc-widget-content {
    min-height: 150px;
    max-height: 300px;
    overflow-y: auto;
}
a.btn.uiButton.private-button.private-button--default.private-button--primary.btn-primary.add-obj.private-hoverable.private-button--non-link.moveform{
	margin-top:0;
}
.align-end.UIColumn-spreads.overflowVisible {
    margin: 0 10px;
}
.align-end.UIColumn-spreads.overflowVisible:first-child{
	margin-left:0;
}
.activiy-info-main .timeline-body , .activiy-info-main .time{
	font-size:11px;
}
.timeline-header a, .timeline-header{
	font-size:12px;
}
#lactions .table thead th{
	vertical-align:middle;
}
#leadsactions .btn {
    margin: 0;
}

/**deal page**/
.btn-grp{
	margin-top:20px;
}
.btn-grp button.mat-raised-button{
	font-size:16px;
}
.btn-grp button.mat-raised-button:hover {
    background: #eaf0f6;
}
.inner-data-board{
	background:#fff; 
	padding:0 7px;
	border:1px solid #dfe3eb;
}
.rm-pad{
	padding:0;
}
.heading-count{
	text-transform:uppercase; 
	font-weight:600;	
	font-size:13px;
	color:#3867d6;
}
.board-header {
    padding: 15px 7px;
    margin: 0 -7px;
    border-bottom: 1px solid #dfe3eb;
}
.m-top-3 {
    margin-top: 12px!important;
}
.align-end, .align-start {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-start {
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important;
}
.UIColumn-wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    word-break: break-word;
    overflow: visible;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
}
.UIColumn-spreads {
    -webkit-flex-shrink: 100000;
    flex-shrink: 100000;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    white-space: normal;
}
.probability-color-20 {
    background-color: #3867d6;
}
.probability-color-40 {
    background-color: #3867d6;
}
.probability-color-60 {
    background-color: #3867d6;
}
.probability-color-80 {
    background-color: #3867d6;
}
.probability-color-0 {
    background-color: #3867d6;
}
.probability-color-empty {
    background-color: #eaf0f6;
}
#LOADING_DIV_3GROCKET{
	z-index:9999;
}
.probability-bar {
    height: 4px;
    transition: background-color .25s ease;
    border-radius: 12px;
    margin-right: 4px;
	border-radius:0;
}
.board-body{
	overflow-y:auto;
	margin:0 -7px;
}
.board-body ul{
	list-style:none;
	padding:0 7px;
}
.board-body ul li{
    border-radius: .1875rem;
    background-color: #d5eaf8;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);	
	padding:8px;
	margin:12px 0;
	color:#174f71;
}
.board-body ul li a{
	color:#174f71;
}
.board-total b{
	font-weight:400;
}
.link-text-main{
	padding-bottom:4px;
}
.board-footer {
    margin: 0 -7px;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #dfe3eb;
}
.link-text-main{
	cursor:pointer;
}
#sticky-footer {
    margin-left: 0;
    position: fixed;
    bottom: -23px;
    width: 85%;
    z-index: 99999;
    height: auto;
}
#sticky-footer .form-group{
	margin-bottom:0;
}
.private-header__title.private-page__title.row h1.private-header__heading{
    font-size: 26px;
	color:#3867d6;
}
.private-header__title.private-page__title.row a{
	padding: 5px 30px;
	background:#3867d6;
}
#frmProfomaInvoicesManage a.tooltip i.fa {
    color: #3867d6;
}
a.btn.btn-primary.uiButton.private-button.private-button--sm.btn-sm.private-button--tertiary-light.btn-info.view-type-link.active.private-hoverable.active.private-button--active.private-button--non-link.sfl{
	background:#3867d6;
	box-shadow:none;
}
#myTable{
	background:#fff;
} 
.private-header__title.private-page__title.row {
    margin-bottom: 30px;
}
.private-header__toolbar{
	margin-bottom: 30px;
}
/**deal detail page**/
.additionalInfo {
    margin-bottom: 0px;
}
span.private-editable--inline {
    font-size: 16px;
}
input.curr-value {
    padding-right: 0!important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    text-align: right;
    font-size: 22px;
    display: inline-block;
    text-align: right;
    height: auto;
    padding: 0;
}
.is--module.has--vertical-spacing.private-card.private-card__wrapper.m-all-0 {
    background: #fff;
    margin-bottom: 50px;
    padding: 30px 30px;
    box-shadow: 0px 0px 20px -4px #c2cfd6;
}
.top-wrapping{
	background:#fff;
}
.amount-info span{
	display:block;
	font-size:16px;
}
.head-top-info h2 {
    font-weight: 500;
    font-size: 18px;
}
.wrap-amount {
    position:relative;
	display:inline-block;
}
.amount-info span.amt-text {
    display: block;
}
.amount-info span {
    display: inline-block;
}

.wrap-amount + i.fa.fa-pencil {
    display: inline-block;
    padding-left: 4px;
}
.disabled i.fa.fa-check {
    display: none;
}
.disabled .smpl-step-icon{
	border-color:#c2cfd6;
}
a.private-editable__input.uiInlineTextInputField:focus:before {
    content: "";
    border: 1px solid #eaf0f6;
    background: none;
    position: absolute;
    width: 104%;
	top:0;
	left:0;
    height: 100%;
}
a.private-editable__input.uiInlineTextInputField {
    padding: 4px 0;
    display: inline-block;
}
a.private-editable__input.uiInlineTextInputField:focus{
	padding-left:12px;
	padding-right:12px;
}
.amt-price{
	font-size:24px;
}
.container-custom{
	padding:0;
	padding-bottom:0;
}
.amount-info{
	margin-top:12px;
}
.smpl-step {
	margin-top: 40px;
}
.smpl-step {

}

.smpl-step > .smpl-step-step {
	padding: 0;
	position: relative;
}   

.smpl-step > .smpl-step-step .smpl-step-num {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0;
}

.smpl-step > .smpl-step-step .smpl-step-info {
	font-size: 12px;
	padding-top: 14px;
}

.smpl-step > .smpl-step-step > .smpl-step-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fff; 
	top: 63px;
	left: 50%;
	margin-top: -35px;
	margin-left: -15px;
	border-radius: 50%;
    color: #3867d6;
    border: 2px solid #3867d6;
}

.smpl-step > .smpl-step-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 2px;
	box-shadow: none;
	margin-top: 24px;
}

.smpl-step > .smpl-step-step > .progress > .progress-bar {
   width: 0px;
   box-shadow: none;
   background:#3867d6;
}

.smpl-step > .smpl-step-step.complete > .progress > .progress-bar {
	width: 100%;
}

.smpl-step > .smpl-step-step.active > .progress > .progress-bar {
	width: 50%;
}

.smpl-step > .smpl-step-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}

.smpl-step > .smpl-step-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.smpl-step > .smpl-step-step.disabled > .smpl-step-icon {
	background-color: #fff;
}

.smpl-step > .smpl-step-step.disabled > .smpl-step-icon:after {
	opacity: 0;
}

.smpl-step > .smpl-step-step:first-child > .progress {
	left: 50%;
	width: 50%;
}

.smpl-step > .smpl-step-step:last-child > .progress {
	width: 50%;
}

.smpl-step > .smpl-step-step.disabled a.smpl-step-icon {
	pointer-events: none;
	border:2px solid #c2cfd6;
}
.m-top-8.align-center.UIColumn-wrapper{
	margin-top:30px;
}
.disabled .mat-icon.material-icons{
	visibility:hidden; 
}
.smpl-step-info , .smpl-step-step.disabled .smpl-step-num{
	visibility:hidden;
}
.smpl-step-step{
	cursor:pointer;
}
.smpl-step-step.disabled:hover .smpl-step-info {
	visibility:visible;
}
.m0-auto{
	margin:0 auto;
	float:none;
}
.amount-info.date-info{
	margin-top:17px;
	text-align:right;
}
.amt-price input{
	text-align:right;
}
.amount-info.date-info .amt-price{
	font-size:20px;
}
.smpl-step-icon i.fa.fa-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.smpl-step .progress{
	background:#c2cfd6;
}
#Leadsearch img.private-image.img-circle.private-image--circle {
    display: none !important;
}
.board-card {
    font-size: 12px;
}
/**#dsearch .form-control{
	width:80%;
}**/
footer.app-footer {
    position: fixed;
    width: 100%;
	display:none;
    bottom: 0;
}
.pro-pic {
    width: 44px;
    height: 44px;
    background: #ccc;
} 
#ProfomaInvoices span.info-box-text{
	width:80px;
	display:inline-block;
}
#ProfomaInvoices .projects-charts-widget .card-body{
	padding:15px 30px;
}
#ProfomaInvoices .projects-charts-widget .card-body div{
	margin-bottom:0;
}	
#ProfomaInvoices .h3{
	font-size: 20px;
}
.text-dark.h2 > div{
	font-size:16px;
}
.custom-box-info .form-group{
	margin-bottom:0;
}
.box-body.table-responsive{
	margin-top:0px;
}
.box-body.table-responsive .table{
	margin-bottom:0;
}
.box-body.table-responsive .table td{
	white-space:nowrap;
}
.mcomp-btm{
	margin-bottom:30px;
}
.add-compnay-stl{
	margin-bottom:30px;
	text-align:right;
} 
.app-header.navbar .top-header li.nav-item > ul {
    position: absolute;
    display: block;
    list-style:  none;
    text-align:  left;
    background:  #fff;
    padding: 0;
    width: 192px;
    left: -1px;
    padding-left:  3px;
    padding-top: 10px;
	padding-bottom:10px;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    top: 25px;
	opacity:0;
	transition:all 0.3s ease-in;
	z-index:-1;
	transform:translateY(30px);
	visibility:hidden;
}

.app-header.navbar .top-header li.nav-item > ul li a:before , .app-header.navbar .nav-item .nav-link.nav-dropdown-toggle:after{
	content:"\f054";
	font-size:10px;
	font-family:FontAwesome;
}
.app-header.navbar .nav-item .nav-link.nav-dropdown-toggle:after {
    content: "\f078";
    margin-left: 3px;
    vertical-align: 1px;
}
.app-header.navbar .top-header li.nav-item:hover > ul {
    opacity:1;
	transform:translateY(0px);	
	z-index:1;
	visibility:visible;
}

.app-header.navbar .top-header li.nav-item {
    padding: 2px 8px !important;
    /* border-left: 1px solid #ccc; */
    position: relative;
}
.app-header.navbar .top-header li.nav-item:before{
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    background: #ccc;
    right: 0;
    top: 5px;
}
.box-header{
	padding:0;
}
.app-header.navbar .top-header li.nav-item:last-child:before{
	display:none;
}

app-header.navbar ul.nav.navbar-nav .top-header {display: inline-block;}

.top-header ul.nav-dropdown-items li {
    text-align: left;
}

.top-header ul.nav-dropdown-items li.nav-item {
    text-align: left;
}

.top-header ul.nav-dropdown-items li.nav-item i {
    display: none;
}

.app-header.navbar .top-header li.nav-item i {
    display: none;
}
.cstm-drop.dropdown-toggle::after{
	display:none;
}
button.btn.btn-info.dropdown-toggle.dropdown-toggle-split.cstm-drop {
    background: none;
    color: #536c79;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.blk-elem{
	display:block;
}
.cstm-timeline-view.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.cstm-timeline-view.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #bbcefb5e;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.cstm-timeline-view.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.cstm-timeline-view.timeline>li:before, .cstm-timeline-view.timeline>li:after {
    content: " ";
    display: table;
}
.cstm-timeline-view.timeline.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
	box-shadow:0px 0px 20px -4px #c2cfd6;
}
.cstm-timeline-view.timeline>li:after {
    clear: both;
}
.cstm-timeline-view.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.cstm-timeline-view.timeline>li>.fa, .cstm-timeline-view.timeline>li>.glyphicon, .cstm-timeline-view.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #fff;
    background: #000;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.timeline-header label.custom-control.custom-checkbox {
    margin: 0;
    vertical-align: middle;
    padding: 0 15px 0 0;
}
span.msg-status {
    font-size: 15px;
    display: inline-block;
}
span.msg-status.icon-unread {
    color: #ccc;
    margin-right: 4px;
    margin-left: 4px;
}
span.msg-status.icon-read{
	color:#20bf6b;
}
.cstm-timeline-view.timeline.timeline>li>.timeline-item {
    -webkit-box-shadow: 0px 0px 20px -4px #c2cfd6;
    box-shadow:0px 0px 20px -4px #c2cfd6;
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}
.cstm-timeline-view.timeline.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}
.cstm-timeline-view.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}
.cstm-timeline-view.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.cstm-timeline-view.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600;
}
..cstm-timeline-view h3.timeline-header a {
    color: #3c8dbc;
    text-decoration: none;
}
.cstm-timeline-view.timeline>li>.timeline-item>.timeline-body, .cstm-timeline-view.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}
.item-wrp-nw .card-body {
    padding-top: 10px;
    padding-bottom: 5px;
}
.msg-txt-nw span a {
    display: inline-block;
}
.blk-elem-txt{
	clear:both;
	display:block;
	overflow:hidden;
	padding-top:20px;
} 
.cstm-txt-act{
	font-size:17px;
}
.clearfix.spc-tp-btm {
    margin: 8px 0;
}
.fleftform .card {
    margin-bottom: 0;
	box-shadow:none;
}
.admin-settings {
    margin: 30px 0;
}
.card .btn.m-t-off{
	margin-top:0; 
}
.call-edit-form .card .btn{
	margin-top:0;
}
.nw-admin-settings .settings-list-wrapper {
    padding: 15px;
}
.nw-admin-settings .mg-t-15, .mg-vt-15 {
    margin-top: 15px !important;
}
.nw-admin-settings .hdr-lined {
    border-top: solid 1px #eeeeee;
    margin-bottom: 20px;
}
.nw-admin-settings .hdr-lined-txt {
    background-color: #fafafa;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    top: -8px;
    font-size: 12px;
}
.nw-admin-settings .text-uppercase {
    text-transform: uppercase;
}
.nw-admin-settings .settings-list-item {
    width: 170px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.nw-admin-settings .settings-list-wrapper.first-list .settings-list-item span {
    background-color: #8488ad !important;
}
.nw-admin-settings .settings-list-wrapper .settings-list-item span {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    -webkit-transition: all 75ms linear;
    -o-transition: all 75ms linear;
    transition: all 75ms linear;
    background-color: #8ec3d5;
}
.nw-admin-settings .settings-list-item a {
    display: inline-block;
    padding: 0 10px;
}
.nw-admin-settings .settings-list-item p {
    margin-top: 10px;
    color: #333;
    font-size: 12px;
}
.nw-admin-settings .settings-list-wrapper {
    padding: 15px;
}
.nw-admin-settings .settings-list-item span i {
    font-size: 28px;
    color: #fff;
}
.nw-admin-settings .settings-list-item a:hover>span{
	transform:scale(1.1,1.1);
}
.nw-admin-settings .settings-list-item a:hover{
	text-decoration:none;
}
.cstm-viewport .view , .cstm-viewport .viewport {
    background: #fff;
    overflow: hidden;
}
.cstm-viewport .view-l {
    width: 75%;
}
.cstm-viewport .view>.panel, ..cstm-viewport .view>.ui-form>.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: solid 1px #f0f0f0;
}
.cstm-viewport.viewport {
    display: flex;
}
.page-actions-panel {
    background: #fff;
}
.page-actions-panel .breadcrumb{
    margin-bottom:0;
	background:none;
} 
.cstm-viewport , .view:first-child {
    border-left: 0;
}
.cstm-viewport , .cstm-viewport .view {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-left: solid 1px #f0f0f0;
    overflow-y: auto;
    position: relative;
}
.cstm-viewport .view-s {
    width: 25%;
}
.cstm-viewport .view--settings, .cstm-viewport .view--settings>.panel {
    background: #f7f7f7;
}
.cstm-viewport .panel-body {
    padding: 20px;
}
.cstm-viewport .settings-details-title {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 600;
}
.cstm-viewport .settings-details p {
    font-size: 12px;
}
a.h5.text-ellipsis.strong.mg-0 {
    font-size: 14px;
}
.cstm-viewport .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.delete-main-container {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.delete-confirm-popup {
    max-width: 500px;
    margin: 100px auto 0;
    position: relative;
    background: #fff;
    border-radius: 6px;
}
.closelform.delete-close {
    padding: 0;
}
a.closelform {
    padding: 8px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s;
}
.popup-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.confirm-text {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    font-size: 14px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.closelform, .closelformStIng {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
.cstm-viewport ul.dropdown-menu {
    will-change: inherit !important;
    transform: none !important;
    left: -84px !important;
}
.list-pipeline-wrapper {
    border: 1px solid #f0f0f0;
    overflow-x: scroll;
}
.list-pipeline {
    list-style: none;
    min-width: 100%;
    padding: 10px;
}
.list-pipeline-item {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 230px;
}
.list-pipeline-item-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 0;
}
.list-pipeline-item-header {
    padding: 0 10px;
}
.list-pipeline-item-header>h6 {
    margin-bottom: 16px;
    width: 75%;
    font-size: 13px;
}
.list-pipeline-item-stages {
    height: 365px;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.list-pipeline-item--preview .list-pipeline-item-stages>li {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
}
.list-pipeline-item-footer {
    min-height: 45px;
    padding: 10px 10px 0;
}
.list-pipeline-item-footer {
    min-height: 45px;
    padding: 10px 10px 0;
}
.add-item i, .remove-item i, .remove-item-disabled i {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
    font-size: 14px;
}
.add-item i {
    color: #39AE0B;
}
.custom-checkbox.disabled {
    color: #999;
}
.form-group:last-child {
    margin-bottom: 0;
}
.activity-item-outcomes>li, .list-pipeline-item-stages>li {
    margin: 0 0 10px;
}
/** New Page Css **/
/********************** Admin Settings ********************/

.admin-settings .breadcrumbs{
    margin: 0;
    list-style: none;
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
    padding: 10px 15px;
}
.hdr-lined {
    border-top: solid 1px #eeeeee;
    margin-bottom: 20px;
}
.mg-t-15, .mg-vt-15 {
    margin-top: 15px !important;
}
.hdr-lined-txt {
    background-color: #fafafa;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    top: -8px;
    font-size: 12px;
}
.settings-list-item {
    width: 170px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.settings-list-item a {
    display: inline-block;
    padding: 0 10px;
}
.settings-list-wrapper .settings-list-item span {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    -webkit-transition: all 75ms linear;
    -o-transition: all 75ms linear;
    transition: all 75ms linear;
    background-color: #8ec3d5;
}
.settings-list-wrapper {
    padding: 15px;
}
.settings-list-item span i {
    font-size: 28px;
    color: #fff;
}
.settings-list-item p {
    margin-top: 10px;
    color: #333;
    font-size: 12px;
}
.settings-list-wrapper.first-list .settings-list-item span {
    background-color: #8488ad !important;
}

.settings-list-wrapper.first-list .settings-list-item .anchor:focus>span, .settings-list-wrapper.first-list .settings-list-item a:focus>span, .settings-list-wrapper.first-list .settings-list-item a:hover>span {
    background-color: #6f739f;
}
.settings-list-item .anchor:focus>span, .settings-list-item a:focus>span, .settings-list-item a:hover>span {
    transform: scale(1.1,1.1);
}
.settings-list-wrapper.third-list .settings-list-item span, .settings-list-wrapper.third-list .settings-list-item .anchor:focus>span, .settings-list-wrapper.third-list .settings-list-item a:focus>span, .settings-list-wrapper.third-list .settings-list-item a:hover>span{
	background-color: #98beb2;
}
.settings-list-wrapper.fourth-list .settings-list-item span {
    background-color: #a5a5a5;
}
.settings-list-wrapper.fourth-list .settings-list-item .anchor:focus>span, .settings-list-wrapper.fourth-list .settings-list-item a:focus>span, .settings-list-wrapper.fourth-list .settings-list-item a:hover>span{
	background-color:  #939393;
}
.page-actions-panel .breadcrumb>.active {
    color: #000;
}
.breadcrumb>li+li:before{
	content: ">";
}

.page-actions-panel .breadcrumb{
	background-color: transparent;
	margin-bottom: 0;
	border: none;
}

/********************* Email settings ***********************/

.viewport {
    display: flex;
}
.view-l {
    width: 75%;
}

.view, .viewport {
    background: #fff;
    overflow: hidden;
}
.view:first-child {
    border-left: 0;
}
.view>.panel, .view>.ui-form>.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: solid 1px #f0f0f0;
}
.view {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-left: solid 1px #f0f0f0;
    overflow-y: auto;
    position: relative;
}
.ui-form .panel-body {
    padding: 20px;
}
.settings-header {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px;
}

.table-pre-actions.table .table-cell:first-child, .table-pre-actions.table td:first-child, .table-pre-actions.table th:first-child {
    width: 35px;
    padding: 15px 0 15px 15px;
}
.add-item i, .remove-item i, .remove-item-disabled i {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
    font-size: 14px;
}
.add-item i {
    color: #39AE0B;
}
.flex-item-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.form-horizontal .control-label, .form-horizontal .control-radio {
    padding-top: 8px;
    text-align: left;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group .select2-container {
    background: #fff;
    padding: 0;
    height: auto;
    max-height: 60px;
    overflow: hidden;
    overflow-y: auto;
    width: 99.9%;
    z-index: 1;
}
.view--settings, .view--settings>.panel {
    background: #f7f7f7;
}
.panel-body {
    padding: 20px;
}
.settings-details-title {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 600;
}
.settings-details p{
	font-size: 12px;
}
.view-s {
    width: 25%;
}

.no-data {
    opacity: .9;
    width: 100%;
    height: 100%;
    color: #999;
    display: table;
    font-size: 14px;
    text-align: center;
}
.no-data-lg {
    height: 500px;
}
.no-data-text {
    display: table-cell;
    vertical-align: middle;
}
.email-settings .panel .settings-header,.pipelines .panel .settings-header,.lead-customization .settings-header{
	text-transform: uppercase;
	font-size: 14px;
}
.email-settings .panel-body p,.pipelines .panel p{
	font-size: 12px;
}
.email-settings select {
    height: 35px;
    padding: 0 10px;
    margin-left: 15px;
}
.email-settings .excluded-domains {
    border: 1px solid #f2f2f2;
    height: 100px;
}
span.verify-btn {
    margin-top: 24px;
    display: inline-block;
}
.email-settings .btn-default{
	border-radius: 2px;
	padding: 6px 16px;
}
.email-settings .form-control{
	border-radius: 2px;
}
.email-settings table th {
    padding: 15px 20px !important;
    font-size: 12px;
}
.email-settings table td {
    font-size: 12px;
    padding: 15px 20px !important;
}
.list-pipeline {
    list-style: none;
    min-width: 100%;
    padding: 10px;
}
.list-pipeline-wrapper {
    border: 1px solid #f0f0f0;
    overflow-x: scroll;
}
.list-pipeline-item {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 230px;
}
.list-pipeline-item--empty-placeholder {
    border: 1px dashed #e5e5e5;
    display: table;
    float: none;
    height: 490px;
    text-align: center;
}
.list-pipeline-item-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 0;
}
.list-pipeline-item-header {
    padding: 0 10px;
}
.list-pipeline-item-header>h6 {
    margin-bottom: 16px;
    width: 75%;
    font-size: 13px;
}
.list-pipeline-item-stages {
    height: 365px;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.list-pipeline-item--preview .list-pipeline-item-stages>li {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
}
.activity-item-outcomes>li, .list-pipeline-item-stages>li {
    margin: 0 0 10px;
}
.list-pipeline-item--empty-placeholder a {
    color: #eee;
    display: table-cell;
    font-size: 60px;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.pipelines .small{
	font-size: 10px;
}
.list-pipeline-item--empty-placeholder:hover a {
    color: #ffa800;
}
.list-pipeline-item-footer {
    min-height: 45px;
    padding: 10px 10px 0;
}
.list-pipeline-item:hover {
    -webkit-box-shadow: 2px 8px 10px -1px #ccc;
    box-shadow: 2px 8px 10px -1px #ccc;
    z-index: 1;
}
.checkbox+span, .checkbox+span::after, .checkbox+span::before {
    height: 18px;
    position: absolute;
    transition: border .2s linear 0s,color .2s linear 0s;
    width: 18px;
}
.custom-checkbox .star, .custom-checkbox-text {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
}
.custom-checkbox-wrap{
	display: inline-block;
	vertical-align: middle;

}
.custom-checkbox.disabled {
    color: #999;
}
.custom-checkbox-wrap .form-control {
    width: 16px;
    height: 16px;
    margin: 0;
}

.lead-score-legend {
    text-align: center;
}
.lead-score-legend--item {
    display: inline-block;
    padding: 0 15px;
    width: 30%;
}
.leadscore-bucket-item--classifier {
    width: 10px;
    height: 10px;
    display: inline-block;
    float: left;
    margin-top: 11px;
}
.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.leadscore-bucket-item--value {
    float: left;
    padding-left: 10px;
    width: 90%;
}
.panel-title {
    word-spacing: 3px;
    font-size: 12px;
}
.modal-tabs.nav-tabs, .ui-form-tabs.nav-tabs {
    -webkit-box-shadow: 0 1px 2px rgba(51,51,51,.05);
    box-shadow: 0 1px 2px rgba(51,51,51,.05);
    background: #fff;
    padding-left: 20px;
    position: relative;
    z-index: 10;
}
.lead-customization .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
     margin-right: 20px;
}
.lead-customization .nav-tabs>li>a {
    color: #999;
    border: none;
    border-bottom: solid 2px transparent;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    padding: 18px 0 16px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    background: transparent;
}
.lead-customization .nav-tabs>li.active .anchor:focus, .lead-customization .nav-tabs>li.active a, .lead-customization .nav-tabs>li.active a:focus, .lead-customization .nav-tabs>li.active a:hover {
    background: 0 0;
    color: #333;
    border: none;
    border-bottom: solid 2px #101010;
    text-shadow: 0 0 0 #333;
    background: transparent;
}
.lead-customization .table-rule-engine.table {
    table-layout: fixed;
}
.lead-customization .table .table-row {
    display: table-row;
}
.lead-customization .table-rule-engine.table .table-cell {
    vertical-align: top;
    padding: 15px 5px;
}
.lead-customization .table .table-cell {
    position: relative;
    /* border-top: solid 1px #f0f0f0; */
    padding: 15px 20px;
    vertical-align: middle;
    display: table-cell;
    float: none;
}
.panel-footer.text-left {
    padding-left: 21px;
}
.sidebar .nav-link.active , .sidebar .nav-link:hover , .sidebar .nav-dropdown.open .nav-dropdown-toggle{ 
	font-weight:400;
}
.lead-customization .table .table-cell:first-child {
    padding-left: 33px;
}
.lead-customization select {
    height: 34px;
    width: 185px;
}
.lead-customization .remove-item i {
    color: #D91E1E;
}
.lead-customization a.remove-item {
    vertical-align: middle;
    padding-top: 8px;
    display: block;
}
.input-group-text .input-group-addon .form-control{
	    border-left-color: transparent;
    border-radius: 0 2px 2px 0;
    padding: 0 2px;
    text-align: center;
    width: 40px;
}
.input-group-text .input-group-addon {
    border: 0;
    padding: 0;
}
a.add-item.pd-l-15 {
    padding-left: 31px;
}
.lead-customization .panel-footer button.btn.btn-primary,.panel-footer button.btn.btn-primary,.lead-customization button.btn.btn-default,.crmsettings button.btn.btn-default,button.btn.btn-primarybtn,button.btn.btn-default.btn {
    padding: 7px 30px;
    border-radius: 2px;
    margin-left: 10px;
}

.panel-footer {
    text-align: right;
    padding-bottom: 30px;
    padding-right: 15px;
}
.media-capsule {
    width: 100%;
    height: 40px;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    font-size: 13px;
}
.media-capsule-preview {
    width: 100%;
    align-items: center;
    background-color: #4d4d4d;
    color: #fff;
    display: flex;
    flex: 1.5;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.media-capsule-text {
    flex: 6;
    padding-left: 15px;
}
.settings-details a{
	font-size: 12px;
}
.mg-b-15{
	margin-bottom: 15px !important;
}
.settings-details-list{
	padding-left: 15px;
	margin-top: 30px;
}
.settings-details-list li{
	margin-bottom: 15px;
	font-size: 12px;
}
.table-workflow tbody>tr>td:first-child>div {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.workflow .view:first-child>.panel>.table.table-workflow th:first-child {
    padding-left: 140px;
}
.workflow th{
	font-size: 12px;
}
.workflow .ui-sortable-handle a{
	font-size: 12px;
}
.table.ui-list th {
    border-bottom: 0;
    background: #fdfdfd;
    height: 50px;
    vertical-align: middle;
    line-height: 10px;
}
.table-workflow th:nth-child(2) {
    width: 220px;
}
span.label.label-default.label-field {
    background-color: #808080;
    padding: 5px 10px;
	color:#fff;
	font-size:14px;
}
.crmsettings select {
    height: 36px;
    padding: 0 5px;
    width: 100%;
}
.crmsettings label.control-label{
    font-size: 12px;
    letter-spacing: 0.04em;
}



.email-footer.payment-footer{}
.email-template-slide  .fr-box.fr-basic .fr-element{
	min-height: 340px;
}

.switch {
  position: relative;
  float: right;
  width: 44px;
  height: 26px;
  margin: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}
.module-container,.payments-container{
	margin: 40px 30px;
}
.module-box{
	margin-bottom: 15px;
	padding: 10px 0;
    border-bottom: 1px solid #f2f3f3;
}
.module-box:last-child{
	border-bottom: none;
}
.module-text{
	float: left;
}
.payments-container li{
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
.payments-container .payment-img{
	width: 150px;
	height: 150px;
	border: 1px solid #f3f3f3;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 60px;
}
.payments-container li a{
	color: #333333;
	font-size: 16px;
	display: block;
	padding: 8px;
	border: 1px solid;
	transition: all 0.3s ease;
}
.payments-container li a:hover{
	background-color: #333333;
	color: #fff;
}

.panel .ui-form-tabs a {
    display: block;
}
.email-listing .custom-checkbox-wrap {
    display: table-cell;
    margin-right: 10px;
    position: relative;
    width: 30px;
}
.email-listing .checkbox {
    border: 0;
    clip: rect(0,0,0,0);
    height: 18px;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.email-listing .checkbox+span {
    font-size: 12px;
    left: 25px;
    top: 0;
    white-space: nowrap;
}
.email-listing .checkbox+span::after, .email-listing .checkbox+span::before {
    content: '';
}
.email-listing .checkbox+span, .email-listing .checkbox+span::after, .email-listing .checkbox+span::before {
    height: 18px;
    position: absolute;
    transition: border .2s linear 0s,color .2s linear 0s;
    width: 18px;
}
.email-listing .checkbox+span::before {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.email-listing .checkbox:checked+span::before {
    border-color: #337ab7;
    border-width: 9px;
}
.email-listing .checkbox:checked+span::after{
        content: "\f00c";
        font-family: fontawesome;
        color: #fff;
        left: 4px;
        top: 2px;
        font-size: 10px;
    }
}
.bulk-action-buttons {
    position: absolute;
    left: 70px;
    top: 0;
    height: 50px;
    right: 0;
    padding-right: 16px;
    background: #fdfdfd;
    line-height: 48px;
    z-index: 10;
}
.email-listing td .custom-checkbox{
    margin-top: 6px;
}
.email-listing th .custom-checkbox .checkbox:checked+span::after{
    top: 4px;
}
.email-listing .table tbody>tr>td {
    vertical-align: middle;
    font-size: 12px;
}
.email-listing a.h5.text-ellipsis {
    display: block;
    margin: 0;
    color: #069;
    font-weight: 600;
}
.email-listing a.h5.text-ellipsis:hover{
    color: #0099e6;
}
.email-listing .text-muted {
    color: #777;
    font-size: 10px;
    line-height: 1;
}
.email-listing .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    border-radius: 2px;
}
.email-listing .dropdown-menu>li>a {
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.email-listing .dropdown{
    position: relative;
}
.email-listing .menu-overflow.open .dropdown-toggle, .email-listing .menu-overflow.open .fa-ellipsis-v {
    background: #eee;
    color: #333;
}
.email-listing .menu-overflow{
    float: right;
}
.email-listing .menu-overflow .dropdown-toggle {
    margin-top: -9px;
    padding: 9px 10px 7px;
}
.email-listing .dropdown-menu-item-link, .email-listing .dropdown-menu>li>a {
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    padding: 7px 70px 7px 20px;
    cursor: pointer;
}
a.dropdown-toggle.options-list-item-link {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: block;
}
.message-widget .dropdown-item{
	white-space: initial;
}
.u-name small{
	display:block;
}
.message-box .float-left{
	float:none !important;
}
.message-widget li .u-text{
	padding-left:0;
	padding-bottom:0;
	vertical-align:middle;
	width:80%;
}
.message-widget li .u-img{
	width:35px;
	display:inline-block;
}
.message-widget .text-muted{
	font-size:12px;
}
.message-widget .description {
    margin-top: 3px;
    padding-left: 4px;
}
.message-box {
    border-bottom: 2px solid #f0f3f5;
    padding-bottom: 15px;
}
.message-widget .dropdown-item:hover{
	background-color:transparent;
}
.u-name strong {
    font-weight: 400;
    color: #3867d6;
} 
.ecom-widget-chart-full{
	margin-top:0 !important;
}
.top-filter {
    text-align: right;
	margin-bottom:15px;
}
.brd-crm-wrp .breadcrumb {
    margin-bottom: 15px;
}
/**.csd-Header__actionButtons{
	min-width:300px;
}
.csd-Header__actionButtons input#fildatarange , .csd-Header__actionButtons select{
	width:100%;
} **/
/***Calls and leads Page Css**/

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
	height: auto;
	width: auto;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(controls.png);
}

/* :focus for accessibility */
/*.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}
*/
/*
^^ majorily messes up in Firefox 56
*/

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
  z-index:10;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
  margin-left:0;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: rgba(255, 255, 255, 0.5);
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */
.inline-form .desc {
  margin-left: -4px;
  padding:4px;
  white-space: pre;
  position: relative;
}
.inline-form .desc + .inline-edit-icon {
  cursor: pointer;
  display: inline-block;
  position: static;
  text-indent: 0;
}
.inline-form .desc + .inline-edit-icon:after {
  font-family: 'ctm9';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
	content: " \e012";
  font-size: 90%;
}
.inline-form .desc.editing + .inline-edit-icon:after {
  content: " \e00e";
}
.inline-form .desc.saving + .inline-edit-icon:after {
  content: " \e029";
  color: #ccc;
}
.inline-form .desc.error + .inline-edit-icon:after {
  content: " \e143";
  color: red;
}
.inline-form .desc:not(.editing):hover {
  background-color:rgba(0,0,0,0.1);
  border-radius:4px;
}
.inline-form .desc.inverted:hover {
  background-color:rgba(255,255,255,0.1);
}
.inline-form .desc input {
  color: black;
}
table.standard-table td cite.big-name {
  font-size:14px;
  font-style:normal;
}

small.inline-form {
  color: rgba(0,0,0,0.5);
}

html.dark small.inline-form {
  color: rgba(255,255,255,0.5);
}
html.dark .inline-form .desc input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.0);
}
html.dark .inline-form .desc:hover {
  background-color:rgba(255, 255, 255, 0.6);
}
/*

*/


.say_upload {
  position:relative;
  line-height: 1.5;
}
.say_upload .upload,
.say_upload .setting,
.say_upload .record,
.say_upload .listen,
.say_upload .remove {
  cursor:pointer;
  position:absolute;
  left:10px;
  top:10px;
  text-decoration:none;
}
.say_upload .listen {
  left:58px;
}
.say_upload .record {
  left:34px;
}
.say_upload .remove {
  left: inherit;
  top: 13px;
  right: 10px;
  font-size: 70%;
}
.say_upload input {
  width:100%;
  height: 32px;
  padding-left: 81px;
  padding-right: 30px;
  /*border-radius: 4px;*/
}
.say_upload .audio-player {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  margin: 2px 0;
  /*border-radius: 4px;*/
  line-height: 16px;
  height: 32px;
  padding-left: 81px;
  display:none;
  background:#fff;
}
.say_upload .audio-name {
  border:solid 1px #ccc;
  background-color: rgba(0,0,0,0.06);
  border-radius:4px;
  padding-left:3px;
  padding-right:3px;
  position: relative;
}
.say_upload.admin .audio-name {
  padding-right: 14px;
}
.say_upload .audio-name.editing {
  padding-right: 3px;
  background-color: #fff;
}
.say_upload .say_upload_file {
  text-overflow: ellipsis;
  max-width: calc(100% - 25px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.say_upload:not(.admin) .say_upload_file {
  max-width: calc(100% - 20px);
}
.say_upload .settings-panel {
  margin-top: 6px;
  margin-bottom: 10px;
}
.say_upload .progress-indicator {
  transition: width 0.5s ease;
  height: 4px;
  background:#6F9DE3;
  width:0%;
  text-align:center;
  color:#fff;
  position:absolute;
  top: 30px;
  border-radius: 2px;
}
.say_upload .progress-indicator.error {
  width: 100%;
  height: 20px;
  background:#d23500;
}
.bootbox-body .past-recording, .bootbox-body .system-music {
  overflow-y: auto;
}

.say_upload.readonly .upload, .say_upload.readonly .setting, .say_upload.readonly .record, .say_upload.readonly .remove, .say_upload.readonly .settings-panel, .say_upload.readonly .settings-panel > .contents, .say_upload.readonly .edit-audio {
  display: none;
}
.say_upload.readonly .settings-panel {
  margin: 0;
}
.say_upload.readonly .remove {
  width: 0;
  height: 0;
  overflow: hidden;
}
.say_upload.readonly .audio-player {
  padding-left: 30px;
}
.say_upload.readonly .listen {
  left: 10px;
}
.say_upload.readonly input {
  padding-left: 30px;
  padding-right: 8px;
}

.say_upload.borderless .audio-player, .say_upload.borderless .audio-player:hover,
.say_upload.borderless .audio-input, .say_upload.borderless .audio-input:hover {
  border-color: rgba(0,0,0,0) !important;
  background: none !important;
}

.say_upload.borderless a.upload i, .say_upload.borderless a.record i, .say_upload.borderless a.listen i, .say_upload.borderless a.remove i {
  font-size: 18px;
  position: absolute;
  left: -4px;
  top: -2px;
}

.say_upload .audio-name.editing .btn-group {
  display: none;
}

.say_upload .audio-name .btn-group .dropdown-toggle {
  color: inherit;
  opacity: 0.5;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  padding-right: 4px;
  line-height: 18px;
  font-size: 90%;
}
.say_upload:not(.admin) .audio-name .btn-group {
  display: none;
}
.say_upload .audio-name .btn-group, .say_upload .audio-name .btn-group .dropdown-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}

.say_upload .audio-name .btn-group.open .dropdown-toggle {
  opacity: 1.0;
}

.say_upload .audio-name .inline-form input {
  background: none;
  padding: 0 3px;
  outline: none;
  border: none;
}

.say_upload .audio-name .inline-form .desc.editing span {
  color: transparent;
}

.say_upload input.audio-input:not([data-id]) ~ .audio-player .btn-group a[data-action=rename] {
  display: none;
}
/*


*/
#calls h3 a, #calls h3 a:visited,
#calls h4 a, #calls h4 a:visited,
#calls h5 a, #calls h5 a:visited,
#calls th a, #calls th a:visited,
#calls h6 a, #calls h6 a:visited,
#calls .call-tags a {
  color:#444;
}
#calls .call-tags a {
  word-break: break-word;
  margin-bottom: 1px;
  line-height: 1.3;
}
#calls .button, #calls .button:visited {
  color:#fff;
}
#content h1 {
margin:0;
}
.action {
  float:left;
  -webkit-transition:background 0.5s;
     -moz-transition:background 0.5s;
      -ms-transition:background 0.5s;
          transition:background 0.5s;
}

#calls h5, #calls h6 {
  margin-top:0;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header form.search {
  max-width: 263px;
  width: calc(100% - 166px);
  height: 35px;
  margin: 0;
  padding: 0;
  line-height: 35px;
  float:left;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
body.android .header form.search {
  width: calc(100% - 120px);
}
.header form.search input.search {
  float: left;
  margin: 0;
  margin-top: 0;
  height: 30px;
  font-size: 14px;
  padding: 4px;
  line-height: 16px;
  width:100%;
  border-right:none;
  padding-right:50px;
  padding-left: 8px;
}
.header form.search button.button {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  width:33px;
  /*border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
}
/*.header form.search input.search {
  border-radius: 5px;
}*/
.header form.search input.search.subtle {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.26);
  color: white;
}
body.android .header form.search input.search.subtle {
  background-color: rgba(255,255,255,0.15);
  border-color: transparent;
  border-radius: 3px;
}
body.ios .header form.search input.search.subtle {
  background-color: rgba(0,0,0,0.1);
  border-color: transparent;
  border-radius: 6px;
}
html:not(.dark) body.ios .header form.search input.search.subtle ~ button.button {
  color: #000;
}

/* these rules cannot be combined since some of them are invalid for different browsers */
.header form.search input.search.subtle::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header form.search input.search.subtle::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header form.search input.search.subtle::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header form.search input.search.subtle ~ button.button {
  background: none;
}
.header form.search input.search.subtle ~ button.button:hover i {
  text-shadow: 0px 0px 5px rgba(255,255,255,1.0);
}
.header form.search button[type=submit] .new-calls, #call-counter {
  display: none;
  position: absolute;
  left: 22px;
  top: -2px;
  line-height: 10px;
  font-size: 9px;
  border-radius: 6px;
  padding: 0 4px;
  border: 1px solid rgba(255,255,255,0.3);
  white-space: nowrap;
}
#call-counter {
  left: initial;
  right: -24px;
  z-index: 1;
  color: #fff;
}
.header form.search button[type=submit] .new-calls[data-available], #call-counter[data-available] {
  display: inline-block;
}
.header form.search button[type=submit] .new-calls[data-available] + i.font-search:before {
  content: "\e028";
}
form.search i.icon-loop-repeat {
  left: 10px;
  top: 8px;
}

.table th, .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #DDD;
  vertical-align: middle;
}
.table-condensed th, .table-condensed td {
  padding: 2px 2px;
  font-size: 11px;
  line-height:21px;
}
.call-edit-frame .call-edit-container {
  font-size: 12px;
}
#header, .wrapper {
  width:auto;
}
th .dropdown-menu {
  top: 18px;
  left:0px;
  -webkit-border-radius:0;
     -moz-border-radius:0;
      -ms-border-radius:0;
          border-radius:0;
  border-top:none;
}
#calls th {
  border-width: 1px;
}
#calls th .dropdown-toggle i {
  display:none;
}
#calls th .dropdown-toggle span {
  display: inline-block;
  width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.paidamnt span.total {
    font-weight: 700;
}
.livl{word-break: break-all;}
ul.indicater {
    width: 300px;
    list-style-type:  none;
    height: 40px;
    margin-left: 0;
    padding-left: 0;
}
ul.indicater li{
    width: 50%;
    float: left;
    border: 1px solid;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.chk-complete a{color: #fff!important;}
ul.indicater li:first-child{
    background: #008000;
    border-color: #098009;
}
ul.indicater li:last-child{
    background: #bb0e0e;
    border-color: #bb0e0e;
}
td.paidamnt
 br {
    display: none;
}

td.paidamnt
 span {
    margin-left: 20px;
}

td.paidamnt span:first-child {
    margin-left: 0;
}

.paginate .pagination li {
    border: 1px solid;
    padding: 5px 15px;
    border-color:#ddd;
}

.paginate .pagination li.active{background-color:#3867d6;border-color:#3867d6;color:#fff;}

@media (min-width: 1150px) {
  #calls .source-info i,
  #calls th .dropdown-toggle i {
    display:inline-block;
  }
  #calls th .dropdown-toggle span {
    width: calc(100% - 23px);
    padding: 0 2px;
  }
}
th .open .menu,
th .dropdown.open .menu,
th .open .dropdown-toggle,
th .dropdown.open .dropdown-toggle {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}
th a:focus {
  outline: none;
  outline-offset: 0;
}
.fadeOut {
  transition:1s;
  opacity:0;
  transform:translateZ(0);
}
.fadeIn {
  transition:1s;
  opacity:1;
  transform:translateZ(0);
}
.search {
  position:relative;
}
#clear-search {
  position: absolute;
  right: 35px;
  top: 8px;
  cursor:pointer;
  opacity: 0.2;
}
#clear-search:hover {
  opacity: 0.5;
}
input.search.subtle ~ #clear-search {
  color: white;
  opacity: 0.7;
}
input.search.subtle ~ #clear-search:hover {
  opacity: 1.0;
}
.call-action {
  float:right;
  text-align:right;
  margin-right:5px;
}

#calls .call-caller h5,
#calls .call-caller h6 {
  font-weight:normal;
  text-overflow: ellipsis;
}
#calls .call-caller h5 {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
}
#calls .call-caller h6 {
  font-size:12px;
  line-height:16px;
}
#calls .unblock .call-caller h5,
#calls .unblock .call-caller h6 {
  text-decoration: line-through;
}
#calls td > p {
  font-size:10px;
  margin-bottom:0;
}
#calls thead, #calls tfoot {
  background-color: #fff;
  color: #363f44;
  font-weight: bold;
  cursor: default;
}

div.source-detail {
  width: 100%;
  max-width: 250px;
}

.table .col-caller {
}
.table .col-source {
}
.table .col-source-detail {
}
.table .col-csr {
}
.table .call-audio {
  min-height: 90px;
  height: 90px;
}
#calls td.call-audio .popout-link {
  display:inline;
}

.table .call-audio .audio-wrapper {
  position: relative;
  width: 100%;
  padding-right: 24px;
}
.table .call-audio .audio-wrapper .mejs-controls div.mejs-time-rail {
  margin-left: 20px;
}
.table .call-audio .audio-wrapper .mejs-container .mejs-controls,
.table .call-audio .audio-wrapper .mejs-container {
  background:transparent;
}
.table .call-audio .audio-wrapper .mejs-container .mejs-controls .mejs-time {
  color: inherit;
}
.table .call-audio .audio-wrapper .mejs-container .mejs-controls .mejs-time span {
  color: inherit;
  font-size: 12px;
  line-height: 13.5px;
  display: block;
  width: 100%;
  margin:0;
}
.table .call-audio .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none !important;
}
.table .call-audio .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #e5a73a;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5a73a), to(#fbbb4a));
  background: -webkit-linear-gradient(top, #e5a73a, #fbbb4a);
  background: -moz-linear-gradient(top, #e5a73a, #fbbb4a);
  background: -o-linear-gradient(top, #e5a73a, #fbbb4a);
  background: -ms-linear-gradient(top, #e5a73a, #fbbb4a);
  background: linear-gradient(#e5a73a, #fbbb4a);
  width: 0;
}

.table .col-actions {
}
.table .action-col {
  vertical-align:middle;
  text-align:left;
}
.table .action-col .action {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  display: block;
  height: 22px;
  line-height: 22px;
}
.table .custom_inline_column {
  font-size: 10px;
}
.table .col-metrics,
.table .call-metrics {
  width:65px;
  min-width:65px;
}
#calls .dropdown-menu li > a:hover, #calls .dropdown-menu li > a:focus, #calls .dropdown-submenu:hover > a {
  color:#fff;
  text-shadow:none;
}
/* colors */
#calls a.action span.font-trash,
#calls a.action span.font-blocked {
  color:#BD6248 !important;
}
#calls a.action span.font-flag {
  color:#DA7B7B !important;
}
#calls a.action span.ctmicon-salesforce {
  color: #1A9FD9 !important;
}
#calls a.action span.ctmicon-marketo {
  color: #7171B1 !important;
}
#calls a.action span.ctmicon-hubspot {
  color: #F07835 !important;
}
#calls a.action span.font-user,
#calls a.action.on span.font-checkmark {
  color:#759d0d !important;
}
#calls a.action.off span.font-checkmark {
  color:#5a6665 !important;
}
#calls .reviewed a.action {
  background-color:#ccc;
  background: -webkit-linear-gradient(#ccc, #eee);
  background: -moz-linear-gradient(#ccc, #eee);
  background: -ms-linear-gradient(#ccc, #eee);
  background: linear-gradient(#ccc, #eee);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ccc", endColorStr="#eee");
}
#calls a.action span.font-envelope {
  color:#1a66b5;
}
#calls a.action span.font-phone-2 {
  color:#7b36a6;
}
#calls .action.flashit,
#calls a.action.pickup_call_on_hold {
  color:#333;
  -webkit-animation-name: attentionPulse;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-name: attentionPulse;
          animation-duration: 4s;
          animation-iteration-count: infinite;
}
#calls a .a-icon {
  color:#444;
}
#calls .navbar a .a-icon, #calls .navbar a .a-icon, #calls .navbar a.a-icon, #calls .navbar a.a-icon {
  color:#fff;
}
#calls a.action .a-icon, #calls a.action .a-icon {
  font-size: 12px;
  text-align: center;
  width: 12px;
  display: block;
  line-height: 14px;
  margin: 0 auto;
}
.call-id {
  float: right;
  margin: 6px 22px 6px 0;
}

#calls .media {
  display: inline-block;
}
#calls .media.vcard {
  display: block;
  margin-bottom: 15px;
}
#calls .media.image img {
  max-width: 120px;
  max-height: 80px;
  margin-bottom: 15px;
}

ul#csvresponse li {
    list-style-type:  none;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #f0f3f5;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: .5rem;
}
.dropfile {
    background-color: #f6bb429c;
}

@media (max-width: 767px) {
  #calls a.action .a-icon {
    font-size: 22px;
    width: 22px;
    line-height: 22px;
  }
  .call-id {
    margin-right: 0;
  }
  #calls .callicons {
    max-height: calc(100% - 35px);
    overflow-y: hidden;
  }
  #calls-agency #calls tr .call-actions {
    height: 1px;
  }
  #calls-agency #calls tr .caller-account {
    width: 100% !important;
  }
  #calls-agency #calls tr .caller-account a.action {
    width: auto;
    max-width: calc(100% - 14px);
  }
  #calls-agency #calls tr .caller-account a.action .a-icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }
  #calls-agency #calls tr .caller-account a.action .text {
    display: inline-block;
    vertical-align: middle;
  }
  #calls .hidden-section {
    display: none !important;
  }
  #calls tr:not(.section-source_detail) .small-source {
    display: none !important;
  }
}
#calls.table .action-col .action.sale-info {
  cursor:pointer;
  text-align:center;
  width:100%;
  height: 100%;
  padding:0;margin:-4px;
  display:block;
  font-size:9px;
  line-height:11px;
  text-overflow: ellipsis;
  white-space: normal;
  vertical-align:middle;
  margin: 0;
}
#calls.table .action-col .action.sale-info strong {
  font-size:9px;
  line-height:11px;
}
#calls a.sale-info .font-signup {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 22px;
  height: 22px;
}
.action .text {
  display:none;
}
@media (min-width:1150px) {
  #calls a.action .a-icon {
    font-size:18px;
    width:18px;
    line-height:18px;
  }
  .action .text {
    display:block;
  }
  #calls.table .action-col .action.sale-info {
    font-size:12px;
    line-height:16px;
    text-align:center;
  }
  #calls.table .action-col .action.sale-info strong {
    font-size:13px;
    line-height:16px;
  }
  #calls a.sale-info .font-signup {
    font-size: 25px;
    line-height: 32px;
    height: 32px;
  }
}
/*
#calls a [class^="font-"], #calls a [class*=" font-"],
#calls a[class^="font-"], #calls a[class*=" font-"] {
  color:#444;
}
#calls .navbar a [class^="font-"], #calls .navbar a [class*=" font-"], #calls .navbar a[class^="font-"], #calls .navbar a[class*=" font-"] {
  color:#fff;
}
#calls a:hover [class^="font-"], #calls a:hover [class*=" font-"],
#calls a[class^="font-"]:hover, #calls a[class*=" font-"]:hover {
  color:#BD6248;
}
#calls a.action [class^="font-"], #calls a.action [class^=" font-"] {
  font-size: 18px;
  text-align: center;
  width: 18px;
  display: block;
  line-height: 22px;
  margin: 0 auto;
}
*/
#calls a.action {
  float: left;
  padding: 3px 2px;
  margin: 1px;
  -webkit-user-select:none;
   -khtml-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
       -o-user-select:none;
          user-select:none;
  width:40px;
}
#calls a.action.answer_call {
  -webkit-animation-name: actionBox;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: actionBox;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  animation-name: actionBox;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#calls a.action.answer_call .a-icon, #calls a.action.answer_call .text {
  color:#fff;
}
#calls .call-actions.more-actions .text {
  display: none;
}
@media (min-width:1150px) {
  #calls a.action {
    width:44px;
    height:38px;
    margin:2px;
  }
  #calls .call-actions.more-actions a.action {
    height: 25px;
    width: 44px;
  }
}
#calls.table-striped tbody .call-loader td {
  background: #F4F4F4 !important;
}
#calls a.action:hover {
  float: left;
  background-color: #55A3D6;
  color:#fff;
}
#calls a.action:hover span {
  color:#fff !important;
}
#calls .action-col a.action {
  /* margin: 0 auto; */
  padding: 6px 0;
  float: none;
  display: block;
  text-align: center;
  height: auto;
}
#calls .no-calls h1, #calls .no-columns h1 {
  margin:85px auto;
  text-align:center;
}
#calls .no-calls h1 p, #calls .no-columns h1 p {
  font-size: 12px;
  margin-top: 10px;
}
#calls thead .bootstrap a.menu::after, #calls thead .dropdown-toggle::after {
  border: none;
}
#call-stats {
  float:left;
  line-height: 40px;
  height: 40px;
}
#call-stats .total {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 -3px;
  padding: 0 3px;
  position: relative;
  color: #fff;
}
body.ios #call-stats .total:not(:hover), body.ios .auto-load:not(:active) {
  color: #5c9de4 !important;
}
html:not(.dark) body.ios input.search.subtle ~ #clear-search {
  color: #000;
}

#call-stats .total + .popover .total-text {
  display: none;
}
@media (max-width: 860px) {
  #call-stats .total > .text {
    display: none;
  }
  #call-stats .total + .popover .total-text {
    display: block;
  }
}
#call-stats .total + .popover {
  min-width: 130px;
}
/*#calls.table-striped tbody tr:nth-child(even) td {
  background: transparent url(/assets/gray_pattern.png) repeat;
}*/
#view-voicemail .font-envelope {
  border-bottom: 1px solid white;
  position: relative;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 2px 3px;
}
#view-voicemail .font-envelope:before,
#view-voicemail .font-envelope:after {
  content: '';
  display: block;
  border: 1px solid white;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  float: left;
}
#view-voicemail .font-envelope:before {
  margin-left: -4px;
  margin-right: 1px;
}
#view-voicemail .font-envelope:after {
  margin-right: -4px;
}
#calls.table-striped > tbody > tr > td {
  /*padding-left: 8px;*/
  font-size: 10px;
  vertical-align: middle;
}
@media (min-width:968px) {
  #calls.table-striped > tbody > tr > td {
    font-size: 10px;
    overflow:hidden;
    /*padding-left: 10px;*/
  }
}
@media (min-width:1150px) {
  #calls.table-striped > tbody > tr > td {
    font-size: 12px;
  }
}
#calls.table-striped > tbody > tr.last-active-row:not(.call-active):not(:hover) {
  background-color: #E5F3FF;
}
#calls.table-striped > tbody > tr.call-active,
#calls.table-striped > tbody > tr.call-active > td {
  background-color: #E2F4FF;
}
#calls.table-striped > tbody > tr.last-active-row:not(.call-active):not(:hover) > td {
  border-bottom: none;
  background-color: #E5F3FF;
}
#calls.table-striped > tbody > tr.active {
  background-color: #E5F3FF;
}
#calls.table-striped > tbody > tr.active > td {
  border-bottom: none;
  background-color: #E5F3FF;
}
#calls.table-striped > tbody > tr.call-active:not(:first-child) > td,
#calls.table-striped > tbody > tr.last-active-row:not(:first-child) > td {
  border-top: 4px solid #666;
}
@media (max-width: 767px) {
  #calls.table-striped > tbody > tr.call-active:not(:first-child) > td:not(.call-caller-actions):not(.call-actions):not(.call-caller),
  #calls.table-striped > tbody > tr.last-active-row:not(:first-child) > td:not(.call-caller-actions):not(.call-actions):not(.call-caller) {
    border-top: none;
  }
}
#calls.table-striped > tbody > tr.pagemarker > td {
  border-bottom:5px solid #2f2f2f;
}
#calls.table-hover > tbody > tr.call-active > td {
  border-top: 3px solid #2f2f2f;
}

#calls > tbody > tr:nth-child(even) > td.call-caller-actions,
#calls > tbody > tr:nth-child(even) > td.call-actions,
#calls > tbody > tr:nth-child(odd) > td.call-caller-actions,
#calls > tbody > tr:nth-child(odd) > td.call-actions {
  padding-left: 0px;
  vertical-align:middle;
  text-align:center;
  padding: 0;
}
#calls .action-box {
  overflow: hidden;
  max-height: 106px;
  padding-top: 5px;
}
#calls td.call-caller-actions, #calls .col-caller-actions {
  width: 1%;
  min-width: 35px;
  max-width: 35px;
}
@media (min-width: 768px) {
  #calls td.call-caller-actions:first-child, #calls .col-caller-actions:first-child {
    width: calc(1% + calc(safe-area-inset-left));
    min-width: calc(env(safe-area-inset-left) + 35px);
    max-width: calc(env(safe-area-inset-left) + 35px);
  }
}
@media (min-width:900px) {
  #calls td.call-caller-actions, #calls .col-caller-actions {
    min-width: 45px;
    max-width: 45px;
  }
  #calls td.call-caller-actions:first-child, #calls .col-caller-actions:first-child {
    min-width: calc(env(safe-area-inset-left) + 45px);
    max-width: calc(env(safe-area-inset-left) + 45px);
  }
}
@media (min-width:1150px) {
  #calls td.call-caller-actions, #calls .col-caller-actions {
    min-width: 55px;
    max-width: 55px;
  }
  #calls td.call-caller-actions:first-child, #calls .col-caller-actions:first-child {
    min-width: calc(env(safe-area-inset-left) + 55px);
    max-width: calc(env(safe-area-inset-left) + 55px);
  }
}
#calls .col-caller, #calls .call-caller {
  width:9%;
}

#calls .call-message-body, #calls .col-message-body {
  width: 13%;
  max-width: 115px;
}

#calls .call-inputs, #calls .col-inputs {
  width:8%;
  max-width:105px;
}
 #calls.table-striped tbody td.call-inputs {
  vertical-align:top;
}
#calls .call-inputs ul {
  list-style:none;
  margin:0;
  padding:0;
}
#calls .call-inputs ul li {
  margin:0;
}

#calls .call-source, #calls .col-source {
  width:13%;
  max-width:115px;
}
#leads-log-table #calls .call-source{
	width:7%;
}
.call-receiving-number a.search {
  font-size:10px;
}
.call-receiving-number .agent, .call-receiving-number a {
  display: inline-block;
}
#calls .small-source {
  display:block;
  font-size:8px;
  line-height:10px;
  font-style:italic;
}
@media (min-width: 968px) {
  #calls .call-source-detail, #calls .col-source-detail {
    width:18%;
    max-width:130px;
    display:table-cell;
  }
  #calls .small-source {
    display:none;
  }
}
@media (min-width: 680px) {
  #calls .call-receiving-number, #calls .col-receiving-number {
    display:table-cell;
  }
}
#calls .call-csr, #calls .col-csr,
#calls .call-custom, #calls .col-custom,
#calls .call-audio, #calls .col-audio {
  width:7%;
  min-width:52px;
  max-width:52px;
}
#calls .call-metrics, #calls .col-metrics {
  width:10%;
  /*max-width:52px;*/
}
.call-receiving-number, #calls .col-receiving-number {
  width:10%;
  /*max-width:65px;*/
  min-width:64px;
}
#calls .call-actions, #calls .col-actions {
  width: 1%;
  max-width: 85px;
  min-width: 85px;
      cursor: pointer;
}
@media (min-width: 768px) {
  #calls .call-actions:last-child, #calls .col-actions:last-child {
    width: calc(env(safe-area-inset-left) + 1%);
    min-width: calc(env(safe-area-inset-left) + 85px);
    max-width: calc(env(safe-area-inset-left) + 85px);
  }
}
@media (min-width:1150px) {
  #calls .call-actions, #calls .col-actions {
    max-width: 100px;
    min-width: 100px;
  }
  #calls .call-actions:last-child, #calls .col-actions:last-child {
    min-width: calc(env(safe-area-inset-left) + 100px);
    max-width: calc(env(safe-area-inset-left) + 100px);
  }
}

#call-stats .total + .popover .popover-content {
  max-height: calc(100vh - 100px);
}

#calls a.noborder-link,
#calls a.noborder-small {
  border: none;
  background: none;
}
#calls a.noborder-link,
#calls a.noborder-link:hover {
  box-shadow:none;
  border:none;
  padding:0;
  margin:0;
  display:inline;
  background:none;
  float:none;
}
#calls .navbar,
#content  ul.nav {
  margin:0;
}
#calls.table-striped tbody tr.call-edit {
  background: #f5f5f5;
}
#calls.table-striped tbody tr.call-edit > td {
  margin: 0;
  padding: 0;
  background: #f4f4f4 !important;
  border-top: none;
}
body.ios #calls.table-striped tbody tr.call-edit > td {
  background: #EFEFEF !important;
}
html.dark body.ios #calls.table-striped tbody tr.call-edit > td {
  background: #303030 !important;
}

/*#calls.table-hover tbody tr.call-edit td > .nav {
  width:100%;
  border-bottom:1px solid #ccc;
  background:#efefef;
}*/
.call-edit textarea {
  height:102px;
}
.call-edit {
}
.call-edit-frame .call-edit-container {
  position:relative;
  z-index:2; /* so it is above the call log table header */
  background: #F4F4F4;
  min-height: 300px;
  padding-left: 3%;
  padding-right: 3%;
  padding-left: calc(env(safe-area-inset-left) + 3%);
  padding-right: calc(env(safe-area-inset-right) + 3%);
}
body.ios .call-edit-frame .call-edit-container {
  background: #EFEFEF;
}
html.dark body.ios .call-edit-frame .call-edit-container {
  background: #303030;
}
.input-full {
  width:100%;
  max-width:100%;
}
.call-edit-panel {
  position:relative;
  min-height:200px;
}
#calls .form-actions .loader {
  width:16px;
  height:16px;
  margin:0;
}
#calls form {
  margin:0;
}
#calls .form-actions a.close {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#calls .container-fluid { padding:0; }
#calls .audio-wrapper .mejs-container {
  max-width:90px;
  width:90px;
  height:30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calls .audio-wrapper .mejs-controls {
  position:relative;
}
#calls .audio-wrapper .mejs-duration-container {
  position:absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 5px;
  top: 1px;
}
#calls .audio-wrapper .mejs-playpause-button {
  position:absolute;
  left:0;
  top:0;
}

#calls .navbar {
  color: #fff;
  z-index:10;
  min-height:30px;
}

#calls .navbar-inner {
  background: #444;
  color: #fff;
  border-top: none;
  margin-top: -2px;
  padding-left: 3.7%;
  -webkit-border-radius:0;
     -moz-border-radius:0;
      -ms-border-radius:0;
          border-radius:0;
  min-height:0;
  border-bottom:5px solid #000;
  filter:none !important;
}
#calls .navbar .nav > .active > a,
#calls .navbar .nav > li > a:hover,
#calls .navbar .nav > li > a:focus {
  background: none !important;
  border-right: 4px solid #49AFCD;
  padding-right: 16px;
}
#calls .navbar .nav > li > a {
  background:transparent;
  padding: 10px 10px;
}
#calls .navbar .nav > li > a:hover {
  color:#49AFCD;
}
@media (min-width: 768px) {
  #calls .navbar .nav > li > a i {
    color: black;
  }
  #calls .navbar .nav > li > a {
    font-size:13px;
    font-weight: bold;
    text-align:right;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 9px 20px;
  }
  .call-edit-frame .navbar-sidenav {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .call-edit-frame .call-edit-container {
    width: calc(100% - 200px);
  }
  #log-actions-collapse {
    margin-right: 5px;
  }
  .call-edit-panel .card {
    margin-bottom: 18px;
  }
  .call-edit-panel .card .row .row .col-xs-12.col-md-3:nth-child(4n + 1) {
    clear: left;
  }
  #calls .hidden-col {
    display: none !important;
  }
  #calls tr:not(.col-source_detail) .small-source {
    display: none !important;
  }
}

.call-log-toolbar {
  display: none;
}

.call-edit-container > .navbar-nav {
  padding: 10px 0;
}
.call-edit-container > .navbar-nav,
.call-edit-container > .navbar-nav > li {
  width: 100%;
}
.call-edit-container > .navbar-nav > li > a {
  font-size: 14px;
  padding: 10px 3px;
}
@media (min-width: 768px) {
  .call-edit-container > .navbar-nav > li > a {
    display: none;
  }
}
.call-edit-container > .navbar-nav > li > a:hover {
  background-color: rgba(0,0,0,0.05);
}
.call-edit-container > .navbar-nav > li > a > i {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.call-edit-container > .navbar-nav > li > a > .caption:after {
  /*content: "\f0d7";*/
  font-family: 'ctm9';
  speak: none;
  opacity: 0.6;
  position: absolute;
  right: 10px;
}
.call-edit-container > .navbar-nav > li:hover > a > .caption:after {
  content: "\f0d7";
}
.call-edit-container > .navbar-nav > li.active:not(.collapsed) > a > .caption:after {
  content: "\f0d8";
}
.call-edit-container > .navbar-nav > li > a > .caption {
  color: #000;
}
/*body:not(.android) .call-edit-container > .navbar-nav > li > a > i {
  color: #000;
}*/
html.dark .call-edit-container > .navbar-nav > li > a > .caption {
  color: #fff;
}
/*html.dark body:not(.android) .call-edit-container > .navbar-nav > li > a > i {
  color: #fff;
}*/
html.dark .call-edit-container > .navbar-nav > li > a:hover {
  background-color: rgba(255,255,255,0.05);
}


@media (max-width: 767px) {
  .call-edit-panel > .page-header:first-child {
    display: none;
  }
  .call-edit-panel > .card, .call-edit-panel > form > .card {
    margin-bottom: 0 !important;
  }
  .call-edit-container > .navbar-nav > li.collapsed > .call-edit-panel {
    display: none;
  }
  .call-edit-panel {
    min-height: 0;
    margin-bottom: 8px;
  }
  #call-counter {
    right: -30px;
  }
  .call-edit-frame .navbar-header {
    font-size: 13px;
    padding-left: env(safe-area-inset-left);
  }
  .call-edit-frame .navbar-sidenav {
    background: rgb(66, 75, 81);
  }
  body.mobile .call-edit-frame .navbar-sidenav {
    background: #fff;
  }
  .call-edit-frame .header .actions {
    max-width: calc(100% - 75px);
    /*overflow-x: auto;*/
  }
  .call-edit-frame .header button.navbar-toggle {
    padding: 0 6px;
    margin: 0;
    float: none;
    border-radius: 0;
    margin-left: -6px;
  }
  .call-edit-frame .header .button {
    margin-right: 2px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-sidenav .navbar-toggle {
    margin-top: 7px;
    margin-bottom: 0;
  }
  #calls .sidebar-nav .navbar-collapse > ul.navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
  #calls .sidebar-nav .navbar .nav > li > a {
    color:#fff !important;
    font-weight:normal !important;
    color:#fff;
    font-size:14px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  html:not(.dark) body.mobile #calls .sidebar-nav .navbar .nav > li > a {
    color: #000 !important;
  }
  body.call-log-open #calls > .main-list > tr:not(.call-edit) {
    visibility: hidden !important;
  }
  body.call-log-open #calls > .main-list > tr:not(.call-edit) {
    display: none !important;
  }
  body.call-log-open .call-edit .call-edit-shadow {
    display: none;
  }
  body.call-log-open .call-edit .call-edit-frame {
    position: relative !important;
    height: auto;
    z-index: auto;
  }
  body.call-log-open .call-edit-frame .navbar-sidenav {
    /*background: none;*/
    display: none;
  }
  body.call-log-open .call-edit .call-edit-frame .sidebar-nav .navbar-header {
    visibility: hidden;
  }
  body.call-log-open .call-edit-frame .call-edit-container {
    overflow-y: visible !important;
    z-index: auto;
    height: auto;
    min-height: calc(100vh - 40px);
  }
  body.headeron.call-log-open .call-edit-frame .call-edit-container {
    min-height: calc(100vh - 40px - 50px);
  }
  body.call-log-open #body > #call-log-header {
    display: none !important;
  }
  body.call-log-open #call-log-table {
    margin-bottom: 0;
  }
  body.call-log-open .call-log-toolbar {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 34;
    height: auto !important;
  }
  body:not(.mobile).headeron.call-log-open .call-log-toolbar {
    top: 50px;
  }
  body.call-log-open .call-log-toolbar .navbar {
    border: none;
  }
  body:not(.call-log-open) .call-log-toolbar {
    display: none;
  }
  body:not(.call-log-open) #call-log-table {
    height: auto !important;
  }
}

@media (max-width: 375px) {
  .call-edit-frame .header .button {
    margin-right: 2px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.dropdown .button .caret {
  margin-top:12px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .button.menu::after, .button.dropdown-toggle::after {
  content:none;
}


/** alertify **/
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
      -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
  -webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
     -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
      -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
       -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
          transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
  position: fixed; z-index: 999999;
  top: 0; right: 0; bottom: 0; left: 0;
}
.alertify {
  position: fixed; z-index: 99999;
  top: 50px; left: 50%;
  width: 550px;
  margin-left: -275px;
}
  .alertify-hidden {
    top: -50px;
    visibility: hidden;
  }
.alertify-logs {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
  .alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
  }
  .alertify-log-show {
    right: 0;
  }
  .alertify-dialog {
    padding: 25px;
  }
    .alertify-inner {
      text-align: center;
    }
    .alertify-text {
      margin-bottom: 15px;
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 100%;
    }
    .alertify-buttons {
    }
      .alertify-button {
        display: inline-block;
        cursor: pointer;
        margin-left: 5px;
      }

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif;
}
.alertify {
  background: #FFF;
  border: 10px solid #333; /* browsers that don't support rgba */
  border: 10px solid rgba(0,0,0,.7);
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0,0,0,.3);
  -webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
     -moz-background-clip: padding;     /* Firefox 3.6 */
          background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}
.alertify-button {
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}
.alertify-button:hover,
.alertify-button:focus {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
}
.alertify-button:active {
  position: relative;
  top: 1px;
}
  .alertify-button-cancel {
    background-color: #FE1A00;
    border: 1px solid #D83526;
  }
  .alertify-button-ok {
    background-color: #5CB811;
    border: 1px solid #3b7808;
  }
.alertify-log {
  background: #1F1F1F;
  background: rgba(0,0,0,.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
.alertify-log-error {
  background: #FE1A00;
  background: rgba(254,26,0,.9);
}
.alertify-log-success {
  background: #5CB811;
  background: rgba(92,184,17,.9);
}
.more-addrs {
}
.source-info {
  clear:left;
  margin-bottom:4px;
  font-size:10px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.call-source h5 {
  font-size:10px;
}
#calls .call-source h5 {
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .source-info {
    font-size:11px;
  }
  .call-source h5 {
    font-size:13px;
  }
}
.source-info .info {
  margin-right: 4px;
  display: inline-block;
  width: 10px;
  text-align: center;
  vertical-align: middle;
}
.source-info a.search {
  overflow: hidden;
  max-width: calc(100% - 20px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.unbounce-info .ctmicon-unbounce {
  color: #199CD7;
}
#calls .subtable td {
  padding: 5px;
}
#calls tbody td table.subtable tr.active-visitor td {
  background: rgb(203, 241, 205);
}

#calls {
  margin-bottom:0;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
}
#calls label { display:block; }
#calls .call-edit-panel label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#calls .toggle-switch label { display:inline-block }
#content .transcription {
  position:absolute;height:300px;
  overflow:auto;
  -moz-box-shadow:0 0 4px #ccc;
   -ms-box-shadow:0 0 4px #ccc;
       box-shadow:0 0 4px #ccc;
}
#content .transcription ul {
  list-style:none;
}
#content .transcription ul li {
  list-style:none;
  padding:10px;
  margin:0;
}
#content .transcription ul li {
  border-bottom:1px solid #ccc;
  background: #F4FDF4;
}
#calls .inline-tags {
  background-color: #fcfcfc;
  border-color: #DEDFE0 #C8C8C8 #C8C8C8;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 1px 4px;
  transition: border-color 0.21s ease-out 0s;
  border-radius: 4px;
}
#calls .inline-tags:hover {
  text-decoration: none;
}
#calls .call-tags {
  vertical-align:bottom;
  white-space: initial;
}

#calls .open .menu, .dropdown.open .menu, .open .dropdown-toggle, .dropdown.open .dropdown-toggle {
  background: none;
}
#calls [class*="span"] {
  margin-left:0;
}
#calls .page-header {
  padding-bottom: 0px;
  margin: 0;
  border:none;
  margin-top: 12px;
  padding: 0 7px;
  padding-top: 10px;
  white-space: normal;
}


/** Anuj Css **/
ul#list-section li,#actionedit #list-section-fixed li {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #f0f3f5;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: .5rem;
}
ul#list-section,#actionedit #list-section-fixed {
    padding: 0px;
}

#actionedit .modal-dialog.modal-lg {
    max-width: 1000px;
}
#actionedit .modal-dialog.modal-lg .modal-content {
    border: none;
}

#actionedit .titlecontent {
    align-items: center;
    display: flex;
    min-height: 68px;
    padding: 4px 56px 4px 40px;
}

#actionedit .modal-header.title {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #3867d6;
    background-image: linear-gradient(-303deg,#3867d6,#6f8dd6 56%,#4a75da);
    color: #fff;
    height: auto;
    padding: 0;
}

#actionedit div.title div.titlecontent h2 {
    font-family:Helvetica,Arial,sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
    margin-bottom: 16px;
    margin-top: 0;
    display: block;
    font-size: 20px;
    line-height: normal;
    text-transform: none;
    margin: 0;
    max-width: 100%;
    color: #fff;
}

#actionedit button.close {   
    
    color: #ffffff;   
    top: 35px;
    width: 30px;
    z-index: 1;
    position: absolute;
    right: 24px;
    line-height: 30px;
    opacity: 1;
    height: 30px;
    padding: 0;
    transition: .3s;
    font-family: "Segoe UI Symbol";
}

#actionedit button.close:hover {
    background-color: #3867d6;
    border-radius: 100%;
}

#actionedit .modal-dialog.modal-lg .modal-content {
    border: none;
}

#actionedit input#search-list {
    border-radius: 3px;
    border-color: #ddd;
    background-color: #f4f4f4;
}

#actionedit thead#leadsactions>tr>th {
    border: none;
}

#actionedit div#search-list, #actionedit #all-selected-column-list {
    height: 300px;
    margin-top: 30px;
    overflow:auto
}
#actionedit ul#list-section{margin-top:0}
#actionedit label.custom-control.custom-checkbox {
    margin-bottom: 0;
    min-height: 1rem;
    /* padding: 0; */
    margin-right: 0;
    padding-left: 0;
    top: -3px;
}

#actionedit .list-bar tbody td {
    line-height: normal;
    border: none;
    background-color: transparent;
}

#actionedit .list-bar tbody tr.filter {
    background-color: transparent;
}

#actionedit label.custom-control.custom-checkbox>input[type=checkbox] {
    height: 19px;
    width: 19px;
    opacity: 1;
    z-index: 1;
    -webkit-appearance: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

#actionedit .list-bar tbody tr.filter td:last-child {
    /*left: -15px;*/
    position: relative;
}

#actionedit label.custom-control.custom-checkbox>input[type=checkbox]:checked {border-color:#3867d6;}
#actionedit div#search-list #search-list {
    margin-bottom: 0;
}

#actionedit #list-section .ui-sortable-handle .inputlistremove {
    float: right;
    width: 10px;
    height: auto;
    cursor: pointer;
}

#actionedit #list-section .ui-sortable-handle,#actionedit #list-section-fixed li {
    border-radius: 3px;
    border-color: #ddd;
    background-color: rgba(59, 105, 214, 0.13);
    padding-left: 25px;
}
#actionedit #list-section-fixed{margin-bottom:0}
#actionedit #list-section .ui-sortable-handle span {
    color: #33475b;
}

#actionedit div#selectedcolumns h5 {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 40px;
}
#actionedit div#addMilestoneFormFooter ul li {
    display: inline-block;
}

#actionedit div#addMilestoneFormFooter ul {
    text-align: left;
    padding-left: 25px;
}

li.custom-col-footer-btn button {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

li.custom-col-footer-btn.custom-column-save button {
    background-color: #3d6ad6;
    color: #fff;
}

li.custom-col-footer-btn.custom-column-cancel button {
    background-color: transparent;
    color: #3d6ad6;
}

li.custom-col-footer-btn.custom-column-cancel button:hover {
    background-color: #e5ebfa;
}

li.custom-col-footer-btn.custom-column-save button,li.custom-col-footer-btn.custom-column-cancel button {
    border: 1px solid #3d6ad6;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 25px;
}

li.custom-col-footer-btn.custom-column-save button:hover {
    background-color: #3d6ad6b8;
}

li.custom-col-footer-btn.custom-column-removeall button:hover {
    color: #3d6ad6;
}

#actionedit ul#list-section li.ui-sortable-handle{
    background-repeat: no-repeat;
    background-position: 9px calc(50% + 1px);
}

@media (max-width: 767px) {
  #calls .page-header {
    margin-top: 0;
    padding-top: 20px;
  }
}
#content table .page-header h1 {
  font-size:16px;
  padding:10px;
  color:#333;
}
#content table .page-header h1 small {
  font-size:14px;
}
#calls .profile-edit-section {
  width:70%;
}
#calls td .field {
  border:none;
}
#calls form { padding:0; padding-bottom:1px; }
#calls label { font-weight:normal; }
.subtable {
  margin-bottom:30px;
}

/* visibility controls... refactoring here to use a global class rather then many jquery show/hide calls */
#calls .call {
  display:none;
}
/**#calls {
  display:table;
}**/
#calls , #leads{
	padding:0;
}
#calls #calls-loader {
  display:none;
}
#calls.visible .call,
#calls.visible.more-calls #calls-loader {
  display: table-row;
}
#calls .source-visitor-icon {
  float: right;
  margin-left: 2px;
}
.ga-source-info {
  vertical-align:bottom;
  clear:both;
}
.ga-campaign {
  display: inline-block;
  max-width: calc(100% - 70px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.visitor-data-not-available {
  color:rgba(0,0,0,0.5);
}
.visitor-data-not-available > i {
  font-style: normal;
}
.call-log-popover {
  z-index:12;
}
#content .popover-content p {
  margin-bottom:8px;
}
#call-stats .popover-content .field {
  padding: 7px 0;
}
#call-stats .popover-content label {
  display: block;
  font-weight: bold;
  margin-bottom: -2px;
}
.navbutton {
  margin-left: 4px;
  margin-bottom: 0px;
  margin-top: 7px;
  float:left;
}
#calls .remove-agent {
  float: right;
  line-height: 20px;
  color: #BD6248;
  cursor:pointer;
  margin-right:5px;
}
#calls .cancel-agent-select {
  line-height: 20px;
  cursor:pointer;
  float:right;
}
.bigdrop.select2-container .select2-results {max-height: 300px;min-height: 200px;}
.bigdrop .select2-results {max-height: 300px;min-height: 200px;}
.bigdrop .select2-results li {min-height:68px; }
.bigdrop .select2-results .select2-result-label { height: auto; }
.bigdrop {
  min-width: 200px;
}
#calls .icon-loop-repeat { position:static; }
.call-receiving-number .agent-name {
  font-size:12px;
  display:block;
}
.callicons {
  position: relative;
  float: right;
  width: 24px;
  text-align: center;
  margin-top:0;
}
.callicons .direction {
  display: block;
  margin-bottom: -2px;
}
#call-customize li a i,
#call-section-customize li a i,
#alert-call li a i {
  display: inline-block;
  width: 15px;
  text-align: center;
}
#call-customize a[data-action=toggle],
#call-section-customize a[data-action=toggle],
#alert-call a[data-action=toggle] {
  padding-right: 65px;
  position: relative;
}
#call-customize i.toggle,
#call-section-customize i.toggle,
#alert-call i.toggle {
  position: absolute;
  right: 10px;
  top: 5px;
}
@media(max-width: 767px) {
  #call-customize i.toggle,
  #call-section-customize i.toggle,
  #alert-call i.toggle {
    top: 7px;
  }
}
.outbound, .inbound, .callicons .form,
.msg_outbound, .msg_inbound {
  position:relative;
  height: 24px;
  width: 24px;
  color:#666;
  text-align: center;
  line-height: 24px;
}
.callicons .form {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  color: white !important;
  margin: 1px 2px 3px;
  width: 20px;
  height: 20px;
}
.callicons .form .font-list-ul:before {
  font-size: 83%;
}
.outbound, .msg_outbound {
  color:#f8c365;
}
.inbound, .msg_inbound {
  color:#a7c500;
}
.outbound > i, .inbound > i, .callicons .form > i,
.msg_outbound > i, .msg_inbound > i {
  font-size: 18px;
  /*position: absolute;
  top: 2px;
  left: -2px;*/
}
#call-customize li a,
#call-section-customize li a,
#calls tfoot th,
#calls thead th {
  text-transform:capitalize;
}
#calls .keyword-spotted i {
  color:#b765c0;
}
#calls .caller-info-section h6 a {
  color: rgba(0,0,0,0.5);
}
#content .caller-info-section p { margin-bottom:0; }
#calls .stars {
  display:block;
  white-space: nowrap;
}
#calls .flat-input {
  border:none;
  background:transparent;
  width:100%;
}
.indicator-loop {
  margin-top:0;
  padding-left:0;
  padding-right:4px;
}
.additional-audio {
  margin-right:8px;
}
.auto-load {
  padding-left: 6px;
  padding-right: 6px;
}
.auto-load .text {
  font-size: 90%;
}
.auto-load:not(:hover) {
  background: none !important;
}
.call-filters {
  max-width:330px;
}

.full-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5fa2d7;
  opacity: 0.2;
}
.full-player .mejs-container, .full-player .mejs-container .mejs-controls, .full-player .mejs-controls .mejs-time-rail .mejs-time-total {
  background:transparent;
}
html:not(.dark) .full-player .mejs-container {
  background: rgba(0, 0, 0, 0.3) !important;
}
.full-player .mejs-speed-selector {
  top: 25px !important;
  height: 150px !important;
  background: #000 !important;
  z-index: 1000;
}

.full-player .mejs-container .mejs-time-rail img {
  width: 100%;
  height: 30px;
  margin-top: -5px;
}

.wave-surfer {
  position:absolute;
}

.call-edit-frame .navbar-brand {
  display:none;
}

@media (min-width: 768px) {
  .call-edit:not(.showing) {
    display: none;
  }
  #call-log-table {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  #call-log-header, #body #calls {
    left: 0 !important;
  }
  #body.call-log-showing #call-log-header, #body.call-log-showing #calls .main-list > tr:not(.call-edit) {
    -webkit-transform: translateX(-50vw) !important;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transform: translateX(-50vw) !important;
    transition: transform 0.3s ease-out;
  }
  #body.call-log-hiding #call-log-header, #body.call-log-hiding #calls .main-list > tr:not(.call-edit) {
    -webkit-transform: translateX(0) !important;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transform: translateX(0) !important;
    transition: transform 0.3s ease-out;
  }

  .call-edit {
    padding: 0 !important;
    min-height: 0 !important;
    border: none !important;
    max-height: 0 !important;
  }

  .call-edit .call-edit-shadow {
    background-color:rgba(0,0,0,0.5);
    position: fixed;
    left:0; top:0;
    z-index:12;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0.0;
  }
  .call-edit.showing .call-edit-shadow {
    visibility: visible;
    transition: opacity 0.3s linear;
    opacity: 1.0;
  }
  .call-edit.hiding .call-edit-shadow {
    visibility: hidden;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
    opacity: 0.0;
  }
  .call-edit .call-edit-frame {
    max-height: auto;
    width: 100%;
    position: fixed;
    background-color: #F4F4F4;
    height: 100%;
    top: 0;
    z-index: 14;
    -webkit-box-shadow: 1px 1px 4px #444;
       -moz-box-shadow: 1px 1px 4px #444;
        -ms-box-shadow: 1px 1px 4px #444;
         -o-box-shadow: 1px 1px 4px #444;
            box-shadow: 1px 1px 4px #444;
    left: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    visibility: hidden;
  }
  .call-edit.showing .call-edit-frame {
    max-height: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .call-edit.hiding .call-edit-frame {
    max-height: auto;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s ease-out;
    transition: visibility 0s 0.3s, transform 0.3s ease-out;
  }
  .call-edit-frame .call-edit-container {
    width: 100%;
    height: calc(100% - 40px);
    min-height: 0;
    overflow-y: hidden;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
  }
  .call-edit-frame .navbar-sidenav .navbar-collapse {
    max-height: calc(100vh - 40px);
  }
  body.headeron:not(.call-log-open):not(.mobile) .call-edit-frame {
    height: calc(100vh - 50px);
    top: 50px;
  }
  body.headeron .call-edit-frame .navbar-sidenav .navbar-collapse {
    max-height: calc(100vh - 90px);
  }
  body.mobile .call-edit-frame {
    top: 0px;
  }
  .call-edit-frame .navbar-brand {
    display:block;
    float:right;
  }
  .header .nav-actions .navbar-toggle[data-target="#log-actions-collapse"] {
    margin-bottom: 7px;
  }
  #call-log-table {
    margin-bottom: 0;
  }
}

#log-actions-collapse .button {
  display:block;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 30px;
  width:auto;
  margin-left: 4px;
}
#log-actions-collapse .dropdown-menu > li > a:hover {
  color: #fff;
}
#log-actions-collapse :not(.open) > .button:not(:hover):not(.callout),
.filter-more .button:not(:hover):not(.callout) {
  background: none;
}
body.ios .filter-more .button:not(:hover):not(.callout) {
  color: #5c9de4 !important;
}

@media (max-width: 767px) {
  html:not(.dark) body.mobile #log-actions-collapse * > .button:not(:hover):not(.callout) {
    color: #000 !important;
  }
  html:not(.dark) body.mobile #view-voicemail:not(:hover) .font-envelope {
    border-bottom-color: #000;
  }
  html:not(.dark) body.mobile #view-voicemail:not(:hover) .font-envelope:before,
  html:not(.dark) body.mobile #view-voicemail:not(:hover) .font-envelope:after {
    border-color: #000;
  }
  #log-actions-collapse .button {
    margin-left:8px;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
  #log-actions-collapse .button:not(:hover),
  .filter-more .button:not(:hover) {
    background: none;
  }
  #log-actions-collapse ul.nav {
    padding: 4px 0;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
  }
  body.headeron #log-actions-collapse ul.nav {
    max-height: calc(100vh - 90px);
  }
  #log-actions-collapse {
    background-color:rgb(66, 75, 81);
    margin-left: calc(0px - env(safe-area-inset-left));
    margin-right: calc(0px - env(safe-area-inset-right));
    padding-left: calc(env(safe-area-inset-left) + 15px);
    padding-right: calc(env(safe-area-inset-right) + 15px);
  }
  body.mobile #log-actions-collapse {
    background-color: #fff;
  }
  #log-actions-collapse .dropdown-menu > li > a {
    color: #fff;
  }
  html:not(.dark) body.mobile #log-actions-collapse .dropdown-menu > li > a:not(:hover) {
    color: #000;
  }
}

.comment-display, .comment-desc {
  white-space: normal;
}
.comment-desc {
  color:#777;
}

#main-spacing {
  display: none;
  height: 25px;
  border: none;
}
table#calls tbody.main-list {
  border-top: none;
}

@media (min-width:768px) {
  #main-spacing {
    display: block;
  }
  #calls > thead {
    position:absolute;
    z-index: 13;
    background:#fff;
    width:97.5%;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
  }
  #calls > thead tr {
    display:table;
    width:100%;
  }
  body.ios #log-actions-collapse :not(.open) > .button:not(:hover):not(.callout) {
    color: #5c9de4 !important;
  }
  body.ios #alert-call[data-on=false]:not(.open) > .button:not(:hover) {
    opacity: 0.5;
  }
}

#alert-call:not(.open) > .button:not(:hover) {
  color: #aaa !important;
}
#alert-call[data-on=true]:not(.open) > .button:not(:hover) {
  color: #6F9DE3 !important;
}
body.android #alert-call:not(.open) > .button:not(:hover) {
  color: rgba(255,255,255,0.2) !important;
}
body.android #alert-call[data-on=true]:not(.open) > .button:not(:hover) {
  color: #fff !important;
}
.phone-picker-2 .select2-choices { visibility:hidden; }

.call-edit-panel p,
.call-edit-panel strong {
  white-space: normal;
  word-break: break-word;
}
.close-call-panel {
  display:none;
  position:absolute;
  top: 4px;
  right: 0px;
  font-size: 15px;
  color: #333;
  z-index:10;
  cursor:pointer;
}
.close-call-panel:hover {
  color: #aaa;
}
.inner-form-data .page-heading{
	position:relative;
}
.cstm-btn-stl{
	font-size:14px;
}
@media (min-width: 768px) {
  .close-call-panel {
    display:block;
  }
}

#calls .call.excluded {
  opacity: 0.4;
}

.call-audio a span.text, a[class*="font-"] span.text {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
}
#calls .callerloc {
  overflow: hidden;
  max-width: 350px;
  text-overflow: ellipsis;
  margin-bottom: 5px !important;
}

#calls .new-msg-input .field {
  padding: 0;
}

#calls.table-striped td.call-message-body {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
  vertical-align: middle;
  color:#444;
}

#calls.table-striped td.call-message-body .action {
  display:block;
  font-size: 10px;
	text-align: left !important;
	margin:0;
  float: none !important;
  word-wrap:break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  line-height: 15px;
  width: 100%;
  word-break: break-word;
}
#calls.table-striped td.call-message-body .action[data-action=text] {
  font-size: inherit;
}
.log-column.call-caller .agent-initials {
  display: none;
}

/* convert table layout to div layout... */
@media (max-width: 767px) {
  table#calls {
    display:block;
  }
  table#main-spacing,
  table#calls thead, #calls-footer-header {
    display: none !important;
  }
  table#calls tfoot {
    display: block;
  }
  #calls.visible.more-calls #calls-loader,
  #calls.visible.more-calls #calls-loader td {
    display: block;
    border-top: none;
  }
  table#calls tbody.main-list {
    display:block;
    width:100%;
  }
  table#calls > tbody > tr > td {
    display:block;
    width:auto !important;
  }
  table#calls > tbody > tr {
    display:block !important;
    width:100% !important;
    max-width: 100% !important;
    position:relative; /* position all buttons and elements based on this row element */
    height: 100%;
  }
  #calls a.action {
    float:left;
    width: 32px;
    margin-left: 2px;
    margin-top: 2px;
  }
  #calls .call-caller-actions a.action:first-child {
    margin-left: 5px;
  }
  #calls a.action .a-icon, #calls a.action .a-icon,
  #calls .section-caller, #calls .call-caller {
    border-top: none;
  }
  #calls .call-caller {
    padding-left: calc(env(safe-area-inset-left) + 5px);
    padding-right: calc(env(safe-area-inset-right) + 5px);
  }
  #calls .call-source-detail, #calls .call-custom, #calls .call-message-body {
    padding-left: calc(env(safe-area-inset-left) + 5px);
    padding-right: calc(env(safe-area-inset-right) + 5px);
  }
  #calls .call-csr, #calls .section-csr, #calls .call-audio, #calls .section-audio,
  #calls .call-source, #calls .section-source,
  #calls td.call-caller-actions, #calls .section-caller-actions,
  #calls .call-actions, #calls .section-actions {
    width:100%;
    max-width:100%;
    min-width:auto;
    border:none;
  }
  #calls .action-box {
    padding-top:0;
    overflow:auto;
    max-height:100%;
    padding-right: 4px;
  }
  table#calls tbody tr td.call-source-detail {
    padding-left: 34px;
    padding-left: calc(env(safe-area-inset-left) + 34px);
    border-top: none;
  }
  #calls > tbody > tr:not(.section-caller) {
    padding-top: 90px;
  }
  #calls tr .transcription-available,
  #calls tr .gender,
  #calls tr .keyword-spotted {
    font-size:14px;
  }

  #calls > tbody > tr {
    padding-bottom: 106px; /* gives room to actions to show below this column */
  }
  #calls tr .callicons {
    max-height: calc(100% - 141px);
  }
  #calls > tbody > tr > td.call-caller a[data-action=lookup] {
    display:none;
  }
  #calls td.call-caller-actions {
    position: absolute;
    bottom:0;
    width: 75px !important;
    width: calc(env(safe-area-inset-left) + 75px) !important;
    padding-left: calc(env(safe-area-inset-left) + 5px) !important;
    border-bottom: 1px solid #ddd !important;
    height: 38px;
  }
  #calls td.call-csr {
    position: absolute;
    bottom: 36px;
    left: 33%;
    width: 34% !important;
    padding-top: 10px;
  }
  #calls td.call-csr a.action span.text {
    display: block;
  }
  #calls .audio-wrapper .mejs-container {
    margin-top: -2px;
    margin-bottom: -9px;
  }
  #calls td.call-audio {
    position: absolute;
    top: 23px;
    right: 0px;
    width: auto;
    font-size: 11px !important;
    height: auto;
    min-height: 0;
    z-index: 1;
    padding-right: calc(env(safe-area-inset-right) + 5px);
  }
  #calls tr.editing-agent td.call-audio {
    top: 50px;
  }
  #calls td.call-audio,
  #calls.table-striped > tbody > tr:not(.call-active):nth-child(1n) > td.call-audio {
    background: none !important;
  }
  #calls td.call-audio .popout-link,
  #calls td.call-audio .playback-links,
  #calls td.call-audio p,
  #calls td.call-receiving-number h6 {
    display:none;
  }
  #calls .call-receiving-number .agent-initials {
    display:none;
  }
  #calls .call_path {
    display:none;
  }
  #calls .action-col a.action:not([data-action="sale"]) {
    display: none !important;
  }
  #calls .action-col .duration {
    display: inline-block;
    height: 26px;
    line-height: 26px;
  }
  #calls .action-col a.action.audio.audio-player {
    display: inline-block !important;
    margin-bottom: -16px;
    font-size: 13px;
    padding: 5px;
    line-height: 16px;
  }
  #calls tr td.call-metrics {
    bottom: 36px;
  }
  #calls td.call-metrics {
    position: absolute;
    right:0;
    width:auto;
    border:none;
    text-align:right;
    width: 35% !important;
    padding-right: calc(env(safe-area-inset-right) + 5px);
  }
  #calls td.call-actions {
    position: absolute;
    bottom:0;
    right: 0px;
    width: calc(100vw - 75px) !important;
    width: calc(100vw - 75px - env(safe-area-inset-right)) !important;
    padding-right: calc(env(safe-area-inset-right) + 5px) !important;
    border-bottom: 1px solid #ddd !important;
    height:38px;
  }
  #calls td.call-actions a.action {
    float:right;
  }
  #calls td.call-caller-actions a.action,
  #calls td.call-actions a.action {
    height: 30px;
    width: 28px;
  }
  #calls td.call-caller-actions a.action .a-icon,
  #calls td.call-actions a.action .a-icon {
    font-size: 18px;
    width: 24px;
  }
  #calls td.call-receiving-number {
    position: absolute;
    top: 7px;
    right:0px;
    border:none;
    font-size: 12px !important;
    padding-right: calc(env(safe-area-inset-right) + 5px);
    display:block;
  }
  #calls td.call-source {
    position: absolute;
    bottom: 36px;
    left: 0;
    border:none;
    text-align:left;
    max-width: 33%;
    width:33% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: calc(env(safe-area-inset-left) + 5px);
  }
  #calls > tbody > tr:not(.section-caller_actions):not(.section-actions) > td.call-source,
  #calls > tbody > tr:not(.section-caller_actions):not(.section-actions) > td.call-csr,
  #calls > tbody > tr:not(.section-caller_actions):not(.section-actions) > td.call-metrics {
    bottom: 0px;
  }

  #calls > tbody > tr:not(.section-caller_actions):not(.section-actions) {
    padding-bottom: 66px;
    border-bottom: 1px solid #ddd;
  }
  html.dark #calls > tbody > tr:not(.section-caller_actions):not(.section-actions) {
    border-bottom-color: #383838;
  }
  #calls tr:not(.section-caller_actions):not(.section-actions) .callicons {
    max-height: calc(100% - 101px);
  }

  #calls > tbody > tr:not(.section-source):not(.section-csr):not(.section-metrics) {
    padding-bottom: 36px;
  }
  #calls tr:not(.section-source):not(.section-csr):not(.section-metrics) .callicons {
    max-height: calc(100% - 71px);
  }

  #calls > tbody > tr:not(.section-caller_actions):not(.section-actions):not(.section-source):not(.section-csr):not(.section-metrics) {
    padding-bottom: 10px;
  }
  #calls tr:not(.section-caller_actions):not(.section-actions):not(.section-source):not(.section-csr):not(.section-metrics) .callicons {
    max-height: calc(100% - 45px);
  }

  #calls > tbody > tr:not(.section-caller):not(.section-audio):not(.section-receiving_number) {
    padding-top: 0;
  }

  #calls > tbody > tr:not(.section-caller_actions) > td.call-actions,
  #calls > tbody > tr:not(.section-actions) > td.call-caller-actions {
    width: 100% !important;
  }

  /* one column hidden */
  /* if the metrics is hidden, use 66 and 34% */
  #calls > tbody > tr.section-source.section-csr:not(.section-metrics) > td.call-source {
    width: 66% !important;
    max-width: 66%;
  }
  #calls > tbody > tr.section-source.section-csr:not(.section-metrics) > td.call-csr {
    left: 66%;
    z-index: 1;
  }

  /* if the score is hidden, use 50 and 50% */
  #calls > tbody > tr.section-source.section-metrics:not(.section-csr) > td.call-source {
    width: 50% !important;
    max-width: 50%;
  }
  #calls > tbody > tr.section-source.section-metrics:not(.section-csr) > td.call-metrics {
    left: 50%;
    width: 50% !important;
  }
  #calls > tbody > tr.section-source.section-metrics:not(.section-csr) > td.call-metrics .source-detail {
    max-width: 100%;
  }

  /* if the source is hidden, use 34 and 66% */
  #calls > tbody > tr.section-csr.section-metrics:not(.section-source) > td.call-csr {
    left: 0;
    padding-left: calc(env(safe-area-inset-left) + 5px);
  }
  #calls > tbody > tr.section-csr.section-metrics:not(.section-source) > td.call-metrics {
    left: 34%;
    width: 66% !important;
    max-width: 66%;
  }
  #calls > tbody > tr.section-csr.section-metrics:not(.section-source) > td.call-metrics .source-detail {
    max-width: 100%;
  }

  #calls > tbody > tr > td.call-inputs { display: none; }
  #calls > tbody > tr { min-height: 40px; }

  /* two columns hidden */
  #calls > tbody > tr:not(.section-csr):not(.section-metrics) > td.call-source,
  #calls > tbody > tr:not(.section-source):not(.section-metrics) > td.call-csr,
  #calls > tbody > tr:not(.section-source):not(.section-csr) > td.call-metrics {
    left: 0;
    width: 100% !important;
    max-width: 100%;
    z-index: 1;
    padding-left: calc(env(safe-area-inset-left) + 5px);
    padding-right: calc(env(safe-area-inset-right) + 5px);
  }
  #calls > tbody > tr:not(.section-source):not(.section-csr) > td.call-metrics .source-detail {
    max-width: 100%;
  }

  #calls td.call-source, #calls td.call-csr, #calls td.call-metrics {
    min-height: 67px;
    background-color: transparent;
  }
  #calls.table-striped td.call-message-body {
		white-space: normal;
    text-align: left;
    border-top: none;
    font-size: 12px;
    height: auto;
    color: #444;
    padding-left: 34px;
    padding-bottom: 12px;
    max-width: inherit;
    width: 100%;
  }
  #calls td.call-source h5 {
    padding-bottom: 2px;
    line-height: 15px;
  }
  #calls td.call-source .small-source {
    display:none;
  }
  .caller-info-section {
    padding-top: 4px;
    padding-left: 30px;
  }
  #calls .callicons {
    position: absolute;
    left: 6px;
    top: 8px;
    left: calc(env(safe-area-inset-left) + 6px);
  }
  #calls.table-striped tbody tr.pagemarker td {
    border-bottom:none;
  }
  #calls.table-striped tbody tr.call-active td, #calls.table-striped tbody tr.last-active-row td {
    border-top: none !important;
  }
  #calls .call-receiving-number {
    min-width: 0;
  }
  #calls .call-receiving-number a[data-field=business_number] {
    display:none;
  }
  #calls .call-receiving-number h6 {
    margin:0;
  }
  #calls .call_caller_number i { display:none; }
}

.inbound_message {
  text-align: right;
}

a.word_low {
  color: inherit;
  border-bottom: 1px solid rgb(236, 159, 134);
}
a.word_medium {
  color: inherit;
}
a.word_high {
  color: inherit;
}
.noborder-small.action.field-info.custom_inline_column {
  font-size: 10px;
  cursor:pointer;
  height: auto;
  width: 100%;
}
.call-csr .custom_inline_column,
.call-csr .call-custom_field {
  text-align: center;
}
.caller-info-section .call-custom_field-name {
  display: inline-block;
}

span[data-action=call_flow], .transcription-available, .keyword-spotted {
  cursor: pointer;
}

.call-custom_field {
  line-height: 10px;
  margin-bottom: 3px;
}
.call-custom_field-name {
  display: block;
  margin-bottom: 1px;
}
.call-custom_field-value {
  color: rgba(0,0,0,0.5);
}
@media (max-width: 767px) {
  .call-custom_field-name {
    display: inline-block;
  }
  .log-column.call-custom {
    max-width: 100% !important;
    border-top: none;
    padding-left: 34px;
    text-align: left;
  }
  .log-column.call-custom.empty-column,
  .log-column.call-message-body.empty-column {
    display: none !important;
  }
  .noborder-small.action.field-info.custom_inline_column {
    font-size: 10px;
    text-align: left;
  }
  .log-column.call-custom .action {
    width: 100%;
  }
  .log-column.call-custom .action:not(.custom_inline_column) {
    font-size: 13px;
    text-align: left !important;
    display: inline-block !important;
    padding: 2px 6px !important;
    margin-left: -4px !important;
  }
  .log-column.call-custom .action .text {
    display: inline-block;
    font-size: 13px;
  }
}
.comment-col-pic {
  width: 60px;
  float: left;
  text-align: center;
}
.comment-col-note {
  width: calc(100% - 120px);
  float: left;
  padding: 3px 15px;
}
.comment-col-edit {
  width: 60px;
  float: left;
}

#calls .comment-col-pic .agent-initials {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    background: #5bbcd2;
		color:#fff;
}
#calls .comment-frame p{
	margin-bottom:0;
}
.spc-top{
	margin-top:15px;
}
.pl-15-spc{
	padding-left:15px;
}
.sale-invoice-pg .form-group{
	margin-bottom:15px;
}
@media (max-width: 767px) {
  .comment-col-pic {
    width: 45px;
  }
  #calls .comment-col-pic .agent-initials {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .comment-col-note {
    width: calc(100% - 61px);
  }
  .comment-col-edit {
    width: 16px;
    font-size: 16px;
    line-height: 20px;
  }
}
.session_section,
.session_section strong {
  white-space: nowrap;
  overflow: hidden;
  word-wrap: break-word;
  max-width: 100%;
  display: inline-block;
}
.session_host {
}
.session_path {
  text-indent: 0px;
  display: inline-block;
  vertical-align: top;
}
.session_path:first-child {
  text-indent: 30px;
  display: inline-block;
}
.session_sub {
  text-indent: 10px;
}
.session_push_lower {
  padding-top:10px;
}
.session_time {
  white-space: nowrap;overflow:hidden;word-wrap: break-word;
  float:right;
  font-size:80%;
}

#custom_action {
  margin-bottom: 0;
  padding: 5px;
}
#custom_action .field {
  padding: 0;
}

html.dark #calls thead, html.dark #calls tfoot {
  background-color: #424242;
  /*box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;*/
  color: #fff;
}

html.dark #calls h3 a, html.dark #calls h3 a:visited, html.dark #calls h4 a, html.dark #calls h4 a:visited, html.dark #calls h5 a, html.dark #calls h5 a:visited, html.dark #calls th a, html.dark #calls th a:visited, html.dark #calls h6 a, html.dark #calls h6 a:visited, html.dark #calls .call-tags a {
  color: #fff;
}

html.dark #calls a .a-icon {
  color: rgba(255, 255, 255, 0.8);
}

html.dark .table > thead > tr > th {
  border-color: #333333;
}
html.dark .table > thead > tr > th, html.dark .table > tbody > tr > th, html.dark .table > tfoot > tr > th, html.dark .table > thead > tr > td, html.dark .table > tbody > tr > td, html.dark .table > tfoot > tr > td {
  border-color: #383838;
}

html.dark .call-edit-frame .call-edit-container {
  background: #303030;
}

html.dark #calls.table-striped tbody tr.call-edit > td {
  background: #303030 !important;
}

@media (min-width: 768px) {
  html.dark #calls .navbar .nav > li > a i {
    color: white;
  }
}

html.dark .visitor-data-not-available {
  color: rgba(255, 255, 255, 0.5);
}

html.dark .log-column .action:hover {
  color: white;
}

html.dark #calls.table-striped td.call-message-body {
  color: white;
}
html.dark .call-custom_field-value {
  color: rgba(255, 255, 255, 0.5);
}

html.dark .close-call-panel {
  color: rgba(255,255,255,0.75);
}
html.dark #calls .inline-tags {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.23);
}
html.dark #calls.table-striped > tbody > tr.call-active:not(:first-child) > td,
html.dark #calls.table-striped > tbody > tr.last-active-row:not(:first-child) > td {
  border-color: #272727;
}

@media (max-width: 767px) {
  html.dark #calls td.call-audio, html.dark #calls.table-striped > tbody > tr:not(.call-active):nth-child(1n) > td.call-audio {
    background: none !important;
  }
  html.dark #calls td.call-caller-actions, html.dark #calls td.call-actions {
    border-color: #383838 !important;
  }
  html.dark .call-edit-frame .navbar-sidenav, html.dark #log-actions-collapse {
    background: #212121;
  }
}

html.dark .callicons .form {
  background-color: rgba(255, 255, 255, 0.23);
}

html.dark body:not(.android) .header form.search input.search.subtle {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
}

html.dark #calls.table-striped > tbody > tr.call-active, html.dark #calls.table-striped > tbody > tr.call-active > td {
  background-color: #506977;
}

html.dark #calls.table-striped > tbody > tr.last-active-row:not(.call-active):not(:hover), html.dark #calls.table-striped > tbody > tr.last-active-row:not(.call-active):not(:hover) > td {
  background-color: #41444a;
}
html.dark #calls .source-visitor-icon small {
  opacity: 0.5;
}

@media (max-width: 767px) {
  /* hide the div that floats under open menus to intercept mouse clicks, since it intercepts too much here */
  #log-actions-collapse .dropdown.open > .dropdown-toggle:before, #log-actions-collapse :not(.dropdown) > .dropdown-toggle[aria-expanded=true]:before {
    display: none;
  }
}

body.mobile .converted > .boot-switch .bootstrap-switch {
  float: none;
}
#calls .timeline {
  list-style: none;
  position: relative;
  padding: 1px 1px 1px 85px;
}
#calls .timeline li {
  position: relative;
  margin-left: 30px;
  padding: 0;
}
#calls .timeline li .indicator {
  width: 2px;
  height: calc(100% + 18px);
  left: -20px;
  top: 0;
  position: absolute;
}
#calls .timeline li .indicator:before, #calls .timeline li .indicator:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  background: #6f9de3;
  left: -5px;
  top: 0;
}
#calls .timeline li .indicator:after {
  top: 100%;
}
#calls .timeline li .timeline-times {
  width: 4px;
  height: calc(100% + 18px);
  background: #6f9de3;
  left: -19px;
  top: 0;
  position: absolute;
}
#calls .timeline li .timeline-times span {
  position: absolute;
  left: -85px;
  top: 0;
}
#calls .timeline .card {
  padding-bottom: 0;
}
@media (max-width: 400px) {
  #calls .timeline {
    padding-left: 1px;
  }
  #calls .timeline li {
    margin-left: 22px;
  }
  #calls .timeline li .timeline-times {
    left: -17px;
  }
  #calls .timeline li .timeline-times span {
    font-size: 9px;
    left: 20px;
    top: 1px;
  }
  #calls .timeline li .indicator:before, #calls .timeline li .indicator:after {
    left: -3px;
  }
}

#calls a.action.account {
  height: auto;
  max-height: 150px;
  overflow: hidden;
}

#calls-index #messages, #messages-index #messages, #calls-desk #messages, #calls-agency #messages {
  position: fixed;
  width: 100%;
  z-index: 14;
}
#calls-index #body #call-log-header > .actions {
  right: 5px;
}

#calls-desk #messages {
  width: calc(100% - 340px);
}

body.mobile #body #call-log-header > form.search.focused:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
}
.live-transcript {
  white-space: normal;
  word-break: break-word;
}

.social-icon {
  font-size: 150%;
  text-decoration: none !important;
  padding-right: 4px;
}
.social-icon:after {
  content: none !important;
}

html:not(.dark) body.ios .header form.search input.search.subtle::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.message-thread .card {
  position: relative;
}
#calls .block:before{ 
	display:none;
}
.message-thread .card .message-status {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 4px;
  margin: 0;
  color: #fff;
  font-size: 90%;
}
.message-thread .card.error .message-status {
  background: #A63B45;
}
.message-thread .card.warning .message-status {
  background: #cea84d;
}
.action .text{
	font-size:10px;
}
.app-header.navbar .top-header li > ul  li.nav-item:before{
	display:none;
}
/**.app-footer + div{
	margin-left:250px;
	top:100%;
}**/
.SumoSelect label{
	margin-bottom:0;
}
select.form-control.cstm-filt {
    width: 300px;
    float: right;
    margin-bottom: 20px;
}
.spc-top-txt{
	margin-top:30px;
}
.panel-select-box{
	margin-bottom:15px;
}
/**.panel-select-box .dropDownUrlName  {
	width:400px;
}**/
.select2-selection__clear{
	display:none;
}
.sep-spc {
    margin-top: 20px;
}
.nav-search-main {
    width: 100%;
}
.ih-item.circle , .ih-item.circle .img{
	width:250px;
	height:250px;
	overflow:hidden;
	margin-bottom:10px;
}
#ShowCharts{
	height:414px;
}
.message-widget.cstm-height {
    height: 400px;
    overflow-y: auto;
}
.card-pm-summary .widget-pm-summary i {
    font-size: 2rem;
}
.card-pm-summary .widget-text .text-white{
	font-size:14px;
	margin:0;
}
.card-pm-summary .widget-pm-summary i{
	line-height:1.2;
	display:inline-block; 
	vertical-align:top;	
}
/**.inline-blk.wid-auto {
    width: 48px;
}
.inline-blk.wid-cstm {
    width: 73%;
}**/
.app-header.navbar .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 12%;
    overflow: hidden;
    background: none;
}
.card-pm-summary .widget-pm-summary{
	display:flex;
}
.private-progress {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}

.private-progress img {
    position:  absolute;
    left:  50%;
    top: 50%;
    transform: translate(-50%,-50%);
} 
a[data-readmore-toggle] {
    display: inline-block;
    margin-top: 10px;
    padding-left: 11px;
    padding-bottom: 10px;
    font-size: 12px;
    text-decoration: underline;
}
#projecttabs .cstm-timeline.timeline>li .timeline-body{
	overflow:hidden;
}
#projecttabs .cstm-timeline.timeline>li>.timeline-item{
	padding-bottom:5px;
}
ul.nav-cstm {
    padding: 0;
}
.card.custom-card-new-row .form-group {
    margin-bottom: 15px;
}

.card.custom-card-new-row {
    padding: 30px;
}
.card.custom-card-new-row .form-group .form-control {
    border: 1px solid #ccc;
	font-size:14px;
}
.col-sm-10.call-edit-container {
    padding-right: 90px;
	padding-bottom:30px;
}
.call-edit-form {
    padding-top: 30px;
	background:#f4f4f4;
}
.call-edit-container .page-heading h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.call-edit-container .page-heading h3 small {
    font-size: 11px;
}
.nav-cstm a{
	font-size: 13px;
    font-weight: 400;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px 20px;
	display:block;
}
.nav-cstm a i{
	color: black;
}
.nav-cstm span.caption {
    color: #5c9de4;
}
.card.custom-card-new-row textarea{
	height:60px;
}
.notes-section {
    background: #eee;
    padding: 15px;
}
.message-widget ul{
	max-height: 422px;
}
.card.ecom-widget-payments.card-accent-theme {
    height: 493px;
	overflow-y:auto;
}
.products-widget {
    height: 548px;
    overflow-y: auto;
}
.checkbox-group.iframe_wrp {
    margin-top: 20px;
    border: 1px solid #ccc;
    position: relative;
    padding-bottom: 18px;
    padding-top: 5px;
    margin-bottom: 25px;
	padding-left:26px;
	padding-right: 15px;
}
.iframe_wrp .parentcheck.checkbox {
    margin-top: 0;
    position: absolute;
    top: -15px;
    background: #fff;
    min-height: initial;
    padding-top: 0;
    width: auto;
    left: 17px;
	padding-left:10px;
}
.box-footer.permission-footer {
    padding-left: 29px;
    padding-bottom: 25px;
}
.sep_prt {
    margin-top: 20px;
}
.checkbox, .radio {
    display: inline-block;
}
.card-body .col-md-12 > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
h4.text-theme.cstm-spc {
    margin-bottom: 25px;
}
.sm-hit-vl {
    height: 515px;
	overflow-y:auto;
	overflow-x:hidden;
}
.sm-hit-vl .text-theme{
	margin-bottom:20px;
}
.cstm-lft-spc{
	margin-left:0;
}

.sm-hit-vl .text-theme {
    margin-bottom: 20px;
}
.inner-panel-cstm h4.private-header__heading.box-title.text-theme{
	display:none;
}
.srch-row{
	margin:20px 0;
	margin-top:0;
}
.txt-white{
	color:#fff;
	text-decoration:none;
}
.txt-white:hover{
	text-decoration:underline;
}
.data-mypage button {
    margin: 0;
    padding: 0;
}
.panel-select-box .dropDownUrlName.foc {
    width: 400px;
	border: 1px solid #f0f3f5;
	box-shadow:none;
webkit-box-shadow: 0px 0px 20px -4px #c2cfd6;
    -moz-box-shadow: 0px 0px 20px -4px #c2cfd6;
    box-shadow: 0px 0px 20px -4px #c2cfd6;	
		
}
.panel-select-box .dropDownUrlName {
    width: 0;
	padding-right:30px;
	border:none;
	box-shadow:none;
	background:none;
    transition: all 0.5s ease;
}
/**input.colapse-srch {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}


input.colapse-srch:focus {
    width: 100%;
}**/
.data-mypage label{
	margin-bottom:0;
}
.search-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
	cursor:pointer;
}
.par-rel {
    position: relative;
}
.cstm-from-input {
    border: 1px solid #ccc; 
}
.p-15-spc{
	padding:0 15px;
}
.admin-settings .breadcrumb {
    display: none;
}
.web-nm a {
    word-wrap: break-word;
}
.pmst{ font-weight: 700;
    color: #a01f1f99;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 4px;}
	.pages-card .card-body .small{
		margin-bottom:0;
	} 
	.login-logo-wrp a {
		display: inline-block;
	}
.login-logo-wrp {
    text-align: center;
    margin: 15px 0;
}
.cstm-responsive-tbl{
	min-height:300px;
	max-height:600px;
}	
h3.timeline-header {
    font-weight: 400;
	margin-top:10px;
}
.timeline-body h3{
	font-weight:400;
}
.timeline-body p {
    margin-bottom: 5px;
}
.mailstatus {
    margin-bottom: 15px;
}
.timeline-body h5 {
    font-size: 15px;
    font-weight: 400;
} 
.timeline.cstm-timeline i.fa.fa-envelope.bg-blue {
    background: #0073b7;
}
.timeline.cstm-timeline i.fa.fa-comments.bg-blue , .timeline.cstm-timeline i.fa.mdi.mdi-phone-in-talk {
    background: #f39c12;
}
.timeline.cstm-timeline i.fa.fa-calendar{
	background:#8ec3d5;
}
.timeline.cstm-timeline i.fa.fa-calendar {
    background: #98beb2;
}
.expandable-text {
    overflow: hidden;
}
.rform {
    margin-top: 15px;
	width:60%;
}
.rform .box-body {
    margin: 15px 0;
}
.addCmpnyHead i.mdi.mdi-close-circle {
    font-size: 20px;
}
.people-img {
    margin: 0 auto;
    text-align: center;
}
.people-img img.profile-user-img.img-responsive.img-circle {
    display: inline-block;
}
#member p.text-muted.text-center:empty {
    display: none;
}
#member a.rmv-link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}
#member h4.profile-username.text-theme.text-center {
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size:18px;
}
.people-wrp-div{
	min-height:376px;
}
.pag-wrp{
	margin-top:25px;
}
.users-count .heading-small{
	font-size:12px;
}
.ecom-widget-payments ul li span{
	font-size:16px;
}
.message-widget .sales-message-widget .text-muted{
	margin-bottom:0;
}

.message-widget .sales-message-widget li .u-img .notification{
display:none;	
}
.message-widget .sales-message-widget .description {
    padding-left: 40px;
}
.card.card-accent-theme.sales-category-widget {
    min-height: 493px;
}
.sidebar-fixed .main, .sidebar-fixed .app-footer{
	overflow-x:hidden;
}
.box-wrp-tbl{
	display:table;
}
.row-cstm-tbr{
	display:table-row
}
.col-sm-cstm {
	display:table-cell;
}
/*.col-sm-cstm .inner-data-board {
    width: 250px;
}*/
div#dealslayout {
    overflow-x: auto;
}
.board-body ul li.pevent {
    color: #7d1b1b;
    background-color: #fcd6d6;
    border-color: #fbc6c6;
}
.board-body ul li.pevent a{
	color: #7d1b1b;
}
.board-body ul li b{
	font-weight:400;
}

.board-body ul li.tevent {
    color: #116338;
    background-color: #d2f2e1;
    border-color: #c1edd6;;
}
.board-body ul li.tevent a{
	color: #116338;
}
.activity-status.no-answer{
	color:#7d1b1b;
}
.source-info.activity-status.completed{
	color:#116338;
}
.msg-txt-nw a , .main-persn.inline-blk a {
    color: #536c79;
	font-weight:400;
}
#timelineThreads .overlay{
	padding-top:15px;
}
#timelineThreads .heading-txt {
    padding-left: 10px;
}
.message-widget .sales-message-widget .text-muted br{
	display:none;
}
.indicator-wrap li{
	font-size:12px;
}
span.color-bar {
    width: 25px;
    height: 6px;
    background: #000;
    display: inline-block;
    vertical-align: 1px;
}
span.color-bar.regular-clr{
	background:#d5eaf8;
}
span.color-bar.past-clr{
	background:#fcd6d6;
}
span.color-bar.today-clr{
	background:#d2f2e1;
}

.indicator-wrap ul {
    margin-bottom: 0;
}
.indicator-wrap {
    background: #fff;
    border: 1px solid #dfe3eb;
    border-bottom: none;
    padding: 3px 0;
    text-align: left;
}
.cstm-wid{
	width:70%;
}
.message-widget li .u-img .notification{
	display:none;
}
.timeline.cstm-timeline i.fa.fa-money {
    background: #3867d6;
}

.ih-item.circle.effect2.left_to_right .hov:hover .img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ih-item.circle.effect2.left_to_right .hov:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.ih-item.circle.effect2 .info{
	pointer-events:initial;
}
.rm-link{
	font-size:20px;
}
.addPersonBtn {
    margin-bottom: 20px;
}
.cstm-slc-wid{
	width:300px;
}
.ih-item.circle.effect2 .info h3{
	font-size:16px;
}
.error_masseage ul {
    padding-left: 0;
    list-style: none !important;
}
label.error {
    margin-bottom: 0;
    color: red;
    padding-left: 3px;
}
.cstm-slc-wid200 {
    width: 200px;
}
.m-0-top{
	margin-top:0;
}
.lead-list-search .wrap-im-ex.text-right {
    width: 300px;
}

.lead-list-search form#leadssearch {
    width: 100%;
}
label#selectMember-error , div#sltProjectsCompanyId-error{
    position: absolute;
    bottom: -25px;
}
 div#sltProjectsCompanyId-error{
	 bottom:0;
 }
.ui-datepicker {
    z-index: 1000001!important;
}
.ui-datepicker .ui-datepicker-title select{min-height: auto;}

.is--module.has--vertical-spacing.m-y-0.panel-is-note.private-tabs__panel {
    padding-left: 59px;
    padding-right: 28px;
}
.subj_text p {
    margin-bottom: 0;
    font-size: 12px;
    padding-left: 0;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
h3.timeline-header.private-button--tertiary-light.clearfix{
	float:left;
}
.subj_text p strong {
    font-weight: 500;
}
.custom-tab .active .nav-link {
    border-bottom: 5px solid #3867d6;
}
div#leadsactionAlert {
    opacity: 1;
}
.inpt-fld{
	margin-right:10px;
	width:400px;
}
.private-header__toolbar{margin-bottom:10px;}
.subj_text {
    margin-top: 5px;
}
.row.heading-row-nw {
    margin-bottom: 15px;
}
.banner-image {
    position:  absolute;
    height:  100%;
    width: 100%;
    background-size: cover;
    background-repeat:  no-repeat;
    background-position: center center;
}
.banner-image:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
main.main {
    position: relative;
}
form#showProject {
    position: absolute;
    top: 9px;
    right: 15px;
}
input#project_url {
    padding: 3px 8px;
}
input.btn.uiButton.private-button.private-button--default.private-button--primary.private-hoverable.private-button--non-link.m-0 {
    color: #fff;
    padding: 3px 20px;
	box-shadow:none;
}
/*.is-invalid {
    border: none !important;
}*/
.products-widget .doc-img{
	padding-top:0;
	padding-bottom:0;
	text-align:center;
}
.products-widget .doc-img img{
	width:50%;
}
.products-widget .document{
	padding-top:0;
	padding-bottom:0;
}
.products-widget .document .description{
	margin-bottom:0;
}
td.document + td {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}
.products-widget .date, .products-widget .status {
    padding-top: 0;
	padding-bottom:0;
}
.products-widget .user .heading{
	padding-top:0;
}
.heading-row-nw.text-right.lead-list-search {
    padding: 0 12px;
    margin-bottom: 5px;
}
.mail-outr {
    box-shadow: 0 1px 10px -3px rgba(45,62,80,.12);
    margin-bottom: 20px;
}
.bootstrap-tagsinput.tag-cstm {background:#a4b7c129;box-shadow:none;border:none!important; padding: 10px 19px; }
.bootstrap-tagsinput.tag-cstm .badge{vertical-align: bottom; margin-top:0;}
.inline-blk.wid-input {
    width: 25%;
}
.card .data-mypage .btn{
	margin-top:0;
}
span.tag-heding span:first-child, span.tag-heding span:nth-child(2) {
    color: #3867d6;
    font-weight: 700;
}
span.tag-heding span:nth-child(2){text-transform: capitalize;}
.pos-rel {
    position: relative;
}
#sidebar-gp #search .from-group{
    padding: 0 7px;
}
#sidebar-gp div#result {
    height: 580px;
        overflow-y: auto;
}
.compose-btn {
    width: 95%;
    background: #3867d6;
    border-color: #3867d6;
    box-shadow: none;
}
#sidebar-gp #result::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 6px;
}

#sidebar-gp #result::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

#sidebar-gp #result::-webkit-scrollbar-thumb
{
  border-radius: 6px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
                     40% 0%,
                     75% 84%,
                     from(#3c8dbc),
                     to(#3c8dbc),
                     color-stop(.6,#a94442))
}
.btn-bod-rm{
	border:none;
}
.txt-white:hover {
    color: #fff;
}
.pad-top-end{
	padding-top:50px;
	font-size:20px;
}
.testSelAll2{
	display:none;
}
.cstm-row-srch .col-sm {
    width: 23.4%;
    flex: none;
}
.cstm-row-srch .col-sm-cstm{
 margin-top:2px;	
}
.cstm-tab-pm-profoma th{
	font-weight:400;
}
div#myTable_info {
    display: none;
}
div#myTable_paginate {
    float: right;
}
.cstm-row-srch .col-sm-cstm.eql-spc{
	margin-top:31px;
}
.tooltip{
	z-index:initial;
}
#frmProfomaInvoicesManage a.tooltip i.fa{
	font-size:12px;
}
#myTable_length label{
	white-space:nowrap;
}
div#myTable_filter {
    text-align: right;
}
#myTable_filter label{
	white-space: nowrap;
}
div#myTable_filter {
    text-align: right;
}	
#myTable_filter	input{	
		display: inline-block;
		margin-right: 0;
		width: 200px;
		margin-left: 9px;
	}
#myTable_length select.form-control.form-control-sm {
    display: inline-block;
}
.popup center {
    text-align: left;
}
.chkgrp label.error{
	display:none !important;
}
.errorTxt.error{
	color:red;  
}
.spc-top-15{
	margin-top:15px;
}
.info-back a {
    color: #bbb;
}
.custom-control-input:checked ~ .custom-control-indicator.add-bod{
	border:1px solid #fff;
}
.custom-file-control.file_slct:lang(en):empty::after{
	content:attr(data-filename);
}
#searchkeyword{
	width:300px;
}
.message-widget.cstm-height.lmscroll ul{
	max-height:initial;
}
.message-widget.cstm-height.lmscroll span.create_by.float-right{
	float:none !important; 
	font-size:12px; 
	display:block;
	text-align:right;
}
.message-widget.cstm-height.lmscroll li .u-text{
	vertical-align:top;
	 padding-left: 15px;
}
.message-widget.cstm-height.lmscroll li i.mdi {
    position: absolute;
    left: 45px;
    top: -1px;
}
.message-widget.cstm-height.lmscroll .message-box{
	position:relative;
	padding-bottom:10px;
}
.fc-more-popover {
    width: 500px;
    margin-left: -13px;
}
.payment-notify-box .message-widget ul {
    max-height: initial;
}
.payment-notify-box .message-widget {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.u-img .banner-img , .user .banner-img{
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
}
.user .banner-img{
	width:40px;
	height:40px;
}
.payment-notify-box .message-widget li .u-text{
	vertical-align:top;
}
.payment-notify-box .message-widget li .u-text .u-name{
	display:inline-block;
	position:relative;
}
.payment-notify-box  .dropdown-item .badge {
    position: absolute;
    right: -36px;
    margin-top: 2px;
    top: -3px;
    /* left: 0; */
	border-radius:7px;
}
.pay-time {
    padding-left: 40px;
}
#showProject .private-header__title.private-page__title{
	display:none;
}
.descriptionBox ul {
    padding-left: 0;
}
.thumb-img-stl img {
    margin-top: 10px;
}
.box-body-cstm .form-group{
	margin-bottom:15px;
}
.m-top-0{
	margin-top:0;
}

.card.card-accent-theme.sm-hit {
    max-height: 400px;
    overflow: auto;
    min-height: 400px;
}
.wid-normalizer{
	width:56%;
}
.call-edit-form .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: block;
    width: 100%;
}
.nav-cstm.nav-tabs .nav-link.active, 
.nav-cstm .nav-link.active  i,
.nav-cstm .nav-link.active span.caption,
.nav-cstm.nav-tabs .nav-link.active:focus,
.nav-tabs.nav-cstm .nav-link:focus, .nav-tabs.nav-cstm .nav-link:hover,
.nav-cstm .nav-link:hover  i,
.nav-cstm .nav-link:hover span.caption{
	background: #5bbcd2;
    color: #fff;
}
.nav-tabs.nav-cstm{
	border:none;
}
.leads-call-table-cstm .callicons{
	margin-top:11px;
}
.smpl-step-step.private-stages.complete .smpl-step-num {visibility: hidden;}


.smpl-step-step.private-stages.complete:hover .smpl-step-info {
    visibility: visible;
}
.smpl-step {
    justify-content: center;
}
.app-header.navbar .user-menu .wrap .dw-user-box .u-text {
    display: block !important;
    padding-left: 0;
}

/**New Dashboard Styling Start**/
.cstm-project-dashboard .nw-cstm-dsb .card-body {
    height: 450px !important;
    overflow: hidden;
    background: #fff;
}
.bodnw_btm {
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 10px;
}
.bodnw_btm h4{border:none;}
.cstm-project-dashboard .graph-represent .bodnw_btm h4 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}
.nw-cstm-dsb .message-widget.cstm-height.lmscroll ul{margin-top:11px;}
.bodnw_btm .ui.selection.dropdown {
    float: right;
    font-size: 14px;
}
.nw-cstm-dsb .text-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.nw-cstm-dsb .ui.selection.dropdown .menu {
    min-width: 263px;
    left: -176px;
    border: none;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc !important;
}
.bodnw_btm .ui.selection.dropdown {
    float: right;
    font-size: 14px;
    border: none;
    width: auto;
    min-width: auto;
}
.bodnw_btm .ui.selection.active.dropdown .menu {
    border-color: #ccc;
}
.bodnw_btm .ui.selection.dropdown{visibility:hidden;}
.nw-cstm-dsb:hover .ui.selection.dropdown{visibility:visible;}
.nw-cstm-dsb .item a {color:rgba(0,0,0,.87);}
.nw-cstm-dsb .item a:hover{text-decoration:none;}
.callswarp{background:none;}
/**New Dashboard Styling End**/
.u-text select.form-control {
    font-size: 13px;
}
.form-group.has-feedback {
    position: relative;
    margin-top: 5px;
}

.form-group.has-feedback i {
    position:  absolute;
    top: 11px;
    right: 10px;
}

.has-feedback input.form-control {
    padding-right: 30px;
}
.grph-sum-row{
	padding-bottom:30px;
}
#notifications ul {
    max-height: 150px;
    overflow-y: scroll;
}
#late-tasks table .taskList-item-wrapper .tasks--container{
	margin-left:0;
}
table li.list-group-item.task-list{
	padding-right:0;
}
@media only screen and (max-width: 1447px) {
	#ShowCharts #sss{
		height:389px !important;
	}
	.products-widget{
		height:573px;
	}
	.people-wrp-div{
		min-height: 419px;
	}
	/**.pro-navbar{
		width:193px !important;
	}**/
	.app-header.navbar .top-header li.nav-item{
		font-size:12px;
	}
	.users-count i{
		font-size:5rem;
	}
	.users-count .count-small{
		font-size:1rem;
	}
	.cstm-lft-spc{
		margin-left:0;
	}
	.inline-blk.cstm-lft-spc .custom-file-input{
		width:100%;
	}
.navbar-search .navbar-search-input{
	    padding-right: 10px;
    font-size: 9px;
	    min-width: 100px;
}
.cstm-row-srch .col-sm {
	width: 22.5%;
}
.app-header.navbar .top-header li.nav-item{
    padding: 2px 3px !important;	
}
}
@media only screen and (max-width: 1366px) {
	.fleftform textarea{
		height:62px;
	}
	.app-header.navbar .top-header li.nav-item{font-size:11px;}
.app-header.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 9%;
    overflow: hidden;
    background: none;
    padding: 0;
    padding-left: 8px;
}	
}
@media only screen and (max-width: 1280px) {
	.app-header.navbar .top-header li.nav-item{
		font-size:11px;
	}
	.text-dark.h2 > div{
		font-size:15px;
	}
}

.tox .tox-menubar,.tox .tox-statusbar {
    display: none!important;
    border: none!important;
}

textarea#mentions {
  height: 350px;
}

div.usercard {
  width: 300px!important;
  background: white!important;
  border: 3px inset grey!important;
  padding: 10px!important;
  font-size: 16px!important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
 div.usercard::after {
  content: "";
  clear: both;
  display: table;
}

div.usercard h1 {
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

div.usercard p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

div.usercard img.avatar {
  width: 50px!important;
  height: 50px!important;
  margin-right: 5px!important;
  float: left!important;
}
span.mymention {
    color: #3867d6!important;
}

.commentAvatarHolder span.prof-nm {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.commentAvatarHolder a, .commentAvatarHolder span {
    display: inline-block;
}

span.prof-nm {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #7F7DD7;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

input.error {
    border-color: red;
}

/**Sub task styling**/
.no-sub-tasks {
    cursor: pointer;
    color: #aaa;
    margin: 5px 0 10px;
}
.add--task {
    display: block;
    margin-left: -10px;
    color: #d5d5d7;
    font-size: 15px;
}
.add--task:before {
    content: " ";
    display: table;
}
.add--task .inner-button {
    color: #d5d5d7;
    position: relative;
    display: inline-block;
    outline: 0;
    border: none;
    font-size: 15px;
    line-height: 1;
    padding: 6px 10px;
}
.add--task .inner-button .fa {
    vertical-align: initial;
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}
.add--task .inner-button {
    color: #d5d5d7;
    position: relative;
    display: inline-block;
    outline: 0;
    border: none;
    font-size: 15px;
    line-height: 1;
    padding: 6px 10px;
}
.add--task .inner-button .fa {
    vertical-align: initial;
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}
.add--task:after {
    clear: both;
}
.add--task:after, .add--task:before {
    content: " ";
    display: table;
}  
.add--task .inner-button.add-sub-task:hover {
    color: #5cb85c;
}
.add--task .inner-button:hover {
    color: #666;
    text-decoration: none;
}
li.list-group-item.task-list{
    padding-left:0 !important;
}
.sub-task-btn.sub-task-lft {
    padding-left: 89px;
}
div#sub-section-btn{padding-left:89px !important;}
.new__main-header__base {
    margin-top: 20px;
}
.sub-section-form.sub-task-lft {
    padding-left: 100px;
}
.task-page-tab .add--task .nav-tabs{
    padding-bottom: 5px;
}
.no-sub-tasks {
cursor: pointer;
color: #aaa;
margin: 5px 0 10px;
}
.add--task {
display: block;
margin-left: -10px;
color: #d5d5d7;
font-size: 15px;
}
add--task:before {
content: " ";
display: table;
}
.add--task .inner-button {
color: #d5d5d7;
position: relative;
display: inline-block;
outline: 0;
border: none;
font-size: 15px;
line-height: 1;
padding: 6px 10px;
}
.add--task .inner-button .fa {
vertical-align: initial;
font-size: 16px;
margin-right: 5px;
-webkit-transition: color .1s ease;
transition: color .1s ease;
}
.add--task .inner-button {
color: #d5d5d7;
position: relative;
display: inline-block;
outline: 0;
border: none;
font-size: 15px;
line-height: 1;
padding: 6px 10px;
}
.add--task .inner-button .fa {
vertical-align: initial;
font-size: 16px;
margin-right: 5px;
-webkit-transition: color .1s ease;
transition: color .1s ease;
}
.add--task:after {
clear: both;
}
.add--task:after, .add--task:before {
content: " ";
display: table;
}
.add--task .inner-button.add-sub-task:hover {
color: #5cb85c;
}
.add--task .inner-button:hover {
color: #666;
text-decoration: none;
}
.no-sub-tasks{padding-left:90px;}
a.subtask-link {
    background: #8190a3;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.2;
}

a.subtask-link span {
    color: #fff;
    text-align: center;
    display: block;
}
.emptySubTask{list-style-type: none;}


.graph-represent.header-represent-nw .ui.selection.dropdown>.dropdown.icon {
    padding: 11px 0;
    position: static;
    float: right;
    padding-right: 10px;
    padding-left: 19px;
}

.navbar-search .navbar-search-input {
    border: 1px solid rgba(34,36,38,.15) !important;
    padding: 0;
    padding-left: 10px;
    padding-right: 20px;
    min-height: 35px;
    vertical-align: middle;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 400px;
}
.graph-represent.header-represent-nw .ui.selection.dropdown {
    min-height: initial;
    height: initial;
    padding: 8px 8px;
    width: auto;
    margin-right: -5px;
    min-width: initial;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #8190a3;
    color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
}
.graph-represent.header-represent-nw .ui.dropdown:not(.button)>.default.text {
    color: #fff;
    font-size: 14px;
}
.graph-represent.header-represent-nw .text a{
    color: #fff;
      font-size: 14px;
}
.navbar-search .navbar-search-btn{background:none;}
.navbar-search .navbar-search-btn {
    background: none;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    min-height: initial;
    border-left: 1px solid;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    background: #8190a3;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;    
}
.frm-inner-wrp {
    position: relative;
}
.navbar-search .navbar-search-btn.sliding-tog {
    background: no-repeat;
    color: #000;
    border: none;
}

.app-header.navbar .navbar-search + .navbar-nav , .navbar-search{display: inline-block;}
.navbar-search{vertical-align: middle;}
.rig-alg {
    position: absolute;
    right: 0;
    z-index: 999;
}

.graph-represent.header-represent-nw {
    display: inline-block;
}
.app-header.navbar {
    justify-content: inherit;
}

a.pro-navbar.hmmenuS {
    position: static !important;
    padding-left: 24px;
}

.app-header.navbar .navbar-nav {
    padding-left: 20px;
}

.graph-represent.header-represent-nw .ui.selection.dropdown .menu>.item a {
    color: #8190a3;
    font-size: 13px;
    text-transform: capitalize;
}
.graph-represent.header-represent-nw .ui.selection.dropdown .menu>.item {
    padding: 10px 10px !important;
}

li#td_log , li#td_log  + li.nav-item.dropdown{
    display: inline-block;
}

section.container-pages.bg-new-img{
    background-image: url(../img/header.png);
    background-size: cover;
    background-position: bottom center;   
}
.pages-tag-line.text-white .h4 {
    display: none;
}
.topmenu ul li a{
    color: #1d1d5c !important;
}
#copyright , #copyright a{
    color: #1d1d5c;    
}

@media (max-width: 1440px) {
    .chart-holder canvas, .chart-holder img{
        top: 50px;
    }
}
/**New addon on task style**/
li.tipped.rmv-pro {
position: absolute;
right: 9px;
bottom: 4px;
font-size: 17px;
}
li.tipped.rmv-pro:hover{
color: red; 
} 
ul.hoveralble-area {
position: absolute;
left: 4px;
padding: 0;
background: #fff;
z-index: 9;
list-style: none;
}
ul.hoveralble-area li {
padding: 7px 18px;
border: 1px solid;
box-shadow: 0 0px 1px;
}
a.option-control.taskSettings.tipped-delegate.show-on-click {
position: relative;
}
.dlt-section:hover{color: red;}

/**New Changes in sales module**/
.icon-btn-cstm {
    box-shadow: none;
    background: none;
    color: #fff;
    border: none;
    font-size:10px;
}
.filter-addtxt.icon-btn-cstm {
    cursor:pointer;
    background: rgb(78, 182, 72);
}
.icon-btn-cstm.add-cont-btn {
    background: #4a8aad;
}
.icon-btn-cstm.act-btn {
    background: rgb(232, 175, 76);
}
.icon-btn-cstm.imprt-btn {
    background: #a45fb3;
    margin: 0;
    vertical-align: top;
}
input#lsearcht {
   min-height: 24px;
    padding: 4px 7px;
    border-top: 2px solid rgba(79, 182, 73, 0.45);
    border-bottom: 2px solid rgba(79, 182, 73, 0.45);
}
/**Report Dashboard**/
    .products-blocks .header .blockHeading {
    text-shadow: 0 0 1px transparent;
    margin-bottom: 16px;
    margin-top: 0;
    display: block;
    font-size: 22px;
    line-height: normal;
    text-transform: none;
}
.products-blocks .header {
    padding: 20px;
}
.products-blocks .private-hoverlay {
    position: relative;
}
.products-blocks .private-hoverlay .private-overlay__overlay-content {
    transition: opacity .2s;
    color: #fff;
    outline: none;
}
.products-blocks .private-hoverlay .private-hoverlay__overlay.private-overlay--contextual{position: absolute; width: 100%; height: 100%;}
.products-blocks .private-button {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smoothing: auto;
    text-shadow: 0 0 1px transparent;
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .15s ease-out;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-blocks .private-button--tertiary {
    background-color: #425b76;
    border-color: #425b76;
    color: #fff;
}

.products-blocks .private-button--xs {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px;
}
.products-blocks .private-button--tertiary-light {
    background-color: #eaf0f6;
    border-color: #cbd6e2;
    color: #506e91;
}
.products-blocks .private-button--tertiary:hover {
    background-color: #516f90;
    border-color: #516f90;
    color: #fff;
}
.products-blocks .private-button--tertiary-light:hover {
    background-color: #f5f8fa;
    color: #506e91;
}
.products-blocks .private-hoverlay.private-hovered .private-hoverlay__overlay{transition: background-color .2s;
    background-color: rgba(81,111,144,.85); z-index: 1;}
    .private-hoverlay .private-hoverlay__overlay.private-overlay--contextual {
    padding: 25px;

}

.products-blocks .private-hoverlay.private-hoverlay--bottom-half-card .private-hoverlay__overlay {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.products-blocks .private-hoverlay h3.canned-description {
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
    margin-bottom: 16px;
    margin-top: 0;
    display: block;
    font-size: 22px;
    line-height: normal;
    text-transform: none;
    color: #fff;
}
.private-hoverlay__children {
    padding: 10px;
    position: relative;
    height: 100%;
}

.highcharts-tooltip .custom-highcharts-tooltip {
    min-width: 150px;
    box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.highcharts-tooltip .custom-highcharts-tooltip .tooltip-header {
    background-color: #425b76;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 8px;
}
.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body {
    padding: 8px;
    color: #425b76;
    background-color: #fff;
}
.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .tooltip-list-container {
    display: flex;
}
.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .tooltip-label {
    flex-grow: 1;
}
.highcharts-tooltip .custom-highcharts-tooltip .series-symbol {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 4px;
}
.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .selected {
    font-weight: 700;
}
.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .value {
    color: #516f90;
    font-weight: 500;
    align-self: flex-end;
    padding-left: 4px;
}





.graph-repo .no-padding{
  padding:0px;
}
.graph-repo .customer-wrapper{
  margin-top:100px;
}
/*.customer-mail {
    margin-top: -32px;
    position: absolute;
    top: 0px;
    padding: 0px 30px 0px 0px;
}*/
.graph-repo .customer-right-clm{
  background-color:#fff;
  border:1px solid #ccc;
  padding:10px 20px 20px 20px;
}
.graph-repo .customer-mail i {
    width: 60px;
    height: 60px;
    background-color: #aecb00;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    font-size: 28px;
}
.graph-repo .customer-mail-del{
  margin-top:10px;
  text-align:right;
}
.graph-repo .customer-mail-del p {
    text-align: right;
    margin: 0px;
    color: #999;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 0px 10px;
}
.graph-repo .customer-mail {
    margin-top: -32px;
}

.graph-repo .progress-bar-column{
  margin-top:20px;
}

.graph-repo .progress{
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.graph-repo .col-5 .progress{
  transform: scale(1);
}

.graph-repo .col-4 .progress {
    transform: scale(1.1);
}
.graph-repo .col-3 .progress {
    transform: scale(1.2);
}


.graph-repo .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.graph-repo .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.graph-repo .progress .progress-left{
    left: 0;
}
.graph-repo .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.graph-repo .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.graph-repo .progress .progress-right{
    right: 0;
}
.graph-repo .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.graph-repo .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #f4f4f4;
    font-size: 24px;
    color: #000;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.graph-repo .progress.blue .progress-bar{
    border-color:#aecb00;
}
.graph-repo .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}


.graph-repo .progress.yellow .progress-bar{
    border-color: #e9560d;
}

.graph-repo .progress-column:nth-child(2) .customer-mail i {
  background-color:#e9560d;
}


.graph-repo .progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}



.graph-repo .progress.pink .progress-bar{
    border-color: #a3157f;
}
.graph-repo .progress-column:nth-child(3) .customer-mail i {
  background-color:#a3157f;
}
.graph-repo .progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}



.graph-repo .progress.green .progress-bar{
    border-color: #0ea9b0;
}
.graph-repo .progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
.graph-repo .progress-column:nth-child(4) .customer-mail i {
  background-color:#0ea9b0;
}

.graph-repo .progress-column:nth-child(5) .customer-mail i {
  background-color:#000;
}

.graph-repo .progress-column:nth-child(5) .progress-left .progress-bar{
    animation: loading-6 1.2s linear forwards 1.8s;
}
.graph-repo .progress-column:nth-child(5) .progress-bar{
    border-color: #000;
}

.graph-repo .progress-bar-column p{
  font-size:14px;
  color:#999;
  margin-top:20px;
}



.graph-repo .progress-column{
  width:20%;
  float:left;
}

.graph-repo .col-5{
  width:20%;
  float:left;
  padding:0px 15px;
}
.graph-repo .col-4{
  width:25%;
  float:left;
  padding:0px 15px;
}
.graph-repo .col-3{
  width: 33.33333333%;
  float:left;
  padding:0px 15px;
}
.graph-repo .col-2{
  width:50%;
  float:left;
  padding:0px 15px;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
}

@keyframes loading-6{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
.graph-repo  .pie {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #eee;
    background-image: linear-gradient(to right, transparent 50%, #4cc9d8 0);
    position: relative;
    display: block;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.graph-repo  .pie::before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
}
.graph-repo  .pie::after {
    content: attr(data-value)'%';
    position: absolute;
    width: 70%;
    height: 70%;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 28%;
    font-size: 28px;
}
.graph-repo  .pie[data-value="0"]:before {
  transform: rotate(0turn);
}
.graph-repo  .pie[data-value="1"]:before {
  transform: rotate(0.01turn);
}
.graph-repo  .pie[data-value="2"]:before {
  transform: rotate(0.02turn);
}
.graph-repo  .pie[data-value="3"]:before {
  transform: rotate(0.03turn);
}
.graph-repo  .pie[data-value="4"]:before {
  transform: rotate(0.04turn);
}
.graph-repo  .pie[data-value="5"]:before {
  transform: rotate(0.05turn);
}
.graph-repo  .pie[data-value="6"]:before {
  transform: rotate(0.06turn);
}
.graph-repo  .pie[data-value="7"]:before {
  transform: rotate(0.07turn);
}
.graph-repo  .pie[data-value="8"]:before {
  transform: rotate(0.08turn);
}
.graph-repo  .pie[data-value="9"]:before {
  transform: rotate(0.09turn);
}
.graph-repo  .pie[data-value="10"]:before {
  transform: rotate(0.1turn);
}
.graph-repo  .pie[data-value="11"]:before {
  transform: rotate(0.11turn);
}
.graph-repo  .pie[data-value="12"]:before {
  transform: rotate(0.12turn);
}
.graph-repo  .pie[data-value="13"]:before {
  transform: rotate(0.13turn);
}
.graph-repo  .pie[data-value="14"]:before {
  transform: rotate(0.14turn);
}
.graph-repo  .pie[data-value="15"]:before {
  transform: rotate(0.15turn);
}
.graph-repo  .pie[data-value="16"]:before {
  transform: rotate(0.16turn);
}
.graph-repo  .pie[data-value="17"]:before {
  transform: rotate(0.17turn);
}
.graph-repo  .pie[data-value="18"]:before {
  transform: rotate(0.18turn);
}
.graph-repo  .pie[data-value="19"]:before {
  transform: rotate(0.19turn);
}
.graph-repo  .pie[data-value="20"]:before {
  transform: rotate(0.2turn);
}
.graph-repo  .pie[data-value="21"]:before {
  transform: rotate(0.21turn);
}
.graph-repo  .pie[data-value="22"]:before {
  transform: rotate(0.22turn);
}
.graph-repo  .pie[data-value="23"]:before {
  transform: rotate(0.23turn);
}
.graph-repo  .pie[data-value="24"]:before {
  transform: rotate(0.24turn);
}
.graph-repo  .pie[data-value="25"]:before {
  transform: rotate(0.25turn);
}
.graph-repo  .pie[data-value="26"]:before {
  transform: rotate(0.26turn);
}
.graph-repo  .pie[data-value="27"]:before {
  transform: rotate(0.27turn);
}
.graph-repo  .pie[data-value="28"]:before {
  transform: rotate(0.28turn);
}
.graph-repo  .pie[data-value="29"]:before {
  transform: rotate(0.29turn);
}
.graph-repo  .pie[data-value="30"]:before {
  transform: rotate(0.3turn);
}
.graph-repo  .pie[data-value="31"]:before {
  transform: rotate(0.31turn);
}
.graph-repo  .pie[data-value="32"]:before {
  transform: rotate(0.32turn);
}
.graph-repo  .pie[data-value="33"]:before {
  transform: rotate(0.33turn);
}
.graph-repo  .pie[data-value="34"]:before {
  transform: rotate(0.34turn);
}
.graph-repo  .pie[data-value="35"]:before {
  transform: rotate(0.35turn);
}
.graph-repo  .pie[data-value="36"]:before {
  transform: rotate(0.36turn);
}
.graph-repo  .pie[data-value="37"]:before {
  transform: rotate(0.37turn);
}
.graph-repo  .pie[data-value="38"]:before {
  transform: rotate(0.38turn);
}
.graph-repo  .pie[data-value="39"]:before {
  transform: rotate(0.39turn);
}
.graph-repo  .pie[data-value="40"]:before {
  transform: rotate(0.4turn);
}
.graph-repo  .pie[data-value="41"]:before {
  transform: rotate(0.41turn);
}
.graph-repo  .pie[data-value="42"]:before {
  transform: rotate(0.42turn);
}
.graph-repo  .pie[data-value="43"]:before {
  transform: rotate(0.43turn);
}
.graph-repo  .pie[data-value="44"]:before {
  transform: rotate(0.44turn);
}
.graph-repo  .pie[data-value="45"]:before {
  transform: rotate(0.45turn);
}
.graph-repo  .pie[data-value="46"]:before {
  transform: rotate(0.46turn);
}
.graph-repo  .pie[data-value="47"]:before {
  transform: rotate(0.47turn);
}
.graph-repo  .pie[data-value="48"]:before {
  transform: rotate(0.48turn);
}
.graph-repo  .pie[data-value="49"]:before {
  transform: rotate(0.49turn);
}
.graph-repo  .pie[data-value="50"]:before {
  transform: rotate(0.5turn);
}
.graph-repo  .pie[data-value="51"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.01turn);
}
.graph-repo  .pie[data-value="52"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.02turn);
}
.graph-repo  .pie[data-value="53"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.03turn);
}
.graph-repo  .pie[data-value="54"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.04turn);
}
.graph-repo  .pie[data-value="55"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.05turn);
}
.graph-repo  .pie[data-value="56"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.06turn);
}
.graph-repo  .pie[data-value="57"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.07turn);
}
.graph-repo  .pie[data-value="58"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.08turn);
}
.graph-repo  .pie[data-value="59"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.09turn);
}
.graph-repo  .pie[data-value="60"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.1turn);
}
.graph-repo  .pie[data-value="61"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.11turn);
}
.graph-repo  .pie[data-value="62"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.12turn);
}
.graph-repo  .pie[data-value="63"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.13turn);
}
.graph-repo  .pie[data-value="64"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.14turn);
}
.graph-repo  .pie[data-value="65"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.15turn);
}
.graph-repo  .pie[data-value="66"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.16turn);
}
.graph-repo  .pie[data-value="67"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.17turn);
}
.graph-repo  .pie[data-value="68"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.18turn);
}
.graph-repo  .pie[data-value="69"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.19turn);
}
.graph-repo  .pie[data-value="70"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.2turn);
}
.graph-repo  .pie[data-value="71"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.21turn);
}
.graph-repo  .pie[data-value="72"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.22turn);
}
.graph-repo  .pie[data-value="73"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.23turn);
}
.graph-repo  .pie[data-value="74"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.24turn);
}
.graph-repo  .pie[data-value="75"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.25turn);
}
.graph-repo  .pie[data-value="76"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.26turn);
}
.graph-repo  .pie[data-value="77"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.27turn);
}
.graph-repo  .pie[data-value="78"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.28turn);
}
.graph-repo  .pie[data-value="79"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.29turn);
}
.graph-repo  .pie[data-value="80"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.3turn);
}
.graph-repo  .pie[data-value="81"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.31turn);
}
.graph-repo  .pie[data-value="82"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.32turn);
}
.graph-repo  .pie[data-value="83"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.33turn);
}
.graph-repo  .pie[data-value="84"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.34turn);
}
.graph-repo  .pie[data-value="85"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.35turn);
}
.graph-repo  .pie[data-value="86"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.36turn);
}
.graph-repo  .pie[data-value="87"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.37turn);
}
.graph-repo  .pie[data-value="88"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.38turn);
}
.graph-repo  .pie[data-value="89"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.39turn);
}
.graph-repo  .pie[data-value="90"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.4turn);
}
.graph-repo  .pie[data-value="91"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.41turn);
} 
.graph-repo  .pie[data-value="92"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.42turn);
}
.graph-repo  .pie[data-value="93"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.43turn);
}
.graph-repo  .pie[data-value="94"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.44turn);
}
.graph-repo  .pie[data-value="95"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.45turn);
}
.graph-repo  .pie[data-value="96"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.46turn);
}
.graph-repo  .pie[data-value="97"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.47turn);
}
.graph-repo  .pie[data-value="98"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.48turn);
}
.graph-repo  .pie[data-value="99"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.49turn);
}
.graph-repo  .pie[data-value="100"]:before {
  background-color: #4cc9d8;
  transform: rotate(0.5turn);
}
.sub-section.graph-repo {
    margin-top: 40px;
}
#editor-pane .zin-lv2{visibility: hidden ;}

 .collabx-module-blk.disabled, .collabx-module-blk.completed {
    opacity: 0.2;
}
.collabx-module-blk span.chk{display: none;}
.collabx-module-blk.completed span.chk{
   font-size: 82px;
    position: absolute;
    left: 28%;
    color: #20bf6b;
    top: 0;
    background: #ffffff;
    display: block;
}

.app-header.navbar .navbar-brand{display: inherit;}

.app-header.navbar .navbar-brand .img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

/*===== Invoice Form Page Css =====*/

.collinvoice-fwrap .invoice-titlewrap {
    text-align: left;
}
.collinvoice-fwrap .invoice-titlewrap .invoice-title {
    display: block;
    background-color: rgba(41, 47, 76, 0.55);
    color: #fff;
    padding: 10px 15px 7px;
    margin-bottom: 15px;
    position: relative;
}
.collinvoice-fwrap .invoice-titlewrap .invoice-title h4 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.collinvoice-fwrap .input-group-addon {
    background-color: #dadada;
    color: #000;
    text-align: left;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
}
.collinvoice-fwrap .input-group-addon.sigaddon {
    min-width: 160px;
}
.collinvoice-fwrap .collinv-block {
    margin-bottom: 15px;
}
.collinvoice-fwrap .input-group-addon.input-group-not {
    min-width: 0;
}
.collinvoice-fwrap .collinv-block .form-control{
    border-radius: 0;
}
.collinvoice-fwrap .collinv-block .form-control.form-control-payment {
    padding: 5px 15px;
    height: 40px;
}
.collinvoice-fwrap .collinv-block .form-control.form-control-payment .form-group {
    margin: 0;
}
.collinvoice-fwrap .collinv-block .form-control.form-control-payment .form-group label {
    margin: 0;
}
div#responseTemp input[type="radio"] {
    margin: 1px 1px 0 0;
    display: inline-block;
    vertical-align: middle;
}
div#responseTemp label {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 10px 0 0;
}

div#myTable_paginate .paginate_button {
    text-decoration: none;
    color: #466474;
    background-color: #fff;
    border: 1px solid #b9c4ca;
    margin-left: -1px;
    padding: .25rem .5rem;
    display: inline-block;
    line-height: 1.5;
    font-size: 13px;
    vertical-align: top;
}

div#myTable_paginate > span {
    display: inline-block;
    vertical-align: top;
}

div#myTable_paginate .paginate_button.disabled {
    background-color: #ededed;
    cursor: not-allowed;
}

div#myTable_paginate .paginate_button.current {
    z-index: 2;
    color: #fff;
    background-color: #292f4c;
    border-color: #292f4c;
}

/*===== Edit by Himanshu on 9-9-2020 =====*/

.sidebar-tags {
    padding: 0;
}
.sidebar-tags .tags-wrapper {
    position: relative;
}

.sidebar-tags .tags-wrapper h5.main-tagtitle {
    font-size: 15px;
    padding: 8px 10px 6px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid  #f0f3f5;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0;
}

.sidebar-tags .tags-wrapper .tags-innerwrap {
    border: 1px solid #ddd;
    border-top: 0 none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    max-height: 320px;
    overflow-y: auto !important;
}
.sidebar-tags .tags-wrapper:hover .tags-innerwrap{
    display: block;
}

.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox h6.tag-title {
    margin: 0;
    padding: 10px 10px  8px;
    font-size: 14px;
    text-transform: capitalize;
    color: #4d4f50;
    cursor: pointer;
}

.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox:last-child h6.tag-title {
    border: 0 none;
}

.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list {
    padding: 10px;
}

.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio {
    display: block;
}


.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio > label {
    display: block;
    position: relative;
    line-height: 1;
}
.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio > label input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio > label span.bms-list-item-label {
    display: block;
    padding-left: 18px;
    position: relative;
    font-size: 13px;
}
.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio > label span.bms-list-item-label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 12px;
    width: 12px;
    background: #292f4c;
}
.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio > label span.bms-list-item-label:after {
    content:  "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -o-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    position: absolute;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    opacity: 0;
}

.sidebar-tags .tags-wrapper .tags-innerwrap .tags-innerbox .tag-list .bms-cstmradio > label input[type=radio]:checked  ~ span.bms-list-item-label:after{
    -o-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
}