html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*font-family: 'open_sansregular' !important;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-family: 'robotoregular';
	font-size: 15px;
	line-height: 1.42857143em;
	color: #333;
	background: #eee;
	background-size: cover;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}


/* -- button styles ------------------------------------- */


/*-- signin-card animation ---------------------------------------- */


/* -- login paper styles ------------------------------ */

.signin-card {
	max-width: 350px;
	border-radius: 2px;
	margin: 20px auto;
	padding: 20px;
	background-color: #eceff1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.background-theme {
	background: #1468a8;
}

.background-theme-2 {
	background-color: #3f4853;
}

.color-theme {
	color: #1468a8 ;
}
.color-2d3 {
    color: #2d343d !important;
}
.color-333 {
	color: #333 !important;
}
.color-bfb {
    color: #bfbfbf !important;
}

.color-2d3 {
    color: #2d343d !important;
}

.color-icon {
    color: #8d9293 !important;
}

.form_label_color{
	color: #586525 !important;
	font-weight: bold;
}
.line-height-12 {
    line-height: 12px;
}
.height-23 {
    height: 23px;
}
.display1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-transform: inherit;
	letter-spacing: inherit;
}

.subhead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
	text-transform: inherit;
	letter-spacing: inherit;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
	color: #fff;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
	color: inherit;
}
*[data-role='page'] {
    overflow: hidden !important;
}

/**
.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #fff;
    border-color: #fff;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
color: #fff;}

.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check{    border: 2px solid #fff;}
**/

select.form-control {
	padding-left: 5px;
	padding-right: 5px;
}

.tile {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition-duration: 200ms;
	transition-property: transform, box-shadow, margin, opacity, width;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #fff;
}

.margin-top-22 {
	margin-top: 22px;
}

.box-shadow-6 {
	margin-bottom: 6px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.59);
}

.clip {
	clip: rect(auto, auto, auto, auto);
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.display-inline {
	display: inline;
}

.form-group.form-theme .form-control {
	transition: none;
	background-image: none;
	background-color: #e7e7e7;
	color: #333;
	padding: 7px 15px;
	border-radius: 20px;
}

.form-group.form-theme .form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-group.form-theme .form-control:-ms-input-placeholder {
	color: #999
}

.form-group.form-theme .form-control::-webkit-input-placeholder {
	color: #999
}

.form-group.form-theme .form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.btn-theme {
	color: #FFF ;
	background-color: #1468a8 ;
	border-color: #1468a8 ;
	border-radius: 25px !important;
}
.btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus{
    background: #1468a8;
    outline: none;
}

.btn.btn-raised:not(.btn-link):hover.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-theme, .btn-group-raised .btn:not(.btn-link):hover.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-theme, .btn.btn-raised:not(.btn-link):focus.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-theme, .btn-group-raised .btn:not(.btn-link):focus.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-theme, .btn.btn-raised:not(.btn-link).active.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-theme, .btn-group-raised .btn:not(.btn-link).active.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-theme, .btn.btn-raised:not(.btn-link):active.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-theme, .btn-group-raised .btn:not(.btn-link):active.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-theme{
	background-color: #1468a8;
}

.btn.btn-raised.btn-theme, .input-group-btn .btn.btn-raised.btn-theme, .btn.btn-fab.btn-theme, .input-group-btn .btn.btn-fab.btn-theme, .btn-group-raised .btn.btn-theme, .btn-group-raised .input-group-btn .btn.btn-theme {
    background-color: #1468a8;
    color: rgba(255,255,255, 0.85);
	border-color: #1468a8;
}
.logo_div{
	width: calc(100% - 5px);
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.searchbox-input {
	width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #ffffff;
    border: none;
    padding: 3px 22px 4px 30px;
    border-radius: 50px !important;
    background-image: url(../images/search.png);
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-size: 15px;
	    color: #333;
}

.filterbox-input {
	width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #ffffff;
    border: none;
    padding: 3px 22px 4px 30px;
    border-radius: 50px !important;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-size: 15px;
	    color: #333;
}

.background-bfb-20{
	    background: rgba(191, 191, 191, 0.3);
}
.background-bfb-10{
	    background: rgba(191, 191, 191, 0.1);
}
.background-theme-10 {
	background: rgba(20, 104, 168, 0.21);
}
.text-capitalize{
	    text-transform: capitalize;
}
.report-head {
    background: #474747;
}
.border-fff {
    border: white 1px solid;
}
.background-transparent{
    background:transparent !important;
}
.border-333{
	    border: solid 1px #333;
}
.border-eee{
	    border: solid 1px #f6f6f6;
}
.border-bottom-eee{
	    border-bottom: solid 1px #f6f6f6;
}

.modal-max-width{
        max-width: 450px;
        margin: 10px auto;
}
.header-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.leftsidebar{
	position: fixed;
    top: 56px !important;
    height: calc(100% - 56px);
    width: 25%;
	left:0px;
}
.main_content_div{
	width:100%;
	
}
.pageleftside{
	width:25%;
}
.pagerightside{
	width:25%;
}
.rightsidebar{
	position: fixed;
    top: 56px !important;
    height: calc(100% - 56px);
    width: 25%;
    right: 0px;
	left:auto;
}

.modal-open {
    padding-right: 0 !important;
}

.modal.left .modal-dialog {
	width: 100%;
	/* max-width: 320px; */
	height: 100%;
	margin: auto auto auto 0px;
}

.modal.left .modal-content{
	border-radius: 0px;
	height: 100%;
}
.modal.right .modal-dialog {
	width: 100%;
	/* max-width: 320px; */
	height: 100%;
	margin: auto 0px auto auto;
}

.modal.right .modal-content{
	border-radius: 0px;
	height: 100%;
}
/* modal direction animation start #####*/
.modal.fade:not(.show).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.show).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.show).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
/* Alternative Angles */
.modal.fade:not(.show).top-left .modal-dialog {
	-webkit-transform: translate3d(-25%, -25%, 0);
	transform: translate3d(-25%, -25%, 0);
}
.modal.fade:not(.show).top-right .modal-dialog {
	-webkit-transform: translate3d(25%, -25%, 0);
	transform: translate3d(25%, -25%, 0);
}
.modal.fade:not(.show).bottom-left .modal-dialog {
	-webkit-transform: translate3d(-25%, 25%, 0);
	transform: translate3d(-25%, 25%, 0);
}
.modal.fade:not(.show).bottom-right .modal-dialog {
	-webkit-transform: translate3d(25%, 25%, 0);
	transform: translate3d(25%, 25%, 0);
}

/* modal direction animation end #####*/
/*NAV BAR*/

/* remove outer padding */

.main .row {
	padding: 0px;
	margin: 0px;
}

.side_nav{
	width:320px;
}
.content_div{
	width:calc(100% - 640px);
}
.right-sidebar{
	
	width:320px;

}
.title_div{
	width: calc(100% - 224px);
}
.searchInput{
    border: solid 2px #eee  !important;
    border-radius: 20px  !important;
    background-image: none  !important;
}
.border-left-ccc {
    border-left: solid 1px #ccc;
}
.border-right-ccc {
    border-right: solid 1px #ccc;
}
.font-8{
	font-size:8px;
}

.line-height-10{
	line-height:10px;
}
.margin-tb-18{
	margin-top:18px !important;
	margin-bottom:18px !important;
}
/*Remove rounded coners*/

nav.sidebar.navbar {
	border-radius: 0px;
	background-color: transparent;
}

nav.sidebar,
.main {
	-webkit-transition: margin 200ms ease-out;
	-moz-transition: margin 200ms ease-out;
	-o-transition: margin 200ms ease-out;
	transition: margin 200ms ease-out;
}


#sidebar_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

#sidebar_scroll::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.list_card {
	background-color: #fff;
    margin: 0 0 5px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 5px;
    border-bottom: 1px hidden #fff;
    overflow:hidden;
    min-height:111px;
	}

.profilediv {
    text-align: center;
    border: solid 1px #1468a8;
    background: #fff;
    border-radius: 13px !important;
    width: 36px;
    height: 56px;
}

.txt {
    font-weight: 400;
    line-height: 56px;
    font-size: 26px;
    color: #1468a8;
    margin: 0;
    text-transform: uppercase;
}


.opstionlist {
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid;
	border: none;
	padding: 15px 0;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #333;
}

.option_list {
	display: block;
	position: relative;
	/* padding: 12px 0; */
	color: #0b0e2f;
	font-weight: bold;
}

.bottomborder {
	border-bottom: solid 1px rgba(51, 51, 51, 0.33);
}

.btn-option {
	color: #333;
	border: 1px solid #8c8c8c;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.form-popup {
	background-color: transparent;
	border: 1px solid #d2d2d2;
	height: 34px;
	color: #dadada;
	border-radius: 25px !important;
}

.form-popup input,
.form-popup select{
	padding: 0px 14px;
	border-radius: 25px !important;
	height: 34px;
}

