body {
	color: #707070;
	font-size: 15px;
	line-height: 28px;
	background-color: #fff;
}

body p {
	font-size: 16px;
	line-height: 28px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="button"],
input[type="submit"],
button,
#tiptip_content,
.map-box p,
.map-box div,
.numerical-rating .utf_counter_star_rating,
body .nav_responsive i.menu-trigger:after {
	font-family: 'Nunito', sans-serif;
	text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a:focus {
	outline: none !important;
}

ul,
li {
	margin: 0px;
	list-style-type: none;
}

textarea:focus,
input:focus {
	border: 1px solid #d8d8d8;
}

label {
	display: block;
	margin: 0;
}

.typed-cursor {
	opacity: 0 !important;
	display: none;
}

::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
}

:-moz-placeholder {
	color: #888;
	opacity: 1;
}

::-moz-placeholder {
	color: #888;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #888;
	opacity: 1;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #828282;
}

input:-moz-placeholder {
	color: #828282;
}

input::-moz-placeholder {
	color: #828282;
}

input:-ms-input-placeholder {
	color: #828282;
}

textarea::-webkit-input-placeholder {
	color: #828282;
}

textarea:-moz-placeholder {
	color: #828282;
}

textarea::-moz-placeholder {
	color: #828282;
}

textarea:-ms-input-placeholder {
	color: #828282;
}


/**************** top Bar **********************************/

#topbar {
	background: #ea1c4e;
	height: 64px;
	font-size: 16px;
	transition: all 0.5s;
	color: #fff;
	padding: 0;
	display: flex;
	align-items: center;
}

#topbar .contact-info i {
	font-style: normal;
	color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
	padding-left: 5px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
}

.ms-5 {
	margin-left: 1.5rem !important;
}

.login-section {
	text-align: right;
}

.login-section ul {
	padding: 0;
	margin: 0;
}

.login-section ul li {
	display: inline-block;

}

.login-section ul li a {


	font-size: 16px;
}

.login-section ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;

}

.login-section ul li:first-child a {

	margin-right: 15px;
}

.login-section ul li a:hover {
	color: #333
}


/*Dashboard CSS*/

input[type="search"] {
	max-width: max-content;
}

#example_length {
	display: none;
}

#example_filter {
	display: none;
}

.card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 10px;
	background: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 2px 12px 0px rgb(0 0 0 / 60%);
	-moz-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 12px 0px rgb(0 0 0 / 60%);
}

.btn {
	color: #FFF;
	background: #e92152  !important;
	padding: 10px 7px !important;
	border-color: #e92152 ;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	vertical-align: middle;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	white-space: normal;
}

.excel-img {
	max-width: 50px;
	margin-bottom: 10px
}

.d-none {
	display: none !important;
}


.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 100px;
	left: 260px;
	background-color: #e8e8e8;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidebar .closebtn {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	color: red;
}

.sidebar-text {
	color: #000000;
	width: 100%;
	word-break: break-all;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	height: 34px;
}

.open {
	width: 250px;
}

.close {
	width: 0px;
}

.sidebar-checkbox {
	height: 20px;
	line-height: 20px;
	width: auto;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

.make-pointer {
	cursor: pointer;
}

.color-red {
	background-color: #ea1c4e !important;
}

.dashboard-list-box.table-responsive.invoices.with-icons {
	padding: 1pc;
}

.sidebar-checkbox-filter {
	width: 15px;
	height: 15px
}


div#example_data_info {
	display: none;
}

.dt-buttons {
	display: none;
}

input#myInputsearch {
	width: 624px;
	height: 37px;
	margin-left: 1pc;
}

input#myInputaddress {
	width: 624px;
	height: 37px;
	margin-left: 1pc;
}

input#myInputw {
	height: 26px;
	width: 206px;
	margin-top: 8px;
	margin-left: 11px;
}

h5#total_count {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	bottom: 0;
	margin-top: 24px;
	margin-left: -6pc;
}

input.sidebar-checkbox {
	float: right;
	margin-left: -10pc;
	width: 17px;
}

.sidebar-text {
	color: #000000;
	width: 100%;
	word-break: break-all;
	padding-left: 17px;
	padding-right: 26px;
	cursor: pointer;
	background: #efefef;
	border: 1px solid;
	border-radius: 6px;
	font-size: 15px;
	border-color: #000000;
}

.utf_dashboard_navigation ul li span.nav-tag {
	background-color: rgb(234 28 78) !important;
}

i.fa.fa-globe {
	color: #0687ed;
	font-size: 24px;
	margin-left: 10px;
}

td.telnumber {
	white-space: nowrap;
	color: #2196f3;
	text-decoration: underline;
}

tr {
	background: #ea1c4e30;
	border: 3px groove;
}

h4#title {
	background-color: #ea1c4e;
	border: 4px dotted;
	padding: 15px;
	margin-left: 9px;
	margin-top: 1pc;
	width: 1159px;

	margin-bottom: 1pc;
}

.utf_dashboard_navigation ul li.active a:after {
	transform: rotate(180deg);
	margin-top: 3px;
	display: none;
}

.utf_dashboard_navigation ul li ul li a {
	padding: 10px 6px;
	margin-left: -47px;
	font-size: 12px;
	border: 2px solid;
	border-color: #ec0f4594;
}

input#myInput {
	height: 26px;
	width: 206px;
	margin-top: 8px;
	margin-left: 11px;
}

.sidebar-checkbox {
	height: 20px;
	line-height: 20px;
	width: auto;
}

.dropdown-btn {
	padding: 6px 10px 14px 27px;
	text-decoration: none;
	font-size: 16px;
	color: #eb557a;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	border: 1px solid;
	font-weight: bold;
}

.sub_menu {
	padding: 10px 0;
	cursor: pointer;
	font-size: 12px;
	margin-left: -2pc;
}

.dropdown-container {
	display: none;
	background-color: #262626;
	padding-left: 2px;
}

a.dropdown-btn-category {
	border: 1px solid;
	border-color: #874657;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
	float: right;
	padding-right: 8px;
}

.sub-sub-menu {
	margin-left: -30px !important;
}

.utf_dashboard_navigation ul li.active ul {
	visibility: visible;
	padding: 0px;
	line-height: 24px;
	opacity: 1;
	max-height: 300px;
	background: #2a2a2a;
	overflow-y: scroll;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border: 1px solid #ea1c4e;
	background-color: #ea1c4e;
	background: #ea1c4e;
}

#example_filter {
	float: right;
	padding-right: 15px !important;
}

#example_length {
	float: left;
	padding-left: 15px !important;
}

.mt-50{
	margin-top: 50px;
}


@media (max-width: 767px) {
	
h5#total_count{
	font-size: 16px;
    font-weight: 600;
    color: #fff;
    bottom: 0;
    margin-top: 24px;
    margin-left: 12px;
	}
	
input[type="text"] {
    height: 44px;
	border: none;
	
}	

	

}