/* Password Tootltip Design */
.password-tooltip {background: #34303f; padding: 20px; border-radius: 5px; position: absolute; top: 100; left: 0%; z-index: 9; margin-top: 10px;}
.password-tooltip::before{
	content: '';
	display: block;  
	position: absolute;
	left: 15px;
	top: -13px;
	width: 0;
	height: 0;
	border-bottom: 7px solid #34303f;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
@media (min-width:768px){.password-tooltip {left: 103%; top: 0; margin-top: 0px;}
.password-tooltip::before{
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 16px;
	left: -13px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #34303f;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
}
.password-tooltip ul.feature-listing{margin: 0; padding: 0;}
.password-tooltip ul.feature-listing li{list-style: none; margin-bottom: 16px; white-space: nowrap; }
.password-tooltip ul.feature-listing li:last-child{margin-bottom: 0px;}
.white-check-arrow{background: #ffffff; border-radius: 50%; display: inline-block}

.merge-title-box{
	background:#eff3f6;
	padding:22px;
}
.merge-title-box div{
	line-height: 52px;
}.merge-title-box div.title{
	padding:10px 0;
	line-height: 22px;
}
.account-merge label::after {
    left: 6px;
	top:9px;
}
.account-merge .smart-radio-btn label::before{
	margin-top:3px;
}
.account-merge label {
	margin-right:10px;
}
.account-merge-secondary .smart-form input[type="text"],
.account-merge-secondary .smart-form input[type="number"],
.account-merge-secondary .smart-form input[type="date"],
.account-merge-secondary .smart-form input[type="email"],.account-merge-secondary .smart-form input[type="tel"],.account-merge-secondary .smart-form textarea,.account-merge-secondary .smart-form .default-btn, .account-merge-secondary .smart-form a.default-btn,
.account-merge-secondary .smart-form .intl-tel-input.allow-dropdown .selected-flag, .account-merge-secondary .smart-form .intl-tel-input.separate-dial-code .selected-flag, .account-merge-secondary .smart-form .intl-tel-input.separate-dial-code .selected-flag:focus, .account-merge-secondary .smart-form .intl-tel-input .selected-flag .iti-arrow{
	border-color:transparent;
	border-style: solid;
	border-width:1px;
}
.account-merge .smart-form input[type="text"], .account-merge .smart-form input[type="text"]:hover, .account-merge .smart-form input[type="email"], .account-merge .smart-form input[type="email"]:hover, .account-merge .smart-form input[type="password"], .account-merge .smart-form input[type="password"]:hover, .account-merge .smart-form input[type="number"], .account-merge .smart-form input[type="number"]:hover, .account-merge .smart-form input[type="file"], .account-merge .smart-form input[type="file"]:hover, .account-merge .smart-form input[type="tel"], .account-merge .smart-form input[type="tel"]:hover,
.account-merge .btn.focus, .account-merge .btn:focus {
	height:40px!important;
	box-shadow: none;
}
.account-merge .form-group{width:calc(100% - 40px);}
.account-merge .calendar-btn{
	background:#fff;
	border-top:1px solid #ced4d8;
	border-right:1px solid #ced4d8;
	border-bottom:1px solid #ced4d8;
	border-radius:0 5px 5px 0;
	height:40px;
}
.account-merge .tagsinput,.add-account-section .tagsinput{
	height:120px;
}
.account-merge-secondary div.tagsinput{
	border: 1px solid transparent;
}
.account-merge-secondary div.tagsinput input,.account-merge-secondary div.tagsinput span.tag a{
	display: none;
}

.account-merge .smart-form .input-group input[type="text"]:hover{
	border-radius:5px 0 0 5px;
}

.account-merge .intl-tel-input.allow-dropdown .selected-flag, .account-merge .intl-tel-input.separate-dial-code .selected-flag, .account-merge .intl-tel-input.separate-dial-code .selected-flag:focus{
	margin-top:0;
}

.account-merge .dropdown{
	height:40px;
}
.account-merge .primary-bar{
	cursor:move;
	padding:7px 10px;
	background:#eff3f6;
}
.account-merge .section-draggable{
	border-radius:5px;
	height:33px;
}
.account-merge textarea,.add-account-section textarea{
	resize:none;
}
.account-merge input[disabled], .account-merge-secondary textarea[disabled] { background:#fff; border: 1px solid #ced4d8; color: #34303f;}
.account-merge-secondary textarea[disabled] { background:#fff; border: 1px solid transparent; color: #34303f;}
.account-merge input[disabled]:hover { background:#fff; border: 1px solid #ced4d8;color: #34303f;}
.account-merge-secondary input[disabled]:hover, .account-merge-secondary textarea[disabled]:hover { background:#fff; border: 1px solid transparent;cursor: text;}
.account-merge-secondary .intl-tel-input .selected-flag,.account-merge-secondary .btn:not(:disabled):not(.disabled) {
    padding: 0 0 0 20px;
	pointer-events: none;
}
.account-merge-secondary .dropdown {
	pointer-events: none;
	color: #34303f;
}
.account-merge .default-btn, .account-merge a.default-btn{
	color: #34303f;
}
.account-merge-secondary .dropdown > .dropdown-toggle::after,.account-merge-secondary .flagstrap .dropdown-toggle::after,.account-merge-secondary .bootstrap-select > .dropdown-toggle::after{
	display:none;
}
.account-merge-secondary .calendar-btn{
	display:none;
}
.account-merge-primary .tag-instructions,.account-merge-primary .profile-controllers{
	display:inline-block;
}
.account-merge-secondary .tag-instructions,.account-merge-secondary .profile-controllers{
	display:none;
}
.account-merge-secondary .profile-pic{
	margin-left:20px;
}
.account-merge .flagstrap .dropdown-menu,.add-account-section .flagstrap .dropdown-menu{
	transform: translate3d(0px, 39px, 0px)!important;
	width:100%;
}
.flagstrap-h50 .flagstrap .dropdown-menu{
	transform: translate3d(0px, 49px, 0px)!important;
	width:100%;
}
.account-merge .flagstrap .btn:not(:disabled):not(.disabled),.add-account-section .flagstrap .btn:not(:disabled):not(.disabled) {
    background-color: #fff;
	border: 1px solid #ced4d8;
	height:40px;
	width:100%;
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
}
.flagstrap-h50 .flagstrap .btn:not(:disabled):not(.disabled){
    background-color: #fff;
	border: 1px solid #ced4d8;
	height:50px;
	width:100%;
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
	box-shadow: none;
}
.flagstrap-h50 .flagstrap .btn:disabled{
    background-color: #dee7ee;
	border: 0;
	height:50px;
	width:100%;
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
	opacity:1;
	color: rgba(143,161,180,0.6) !important;
	box-shadow: none;
}

.account-merge-secondary .flagstrap .btn:not(:disabled):not(.disabled) {
	padding-left: 20px;
}
.account-merge .flagstrap .dropdown-toggle::after,.add-account-section .flagstrap .dropdown-toggle::after{
	position: absolute;
    right: 24px;
	vertical-align: .12em;
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	top: 16px;
}
.flagstrap-h50 .flagstrap .dropdown-toggle::after{
	position: absolute;
    right: 24px;
	vertical-align: .12em;
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	top: 21px;
}
.flagstrap-h50 .flagstrap .btn:disabled::after{
	border:0;
}
.account-merge-secondary .btn:not(:disabled):not(.disabled) {
	border: 1px solid transparent!important;
}
.account-merge .flagstrap a,.add-account-section .flagstrap a,.flagstrap-h50 .flagstrap a{
	padding:11px 20px;
	display:block;
	cursor:pointer;
	color:#7f7c88;
}
.account-merge .flagstrap a:hover,.add-account-section .flagstrap a:hover,.flagstrap-h50 .flagstrap a:hover{
	color:#34303f;
}

/* Profile Preview Css */
.user-profile-preview{/*border:1px solid #ced4d8;*/ border-radius: 50%; max-height: 130px; max-width: 130px; min-height: 130px; min-width: 130px;  width: 130px; height: 130px; display: inline-block; overflow: hidden;}
.user-profile-preview img {max-height: 130px; max-width: 130px; border-radius: 0% !important; margin-left: auto !important; margin-right: auto !important;}

/* Merge Preview Details */
.preview-title-box{
	background:#eff3f6;
	padding:10px 22px;
}
.preview-content-box{
	padding:10px 7px;
}
.section-preview{
	border-left:1px solid #ced4d8;
}
.preview-content-box div{
	line-height: 35px;
}
.preview-content-box div.title{
	line-height: 22px;
}


/* Single Account Page */
/*.single-thumb{border:1px solid #ebeff6;}*/
.singleaccount-user-pic{position: relative; height: 130px;width: 130px;max-width: 130px; max-height: 130px;margin-left: auto;margin-right: auto;border-radius: 50%; overflow: hidden;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;}
.dash-header-bg a.greylink:hover{
	background:#eff3f6;
	text-decoration:none;
	color:#34303f;
}
.dash-header-bg a.defaultlink{
	border:1px solid #7f7c88;
	color: #39295d !important;
}
.dash-header-bg a.defaultlink:hover{
	background:#39295d;
	text-decoration:none;
	border:1px solid #39295d;
	color: #ffffff !important;
}
.single-account-btop{
	border-top:1px solid #cacfd2;
}
.single-account-bbottom{
	border-bottom:1px solid #cacfd2;
}
.single-account-bleft{
	border-left:1px solid #cacfd2;
}
.single-account-header{
	height:75px;
	max-height:75px;
}


.timeline-circle{
	border:1px solid #ced4d8;
	border-radius:50px;
	width:48px;
	height:48px;
	padding-top:11px;
	position:relative;
	background: #fff;
}
.timeline-circle::after { 
    content: "";
    width: 1px;
    height: 85px;
    background: #ced4d8;
    position: absolute;
    top: 47px;
    left: 23.5px;
}
.recent-activity-feeds:first-of-type .timeline-circle::before {
	content: "";
    width: 1px;
    height: 62px;
    background: #ced4d8;
    position: absolute;
    top: -62px;
    left: 23.5px;
}
.recent-activity-feeds:first-of-type .timeline-circle i::after {
	content: "";
    width: 5px;
    height: 5px;
    background: #ced4d8;
	border-radius:10px;
    position: absolute;
    top: -65px;
    left: 21px;
}

a.recent-activity:last-of-type .timeline-circle::after { 
    content: "";
    width: 0px;
    height: 55px;
    background: #ced4d8;
    position: absolute;
    top: 47px;
    left: 23.5px;
}
.recent-activity:nth-of-type(9n+1) .timeline-circle{
	color:#36d1ff;
}
.recent-activity:nth-of-type(9n+2) .timeline-circle{
	color:#fdc100;
}
.recent-activity:nth-of-type(9n+3) .timeline-circle{
	color:#fd4b6d;
}
.recent-activity:nth-of-type(9n+4) .timeline-circle{
	color:#836bff;
}
.recent-activity:nth-of-type(9n+5) .timeline-circle{
	color:#990000;
}
.recent-activity:nth-of-type(9n+6) .timeline-circle{
	color:#ff2231;
}
.recent-activity:nth-of-type(9n+7) .timeline-circle{
	color:#05c706;
}
.recent-activity:nth-of-type(9n+8) .timeline-circle{
	color:#ad5ade;
}
.recent-activity:nth-of-type(9n+9) .timeline-circle{
	color:#00b4b1;
}



.feeds-section .recent-activity:nth-of-type(9n+1) .timeline-circle{
	color:#36d1ff;
}
.feeds-section .recent-activity:nth-of-type(9n+2) .timeline-circle{
	color:#fdc100;
}
.feeds-section .recent-activity:nth-of-type(9n+3) .timeline-circle{
	color:#fd4b6d;
}
.feeds-section .recent-activity:nth-of-type(9n+4) .timeline-circle{
	color:#836bff;
}
.feeds-section .recent-activity:nth-of-type(9n+5) .timeline-circle{
	color:#990000;
}
.recent-activity:nth-of-type(9n+6) .timeline-circle{
	color:#ff2231;
}
.recent-activity:nth-of-type(9n+7) .timeline-circle{
	color:#05c706;
}
.recent-activity:nth-of-type(9n+8) .timeline-circle{
	color:#ad5ade;
}
.recent-activity:nth-of-type(9n+9) .timeline-circle{
	color:#00b4b1;
}

a.recent-activity:hover,
div.recent-activity.recent-activity-hover:hover{
	background:#eff3f6;
	text-decoration:none;
}
.recent-activity.recent-activity-hover .recent-activity-link a{font-weight: 600;color: #39295d!important;text-decoration:none;}


.recent-activity-feeds:last-of-type .timeline-circle::after {
z-index: -1;
}
.add-account-section{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	z-index:1091;
	background-color: rgb(255, 255, 255);
	box-shadow: -8px 0px 12.74px 0.26px rgba(28, 28, 28, 0.09);
}

.add-account-section .thumb-upload{
    position: relative;
    height: 130px;
    width: 130px;
    max-width: 130px;
    max-height: 130px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ebeff6;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.add-account-section .thumb-upload .single-thumb{
    /*height: 130px;
    width: 130px;*/
    max-height: 130px;
    max-width: 130px;
	border-radius: 0% !important;
}
.add-account-section a.thumb-upload-icon{
    background-color: rgba(67, 74, 84, 0.4);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    color: #ebeff6;
	display: none;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.add-account-section a.thumb-upload-icon:hover{
	text-decoration:none;
	color:#ebeff6;
}
.thumb-upload:hover a.thumb-upload-icon{
	display:block;
}
.add-account-section .calendar-btn{
	background:#fff;
	border-top:1px solid #ced4d8;
	border-right:1px solid #ced4d8;
	border-bottom:1px solid #ced4d8;
	border-radius:0 5px 5px 0;
	height:50px;
}
.caleran-popup{
	z-index: 1091!important;
}
.screen-overlay,
.fade-overlay{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,0.75);
	z-index:1090;
}
.screen-overlay-dark{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.75);
	z-index:1089;
}
.no-hover-focus .btn:focus {
	box-shadow: none;
}
.no-hover-focus .smart-form .input-group input[type="text"]:hover {
    border-radius: 5px 0 0 5px;
}
.add-account-scroll{
	height:calc(100% - 140px);
	overflow-y: auto;
}
.add-account-section .intl-tel-input.allow-dropdown .selected-flag, .add-account-section .intl-tel-input.separate-dial-code .selected-flag, .add-account-section .intl-tel-input.separate-dial-code .selected-flag:focus {
    height: 48px;
    margin-top: 0px;
}


.add-account-scroll.addacc-fixbtn-scroll {
    height: calc(100% - 125px);
}

.addacc-fixbtn {
    position: fixed;
    bottom: 0;
    right: 15px;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px;
}

/* User Profile edit DropDown Select CSS */
.add-account-section .dropdown.bootstrap-select .dropdown-menu,
.add-account-section .dropdown.simple-dropdown .dropdown-menu{
	transform: translate3d(0px, 0px, 0px)!important;
	top: 100% !important;
}

@media(min-width:768px){
.addacc-fixbtn {
    width: 52%;
}}

@media(min-width:992px){
.addacc-fixbtn {
    width: 47%;
}}

@media(min-width:1200px){
.addacc-fixbtn {
    width: 32%;
}}

/* dashboard Stylesheet 
=================================*/
.dash-header-bg{
	background: url(../images/dash-header-bg.png) no-repeat center center; background-size: cover;
	min-height: 0px;
	border-bottom: solid 1px #eff3f6;
}
@media (min-width:768px){
	.dash-header-bg{
	background: url(../images/dash-header-bg.png) no-repeat center center; background-size: cover;
	min-height: 160px;
}
}


/* Business Profile Preview Css */
.user-business-profile{border-radius: 50%; max-height: 96px; max-width: 96px; min-height: 96px; min-width: 96px;  width: 96px; height: 96px; display: inline-block; overflow: hidden;}
.user-business-profile img {max-height: 96px; max-width: 96px; border-radius: 0% !important; margin-left: auto !important; margin-right: auto !important;}

.business-nav-list{border: 0px;}
.business-nav-list li.nav-item a.nav-link{
    border: 1px solid #ced4d8;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 8px;
	margin-right: 7px;
    color: #34303f;
    font-size: 14px;
	position: relative;
}
@media (min-width: 768px){
.business-nav-list li.nav-item a.nav-link{
    padding: 10px 40px;
	margin-right: 10px;
}
.business-nav-list{margin-top: -20px;}
}

/* Nav List Active Class */
.business-nav-list li:hover a.nav-link,
.business-nav-list li.nav-item a.nav-link.active {
	background: #f4fdff;
	border: 1px solid #36d1fe;
	color: #36d1fe;
}
.business-nav-list li a.nav-link.active:after ,
.business-nav-list li:hover  a.nav-link:after {
	content: '';
    width: 10px;
    height: 10px;
    background: #f4fdff;
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: #36d1fe solid 1px;
    border-bottom: #36d1fe solid 1px;
    bottom: -6px;
    left: 50%;
}
.list-gradient-bg {
    background: rgba(239,243,246,1);
    background: -moz-linear-gradient(left, rgba(239,243,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,243,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(239,243,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(239,243,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(239,243,246,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(239,243,246,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f6', endColorstr='#ffffff', GradientType=1 );
    color: #151122;
    min-height: 30px;
	border-radius: 5px;
}

/* Conversion Section */
.conver-block{border: solid 1px #ced4d8;}
.conver-block-sepline{border: dashed 1px #ced4d8;}
.conver-block .notavail{height: calc(100% - 52px)}

/* Quick Overview Stylesheet */
.quick-overview-bg{
	background: url(../images/quick-overview-bg.png) no-repeat top center; background-size: 100%; height: auto; padding: 4%;
}
@media (min-width:992px){
	.quick-overview-bg{
	 height: 300px; 
}
}
@media (min-width:1200px){
	.quick-overview-bg{
	 height: 419px;
}
}
/* Traffic Graph Height */
#trafficgraph,#trafficgraph2,#trafficgraph3,#chart1,
#bargraph,#bargraph2,#bargraph3,
#graphpromobar, #graphpromo,#graphshare, #graphsharebar,#conversionrategraphbar
,#conversionrategraph,#engagementgraph,#engagementgraphbar,#leadgraph,#promograph,#sharegraph,
#allvisitorsgraph,#allvisitorsgraph1,#allvisitorsgraph2,#allviewer,#openclickedgraph,#viewplay,#allsubscribergraph,#openclosedgraph
{height: 430px;}

/* Location MAP Css */
 #map{height: 600px;}

 

/* Recent Team & Premium Account Activity css */
.recent-block{border: solid 1px #ced4d8;}
.recent-block .list-hover:hover{background: #eff3f6;}
@media (min-width:768px){
.recent-block .list-hover:first-child{padding-top: 30px;}
.recent-block .list-hover:last-child{padding-bottom: 30px;}
}
.icon-circle32{
	width: 32px;
	height: 32px;
	min-height: 32px;
	border: solid 1px #ced4d8;
	border-radius: 50%;
	display: inline-block;
	line-height: 32px;
	text-align: center;
}
/* Quick Links css */
.quicklinks-hover{border: solid 1px #ced4d8; min-height: 0;}
@media(min-width:768px){
.quicklinks-hover{border: solid 1px #ced4d8; min-height: 130px;}
}
.quicklinks-hover:hover{border: solid 1px #513c80;}


/* Business List Css*/
.businesslist-hover:hover{background: #eff3f6;}
.businesslist-hover:hover #flag:after{border-bottom: 16px solid #eff3f6;}

/* business integration image height */
.integration-logo-height{height:40px;}
.integration-logo-height img{max-height:40px;}


/* Application Module Css*/

/* Flag Css */
 #flag {
	width: 51px;
	height: 68px;
	right:0px;
	padding-top: 6px;
	position: absolute;
	background: #fd4b6d;
	color: white;
	text-align: center;
	margin-top: -15px;
	text-transform: capitalize;
	border-top-right-radius:3px;
}
@media (min-width:768px){ #flag {
	right:20px;
	margin-top: -10px;
	border-top-right-radius:0px;
}}
#flag:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 16px solid #ffffff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
} 
/* Line Through Css */
.lineThrough {
	position: relative;
}
.lineThrough:after {
	content: "  ";
	display: inline-block;
	height: 3px;
	background: #fd4b6c;
	position: absolute;
	top: 44%;
	left:0%;
	width: 100%;
}

/* Library Module css
======================================*/
/* Library Ui Popup Modal Css */
.lib-popup-icon{
	top: 7px;
	right: 7px;
	height: 20px;
	width: 20px;
	text-align: center;
}

/* Vertical Tabs */
.ui-vertical-tab.nav-pills .nav-link{
	padding: 12px 0px 12px 20px;
	color: #34303f;
	text-decoration: none;
	border-radius: 0px;
	font-size: 14px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	
}
.ui-vertical-tab.nav-pills .nav-link:hover{background: #eff3f6; border-radius: 0px;} 

.ui-vertical-tab.nav-pills .nav-link.active, .nav-pills .show > .nav-link{background: #eff3f6; border-radius: 0px;}

.ui-vertical-tab.nav-pills .nav-link i{color:#7f7c88; padding-right:15px;}

/* 5 Grid Coloumn */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 100%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 25%;
		float: left;
	}				
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.left-100{left: -110px !important}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

.library-filter-option{position: relative; padding: 0; left: 0px;
width: auto;}

/* Library Block */
.library-block{height: 130px; background: #eff3f6; overflow: hidden;}
.library-block:hover{ height: 130px; border: solid 5px #ffffff;}

/* Library Img Height css */
.library-block img{max-height: 130px;}
.library-block:hover img{max-height: 120px;}

/* Library Video Img Icon css */
.lib-video-icon{
	position: absolute;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

/* Checkbox show on hover & Checkbox Active css */
.library-block .smart-checkbox-btn,
.mytooltip-hover .smart-checkbox-btn
{position: absolute; right: 0px; top: -7px;}
.library-block:hover .smart-checkbox-btn label,
.mytooltip-hover:hover .smart-checkbox-btn label
{display: block}

.library-block .smart-checkbox-btn label,
.mytooltip-hover .smart-checkbox-btn label
{display: none;}

.library-block .smart-checkbox-btn input[type="checkbox"]:checked + label,
.mytooltip-hover .smart-checkbox-btn input[type="checkbox"]:checked + label
{display: block !important}

/* Library Tooltip */
.library-tooltip-div{background: #34303f; border-radius: 5px; position: absolute; white-space: normal; display: none; z-index: 9999; max-width: 320px;}

.library-tooltip-div:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.library-tooltip-div:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #34303f;
	border-width: 5px;
}
.library-tooltip-left:before{right:20px;left:auto;}
/* Library Table View Button */
#lib-table-view{position: absolute; right: 0;z-index: 9;}

/* Library check dropdown */
.lib-check-drop-label label{padding-left: 10px !important;}
.left-25{left: -25px !important;}

/* Library Modal Popup*/
#librarymodalimage.modal{z-index: 1092;}
.modal-library-size{width: 95%; max-width: 100%; position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1091;}
@media (min-width: 1200px) {
.modal-library-size{width: 1070px; max-width: 100%; }
}

.library-modal-header{border-color: #ced4d8;}
.library-table-padding .table td, .table th {
    padding: 8px;
}

.library-table-padding table tr:first-child td , 
.library-table-padding table tr:first-child th {
    padding-top: 0px;
}
/* Library Modal Popup image height */
.library-image-height{max-height: 382px; min-height: 382px;}
.library-image-height img{max-height:375px;}
/* library Image Preview Modal popup */
.full-screen-preview{margin: 0; padding: 0; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); pointer-events: auto;}
.cross-top-position{
	position: fixed;
	top: 0;
	right: 0;
	padding:20px;
	z-index: 99;
}
/* Library Table DropDown CSS */
.lib-table-view-hide .dropdown-menu.dropdown-menu-right.h-auto{
    left: 10px !important;
}
@media(min-width: 768px){
.lib-table-view-hide .dropdown-menu.dropdown-menu-right.h-auto{
    left: 30px !important;
}
.lib-table-view-hide .dropdown-menu.right-arrow.m-right-arrow:after, 
.lib-table-view-hide .dropdown-menu.right-arrow.m-right-arrow:before {
    right: 16% !important;
}
}

/* Gallery Next & Previous Button */
a.gallery-next,.gallery-next{background: #7f7c88; padding: 9px 11px; text-decoration: none; border-radius: 5px 0px 0px 5px; display: inline-block; color: #ffffff; border-right: solid 1px #626f78;}
a.gallery-next:hover,
.gallery-next:hover{background: #b3afbc; text-decoration: none; color: #34303f;}

a.gallery-prev,.gallery-prev{background: #7f7c88; padding: 9px 11px; text-decoration: none; border-radius: 0px 5px 5px 0px; display: inline-block; color: #ffffff;}
a.gallery-prev:hover,
.gallery-prev:hover{background: #b3afbc; text-decoration: none; color: #34303f;}



/*Add Segement Page*/
.andor-seperator{
	border-bottom:1px dashed #bfbfbf;
}

.switch-field {
	margin: auto;
    display: inline-block;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 60px;
  padding: 6px 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label.switch_left{
	border: 1px solid #ced4d8;
}
.switch-field label.switch_right{
	border-top: 1px solid #ced4d8;
	border-bottom: 1px solid #ced4d8;
	border-right: 1px solid #ced4d8;
}
.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #39295d;
  color:#fff;
  border: 1px solid #39295d;
}

.switch-field label:first-of-type {
  border-radius: 5px 0 0 5px;
}

.switch-field label:last-of-type {
  border-radius: 0 5px 5px 0;
}

a.segment-delete:hover{
	color:#ff2332;
}
a.segment-add:hover{
	color:#0895ff;
}


/* Business Accounts Module
===================================== */
.business-profile-thumb{
	width:135px;
	height:135px;
	background:#fff;
	border:5px solid #eff3f6;
	border-radius:100px;
	margin:auto;
	overflow:hidden;
}
.business-profile .business-profile-thumb img{
     max-height:135px;
}

.business-profile .bootstrap-select.btn-group.disabled, .business-profile .bootstrap-select.btn-group > .disabled{
	background: #dee7ee !important;
	border:0;
}
.business-profile .bootstrap-select.btn-group.disabled .dropdown-toggle::after {
    border: 0;
}

.business-profile .simple-dropdown.dropas-select button[disabled],
.business-profile .simple-dropdown.dropvalue-select button[disabled] {
	background: #dee7ee !important;
	color: #8fa1b4;
	border: solid 1px #dee7ee;
	box-shadow: none;
	outline: none;
	cursor: not-allowed;
}
/* Business Profile Favicon CSS */
.upload-favicon{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #ced4d8;
	margin: auto;
	overflow: hidden;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.upload-favicon img{
	max-height: 45px;
	max-width: 45px;
}

.installation-box{
  border: 1px solid rgb(206, 212, 216);
  border-radius: 5px;
}
/* Integration icon */
.integration-view-detail-drop{width: 100%;  box-shadow: 0px 5px 9.4px 0.6px rgba(28, 28, 28, 0.1);
}
@media (min-width:768px){
.inte-active-icon{margin-top: -14px;}
.integration-view-detail-drop{width: 600px;}
}

.triangle-top{position: relative; top: -2px;}

.disable-text .d-gblue-clr, .disable-text .vi-red-clr{color:#afb6bc;}



/* Web anlytics module css
===================================== */
@media (max-width:767px){
	.view-detail-img-icon{display:none!important;}
}

@media (min-width:768px){
.view-detail-img-icon{position: absolute; right: 30px; top: 17px;}
}

@media (max-width:991px){
.overview-icon,
.overview-icon img{min-width: 50px; max-width: 50px;}
}

/* Donut Chart */
#os-chart svg,
#browserchart svg,#devices-chart svg,#visitors-seg-chart svg,#segment-donut-chart svg,#visitor-chart svg
{ width: 100%;  height: 350px;}

#audiencepie,
#conversionpie,
#uaudiencepie,
#conversionratepie
{ width: 100%;  height: 400px;}

/* Compare div fixed on scroll */
.compare-div{ width: 100%; position:relative;}



@media (min-width:768px){
.compare-mtop.margintop-div{margin-top: 137px;}
.compare-div.sticky-compare .vl-gblue-bg { background: transparent !important; padding:0px !important;  }
.compare-div.sticky-compare { position: fixed; background: #738089; color: #ffffff !important; top: 49px;  z-index: 9;}
.compare-div.sticky-compare .d-gblue-clr { color: #ffffff !important;}
.compare-div.sticky-compare .gblue-clr { color: #ffffff !important;}
}


/* Notification Box module css
===================================== */
.notification-area .notification-box{border: solid 1px #ced4d8; border-top: 0; border-radius:0px !important; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
.notification-area .notification-box:hover{transform:scaleX(1.010);box-shadow: 0px 0px 9.4px 0.6px rgba(28, 28, 28, 0.1);background: #eff3f6;
 -webkit-transition: all 0.5s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
.notification-area .notification-box.active-noti{background: #eff3f6;}

.notification-area .notification-box:first-of-type{border-top: solid 1px #ced4d8; border-top-left-radius:5px !important; border-top-right-radius:5px !important;  border-bottom-left-radius:5px; border-bottom-right-radius:5px;}

.notification-area .notification-box:last-child{border-bottom-left-radius:5px !important; ; border-bottom-right-radius:5px !important;}

/* Saglus Account Setting Box module css
===================================== */
.social-icon-size{width:50px; height: 50px; display: inline-block; line-height: 50px; padding-top: 4px;}
.Social-box-drop{width: 94%; margin-right: 10px; box-shadow: 0px 5px 9.4px 0.6px rgba(28, 28, 28, 0.1);
}
@media (min-width:768px){
.Social-box-drop{width: 500px; margin-right: 0px;}
}

/* Left Arrow Position */
.left-arrow-position.dropdown-menu.left-arrow::before,
.left-arrow-position.dropdown-menu.left-arrow::after{left: 7px }
/* Right Arrow Position */
.right-arrow-position.dropdown-menu.right-arrow::before,
.right-arrow-position.dropdown-menu.right-arrow::after{right: 7px !important }

/* Security Module */
.notification-circle{width: 36px; height: 36px; line-height: 36px; display: inline-block; border-radius: 50%; background: #eff3f6; border: solid 1px #ced4d8; color:#7f7c88; text-align: center;}

.caleran-h50 .calendar-btn{
	background:#fff;
	border-top:1px solid #ced4d8;
	border-right:1px solid #ced4d8;
	border-bottom:1px solid #ced4d8;
	border-radius:0 5px 5px 0;
	height:50px;
}


/* Team Management module css
===================================== */

@media (min-width: 240px) {
.addnew-acc-width{width:100%;}
.addnew-acc-assign-role{right:0px; z-index:1091;}}

@media (min-width: 768px) {
.addnew-acc-width{width:320px;}
.addnew-acc-assign-role{right:320px;}}

@media (min-width: 992px) {
.addnew-acc-width{width:450px;}
.addnew-acc-assign-role{right:450px;}}


.role_hover_box {
	position: absolute;
    width: 100%;
    top: 100%;
    background: #ffffff;
    border: 1px solid #ced4d8;
    display: none;
    z-index: 9;
    margin-top: 10px;
}
.role_hover_box:after, .role_hover_box:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.role_hover_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.role_hover_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ced4d8;
	border-width: 11px;
	margin-left: -11px;
}

.arrow-hover-text:hover ~ .role_hover_box{display:block;}




/*Mail Editor Starts*/
.me-container{
  position: fixed;
  right:0;
  bottom:0;
  z-index:1091;
}
.me-container-fullscreen{
  top:4%;
  left:0;
  margin:auto;
}
.me-body{
	background-color: #fff;
	box-shadow: -8px 0px 12.74px 0.26px rgba(28, 28, 28, 0.09);
}
.me-header{
	background:#39295d;
	padding:13px 20px;
	box-shadow: -8px 0px 12.74px 0.26px rgba(28, 28, 28, 0.09);
}
.me-to-box,.me-subject-box{
	padding:6px 20px;
	border-bottom:1px solid #ced4d8;
}
.me-actions-box{
	padding:0 0 0 0px;
	border-top:1px solid #ced4d8;
}
.me-actions-box a.upload-icon{
	border-right: 1px solid #ced4d8;
    padding: 12.5px 20px 12.5px 20px;
}
.me-actions-box a.upload-icon.active{
	background: #eff3f6;
}
.me-to-box div.tagsinput {
    border: 0px solid #d1d6e3;
    background: #fff;
    padding: 0;
    height: auto;
    overflow-y: auto;
    border-radius: 0px;
}

.me-container div.tagsinput span.tag {
    border: 0px solid #ced4d8;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 5px 10px;
    text-decoration: none;
    background: #ebf6ff;
    margin-right: 5px;
    margin-top: 3px;
}

.me-subject-box input[type="text"]{
	height: auto;
    border: 0px;
    border-radius: 0;
    padding: 6.5px 10px;
}
.me-subject-box input[type="text"]:hover,.me-subject-box input[type="text"]:focus{
	height: auto;
    border: 0px;
    border-radius: 0;
	padding: 6.5px 10px;
}
.mail-editor{position: relative;}
.mail-editor .cke_combo{width:90px!important;}
.mail-editor .cke_combo_text{width:72px!important;}
.mail-editor .cke_combo_open{
	margin: 1px -10px 1px;
}
.mail-editor .cke_path,.mail-editor .cke_resizer_ltr{
	display:none;
}
.mail-editor .cke_chrome{border:0;}
.mail-editor .cke_contents{height:250px!important;}
.mail-editor .cke_bottom{border-top: 0px !important; background: #fff!important; padding: 0px;}

.me-container ul.mail-editor-buttons{
	margin-bottom:0;
	margin-left:-40px;
}
.me-container ul.mail-editor-buttons li.list-link{
	display:inline-block;
	margin-left:-4px;
}
.me-container a.send-button {
    color: #fff!important;
    padding: 15px 25px!important;
	display: inline-block;
}
.me-container a.cancel-button {
    color: #34303f!important;
    padding: 15px 25px!important;
	display: inline-block;
}
.d-btn-inline-block{
	display:inline-block;
}

.me-container .disabled-email-field{
	width:auto !important;
	height:auto !important;
	border-radius:35px !important; 
	padding:5px 10px !important;
	background:#eff3f6 !important;
	border-color:#eff3f6 !important;
	color:#b3afbc !important;
}

.me-container .to-email-field{
	width:auto !important;
	height:auto !important;
	border-radius:35px !important; 
	padding:5px 10px !important;
	background:#eff3f6 !important;
	border-color:#eff3f6 !important;
	color:#b3afbc !important;
	display: inline-block;
	cursor: not-allowed;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}

/* Mail Box Attahced files div css */
.me-container .attached-boxarea{
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 0px 4.74px 1.26px rgba(0, 143, 249, 0.27);
	z-index: 99;
}
.attached-boxscroll{
	height:calc(100% - 70px);
	padding-bottom: 0px !important;
}

.me-container .attached-boxarea:before,
.me-container .attached-boxarea:after{
	position: absolute;
	top: 100%;
}
.me-container .attached-boxarea::after,
.me-container .attached-boxarea::before {
	top: 100%;
	left: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.me-container .attached-boxarea:before{
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: rgba(194, 225, 245, 0);
	border-bottom-color: #aad3f0;
	border-width: 10px;
}
.me-container .attached-boxarea::after{
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 9px;
	margin-left: 1px;
}

/* Image Hover Effect */
.attach-img-hover{position:relative;}
.att-hover-div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(41,50,57,0.8);
	border-radius:5px;
	text-align:center;
}
.attach-img-hover:hover .image { opacity: 0.3; }
.attach-img-hover:hover .att-hover-div { opacity: 1; }
.att-hover-div .justfy-text{
	align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    height: 100%;
}
.att-hover-div .justfy-text a{
    background: #ffffff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    min-height: 18px;
	align-items: center !important;
    justify-content: center !important;
    display: flex !important;
	text-decoration:none;
    
}

.attach-image-size {
    height: 50px;
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    border-radius: 5px;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}
/*Mail Editor Ends*/

/* Smart Loader */
i.icon-loader:before{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: #ffffff;
	z-index: 999999;
	margin: auto;
	text-indent: initial;
	width: 42px;
	height: 42px;
	font-size: 42px;
} 
	
.smart-loader {  
	margin:  auto;
	text-indent: -9999em;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: load3 1s infinite linear;
	animation: load3 1s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.smart-loader:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.smart-loader:after {
	background: #4c4c4c;
	width: 95%;
	height: 95%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*dropdown width */
.mw220{min-width:220px;}

/* no result found and 404 css */
.container-middle{width: 100%;
    height: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding: 15px;
 }
@media (min-width:768px){
.container-middle{
	height: calc(100vh - 144px) !important;
}
}

/* Paid Feature Page Css */
.paid-feature-bg{
	background: url(../../../images/paid-feature-bg.png) no-repeat left center;
	background-size:cover;
}
@media (max-width:767px){
	.paid-feature-bg .paid-img{
		max-height: 200px;
	}
}
/* Access Denied Modal Popup */
.access-denied-bg{
	background: url(../../../images/access-denied-bg.png) no-repeat center center;
	background-size:contain;
}
.access-denied-modal{width: 95%; max-width: 100%;}
@media (min-width:768px){
.access-denied-modal{width: 706px; max-width: 100%;}
.access-denied-bg{background-size: inherit;}
}

.min-h100{min-height: 100vh !important;}	
.v-align-center{vertical-align:middle;}
.right-border-radius-0{border-bottom-right-radius:0px !important;border-top-right-radius:0px !important;}

.audio-height{height: auto;}	
@media (min-width:768px){
  .audio-height{height: 275px;}	
}

/* Location No Data Record found section css */
.conutry-not-found{
	background: rgba(255,255,255,0.5);
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(87, 87, 87, 0.19);
}

@media (min-width:576px){
.conutry-not-found{
	padding: 20px 5%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
}
.conutry-not-found h1{color:#34303f; font-family: 'Lato', sans-serif; margin-bottom: 15px;}
.conutry-not-found p{color:#738089; line-height: 24px;}

/* Timezone dropdown css */
.timezone-picker .dropdown-menu{
	max-width: 390px;		
}
.timezone-picker .dropdown-menu li a{
	white-space: normal !important;
}

/* Business Logo height css */
.business-logo-height{
	max-height: 90px;
}

/* ========================== Dashboard widget css =============== */
.mw-150{min-width:150px;}
/* Dashboard Add Widgets Modal Popup Css */
.modal-addwidgets-size {width: 95%; max-width: 100%;}
@media (min-width: 992px){
.modal-addwidgets-size {width: 719px;max-width: 100%;}
}
.modal-addwidgets-size1 {width: 95%; max-width: 100%;}
@media (min-width: 992px){
.modal-addwidgets-size1 {width: 877px;max-width: 100%;}
}
@media (min-width: 768px){
.addwidgets-height{
	max-height: 440px;
}
.conversionstats-height{
	max-height: 355px;
}	
}
.widgets-border{
	border: solid 1px #ced4d8;
	padding:20px 15px;
	border-radius: 5px;
	position: relative;
}
.widgets-border:hover{
	border-color:#513c80;

}
.select-widget{
	position: absolute;
	top: 5px;
	right: 2px;
}	
/* Dashboard calendar Min-With CSS */
@media(min-width: 1200px){
.calendar-min-width{min-width: 260px;}
}

/* Drag $ drop widgets css */
.widgets-box{
	border: solid 1px #ced4d8;
	border-radius: 5px;
	width: 100%;
	position: relative;
	background: #ffffff;
}
/*.widgets-box:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #7f7c88 transparent;
	cursor: nw-resize;
}*/
.widgets-title{
	border-bottom: solid 1px #ced4d8;
	display: flex;
	cursor: move;
}
.widget-drop{
	left: 8px !important;
	margin-top: 5px;
	padding: 10px 0px !important;
}
.widgets-box1{
	border: solid 1px #ced4d8;
	border-radius: 5px;
	width: 100%;
	background: #ffffff;
}
@media (min-width:992px){
.widgets-box-padding{
	padding:0px 15px 15px 15px;
}
}
.widgets-box-padding{
	padding:0px 30px 30px 30px;
}
/* Quick Overview Stylesheet */
.quick-overview-bg1{
	background: url(../images/quick-overview-bg1.png) no-repeat top center; background-size: 100%; height: auto; padding: 4%;
}
@media (min-width:992px){
	.quick-overview-bg1{
	 height: 300px; 
}
}
@media (min-width:1200px){
	.quick-overview-bg1{
	 height: 419px;
}
}
/* Traffic Graph CSS */
.graph-drop-btn a.dropdown-toggle{
	padding: 0px 0px 0px 10px;
    border: 0px;
    color: #7f7c88;
}
.graph-drop-btn .nav-item.show .nav-link, .graph-drop-btn .nav-link.active{
    border: 0px;
	color: #7f7c88;
    text-decoration: none;
    padding: 10px 20px !important;
}
.graph-drop-btn .nav-item.show .nav-link:hover {
    color: #34303f;
    text-decoration: none;
}
.graph-drop-btn .dropdown-menu{padding:0px; border-radius: 5px !important; margin-top: 5px; }

/* Add New widgets box css */
.add-new-widgets{
	border: dashed 1px #ced4d8;
	border-radius: 5px;
	width: 100%;
	position: relative;
	background: #eff3f6;
}
/*.add-new-widgets:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #7f7c88 transparent;
	cursor: nw-resize;
}*/
/* Dashboard Action bar Css */
a.bg-transparent, .bg-transparent{background: transparent;}

/* Dashboard Conversion Section CSS */
.conver-block-sepline1{
    border: dashed 1px #ced4d8;
    width:60px;
}
@media (max-width:767px){
.conversion-box.col{
	min-width: 100%;
}}
@media (min-width:1200px){
.conversion-box{
	border-right: 1px solid #eff3f6;
}
.conversion-box:last-child{
	border-right:0px;
}
.conver-block-sepline1{
    border: dashed 1px #ced4d8;
    width: 100px;
}
	
}

/* Recent Team Activity Section Css */
.activity-hover{
   padding: 15px;
}
.activity-hover:hover{
    background: #eff3f6;
}
@media (min-width:768px){
.activity-hover{
   padding: 20px 30px;
}	
.activity-height{
	max-height: 450px;
	height: 446px;
}
}
@media (max-width:991px){
.activity-hover .heading-style{
	width: 100%;
}	
}
.activity-hover .heading-style{
	color: #34303f;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

/* Quick Links Css */
.quicklinks-box{
	border: solid 1px #ced4d8;
	border-radius: 5px;
}
.quicklinks-box:hover{
border-color:#513c80;

}

/* on click expand column size */

a.expand-column{
    width: 20px;
    height: 20px;
    background: #e5f4ff;
    border-radius: 5px;
    color: #39295d;
    line-height: 20px;
    text-align: center;
    font-size: 9px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-decoration: none;
    padding-top: 1px;
	display: none;
}
@media (min-width:768px){
.widgets-box:hover a.expand-column{
	display: block;
}
}

/* Subscription CSS */
.pay-now-btn, a.pay-now-btn {
    color: #ffffff;
    background-color: #39295d;
    border-color: #39295d;
    padding: 3px 13px;
    font-size: 12px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
	text-decoration: none;
}
.pay-now-btn:hover, a.pay-now-btn:hover, .pay-now-btn:focus, a.pay-now-btn:focus {
    background-color: #513c80;
    color: #ffffff;
    border-color: #513c80;
    box-shadow: none;
    outline: none;
}
.current-plan img.plan-icon-img{max-height: 40px;}
.plan-features-box{
	border-radius: 5px;
	background: rgba(20,153,255,1);
	background: -moz-linear-gradient(left, rgba(20,153,255,1) 0%, rgba(176,221,255,1) 52%, rgba(233,246,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,153,255,1)), color-stop(52%, rgba(176,221,255,1)), color-stop(100%, rgba(233,246,255,1)));
	background: -webkit-linear-gradient(left, rgba(20,153,255,1) 0%, rgba(176,221,255,1) 52%, rgba(233,246,255,1) 100%);
	background: -o-linear-gradient(left, rgba(20,153,255,1) 0%, rgba(176,221,255,1) 52%, rgba(233,246,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(20,153,255,1) 0%, rgba(176,221,255,1) 52%, rgba(233,246,255,1) 100%);
	background: linear-gradient(to right, rgba(20,153,255,1) 0%, rgba(176,221,255,1) 52%, rgba(233,246,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1499ff', endColorstr='#e9f6ff', GradientType=1 );
}
.features-icon-box{
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 5px;
	background-color: rgb(241, 244, 247);
	-ms-flex-align: center!important;
    align-items: center!important;
	-ms-flex-pack: center!important;
    justify-content: center!important;
	display: -ms-flexbox!important;
    display: flex!important;
}

/* Add New Contacts CSS */
.share-contact-icon a{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgb(52, 48, 63);
	text-decoration: none;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	display: -ms-flexbox!important;
	display: flex!important;
	margin: 7px;
}
@media (min-width: 992px){
.add-contacts-sticky {
	position: fixed; 
	top: 80px; 
	max-width: 22.2%;
	width: 100%;
}
}

/* Cookie Consent CSS */
a.yellow-btn,
a.yellow-btn:focus{
	background: #fdc100;
	color: #000000;
	font-weight: 500;
}
a.yellow-btn:hover{
	background: #efb600;
	color: #000000;
}

.cookies-black-theme{ background: #293239;}
.cookies-black-theme p,
.cookies-black-theme a.privacy-text{ color: #ffffff;}
.cookies-white-theme{ background: #ffffff;}
.cookies-white-theme p,
.cookies-white-theme a.privacy-text{ color: #000000;}
.cookies-grey-theme{ background: #eff3f6;}
.cookies-grey-theme p,
.cookies-grey-theme a.privacy-text{ color: #000000;}
.header-cookies-consent{
    padding: 15px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 1089;
    box-shadow: 0px 1px 3.4px 0.6px rgba(0, 0, 0, 0.09);
	word-break: break-word;
}
.footer-cookies-consent{
    position: fixed;
	padding: 15px 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
	z-index: 1089;
	box-shadow: 0px -1px 3.4px 0.6px rgba(0, 0, 0, 0.09);
    word-break: break-word;	
}
.left-cookies-consent{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
	z-index: 1089;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    word-break: break-word;	
}
.right-cookies-consent{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
	z-index: 1089;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    word-break: break-word;	
}
.cookies-margin{margin-top: 15px;}
@media (min-width: 768px){
.cookies-margin{margin-top: 0px;}
.left-cookies-consent{
	max-width: 400px;
	bottom: 20px;
    left: 20px;
}
.right-cookies-consent{
	max-width: 400px;
	bottom: 20px;
    right: 20px;
	left: auto;
}
.header-cookies-consent{ padding: 20px 0px;}
.footer-cookies-consent{ padding: 20px 0px;}
}

/* Video Modal Popup Close Icon CSS */
a.video-modal-close,
a.video-modal-close:hover{
	position: absolute;
    top: 15px;
    right: 15px;
	z-index: 99;
}
.login-with-us {
    position: relative;
    margin-top: -15px;
}
.login-popup-social-icon a{
	width: 50px;
	padding: 8px 15px;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 5px;
	text-decoration: none;
}
@media (min-width:768px){
.login-popup-social-icon a{
  width:60px;
}
}
/* Dotcompal Branding */
.branding-logo-position {
    position: fixed;
    bottom: 0;
    right: 8px;
    z-index: 999;
}
@media (max-width: 767px){
.branding-logo-position .img-responsive.logo-visible-xs {
    display: block !important;
}	
.branding-logo-position .img-responsive.logo-visible-sm {
    display: none !important;
}
}
@media (min-width: 768px){
.branding-logo-position .img-responsive.logo-visible-xs {
    display: none !important;
}	
.branding-logo-position .img-responsive.logo-visible-sm {
    display: block !important;
}

}


/* Subscribe To Our Newsletter & thanks modal popup css */
.modal-subscribe-size {
    width: 95%;
    max-width: 100%;
}
.modal-thanks-size {
    width: 95%;
    max-width: 100%;
}
.subscribe-modal-bg{
	background:#f9f9f9;
	padding:15px;
	border-radius:5px;
}
.thanks-modal-bg{
	padding:15px;
	border-radius:5px;
}
@media (min-width: 768px)
{
.modal-subscribe-size {
    width: 520px;
    max-width: 100%;
}
.modal-thanks-size {
    width: 520px;
    max-width: 100%;
}
.subscribe-modal-bg{
	padding:30px 50px;
}
.thanks-modal-bg{
	padding:50px 45px;
}
} 
.subscribe-modal-bg .m-blue-btn{font-size:18px !important;}
.login-privacy-text{
	line-height: 160%;
	font-size: 12px;
	color: #7f7c88;
	position: relative;
	top: -4px;
	font-weight:300;
}
.seprate-border {
    display: block;
    width: 100%;
    height: 1px;
    background: #ced4d8;
}