.pagination_pop>li>a, .pagination_pop>li>span{
	    background: transparent;
    border: 0px;
}
.pagination_pop>.active>a, .pagination_pop>.active>a:focus, .pagination_pop>.active>a:hover, .pagination_pop>.active>span, .pagination_pop>.active>span:focus, .pagination_pop>.active>span:hover {
    z-index: 2;
    color: #1468a8;
    cursor: default;
    background-color: #ffffff;
border-radius: 100%;}
.btn-option:hover {
	color: #fff;
	background-color: #0e102f !important;
	border: 1px solid #8c8c8c;
}
.pagination_pop>.disabled>a, .pagination_pop>.disabled>a:focus, .pagination_pop>.disabled>a:hover, .pagination_pop>.disabled>span, .pagination_pop>.disabled>span:focus, .pagination_pop>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}
#sidebar_scroll::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1468a8;
}

.layout_card{
	
    margin: 0 0 5px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
}
.border-333-1{
	border: 1px solid #333;
}
.com_cont {
    margin-left: 5px !important;
    width: 14px;
    font-size: 6px;
    line-height: 12px !important;
    display: inline-block !important;
}
/*
/* Add gap to nav and right windows.*/

.main {
	padding: 10px 10px 0 10px;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: #586525;
    color: #000;
    border-radius: 5px;
}
.navbar .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
}
/* .....NavBar: Icon only with coloring/layout.....*/


/*small/medium side display*/

@media (min-width: 768px) {
	/*Allow main to be next to Nav*/
	.main {
		position: absolute;
		width: calc(100% - 235px);
		/*keeps 100% minus nav size*/
		margin-left: 235px;
		float: right;
	}
	.navbar.navbar-inverse .dropdown-menu li>a {
		font-size: 14px;
		padding: 11px 22px;
	}
	/*lets nav bar to be showed on mouseover*/
	/*Center Brand*/
	nav.sidebar.navbar.sidebar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	/*Center Brand*/
	nav.sidebar .navbar-brand,
	nav.sidebar .navbar-header {
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}
	/*Center Icons*/
	nav.sidebar a {
		padding-right: 13px;
	}
	/*adds border top to first nav box */
	nav.sidebar .navbar-nav>li:first-child {
		border-top: 0x #e5e5e5 solid;
	}
	/*adds border to bottom nav boxes*/
	nav.sidebar .navbar-nav>li {
		border-bottom: 0px #e5e5e5 solid;
	}

	/* Colors/style dropdown box*/
	nav.sidebar .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #fff;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-inverse .navbar-nav>li>a {
    color: #333;
}
	/*allows nav box to use 100% width*/
	nav.sidebar .navbar-collapse,
	nav.sidebar .container-fluid {
		padding: 0 0px 0 0px;
		background: transparent;
	}
	.navbar .navbar-nav>.active>a,
	.navbar .navbar-nav>.active>a:hover,
	.navbar .navbar-nav>.active>a:focus {
		color: #333;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #1468a8;
	}
	/*colors dropdown box text */
	.navbar-inverse .navbar-nav .open .dropdown-menu>li {
		color: #333;
		white-space: normal;
	}
	/*gives sidebar width/height*/
	nav.sidebar {
		width: 100%;
		height: 100%;
		float: left;
		z-index: 100;
		margin-bottom: 0px;
	}
	/*give sidebar 100% width;*/
	nav.sidebar li {
		width: 100%;
	}
	/* Move nav to full on mouse over*/
	nav.sidebar:hover {
		margin-left: 0px;
	}
	/*for hiden things when navbar hidden*/
	.forAnimate {
		opacity: 1;
	}
}
 .div-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* .....NavBar: Fully showing nav bar..... */

@media (max-width: 767px) {
    .crm-container .drop_box {
        flex-direction: column !important;
    }
	.main_div_width {
		width: 100%;
		margin-top:112px;
	}
	.navbar-side{
		width: auto;
		height:auto;
	}
	.side_nav{
	width:100%;
}
.content_div{
	width:100%;
}

	.navbar .navbar-nav > li > a {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
	.navbar .navbar-nav .active > a {
    color: #fff;
	background:#009688;
}
	.navbar .navbar-nav .dropdown .dropdown-toggle:after {
		content: '';
		font-family: 'Material Icons';
		font-size: 1.5em;
		float: right;
	}
	.navbar .navbar-nav .dropdown.open .dropdown-toggle:after {
		content: '';
	}
	.navbar-nav .open .dropdown-menu {
		/* position: absolute; */
		float: none;
		width: auto;
		margin-top: 0;
		background-color: white;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		/* left: -126%; */
		color:#333;
	}
	.searchbox-input {
		width: 96%;
	}
	.searchbox-input:focus {
		width: 96%;
	}
	 .div-center {
position: relative;
		top: auto;
		left: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
}

}

@media (min-width: 1330px) {
	/*Allow main to be next to Nav*/
	.main {
		width: calc(100% - 235px);
		/*keeps 100% minus nav size*/
		
	}
	/*Show all nav*/
	nav.sidebar {
		margin-left: 0px;
		float: left;
	}
	/*Show hidden items on nav*/
	nav.sidebar .forAnimate {
		opacity: 1;
	}
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #1468a8 !important;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
	color: #000;
	background-color: #586525;
	border-radius: 5px;
}

nav:hover .forAnimate {
	opacity: 1;
}

section {
	padding-left: 15px;
}

@media (max-width: 786px) {
	
	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0px;
		border: 1px solid transparent;
	}
	
}

.right_bottom{
	
    position: fixed !important;
    right: 20px;
    bottom: 20px;

}


#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 600;
    color: #333;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 13px;
    padding-left: 10px;
    text-transform: inherit;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}
.plus_xs{
	 
    font-size: 24px!important;
    height: 40px!important;
    line-height: 40px!important;
    margin: auto!important;
    min-width: 40px!important;
    width: 40px!important;

}


.form-group {
    padding-bottom: 0px;
    margin: 20px 0 0 0;
}
.side_list .row-fulid:nth-child(4n+1) .layout_card {
    background: rgb(191, 191, 191);
}
.side_list .row-fulid:nth-child(4n+2) .layout_card {
    background: rgba(191, 191, 191, 0.8);
}
.side_list .row-fulid:nth-child(4n+3) .layout_card {
    background: rgba(191, 191, 191, 0.6);
}
.side_list .row-fulid:nth-child(4n+4) .layout_card {
    background: rgba(191, 191, 191, 0.4);
}
.valuetable tr:nth-child(4n+1) {
    background: #cbcbcb;
}
.valuetable tr:nth-child(4n+2) {
    background: #d8d8d8;
}
.valuetable tr:nth-child(4n+3){
    background: #e5e5e5;
}
.valuetable tr:nth-child(4n+4) {
    background: #f2f2f2;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #bfbfbf !important;
}

.table-bordered-fff>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #fff !important;
}
.table-bordered-fff>thead>tr>th{ 
border-bottom: 1px solid #fff !important;
}

.form-login {
    background-color: transparent;

    height: 34px;
    color: #dadada;
    border-radius: 25px !important;
}
.form-login input, .form-login select {
    padding: 0px 14px;
    border-radius: 25px !important;
    height: 34px;
    color: #333;
	    border: 1px solid #999 !important;
}
.create-btn {
    background: #3f4853 !important;
    border-color: #3f4853 !important;
    color: #fff !important;
}

.fonticon {
    background: #8d9293;
    padding: 2px;
    border-radius: 100%;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 11px;
    text-align: center;
}

@media screen and (max-width: 968px) { 
.leftsidebar{
    position: fixed;
    top: 0;
    width: 40%;
}
.main_content_div{
	width:100%;
	
}
.pageleftside{
	width:0%;
}
.pagerightside{
	width:0%;
}
.rightsidebar{
    position: fixed;
    top: 0;
    width: 40%;
}
}
@media (max-width: 1300px) {
	.cardWidthResponsive{
		width: 33%;

	}
}
@media (max-width: 968px) {
	.cardWidthResponsive{
		width: 50%;

	}
}
@media (max-width: 600px) {
	.cardWidthResponsive{
		width: 100%;

	}
}


@media screen and (max-width: 765px) { 
.leftsidebar{
    position: fixed;
    top: 0;
    width: 80%;
}
.active_page .main_content_div, .active_page #users_lists{
	max-height: calc(100vh - 60px) !important;
	padding-bottom: 60px !important;
}
.btn-fabicon.btn-bottom-right{
	bottom: 70px !important;
}
.main_content_div{
	width:100%;
	
}
.pageleftside{
	width:0%;
}
.pagerightside{
	width:0%;
}
.rightsidebar{
    position: fixed;
    top: 0;
    width: 80%;
}
}

.center-border:before{
	content: "";
    display: block;
    border: solid 1px #dadada;
    height: 100%;
    position: absolute;
    right: 50%;
}

.col-main{
    display: flex;
    width: 100%;
}
.col-second {
    flex: 1;
}
.icon-div-center{
	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.timeline-message-text{	
	min-height: 50px;
    min-width: 100px;
    white-space: normal !important;
    word-wrap: normal !important;

}
.shadow-cr{
	
  box-shadow: 0px 0px 5px 0px #999;

}
.text-div{
	height: 55px;
    overflow-y: scroll;
}

.message-text{	
	min-height: 50px;
    min-width: 120px;
    max-width: 75%;
    margin: 3px 2px;
    padding: 8px 10px;
    margin: 3px 2px;
    padding: 8px 10px;
    box-shadow: 0px 0px 5px 0px #999;
    border-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.message-time{
	font-size: 10px;
    line-height: 14px;
	margin-right: -8px;
	font-size: 10px;
    line-height: 14px;
	margin-right: -8px;
}


.RecvBox .msg-arrow {
     position: absolute;
    font-size: 16px;
    left: 0px;
    top: 50%;
   transform: translateY(-50%);
	content: "\e92b";
  /*   margin: -11px 0 0 0%; */
        text-shadow: -1.5px 0px 0.5px rgba(123, 122, 122, 0.52);
    z-index: 2;
}
.SendBox .msg-arrow  {
    position: absolute;
     font-size: 16px;
    right: 0px;
	color: #fff;
    top: 50%;
  /*   margin: -11px 0 0 0%; */
   transform: translateY(-50%);
        text-shadow: 1.5px 0px 0.5px rgba(123, 122, 122, 0.52);
    z-index: 2;

}
.width-30 {
    width: 30px;
}
.btn-min-width{
	width:100px;
}

.blackPatch_1 {
    background: #eeeeee;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -10px;
    text-align: right;
    margin-top: 8px;
    padding: 3px;
    line-height: normal;
    display: list-item;
}
.Thumbdiv_1 {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    margin: 0;
    float: right;
}
.ThumbText_1 {
    font-weight: bold;
    line-height: 18px;
    font-size: 10px;
    border-radius: 0;
}

.select-modal{
	max-height: 500px;
	overflow-y: auto;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion{
    /*border: 2px solid #1468a8;*/
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 2px solid #1468a8;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #1468a8;
    text-align: right;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    /*background: #fff;*/
    color: #1468a8;
}
#accordion .panel-title a.collapsed:hover{
    background: #1468a8;
    color: #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    color: #fff;
    position: fixed;
    top: 17px;
    left: 20px;
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f106";
    color: #1468a8;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    padding: 20px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.layout_card1 {
    margin: 0 0 0px 0;
    box-shadow: 1px 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border: 1px solid #e0dddd;
}
.component-card p{
	color:#000 !important;
	font-weight:bold;
}
/* loader start */
.loader_Wrapper {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(255,255,255,0.2); */
    background: rgba(0,0,0,0.2);
}


.spinner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    z-index: 1055;
}

.spinner>div {
    width: 22px;
    height: 22px;
    /* background-color: #406F18; */
    /* background-color: #fff; */
    background-color: #F04E23;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* loader end */
/* material loader */

.action-btn-circle .material-loader-box {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0px;
    margin-top: 0px;
    width: 0px;
}


.material-loader-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1;
	
    /* width: 150px;
    height: 70px;
    top: 50%;
	left: 50%;
    margin-left: -75px;
    margin-top: -35px; */
	
	width: 220px;
    min-height: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -50px;
    padding-bottom: 10px;	
}


.material-loader-box .loader {
    position: relative;
    margin: 15px auto;
    width: 45px;
    height: 45px;

    &:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
}

.material-loader-box .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.material-loader-box .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #F04E23;
}

.material-loader-box .path-color {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%,
    90% {
        stroke: #ffa700;
    }
}

/* material loader end */

.navbar-nav p{
	font-size:14px;
	font-weight:400;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius:10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
  border-radius:10px;
}
.font-11{
	font-size:11px;
}
.font-9{
	font-size:9px;
}
.background-icon {
    background-color: #8d9293 !important;
}
.timeline-icon {
    display: block;
    height: 30px;
    line-height: 20px;
}

.timeline-search {
    border: solid 1px #666;
    width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #ffffff;
    padding: 3px 22px 4px 30px;
    border-radius: 50px !important;
    background-image: url(../images/search.png);
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    color: #333;
}

.background-bfb-20 {
    background: rgba(191, 191, 191, 0.3);
}

.background-bfb-40 {
    background: rgba(191, 191, 191, 0.4);
}

.background-bfb {
    background: #bfbfbf;
}

.message-text_1 {
    min-height: 50px;
    min-width: 120px;
    max-width: 75%;
    /* margin: 3px 2px; */
    padding: 8px 10px;
    padding: 0px 5px;
    /* box-shadow: 0px 0px 5px 0px #999; */
    border-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    overflow: hidden;
    word-wrap: break-word;
}

.shadow-cr {
    border: solid #bfbfbf 0.5px;

}

.icon-div-center {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.icon_div_center {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.height-20{
	height:20px;
}

.creatNameWidth{
	width:200px;
}
.creatButonWidth{
	width:200px;
}
.creattoggalWidth {
    width: 200px;
}
.creatvalueWidth{
	width:calc(100% - 400px);
}
.card-vertical-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fonticon{
    background: #8d9293;
    padding: 2px;
    border-radius: 100%;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 11px;
    text-align: center;
}
@media screen and (max-width: 1500px) {
.creatNameWidth{
	width:calc(100% - 90px);
	text-align:left;
}
.creatButonWidth{
    width: 90px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.creatvalueWidth{
	width:calc(100% - 90px);
	text-align:left;
	    padding-left: 15px !important;
    padding-right: 15px !important;
}
.creattoggalWidth {
    width: 190px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.float_lable{
    font-size: 12px !important;
    padding-top: 0px;
    padding-bottom: 0px;

}
.card-vertical-middle {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.btn-min-width {
    width: 80px;
}
.hMenu {
    overflow: auto;
    white-space: nowrap;
}

.hMenu .htab {
    display: inline-grid;
    white-space: normal;
    margin: 0px;
    position: relative;
   /*  min-height: 56px; */
    padding: 6px 5px;
    float: none;
}
.nested {
    padding: 0px;
}
}

.background-fff_1 {
    background-color: #fff !important;
}

.menu_background_opacity {
	background-color: #ffffff !important;
	border: 1px solid #ddd;
}

.background-yellow{
    background-color:#ffb225;
}

.list_card_new {
    background-color: #fff;
    margin: 5px 5px 5px 5px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    /*    min-height: 85px; */
}
.thumbnew{
    background: #586525;
    box-shadow: 5px 5px 1px #b6bfc7;
    width: 50px;
    height: 50px;
    box-shadow: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-wrap: wrap;
}
.leadthumbnew {
    background: red;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.followthumbnew {
    background: red;
    box-shadow: none;
    width: 45px;
    line-height: 20px;
    height: 45px;
    padding-top: 0px ;
    margin: 10px 10px 10px 0px;
    border-radius: 2px;
}

.concardBG{
    background: #ffffff;
    border: solid #fff 2px;
}

.concardheadBG{
    background-color: rgb(197 218 114);
}
.leadcardBG{
    background: #ffffff;
}

.leadcardheadBG{
    background: #f4f8fb;
    border-bottom: solid #e6e6e6 1px;
}
.leadcardHr{
    border-top: solid #e6e6e6 2px;
}
.countCir {
    position: absolute;
    font-size: 7px;
    color: #fff;
    line-height: 12px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-align: center;
    top: -5px;
    right: -1px;
}
.tableprice, #tablePL,
.tablelayout{
    border: 1px solid#bdbdbd;
    width:100%;
}
#tablePL th, #tablePL td, .tableprice th, .tableprice td,
.tablelayout td, .tablelayout th{
    border-bottom: 1px solid#bdbdbd;
    border-collapse: collapse;
    padding: 10px;
    color: rgba(0,0,0, 0.87);
}

.scroll_option {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    max-height: 57.5vh;
    overflow-y: auto;
	    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
}

.myUL {
    list-style-type: none;
  }
  
  .myUL {
    margin: 0;
    padding: 0;
  }
  
  .box {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
  }
  
  .box::before {
    content: "\2610";
    color: black;
    display: inline-block;
    margin-right: 6px;
  }
  
  .check-box::before {
    content: "\2611"; 
    color: dodgerblue;
  }
  
  .nested {
    display: none;
  }
  
  .active {
    display: block;
  }
  .boxcard{
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    padding: 10px;
    margin-bottom: 5px;
  }
  

.background-status-red {
    background-color: red;
    margin: 3.5px 0px;
    width: 22px;
    line-height: 22px;
    height: 22px;
    display: inline-table;
    color: #fff;
    border-radius: 50%;
    animation: red 0.7s linear infinite;
  }

  .background-status-yellow {
    background-color: yellow;
    margin: 3.5px 0px;
    width: 22px;
    line-height: 22px;
    height: 22px;
    display: inline-table;
    color: #000;
    border-radius: 50%;
    animation: yellow 0.7s linear infinite;
  }
  
  @keyframes red {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 
                     0 0 0 2px rgba(255, 0, 0, 0.3), 
                  0 0 0 6px rgba(255, 0, 0, 0.3), 
                  0 0 0 8px rgba(255, 0, 0, 0.3);
       }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3), 
                  0 0 0 6px rgba(255, 0, 0, 0.3), 
                  0 0 0 8px rgba(255, 0, 0, 0.3), 
                  0 0 0 15px rgba(255, 0, 0, 0);
        }
  }

@keyframes yellow {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.3), 
                     0 0 0 2px rgba(255, 255, 0, 0.3), 
                  0 0 0 6px rgba(255, 255, 0, 0.3), 
                  0 0 0 8px rgba(255, 255, 0, 0.3);
       }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 0, 0.3),
                  0 0 0 6px rgba(255, 255, 0, 0.3), 
                  0 0 0 8px rgba(255, 255, 0, 0.3), 
                  0 0 0 15px rgba(255, 255, 0, 0);
        }
  }
  .background-status-green{
    background: green;
    color: #fff;
    margin: 3.5px 0px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    display: inline-table;
    border-radius: 100%;
  }
  

.faintbluecard {

   
    margin: 0 0 0px 0;
    /*box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);*/
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px hidden #fff;
    line-height: 21px;
    font-size: 10px;
    padding: 0px 5px;
}
.blue-dark-card {
    background-color: #1468a8;
    margin: 0 0 0px 0;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px hidden #fff;
}

.color-blue{
	color:#0c4b72;
}
.background-5b5{
	background-color:#2f2f2f  !important;
}
.background-red{
    background-color:red;
    color:#fff!important;
}
.background-green{
    background-color:green; 
    color:#fff!important;
}
.background-yellow{
    background-color:yellow;
    color:#000!important;
}

.red_radio .circle,
label.radio-inline .circle {
	border: 2px solid #f44336;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.red_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: #f44336;
}

.red_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: #f44336;
}

.yellow_radio .circle,
label.radio-inline .circle {
	border: 2px solid #e6d300;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.yellow_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: #e6d300;
}

.yellow_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: #e6d300;
}

.green_radio .circle,
label.radio-inline .circle {
	border: 2px solid green;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.green_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: green;
}

.green_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: green;
}
.bootstrap-tagsinput {
    float: left;
    width: 100%;
    padding: 10px !important;
}
.tagInputRow .form-group{
	margin:0px;
}
.navbar-nav .dropdown-menu .active {
    background: rgba(0,0,0,0.1);
}
.start_layer{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 99999;
    background: rgba(51, 51, 51, 0.76);
}
 .start_button{
        width: 200px;
        height: 90px;
        position:absolute;
        top: 50%;
        left:50%;
        margin-top: -45px;
        margin-left: -100px;
    }
    .start_btn{
        border-radius:100% !important;
        height: 90px;
        width:90px;
    }
    .callingbox{
        position: absolute;
        z-index: 9999;
        width: 320px;
        right: 10px;
        bottom: 0px;
    }
 
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: block;
	font-weight: 100;
	text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

#clockdiv > div{
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}

#clockdiv div > span{
    padding: 5px 10px;
	border-radius: 3px;
	background:rgba(0, 0, 0, 0.15);
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 10px;
	line-height: 10px;
}

.allow-user-select {
	-webkit-touch-callout: default;
	/* iOS Safari */
	-webkit-user-select: text;
	/* Chrome/Safari/Opera */
	-khtml-user-select: text;
	/* Konqueror */
	-moz-user-select: text;
	/* Firefox */
	-ms-user-select: text;
	/* Internet Explorer/Edge */
	user-select: text;
	/* Non-prefixed version, currently not supported by any browser */

}


.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: rgb(240, 240, 240);
  color: black;
  font-family: roboto;
  font-weight: 350;
  
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: rgb(255, 255, 255);
  color: black;
  font-family: roboto;
  font-weight: 350;
}
.datepicker-days{
    width: 100% !important; 
}
.table-condensed{
    width: 100% !important;
}
.datepicker-inline {
    width: 100% !important;
}
#datetimepicker12 .active {
    display: table-cell;
}
.modal-dialog{
	margin: 30px auto;
}


.kt-timeline-v2 {
	position: relative
}

.kt-timeline-v2:before {
    content: '';
    position: absolute;
    left: 8.35rem;
    width: .294rem;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #e7e9f5;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item {
	display: table;
	position: relative;
	margin-bottom: 1.75rem
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
    display: table-cell;
    font-size: 1.3rem;
    font-weight: 500;
    vertical-align: top;
    position: absolute;
    padding-top: 3px;
    color: #74788d;
    line-height: 15px;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
    border-radius: 50%;
    border: .89rem solid #fff;
    z-index: 1;
    top: .2rem;
    left: 6.4rem;
    position: relative;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle>i {
	font-size: 1.78rem;
	top: -.93rem;
	left: -.57rem;
	position: absolute
}
 
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+1) .kt-timeline-v2__item-cricle>i{
   color: #007bff !important;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+2) .kt-timeline-v2__item-cricle>i{
   color: #dc3545 !important;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+3) .kt-timeline-v2__item-cricle>i{
   color: #28a745 !important;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+4) .kt-timeline-v2__item-cricle>i{
   color: #ffb822 !important;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
    display: table-cell;
    vertical-align: top;
    font-size: 1.2rem;
    padding: 0rem 0 0 7.5rem;
    color: #74788d;
    line-height: 1.6rem;
    width: 100%;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text.kt-timeline-v2__item-text--bold {
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: .21rem;
	color: #74788d
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text>span {
	font-weight: 700
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-list-pics {
	display: table-cell;
	vertical-align: top
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child {
	margin-bottom: 0
}

.kt-timeline-v3 .kt-timeline-v3__item {
	display: table;
	margin-bottom: 1rem;
	position: relative
}


.ordsatus {
    background-color: rgba(10,187,135,.1);
    color: #0abb87;
    cursor: text!important;
}



#tabs .nav-tabs {
    background: #FFf;
}
#tabs .nav-tabs .active {
    color: #11588f;
    background-color: transparent;
    border-color:#11588f;
    border-bottom: 4px solid !important;
    font-weight: bold;
}
#tabs .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #FFFFFF !important;
    font-weight: 500;
}
#tabs .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #333 !important;
    font-weight: 500;
}

/* width */
.tablediv::-webkit-scrollbar {
    height: 10px;
  }

.calling-status {
  background-color: green;
 	margin: 10.5px 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: green 0.7s linear infinite;
}

@keyframes green {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.3), 
   				0 0 0 2px rgba(0, 255, 0, 0.3), 
    			0 0 0 6px rgba(0, 255, 0, 0.3), 
    			0 0 0 8px rgba(0, 255, 0, 0.3);
 	}
  100% {
    box-shadow: 0 0 0 2px rgba(0, 255, 0, 0.3), 
    			0 0 0 6px rgba(0, 255, 0, 0.3), 
    			0 0 0 8px rgba(0, 255, 0, 0.3), 
    			0 0 0 15px rgba(0, 255, 0, 0);
  	}
}
#tabs .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    border-bottom: 4px solid rgba(0, 0, 0, 0) !important;
}

#accordion{
    /*border: 2px solid #1468a8;*/
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 0px solid ;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
}
#accordion .panel-title span{
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #474747;
    text-align: right;
    border: none;
    border-radius: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    /*background: #fff;
    color: #1468a8;*/
}
#accordion .panel-title a.collapsed:hover{
    /* background: #1468a8; */
    color: #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    color: #fff;
    position: fixed;
    top: 17px;
    left: 20px;
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f106";
    color: #1468a8;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    padding: 20px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.layout_card1 {
    margin: 0 0 0px 0;
    /*box-shadow: 1px 1px 6px rgba(32, 33, 36, 0.28);*/
    border-radius: 0px;
    border: 0px solid #e0dddd;
}
.background-146 {
    background-color: #9b9b9b !important;
}
.card_bottom_mar {
    margin-bottom: 0px;
}
.padding-tb-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.main_font_big {
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}
.line-height-12 {
    line-height: 12px;
}
.font-8 {
    font-size: 8px;
}
.bor-div {
    outline: solid 0.2px #b5b5b5;
    height: 60px;
    margin: 5px 0px;
    width: 0px;
    padding: 0 !important;
}
.background-6b6-50 {
    background-color: #cbcbcb !important;
}
.card_top_mar {
    margin-top: 2.5px;
}
.leadcardrank {
    font-size: 11px;
    background: #969696;
    padding: 0;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0px;
    margin: auto;
}
.order_con{
    width: 20px;
    display: inline-block;
    background: #1468a8;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
}

.selectchecklist .icon-check{
    display: block !important;
}
.selectchecklist .toggle_multi_select{
    display: none;
}
.rightdrarrow::after{
    content: "\e957";
    font-family: 'icomoon';
    position: absolute;
    right: 5px;
    color: #666;
}
.leftdrarrow::before{
    content: "\e959";
    font-family: 'icomoon';
    color: #666;
}
.newinputstl{box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); margin-bottom: 1rem; background: rgb(233, 247, 249); border-width: 2px; border-style: solid; border-color: #162a4f; border-image: initial; padding: 0.5rem; border-radius: 5px;}
.editorinput {
    border: solid 1px #bbb;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 0px;
}
.editorinputin{
    letter-spacing: inherit;
    font-size: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2.6rem;
    padding-left: 10px;
    background-image: none !important;
    height: 30px;
}
    .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
        width: 5em  !important;
    }
    .ck.ck-icon {
        width: 15px !important;
        height: var(--ck-icon-size);
        font-size: 12px  !important;
        will-change: transform;
    }
    .ck.ck-button, a.ck.ck-button {
        min-width: 15px !important;
    }
    .ck-editor__editable_inline {
        min-height: 100px;
    }
    
.btn-fabicon{	
    position: absolute;
    z-index: 101;
    width: 62px;
    height: 62px;
    padding: 3px;
    line-height: 52px;
	border: 3px solid #e7e7e7;
	/* overflow: hidden; */
    font-size: 30px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
}
.btn-fabicon.btn-bottom-right {
    bottom: 25px;
    right: 30px;
}

.fab-options {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    /* overflow: hidden; */
    font-size: 18px;
    margin-left: 2px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
}


.customCal .fc-header-toolbar{
    display: none;
}
.customCal.fc table{
    font-size: 12px;
}
.customCal .fc-dayGrid-view .fc-body .fc-row {
    min-height: 2.5em;
}
.customCal.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none;
    text-align: center;
}
.customCal .fc-row .fc-content-skeleton td {
    text-align: center;
}

.customCal.fc td, .customCal.fc th {
    border-style: solid;
    border-width: 1px;
    border-color: #f9f9f9;
    padding: 0;
    vertical-align: middle;
    height: 2.5em;
}
.customCal.fc th{
    font-weight: 500;
}
.customCal.fc .fc-today{
    color:#fff;
    background-color:#162a4f !important; 
}

.customCal tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px;
    position: absolute;
    top: 0px;
}

.customInput{

    background: transparent;
    background: #f8f8f8;
    border: 0;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    color: #777;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    margin: 14px 2%;
    border: solid 1px #333;

}
.cat_icon_pro {
    width: 60px;
    height: 60px;
    background: #5c5c5c;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.submenushow{
	display: block;
}

.fabdivstyle{
    width: calc(100vw - 40px);
    position: absolute;
    right: 40px;
    text-align: right;
    padding: 0px 10px;
}
.fabtextstyle{
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
}
.hMenu {
	overflow: auto;
	white-space: nowrap;
}

.hMenu .htab {
	display: inline-block;
	white-space: normal;
	margin: 0px;
	position: relative;
	min-height: 37px; 
    min-width: 65px;
    width:auto;
	padding:0px 5px !important;
	font-size: 14px;
}
.hMenu::-webkit-scrollbar {
    height: 0px;
  }

  #emailTemplets .active,
  .nav-tabs .active{
    background: #333 !important;
}
#timemanTab .active{
    background: #333 !important;
    color: #FFF;
}
.card-1 {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 3px;
}
#SalesResourceDetailSwiper-page.active_page ~ header {
    display:none;
  }
  
.tscroll {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
    /* border: solid black 1px; */
  }
  
  .tscroll table td:first-child,
  .tscroll table th:first-child {
    position: sticky;
    left: 0;
    /* border-right: solid 1px #fff; */
  }
  .tscroll table th:first-child{

    background-color: #fff;
  }
/*   .tscroll table td:first-child{

    background-color: #395697;
  } */
  /* .tscroll td, .tscroll th {
    border-bottom: dashed #888 1px;
  } */
/* width */
.tscroll::-webkit-scrollbar {
    height: 10px;
  }
  
  /* Track */
  .tscroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
  }
   
  /* Handle */
  .tscroll::-webkit-scrollbar-thumb {
    background: #666; 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  .tscroll::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
  
  
  /* Handle on hover */
  .tscroll::-webkit-scrollbar-thumb:hover {
    background: #333333; 
  }
  
.dashbordtable_2 tr td, .dashbordtable_2 tr th {
    padding: 5px !important;
    font-size: 10px;
}

.dashbordtable_2 thead th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 10px;
}
 .dashbordtable_2 tr {
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47); 
    border-top: solid 5px #fdfdfd;
    border-bottom: solid 7px #eee;
    outline: 0.5px solid #fff;
}
.dashbordtable_2{
    border-collapse: separate;
    border-spacing: 0 5px;
    
  }
  
  .dashbordtable_2 tr td{
    background-color:white;
  }
  tr.first_level td,
  tr.first_level{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #2f2f2f;
    color: #fff;
  }
  tr.second_level td,
  tr.second_level{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #bcdd96;
    color: #000;
    border: 1px solid #fff;
  }
  tr.third_level td,
  tr.third_level{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #f6efb5;
    color: #000;
  }
  .im_tab_active_bg{
	background-color: #333 !important;
	color: #fff !important;
}
.suffixtag{
    font-size: 7px;
    position: absolute;
    background: red;
    padding: 2px;
    height: 14px;
    line-height: 10px;
    width: 14px;
    border-radius: 100%;
    left: 13px;
    top: -5px;
}
.add_bt_btm{
    border-radius: 100%;
    padding: 7px;
    width: 40px;
    height: 40px;
}
.to_list{
    background-color: #eee;
    border-radius: 100%;
    padding: 8px;
    width: 50px;
    height: 50px;
}
.rec_arrow{
    border: solid 1px #ccc;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    height: 31px;
}
.scrollport:before,
.scrollport:after {
  content: '';
}

.scrollport {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
 /*  width: 9.4rem; */
  height: 10rem;
  overflow: auto;
  scroll-snap-type: y mandatory;
}

.scrollport:before,
.scrollport:after,
.cell {
  display: block;
  scroll-snap-align: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b7b7b9;
  border-bottom: solid 1px #eee;
  font-size: 1.3rem;
}
.selected {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  .arrow_circle{
    background-color: rgba(51, 51, 51, 0.788);
    border-radius: 100%;
    padding: 22px;
    background-size: 25px 25px !important;
}
.form_cum{
    color: #333 !important;
    font-weight: bold !important;
}
.containerLay{
    background-size: 100% 100% !important;
   }
   .footSharebar {
    width: 25%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.swipe_arrow_top{
	top: 115px !important;
}
span.leads-spand {
    font-size: 20px;
    padding: 2px 4px;
    border-radius: 5px;
}

span.followup-spand {
    font-size: 20px;
    padding: 2px;
    border-radius: 5px;
}
#MediumIdform_media_codeModal .col-md-12.text-right.margin-top-20 {
    color: #fff;
    display: flex;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
}
.newlegend fieldset {
    border: 1px solid #ddd;
    padding: 15px;
}

.newlegend legend {
    margin-bottom: 5px;
    font-size: 18px;
}

.newlegend {
    margin-bottom: 10px;
}
/* .phonenumberfield .col-xs-2 {
    width: 170px;
} */
/* .phonenumberfield .form-group label.control-label {
    top: -30px !important;
    left: 0px;
    font-size: 13px;
} */
.phonenumberfield .delete-icon {
    position: absolute;
    left: 90%;
    color: red;
    font-size: 20px;
    top: 0;
    z-index: 9999;
}
.phonenumberfield {
    position: relative;
}
div#outcome_list > div {
    width: 100%;
}
span.newiconsui {
    font-size: 22px;
    color: #586525;
    border-radius: 30px;
    padding: 1px 3px;
}
div#users_lists .col-xs-12.padding-0.concardheadBG {
    display: none;
}
div#user_followup_lists .col-xs-12.padding-0.concardheadBG {
    display: none;
}
.modal-whitedrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #ffffff61;
}
.padding-tb-5{
    padding-top: 5px;
}
.profileui-1 {
    display: flex;
    padding-bottom: 10px;
}

.profileui-12 {
    display: flex;
    flex-direction: column;
}

.profileui-11 {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

span.profileui-11s {
    font-size: 25px;
}

span.profileui-12s {
    font-size: 13px;
    font-weight: 700;
    color: #0037ff;
}

span.profileui-12e {
    font-size: 15px;
    word-break: break-all;
}

/* new calender */

/* Basis */

.crmcontainer .btn {
    font-family: 'Open Sans';
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #fff;
    color: #262626;
    border-radius: 10px;
    height: 50px;
    font-weight: 600;
    min-width: 100px;
    padding: 0px 20px;
    transition: 0.2s ease;
    cursor: pointer;
    outline: 0;
}

.crmcontainer .btn:hover {
    color: #FFF;
    background: #455AF7;
}

.crmcontainer .btn-small {
    min-width: 50px;
}


.crmcontainer .btn-day {
    font-family: 'Open Sans';
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    outline: 0;
    border-radius: 50%;
    transition: 0.4s all;
}

.crmcontainer .btn-day.active {
    color: #FFF;
    font-weight: 600;
    z-index: 99;
    background: #586525 !important;
}

.crmcontainer .btn-day.active::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 10px;
    z-index: -1;
}

.crmcontainer .text-field {
    padding: 10px;
    height: 50px;
    width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin: 0px 10px 0 0;
}

.crmcontainer .title {
    font-size: 1.3em;
}

.crmcontainer .subtitle {
    font-size: 1.1em;
}

/* Calendar */

.crmcontainer {
    display: block;
    height: 80px;
}

.crmcontainer .calendar-assets {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 5px;
}

.crmcontainer #currentDate{
  text-align:center;
  font-size:20px;
}

.crmcontainer .field {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    margin: 20px 0;
}

.crmcontainer .field label {
    margin: 2px;
}

.crmcontainer .form-input {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.crmcontainer .day-assets {
    display: flex;
    justify-content: space-between;
    width: 324px;
}



.crmcontainer .day-assets .btn:nth-child(2) i {
    padding: 0 10px 0 0 !important;
}

.crmcontainer .calendar {
    height: 52px;
    width: 100%;
    border-radius: 0;
    background: #ffffff;
    padding: 0px;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.crmcontainer .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 18px 18px 0px 0px;
    padding: 15px;
    height: 50px;
    width: 100%;
    color: #262626;
}

.crmcontainer .month {
    font-size: 0.7em;
}

.crmcontainer .icon {
    padding: 10px;
    font-size: 1em;
    margin: 0 0 0 5px;
    background: #ffffff;
    color: #455af7;
    border: none;
    cursor: pointer;
    outline: 0;
}

.crmcontainer .icon:hover {
    cursor: pointer;
}

.crmcontainer #calendar {
    width: 100%;
}

.crmcontainer .weekends th {
    font-size: 1em;
    color: gray;
    font-weight: 400;
    width: 40px;
    margin: 0;
    text-align: center;
}

.crmcontainer .calendar-assets span {
    font-size: 15px !important;
}

.crmcontainer .calendar-assets span i {
    font-size: 20px;
}

.crmcontainer .calendar-assets span:last-child {padding-left: 10px;}
.crmcontainer #calendar tr{
	display: none !important;
}
.crmcontainer #calendar tr.active{
	display: flex !important;
	background: #fff;
}
.crmcontainer #calendar tr.weekends{
	display: flex !important;
	font-size: 13px;
}
.crmcontainer #calendar tr {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 0px;
}

.crmcontainer #calendar td {
    display: flex;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}
/* new calender */
.dataTables_wrapper input,.dataTables_wrapper select {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 30px;
}

.dataTables_wrapper > div {
    display: flex;
    justify-content: flex-start;
}

.dataTables_wrapper div:first-child {
    padding-top: 5px;
}

.dataTables_wrapper {
    padding-left: 5px;
}

.dataTables_wrapper tr th {
    color: #586525;
}

.dataTables_wrapper .pagination>.active>a,
.pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background: #586525;
	border-color: #586525;
	color: #fff !important;
}

.dataTables_wrapper .pagination>li>a, .dataTables_wrapper .pagination>li>span {
    color: #586525 !important;
}

.dataTables_wrapper label {
    color: #000;
}

.table th {
    white-space: nowrap;
}
.table {
    border: 1px solid #ddd;
}

div#lead_Assign_Report {padding: 10px;}
#outcomeformfields .toggle.accordion_level_two.collapse_card_js {border-bottom: 3px solid #586525;box-shadow: none;}



#outcomeformfields .toggle.accordion_level_two.collapse_card_js .background-theme {
    background: white;
    padding: 0 !important;
}

#outcomeformfields .toggle.accordion_level_two.collapse_card_js .background-theme p:first-child {
    width: fit-content;
    background: #586525;
    padding: 8px 20px;
    border-radius: 0px 20px 0px 0px;
}

/* attachment ui */

.crm-container {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
  }
  
  .crm-container .card {
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 5px;
    height: auto;
  }
  
  .crm-container .card h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }
  .crm-container .card1 {
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    width: 100%;
    height: 175px;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .crm-container .card1 h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }
  .crm-container .card2 {
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .crm-container .card2 h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }
  
  .crm-container .drop_box {
    margin: 5px 0;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
  }
  
  .crm-container .drop_box h4 {
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
  }
  
  .crm-container .drop_box p {
    margin-top: 0;
    font-size: 13px;
    color: #7b7272;
    padding-top: 10px;
  }
  
  .crm-container .btn {
    text-decoration: none;
    background-color: #586525;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 13px;
  }
  
  .crm-container .btn:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
  }
  .crm-container .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
  }
  .crm-container .card1 .form-group{
	  margin: 0;
  }
  .crm-container .card2 .form-group{
	  margin: 0;
  }
.crm-container .card1 textarea{
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 10px 10px;
}
/* attachment ui */

div#NextObjectiveCategoryIdComponentCard {
    display: none;
}
.crm-container .card2 .form-group input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
.crm-container .form-group.is-focused .form-control {
    background-image: linear-gradient(#586525, #586525), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

.creatNameWidth button {
    font-size: 13px;
    font-weight: 600;
}

.tabdesignui_div {
    padding: 0px !important;
    border-bottom: 3px solid #586525;
    padding-bottom: 5px !important;
    margin: 10px 0px;
}

span.tabdesignui {
    background: #586525;
    padding: 7px;
    color: #fff;
    border-radius: 0px 10px 0px 0px;
}
span.newiconsui.menudownspan.active {
    color: #11a3c1;
}

.menudownpara.active {
    color: #11a3c1;
}

.header-body-part {
    height: 50px;
    background: #2f4050;
}

.header-body-back-icon {
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-body-part .col-xs-12 {
    height: 100%;
}
#Iframe-Page .whtnoheader {
    margin: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
}
span.header-body-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 10px;
}

span.header-body-info {
    padding-right: 20px;
}

span.header-body-save {
    font-size: 23px;
}
.full-body-part {
    background: #eeeeee;
    height: 100%;
    width: 100%;
}

.header-body-card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: #fff;
    padding: 5px;
    margin: 5px 10px;
    border-radius: 5px;
    padding-bottom: 15px;
}
span.body-card-header1-icon {
    color: #a09a9a;
}
span.body-card-header1-title {
    color: #0cb189;
}

.body-card-profile {
    border-bottom: 1px solid #ddd;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
}

span.body-card-profile-tile {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rosybrown;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

span.body-card-profile-title {
    font-size: 17px;
}
.followupdatediv {
    padding-left: 28px;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}

span.body-btns-btn {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgb(99 99 99 / 16%) 0px 2px 8px 0px;
    text-align: center;
}

.body-card-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}
.more-btn {
    color: blue;
    text-decoration: underline;
}
span.body-btns-btn:hover {
    background: #eee;
}
.body-card-notes {
    display: flex;
    align-items: center;
    padding-top: 13px;
    border-bottom: 1px solid #8f8f8f;
    padding-left: 10px;
    padding-right: 10px;
}

textarea#nextfollowupnotes {border: none;width: 100%;padding: 10px;resize: none;overflow: hidden;min-height: 10px;max-height: 100px;height: 40px;}

.VoiceRecoredDiv {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff59;
    display: flex;
    align-items: center;
}

#sid_container {
	 display: table;
	 margin: 10px auto;
	 position: relative;
	 width: 170px;
	 height: 170px;
	 border-radius: 50%;
	 border: 1px solid #fff;
	 background: #fff;
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
 #sid_container span {
	 position: absolute;
	 width: 20px;
	 height: 20px;
	 border-radius: 50%;
	 position: absolute;
	 margin: auto;
	 top: 0;
	 bottom: 0;
	 transition: all 0.3s;
}
 #sid_container span:first-child {
	 background: #4285f4;
	 left: 15px;
}
 #sid_container span:nth-child(2) {
	 background: #db4437;
	 left: 55px;
}
 #sid_container span:nth-child(3) {
	 background: #f4b400;
	 left: 95px;
}
 #sid_container span:nth-child(4) {
	 background: #0f9d58;
	 left: 135px;
}
 @keyframes updown {
	 0% {
		 top: 0;
	}
	 50% {
		 top: 15px;
	}
	 100% {
		 top: -15px;
	}
}
 @keyframes sound-1 {
	 0% {
		 height: 280px;
		 border-radius: 30px;
	}
	 10% {
		 height: 190px;
		 border-radius: 30px;
	}
	 20% {
		 height: 260px;
		 border-radius: 30px;
	}
	 25% {
		 height: 180px;
		 border-radius: 30px;
	}
	 30% {
		 height: 280px;
		 border-radius: 30px;
	}
	 40% {
		 height: 190px;
		 border-radius: 30px;
	}
	 50% {
		 height: 160px;
		 border-radius: 30px;
	}
	 60% {
		 height: 130px;
		 border-radius: 30px;
	}
	 70% {
		 height: 100px;
		 border-radius: 30px;
	}
	 80% {
		 height: 130px;
		 border-radius: 30px;
	}
	 85% {
		 height: 100px;
		 border-radius: 30px;
	}
	 90% {
		 height: 130px;
		 border-radius: 30px;
	}
	 95% {
		 height: 100px;
		 border-radius: 30px;
	}
	 100% {
		 height: 50px;
		 border-radius: 50%;
	}
}
 @keyframes sound-2 {
	 0% {
		 height: 180px;
		 border-radius: 30px;
	}
	 20% {
		 height: 120px;
		 border-radius: 30px;
	}
	 30% {
		 height: 180px;
		 border-radius: 30px;
	}
	 40% {
		 height: 120px;
		 border-radius: 30px;
	}
	 50% {
		 height: 110px;
		 border-radius: 30px;
	}
	 60% {
		 height: 90px;
		 border-radius: 30px;
	}
	 70% {
		 height: 70px;
		 border-radius: 30px;
	}
	 80% {
		 height: 90px;
		 border-radius: 30px;
	}
	 90% {
		 height: 70px;
		 border-radius: 30px;
	}
	 100% {
		 height: 50px;
		 border-radius: 50%;
	}
}
 @keyframes finalani {
	 0% {
		 top: 0;
	}
	 50% {
		 top: -250px;
	}
	 100% {
		 top: 0px;
	}
}
 
span.body-btns-btn.body-btns-date.active {
    background: #eee;
}

span.body-btns-btn.body-btns-mode.active {
    background: #eee;
}

span.body-btns-btn.body-btns-priority.active {
    background: #eee;
}

#CreateFollowup-page .app_content_body.main_content_div.overflow-auto.pull-left.background-fff {
    padding-bottom: 120px !important;
}
#leadList-page .list_card_new {
    max-height: 152px;
    height: 152px;
}
#list-page .list_card_new {
    height: 140px;
    max-height: 140px;
}
div#followupModal #user_followup_lists .cardWidthResponsive {
    width: 100%;
}
div#LeadInfoList #data_customer__ {
    display: none;
}

div#LeadInfoList .hdiefileds{
    display: none;
}

div#LeadInfoList .row-fluid:nth-child(2) {display: none;}

div#LeadInfoList .col-md-12.padding-0.collapse {
    display: block;
    height: 100% !important;
}

div#LeadInfoList .accordion_level_two {
    display: none;
}


div#LeadInfoList .col-md-12.padding-0.collapse .background-eee {
    background: #fff;
}

div#LeadInfoList .col-md-12.padding-0.collapse .background-eee .col-xs-6 {
    width: 100%;
}

div#LeadInfoList .col-md-12.padding-0.collapse .background-eee .col-xs-12 {
    display: none;
}

div#LeadInfoList .col-md-12.padding-0.collapse .background-eee .col-xs-6 p span:first-child {
    font-size: 13px !important;
    line-height: 26px;
}

div#LeadInfoList .col-md-12.padding-0.collapse .background-eee .col-xs-6 p span:last-child {
    font-size: 13px !important;
}
.activeCard{
    border: solid 2px #474747 !important;
}

.activeCard .concardBG{
    background-color: #f1f0f0 !important;
}
@media screen and (max-width: 765px) { 
    .sideMenuOptions {
        overflow: auto;
        height: 556px;
        position: absolute;
        background-color: #fff;
        padding: 0px 0px !important;
        z-index: 103;
        width: 100%;
        display: none;
    }
    
    .slideRightToLeft {
         margin-left: 100%  !important;
        min-width: 100%;
        transition: all 0.5s;
    }
    
    .slideRightToLeft.showAnimations {
      display: block;
        margin-left: 0% !important;
    }
    .sidebar {
        padding: 0px 5px;
    }
    .sideMenuList{
        padding: 0px !important;
    }
}
.main_div_width_2 {
	width: calc(100% - 25%);
	margin-top: 56px;
	float: left;
}

@media (max-width: 767px) {
	.main_div_width_2 {
		width: 100%;
	}
    #leftsidebarsecond-modal{
        display:none  !important;
    }
}

@media (max-width: 991px) {
	.title_div {
		width: calc(100% - 432px);
	}

	.main_div_width_2 {
		width: 100%;
	}
    #leftsidebarsecond-modal{
        display:none !important;
    }
}
i.fa.fa-paperclip.line-height-20 {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 22px !important;
}

.mediaui {
    padding: 15px;
    background: #f2f2f2e8;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

div#MediaNotesList {
    padding: 15px;
    height: calc(100vh - 85px) !important;
    max-height: unset !important;
}

.mediaui-main video {
    width: 100%;
}

.mediaui-time {
    text-align: end;
    font-size: 12px;
    font-weight: 600;
}

.mediaui img {
    width: 100%;
    height: 250px;
}

.mediaui-main a {color: blue;text-decoration: underline;}

.mediaui-main {
    padding-bottom: 5px;
}
.mediaui-main audio::-webkit-media-controls-play-button,
.mediaui-main audio::-webkit-media-controls-panel {
     background-color: #fff;
     color: #000;
}
div#followupList-page .list_card_new {
    height: 250px;
    max-height: 200px;
}
div#sales_Team_Report table th {
    padding: 6px;
}
.dataTables_filter {
    padding-top: 5px;
}
.dataTables_paginate.paging_simple_numbers span {
    display: flex;
}
div#sales_Team_Report {
    padding-bottom: 60px;
}

table.dataTable>tbody>tr.child span.dtr-title {
    padding-right: 10px;
}

table.dataTable>tbody>tr.child span.dtr-data span {
    padding-left: 10px;
}

table.dataTable>tbody>tr.child span.dtr-data::before {
    content: ":";
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
table.dataTable tbody td {
    text-align: center;
}
td.child .dtr-details {
    float: inline-start;
}

table.dataTable>tbody>tr.child span.dtr-title {
    float: inline-start;
    display: block;
}

td.child .dtr-details li {
    display: flex;
    justify-content: space-between;
}
div#followupModal #user_followup_lists .cardWidthResponsive .list_card_new {
    margin: 0 !important;
    margin-top: 10px !important;
    border-radius: 10px;
}

[id*="Doyouhave"] .card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

[id*="Doyouhave"] .card-header .col-sm-8 div {
    width: 50%;
}

[id*="Doyouhave"] .card-header .col-sm-8 {
    width: 100%;
}

[id*="Doyouhave"] .card-header .col-sm-4 {
    width: 100%;
}

[id*="Doyouhave"] .card-header .col-sm-4 button {
    padding-left: 0;
}
.pincodewisecont .col-xs-12 {
    padding: 0;
}

.pincodewisecont {
    padding: 0 50px;
}

.pincodewisecont .col-xs-10 {
    padding: 0;
    /* text-align: end; */
}

input#pincodesearch {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #706c6c;
}

span.pincodesavebutn {
    color: #fff;
    padding: 10px;
    background: #586525;
    border-radius: 10px;
}

.pincodewisecont .col-xs-2 {
    padding-top: 3px;
    text-align: left;
}

div#additionalCards {
    margin-top: 10px;
    padding: 5px;
}

div#additionalCards .card {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;    height: auto;
}

div#additionalCards .card legend{
    margin: 0;
    font-size: 15px;
    display: inline-block;
    width: auto;
    margin-left: 20px;
    font-weight: 600;
}

div#additionalCards .card fieldset {
    border: 1px solid #acacac;
    min-height: 100px;
    border-radius: 5px;
}
div#CreateHelpDeskMasterForm {
    height: calc(100vh - 100px);
    overflow: auto;
}
div#MasterHelpDeskMasterList {
    height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom: 70px;
}

.WeekSelection .component-card {
    margin: 0;
    padding: 10px;
}
.WeekSelection fieldset {
    min-height: 60px !important;
    padding: 10px;
}

div#HelpDeskMasterView legend {
    margin: 0;
    display: inline-block;
    width: auto;
    font-size: 13px;
    margin-left: 16px;
}

div#HelpDeskMasterView fieldset {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

div#HelpDeskMasterView fieldset span {
    display: block;
}
div#lead_Assign_Report .list_card_new .col-xs-4 {
    padding: 0;
}

div#lead_Assign_Report .list_card_new .col-xs-4 .col-xs-12 {
    padding: 0;
}

div#lead_Assign_Report .list_card_new .col-xs-4 .col-xs-12 .col-xs-6 {
    padding: 0;
}

div#lead_Assign_Report .list_card_new .col-xs-10 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px !important;
    width: 101% !important;
}

div#lead_Assign_Report .list_card_new .col-xs-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#lead_Assign_Report .list_card_new .col-xs-2 .thumbnew {
    margin: 0px !important;
    font-size: 16px;
}

div#lead_Assign_Report .list_card_new .concardBG {
    padding: 0;
}

div#lead_Assign_Report .list_card_new .col-xs-2 .thumbnew p {
    font-size: 21px;
}

div#lead_Assign_Report .list_card_new .col-xs-4 p b {
    padding: 5px 5px;
    font-weight: 100;
}


div#lead_Assign_Report .list_card_new .col-xs-4 p {
    padding: 2px;
    font-weight: 600;
}

div#lead_Assign_Report .list_card_new .col-xs-4 h4 {
    padding: 5px;
}
#LeadAssignReport .app_content_body.main_div_width_2 {
    padding: 0px !important;
    width: 100% !important;
}
div#lead_Assign_Report .list_card_new .col-xs-4 .col-xs-12 .col-xs-6:last-child {
    text-align: end;
}
div#leadCardView #user_followup_lists .list_card_new .concardBG > .col-xs-4 {
    min-height: unset !important;
    max-height: 250px;
}

div#leadCardView #user_followup_lists .list_card_new .concardBG .col-xs-2 .col-xs-12.height-20[data-target="#Option-modal"] {margin-top: 0 !important;}

[data-role="page"] .container {
    width: 100%;
    max-width: 100%;
    padding: 10px !important;
}

[addform="1"] .app_content_body {
    background: #eee;
}
.col-sm-12.card_layout_1.background-eee {
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

.col-sm-12.card_layout_1.background-eee p {
    background: #fff !important;
}

div#personalDetailsContainer {
    background: #fff;
    width: 101%;
    margin-left: -5px;
    margin-top: 4px;
}

[addform="1"] .inputtextformfield .card2 {
    box-shadow: none;
}

[addform="1"] .inputtextformfield .card2 h3 {
    color: #333;
    padding: 5px;
}

[addform="1"] .inputtextareaformfield .card1 {
    box-shadow: none;
    padding: 0 6px;
}
[addform="1"] .inputtextareaformfield .card1 textarea {
    border-color: #ddd;
}

[addform="1"] .inputtextareaformfield .card1 h3 {
    color: #333;
    padding: 5px;
}

[addform="1"] .inputtextformfield .card2 input {
    border: 1px solid #ddd;
}
[addform="1"] .inputradiosformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputradiosformfield .newcardstyle > .col-sm-4,[addform="1"] .inputradiosformfield .newcardstyle > .col-sm-8 {
    width: 100% !important;
}

[addform="1"] .inputradiosformfield .newcardstyle > .col-sm-4 button {
    color: #333 !important;
}

[addform="1"] .inputradiosformfield .newcardstyle > .col-sm-8 .col-sm-3.col-xs-4 div.radio {
    text-align: left;
    margin: 0;
}
[addform="1"] .inputdateformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputdateformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputdateformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 106%;
    height: 40px;
}


[addform="1"] .inputdateformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}

[addform="1"] .inputlistModalformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputlistModalformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputlistModalformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 106%;
    min-height: 40px;
}

[addform="1"] .inputlistModalformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}

[addform="1"] .inputselectModalformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputselectModalformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputselectModalformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 106%;
    min-height: 40px;
}

[addform="1"] .inputselectModalformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}

[addform="1"] .inputselectAutoCompleteformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputselectAutoCompleteformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputselectAutoCompleteformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 106%;
    min-height: 40px;
}

[addform="1"] .inputselectAutoCompleteformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}

[addform="1"] .inputinnerModalformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputinnerModalformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputinnerModalformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 106%;
    min-height: 40px;
}

[addform="1"] .inputinnerModalformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}


[addform="1"] .inputcheckboxModalformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputcheckboxModalformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputcheckboxModalformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 106%;
    min-height: 40px;
}

[addform="1"] .inputcheckboxModalformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}

[addform="1"] .inputtoggleformfield .newcardstyle {
    box-shadow: none;
}

[addform="1"] .inputtoggleformfield .newcardstyle .creatNameWidth button {
    color: #333 !important;
    padding: 0 3px !important;
}

[addform="1"] .inputtoggleformfield .newcardstyle .creatvalueWidth > p {
    border: 1px solid #ddd;
    padding: 7.5px;
    position: relative;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
    left: -7px;
    width: 117%;
    min-height: 40px;
}

[addform="1"] .inputtoggleformfield .newcardstyle .creatButonWidth p {
    position: relative;
    top: 20px;
}
[addform="1"] .inputtoggleformfield .newcardstyle > .col-xs-12 {
    width: 40%;
    padding: 0;
}

[addform="1"] .inputtoggleformfield .newcardstyle > .col-xs-12 button {
    color: #333 !important;
    font-size: 13px !important;
}

[addform="1"] .inputtoggleformfield .newcardstyle > .col-xs-2 {
    float: inline-end;
}
div#partnertype-pr, #special_occasion-pr, #linkCorporateComponentCard,#SpecialOccationComponentCard {
    box-shadow: none;
    margin: 0 !important;
    position: relative;
    left: -10px;
    width: 104.4%;
}

#SpecialOccationComponentCard {
    box-shadow: none;
    margin: 0 !important;
    position: relative;
    left: -15px;
    width: 103.7%;
    top: -3px;
    height: 90px;
}

div#SpecialOccationComponentCard .newcardstyle {
    margin: 0 !important;
}

#linkCorporateComponentCard #Name {
    font-size: 13px;
    font-weight: 700;
    color: #333 !important;
}

div#partnertype-pr > span,#special_occasion-pr > span {
    font-size: 13px;
    font-weight: 700;
    color: #333 !important;
}

div#partnertype-pr > div, #special_occasion-pr > div {
    border: 1px solid #ddd;
    height: 38px;
    border-radius: 5px;
    margin: 3px 0;
    padding: 8px !important;
    font-weight: 700;
}
div#corporateDetailsContainer {background: #fff;}

div#leadDetailsContainer {background: #fff;}
[addform="1"] div#partneResourceMaster {
    background: #fff;
    margin: 5px;
    width: 99%;
}
[addform="1"] .inputdateformfield .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

[addform="1"] .inputlistModalformfield .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

[addform="1"] .inputselectModalformfield .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

[addform="1"] .inputselectAutoCompleteformfield .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

[addform="1"] .inputinnerModalformfield .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

[addform="1"] .inputcheckboxModalformfield .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

div#linkCorporateComponentCard {
    display: flex;
    flex-direction: column;
    height: 120px;
}

div#linkCorporateComponentCard > div.col-xs-3 label {
    float: left !important;
}
.message-main-sender {
    padding: 3px 5px !important;
    margin-left: 10% !important;
    max-width: 90%;
}

.sender {
    float: right;
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    display: inline-block;
    word-wrap: break-word;
    max-width: 100% !important;
}

.message-img {
    margin-top: 5px;
}

.message-img img {
    width: 100%;
    border-radius: 5px;
    height: 200px;
}
.message-text1 {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap: break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
    box-shadow: none;
    min-height: unset;
    min-width: unset;
    max-width: unset;
    line-height: unset;
}
.message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}
.message-main-receiver {
    padding: 3px 5px;
    max-width: 90%;
}
.receiver {
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    word-wrap: break-word;
    display: inline-block;
    float: left;
    border: solid 0.5px #999;
}
.message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}
#addEditUserCommunicationMaster label {
    display: block;
    margin: 1em 0 .2em;
    color: #333;
    font-weight: 600;
}
#addEditUserCommunicationMaster input, 
#addEditUserCommunicationMaster select, 
#addEditUserCommunicationMaster textarea {
    display: block;
    width: 100%;
    padding: .3em;
    font-size: 20px;
    background-color: #fbfbfb;
    border: solid 1px #CCC;
    resize: vertical;
}


.whatsappContact {
    height: 250px;
}
.emailContact {
    height: 250px;
}


.whatsappContact ul#messageSendRecived {
    height: 100% !important;
    border: 1px solid #9c9a9a;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
}
.emailContact ul#emailAllList {
    height: 100% !important;
    border: 1px solid #9c9a9a;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
}


.emailContact ul#emailAllList .sent_mail {
    width: 80%;
    float: right;
}
.emailContact ul#emailAllList .profile-div-width {
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 5px 10px 0px 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.emailContact ul#emailAllList .list-middle-div {
    width: calc(100% - 130px);
    padding-top: 5px !important;
}
.emailContact ul#emailAllList .reciver_mail {
    width: 80%;
    float: left;
}
div#ViewEmailDetail-modal .modal-body {
    width: 100%;
}

svg.si-glyph.si-glyph-mail-inbox {
    width: 25px;
}

svg.si-glyph.si-glyph-mail-send {
    width: 25px;
}
#repportdataTable tr:nth-child(even) {
 background-color: #fff !important; 
}
div#mybutton{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline;
    width: 100%;
    padding: 10px;
}
  
 
  
  
  input#myfile {
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
  
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
  }
  
  
  .visibilityhidden{
    visibility: hidden;
  }
  .leadfolowupdtl span {
    font-size: 10px;
    border: 1px solid #333;
    padding: 3px;
}
.leadfolowupdtl{
    position: absolute;
    bottom: 0;
}
div#Associate_Followups_Report table th, div#Associate_Followups_Report table td {
    border: 3px solid #9b9b9b;
    padding: 2px;
    text-align: center;
    font-size: 11px;
}

span.arrow-right {
    width: 20px;
    display: block;
}

div#Associate_Followups_Report {
    padding: 10px;
    overflow: auto;
    height: calc(100vh - 130px);
}
div#Associate_Followups_Report table thead {
    position: sticky;
    top: 0;
    background: #d1dda7;
}

div#Associate_Followups_Report table th {
    outline: 1px solid #9b9b9b;
}
div#Associate_Calls_Report table th, div#Associate_Calls_Report table td {
    border: 3px solid #9b9b9b;
    padding: 2px;
    text-align: center;
    font-size: 11px;
}

span.arrow-right {
    width: 20px;
    display: block;
}

div#Associate_Calls_Report {
    padding: 10px;
    overflow: auto;
    height: calc(100vh - 130px);
}
div#Associate_Calls_Report table thead {
    position: sticky;
    top: 0;
    background: #d1dda7;
}

div#Associate_Calls_Report table th {
    outline: 1px solid #9b9b9b;
}