/* @font-face {
    font-family: 'Universal Condensed';
    src: url('../fonts/universe/UniversalCondensedRegular.eot');
    src: url('../fonts/universe/UniversalCondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/universe/UniversalCondensedRegular.woff2') format('woff2'),
        url('../fonts/universe/UniversalCondensedRegular.woff') format('woff'),
        url('../fonts/universe/UniversalCondensedRegular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Universal Condensed';
    src: url('../fonts/universe/bold/UniversalCondensedBold.eot');
    src: url('../fonts/universe/bold/UniversalCondensedBold.ttf') format('embedded-opentype'),
        url('../fonts/universe/bold/UniversalCondensedBold.woff2') format('woff2'),
        url('../fonts/universe/bold/UniversalCondensedBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
} */

@font-face {
    font-family: 'univers57_condensed';
    src: url('../fonts/universe_new/univers-57-condensed-font-webfont.woff2') format('woff2'),
         url('../fonts/universe_new/univers-57-condensed-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers67_condensed_bold';
    src: url('../fonts/universe_new/bold/univers_67_condensed_bold-webfont.woff2') format('woff2'),
         url('../fonts/universe_new/bold/univers_67_condensed_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
}


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

li {
    list-style-type: none;
}

html,
body {
    height: 100%;
    /* font-family: 'Universal Condensed' !important; */
	font-family: 'univers57_condensed';
	scroll-behavior: smooth;
	text-transform: uppercase;
}

.wrapper
{
	width: 100%;
	float: left;
}
.content_wrap
{
	width: 100%;
	float: left;
}


.fw_100
{
	font-weight: 100;
}

.fw_500
{
	font-weight: 500;
}
.bg_white
{
	background: #ffffff;
}


.bg_black
{
    background: #000;
}
.bg_orange
{
	background: #fa3b04;
}
 .bg_pink
 {
	 background:#fcf0ed;
 }
 .bg_lightPink
 {
	 background: #fefaf9;
 }



.clr_orange
{
	color: #fa3b04;

}
.clr_lightorange1
{
    color: #FBCBBD;
}
.clr_lightorange
{
	color: #DB9B88;
}
.clr_gry
{
	color: #A7A7A7;
}
.clr_dblue
{
	color: #657690;
}
.clr_lightblue
{
	color: #839BBF;
}
.clr_darkblack
{
    color: #07162D;
}
.text-black
{
    color: #000000;
}

.font_14
{
	font-size: 14px;
}

.font_16
{
	font-size: 16px;
}

.font_18
{
	font-size: 18px;
}

.font_20
{
	font-size: 20px;
}
.font_22
{
	font-size: 22px;
}
.font_24
{
	font-size: 24px;
}
.font_30
{
	font-size: 30px;
}
.font_42
{
	font-size: 42px;
}
.font-capital
{
    text-transform: uppercase;
}
.bg-none
{
	background: none !important;
}

a {
	text-decoration: none;
}


.dash-left img {
	height: auto;
    width: 100%;
}

.dashboard-header {
	max-height: 90px;
	min-height: 90px;
}

.dash-left {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	min-height: 90px;
    padding: 0px 35px;
}

.login-hd-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.login-hd-left h2 {
	color: #000000;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 10px;
}

.profile-intial {
	max-width: 55px;
	background: #ffe1e2;
	max-height: 55px;
	border-radius: 50%;
	min-height: 55px;
	min-width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f1bb3f;
}

.profile-intial p {
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 700;
}

.profile-name-g {
	margin-left: 15px;
	margin-right: 9px;
}

.profile-name-g h2 {
	color: #373b41;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.profile-name-g p {
	color: #868f9d;
	margin-bottom: 0px;
	font-weight: 700;
}

.dashboard-header .row {
	align-items: center;
	width: 100%;
	margin: 0px;
}

.dash-right {
	padding-right: 35px;
	display: flex;
	align-items: center;
}

.dash-board-det {
	padding: 30px;
	background: #f7fbfd;
	min-height: calc(100vh - 90px);
}

.dash-hd-line {
	border-top: 1px solid #bfb8b8;
}

.line-r {
	background: #ee151e;
	height: 5px;
	display: block;
	width: 100px;
}

.rep-txt {
	margin: 20px 0px;
	padding-left: 10px;
	font-size: 18px;
	color: #1d1b1b;
	font-weight: 700;
	text-transform: uppercase;
}

.dashboard-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.dash-left-g svg {
	max-width: 30px;
	max-height: 30px;
	fill: white;
}

.dash-board-inner {
	display: flex;
	align-items: center;
	background: white;
	max-width: 300px;
	height: 60px;
	padding: 5px;
	min-width: 300px;
	border-radius: 7px;
	margin: 10px;
	box-shadow: -1px 0px 12px 1px #dddddd;
	-webkit-box-shadow: 0px 0px 7px -1px #bbbbbb;
	-moz-box-shadow: -1px 0px 12px 1px #DDDDDD;
	-o-box-shadow: -1px 0px 12px 1px #DDDDDD;
}

.dash-left-g {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	height: 50px;
	width: 50px;
}

.dash-rgt-g h2 {
	color: #555151;
	font-size: 18px;
	font-weight: 600;
	margin-left: 10px;
	margin-bottom: 0px;
}

.bg-red {
	background: #e74c3c;
}

.bg-oran {
	background: #f39c12;
}

.bg-blue {
	background: #3498db;
}

.bg-purple {
	background: #9b59b6;
}

.bg-lgren {
	background: #2ecc71;
}

.sett svg {
	max-width: 30px;
	max-height: 30px;
	min-height: 30px;
	min-width: 30px;
	fill: #f1bb3f;
}

.sett {
	display: flex;
	height: 40px;
	width: 40px;
	background: white;
	border-radius: 7px;
	border: 2px solid #f1bb3f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-bg {
	border-radius: 7px;
	padding: 10px 20px;

}

.filter-rgt h2 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #2f3234;
	margin-right: 10px;
}

.select-box,
.date-box {
	width: 200px;
	height: 40px;
	border: 1px solid #e7ebee;
	border-radius: 7px;
	font-size: 14px;
	padding-left: 20px;
	color: #2a2c2d;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 10px;
	padding-right: 25px;
	/* background: transparent; */
	background-color: white !important;
	background-color: rgb(255, 255, 255) !important;
}

.rgt-bd {
	border-right: 2px solid #cfd0d1;
	margin-right: 10px;
}

input[type="date"]::-webkit-inner-spin-button {
	opacity: 0
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: url(../images/calender.png) no-repeat;
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
	background: url(../images/calender.png) no-repeat;
	opacity: 0.8
}


/* input[type="date"]:before {
    content: attr(placeholder) !important;

  }

  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "From Date" !important;

  }

 #to-date:before {
    content: attr(placeholder) !important;

  }

  #to-date:focus:before,
  #to-date:valid:before {
    content: "To Date" !important;

  } */


/* input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
} */

select {
	-webkit-appearance: none;
	background-image: url('../images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}

.filt-l h2 {
	margin: 0px;
	color: #2f3234;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}

.Email-btn-g svg {
	max-width: 25px;
	max-height: 25px;
	fill: #9b59b6;
	margin-right: 10px;
}

.Email-btn-g {
	display: flex;
	align-items: center;
	width: 200px;
	margin-right: 10px;
	background: white;
	border-radius: 7px;
	height: 45px;
	border: 1px solid #9b59b6;
	color: #9b59b6;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	justify-content: center;
}

.dwn-btn-g {
	display: flex;
	align-items: center;
	width: 245px;
	background: white;
	border-radius: 7px;
	height: 45px;
	border: 1px solid #ee151e;
	color: #ee151e;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	justify-content: center;
}

.dwn-btn-g svg {
	max-width: 25px;
	max-height: 25px;
	fill: #ee151e;
	margin-right: 10px;
}

.filt-r {
	display: flex;
	align-items: center;
}

.filt-tb-hd {
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 20px;
}



#tab-li {
	width: 100%;
	white-space: nowrap;
}

#tab-li th {
	background: #ee151e;
	padding: 10px 15px;
	color: white;
	font-size: 15px;
	font-weight: 700;
	border-right: 1px solid #f96b71;
	text-align: center;
	text-transform: uppercase;
}

#tab-li thead tr th:first-child {
	border-radius: 5px 0px 0px 5px;
}

#tab-li thead tr th:last-child {
	border-radius: 0px 5px 5px 0px;
	border-right: none;
}

#tab-li td {
	padding: 10px 15px;
	color: #3d4142;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	border: 1px solid #d9dade;
}

#tab-li td:first-child {
	text-align: left;
	background: #fffaee;
}

.pink-td td {
	background-color: #fff2f3 !important;
	border-right: 1px solid white !important;
	color: #3d4142 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}


/* width */

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #000;
	border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #2db996;
	border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #2db996;
}

.login-par {
	min-width: 100vw;
}

.pink-td td {
	text-transform: uppercase;
}

.bg-grey {
	background-color: #f2f5f7 !important;
}

.mob-img {
	display: none;
}

.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}

.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker>div {
	display: none
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker td,
.datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}

.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
	background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
	color: #000
}

.datepicker table tr td.today.active:hover {
	color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
	background: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
	background-color: #f3e97a
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
	background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: linear-gradient(to bottom, #b3b3b3, grey);
	background-repeat: repeat-x;
	border-color: grey grey #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
	background-color: grey
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(to bottom, #08c, #04c);
	background-image: -ms-linear-gradient(to bottom, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
	background-image: -o-linear-gradient(to bottom, #08c, #04c);
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
	background-color: #04c
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.datepicker table tr td span:hover {
	background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(to bottom, #08c, #04c);
	background-image: -ms-linear-gradient(to bottom, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
	background-image: -o-linear-gradient(to bottom, #08c, #04c);
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
	background-color: #04c
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #999
}

.datepicker .datepicker-switch {
	width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
	cursor: pointer
}

#datepicker .form-control {
	background: url(../images/calender.png) no-repeat;
	background-position: 95%;
	text-transform: capitalize;
}

select:invalid {
	color: #7f7585;
}


/* User -cutomer-edit */

#sidebar {
	width: 260px;
	position: fixed;
	left: 0;
	min-height: 100%;
    background-color: #f6f6f6;
}

.page-content {
	padding-left: 261px;
	transition: ease-in-out 0.5s;
	background-color: #fff;
	min-height: 100vh;
	padding-top: 25px;
}

.page-content .dash-right {
    padding: 20px;
}

.menu-ico-g {
	cursor: pointer;
}

.page-wrapper.hide #sidebar {
	transform: translateX(-260px);
	transition: ease-in-out 0.5s;
}

.page-wrapper #sidebar {
	transform: translateX(0px);
	transition: ease-in-out 0.5s;
}

.page-wrapper.hide .page-content {
	padding-left: 0px;
	transition: ease-in-out 0.5s;
}

.menus-g {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.wave-img {
	margin-right: 10px;
}

.menu-list {
	color: #a09e9b;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.right-arrow {
	position: absolute;
	right: 0px;
}

.menus-g svg {
	max-width: 25px;
	max-height: 25px;
	min-width: 25px;
	min-height: 25px;
	margin-right: 10px;
	fill: #a09e9b;
}

.menu-p {
	padding: 15px;
}

.sub-menu li {
	color: #b19e9e;
	font-size: 16px;
	margin-bottom: 10px;
}

.sub-menu {
	padding: 10px 35px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: none;
}

.menus-g.close .right-arrow {
	transform: rotate(90deg);
	transition: .20s ease-in;
}

.menus-g .right-arrow {
	transform: rotate(0deg);
	transition: .20s ease-in;
}

.sub-menu li.active,
.sub-menu li:hover {
	color: #ee151e;
}

.sub-menu a:last-child li {
	margin-bottom: 0px;
}

.menu-p.active {
	background-color: #443030;
}

.menu-p.active svg {
	fill: #f1bb3f;
}

.menu-p.active .menu-list {
	color: white;
}

.menu-p:hover svg {
	fill: #f1bb3f;
}

.menu-p:hover .menu-list {
	color: white;
}

.menu-p:hover .cls-1 {
	fill: #f1bb3f;
}

.wrap-hd svg {
	max-width: 20px;
	max-height: 20px;
	min-width: 20px;
	min-height: 20px;
	fill: #f1bb3f;
	margin-right: 10px;
}

.inner-wrapper-g {
	padding: 0px 20px 10px 20px;
	width: 100%;
	min-height: calc(100vh);
	float: left;

}

.wrap-hd {
	margin-bottom: 17px;
	font-size: 20px;
	color: #f1bb3f;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.w_wrappy {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 9px 1px #e6e6e6;
}

.bas-hd {
	font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: 600;
    margin: 10px 0px 30px 0px;
}

.inner-bas {
	padding: 20px 30px;
}

.bas-box {
	width: 100%;
	max-width: 360px;
	height: 40px;
	padding-left: 10px;
	background: #f5f5f5;
	border: 1px solid #d2d2d2;
	color: #363434;
	font-size: 14px;
	font-weight: 600;
}

.bas-det-inner {
	margin-bottom: 20px;
}

.bas-form {
	margin-bottom: 4px;
    color: #717171;
    font-size: 12px !important;
	font-weight: 600;
    text-transform: none;
}

.c-lab {
	font-size: 14px;
	color: #807f7c;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.bor-cus , .r-cus {
	width: 20px;
	height: 20px;
	background-image: url('../images/check-g.png');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	background-size: contain;
}

.sel-custom {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.r-lab {
	color: #ee151e !important;
}

.c-cus , .r-sel {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.c-cus:checked+label {
	color: #363434;
}

.c-cus:checked+label .bor-cus {
	background-image: url('../images/checked-g.png');
}

.r-sel:checked+label .r-cus {
	background-image: url('../images/checked-r.png') !important;
}

.r-cus {
	background-image: url('../images/check-r.png') !important;
}

.r-cus:checked+.r-lab {
	font-weight: 700 !important;
}

.bas-in-fd {
	font-size: 16px;
	color: #797676;
	margin-bottom: 15px;
}

.select-wrap .sel-custom {
	min-width: 249px;
	margin-bottom: 15px;
}
.update-btn-g {
    background: #f1bb3f;
    border: 1px solid #f1bb3f;
    padding: 10px 30px;
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}

.bot-btn-g {
    margin-top: 15px;
}
.reset-btn-g {
    background: none;
    border: 0;
    font-size: 16px;
    color: #ee151e;
    font-weight: 700;
    text-transform: uppercase;
}


.wrap-hd:hover svg{
    transform: translateX(-6px);
    transition: 0.30s ease-in ;
    fill: #ee151e;
}

.update-btn-g:hover {
    background: #d8a52f;
}

.menu-ico-g {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.menu-ico-g span {
    display: block;
    width: 100%;
    height: 3px;
    background: #ee151e;
    margin-bottom: 5px;
    border-radius: 10px !important;
}

.menu-ico-g span:last-child {
    margin-bottom: 0px;
}

/* End user -cutomer edit */


/* 03A_Assign-Reports */

.ass-hg {
    margin-right: 30px !important;
}
#user-t {
    width: 100%;
    white-space: nowrap;
}

#user-t th , #user-t td {
    padding: 10px 15px;
}

#user-t th {
    font-size: 16px;
    color: #8f9292;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.sort-ar {margin-left: 10px;}



#user-t tr th:last-child {
    text-align:center;
}
#user-t td {
    font-size: 16px;
    font-weight: 600;
    color: #494646;
    padding: 20px 15px;
}

	#user-t tr td:last-child {
		text-align: center;
	}

	.edit-g svg {
		max-width: 20px;
		max-height: 20px;
	}
	.edit-g:hover svg {
		fill:#f1bb3f;
	}

	.edit-g {
		cursor:pointer;
	}



	/* width */
	.table-det.user-tb .table-responsive::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
/* Track */

.table-det.user-tb .table-responsive::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #dce3e6;
	border-radius: 10px;
}

	/* Handle */

	.table-det.user-tb .table-responsive::-webkit-scrollbar-thumb {
	background: #2db996;
}


/* Handle on hover */

.table-det.user-tb .table-responsive::-webkit-scrollbar-thumb:hover {
	background: #2db996;
}


/*  table footer */



.table-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 20px;
	align-items: center;
	margin: 0px auto;
	border-radius: 6px;
	margin-bottom: 10px;
	margin-top: 15px;
	background: #f6f6f6;
}


.show-txxt {
    color: #494646;
	font-weight: 500;
	margin-right: 10px;
}


.foot-box {
    border-radius: 6px;
    background: #dadada;
    border: 1px solid #dbe0e2;
	padding: 10px 6px 10px 8px;
}

.h-line {
	width: 2px;
	height: 30px;
	background: #dbe0e2;
	margin: auto 15px;
}

.show-select {
	width: 70px;
	height: 40px;
}

.boxx {
	width: 40px;
	height: 40px;
}

.boxx:active,.boxx:focus{
	border: 1px solid #dbe0e2;
}

.table-foot-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.table-foot-left .foot-box.boxx {
    width: 50px;
    height: 30px;
    margin-right: 10px;
}

.goto-page input.foot-box.boxx {
    width: 40px;
    height: 40px;
}


.page-link {
	background: transparent;
    border: 0;
    color: #494646;
    font-size: 16px;
    margin: 0px 5px;
    font-weight: bold;
}

.page-link.active {
    background: #fa3b04;
    color: white;
    border-radius: 5px;
   /* padding: 3px 12px; */
}

.page-link:hover {
    background: transparent;
    color: #ee141d;
}

ul.pagination.justify-content-end.custom-page {
    margin-bottom: 0px;
}

.side-menu .menu-p:nth-child(2) .right-arrow {
    display: none;
}
/* end table footer */

/* End 03A_Assign-Reports */



/*login*/
.login_wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(to bottom, #fcf0ed 40% 42%, #fefaf9 40% 100% );
    display: flex;
}

.bg_left_wrap {
    width: 55%;
	position: relative;
	height: 100%;
	display: flex;
    align-items: center;
    flex-direction: column;
	padding: 100px;
}
.bg_right_wrap {
    width: 48%;
	height: 100%;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;

}

.bg_left_wrap img:first-child {
    position: absolute;
    left: 0px;
    top: 5px;
}
.bg_left_wrap img:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.bg_left_wrap img:nth-child(2) {
    position: absolute;
    right: 28%;
    top: 0;
}
.bg_left_wrap h1 {
    margin-bottom: 12%;
	font-family: 'univers67_condensed_bold';
}

img.profile_center {
    width: 100%;
    object-fit: fill;
}

.bg_right_wrap>img:first-child {
    position: absolute;
    right: 0px;
	top: 0;
}
.bg_right_wrap>img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    transform: rotate(
180deg
);
left: 18%;
}
.bg_right_wrap img:nth-child(3) {
    position: absolute;
    bottom: 10%;
	right: 26px;
}

.login_container {
    width: 720px;
    max-width: 100%;
    background: #ffffff;
    padding: 50px;
    float: left;
	border-radius: 15px;
	box-shadow: 0px 0px 16px #ddddddc2;
	position: relative;
}
.login_container_header>img {
    margin: auto;
	margin-bottom: 30px;
    display: block;
	width: 60%;
}

.login_container_header
{
	width: 720px;
	position: relative;
    max-width: 100%;
    z-index: 1;
}
.custom_message {
    background: #fff2df;
    padding: 20px;
    border-radius: 15px;
	margin-bottom: 40px;
}
.custom_message h1 {
    text-transform: uppercase;
	font-family: 'univers67_condensed_bold';
}

.custom_message p {
    font-size: 24px;
    color: #797978;
    font-weight: 300;
    text-transform: uppercase;
	    margin-bottom: 0;
}

.login_container .from-group .lable_input {
    width: 100%;
	position: relative;
}
.login_container .from-group .lable_input input:focus {
    border: none;
    outline: 0;
    box-shadow: unset;
}

.login_container .from-group .lable_input input {
    border: none;
	font-size: 24px;
}
.login_container .from-group {
	padding: 28px 20px 28px 75px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-sizing: border-box;
	padding: 12px 20px 15px 75px;
}
.login_container .from-group label {
    color: #8c8c8b;
    font-size: 22px;
    font-weight: 100;
}


.checkbox .form-group {
	display: block;
	margin-bottom: 15px;
  }

  .checkbox .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }

  .checkbox .form-group label {
    position: relative;
    cursor: pointer;
    color: #8c8c8b;
    font-weight: 300;
}

  .checkbox .form-group label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #f6d0c3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 14px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	vertical-align: text-bottom;
	cursor: pointer;
    margin-right: 18px;
  }

  .checkbox .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 13px;
    width: 7px;
    height: 14px;
    border: solid #fa3b04;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg
);
  }
  .from-group.checkbox {
    padding: unset;
    border: none;
    margin: 30px 0px;
}
.from-group.checkbox .form-group a {
    color: #fa3b04;
    font-size: 22px;
    font-weight: 300;
}

.from-group.checkbox .form-group {
    margin-bottom: 0px;
}
.from-group.checkbox .lable_input {
    display: flex;
    justify-content: space-between;
}
button.btn.btn_login {
    height: 75px;
    width: 100%;
    background: #fa3b04;
    color: #ffffff;
    border-radius: 10px;
	font-family: 'univers67_condensed_bold';
}

.from-group.email {
    background-image: url('../images/login/email.png');
	background-position: 3% 50%;
    background-repeat: no-repeat;
}
.from-group.password {
    background-image: url('../images/login/password.png');
	background-position: 3% 50%;
    background-repeat: no-repeat
}
i.reveal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}
.login_container .newerRow {
    border: 1px solid #fa3b04;
}
.login_container .newerRow input {
    background-color: #fff5f2;
}

.login_container .newerRow {
    border: 1px solid #fa3b04;
    background-color: #fff5f2;
}

.login_container .from-group .lable_input input {
    padding-left: 0px;
	text-transform: unset;
}
i.fa.fa-check {
    position: absolute;
    right: -5px;
    top: 48%;
    transform: translateY(-50%);
    color: #ffffff;
    background: #27ae60;
    border-radius: 50px;
    padding: 5px;
    font-size: 17px;
}
.onclickborder.from-group.email.newerRow
{
	background-image: url('../images/login/email_highlight.png');
	background-repeat: no-repeat;
}
.onclickborder.from-group.password.newerRow
{
	background-image: url('../images/login/password_highlight.png');
}


.from-group.email ,.from-group.password {
    background-size: 32px;
	background-position: 5% 50%;
}
.mob_show
	{
		display: none;
	}


@media screen and (min-width:320px) and (max-width:1500px) {
	.bg_left_wrap {
		padding: 100px 20px 112px 60px;
	}
	.bg_left_wrap h1 {
		margin-bottom: 8%;
	}
	.font_42 {
		font-size: 31px;
	}
	.bg_left_wrap img:first-child {
		width: 230px;
	}
	.login_container, .login_container_header {
		width: 500px;
	}
	.custom_message h1 {
		font-size: 25px;
	}
	.custom_message p {
		font-size: 15px;
	}
	.login_container .from-group {
		padding: 6px 20px 4px 75px;
	}
	.login_container .from-group label,.from-group.checkbox .form-group a {
		font-size: 15px;
	}
	.login_container .from-group .lable_input input {
		font-size: 15px;

	}
	.from-group.checkbox {
		padding: 0 !important;
	}
	button.btn.btn_login {
		height: 50px;
		font-size: 18px;
	}
	.checkbox .form-group label:before {
		padding: 9px;
		margin-right: 10px;
	}
	.checkbox .form-group input:checked + label:after {
		top: 5px;
		left: 8px;
		width: 6px;
		height: 11px;
	}
	i.reveal img {
		width: 28px;
	}
	.custom_message {
		margin-bottom: 26px;
	}
	.login_container {
		padding: 35px;
	}
	.bg_right_wrap img:nth-child(3) {
		position: absolute;
		bottom: 65px;
		right: 45px;
	}
	img.profile_center {
		height: 100%;
	}
	a.back_login {
		font-size: 16px !important;
	}
	a.back_login img {
		width: 20px;
	}
}






a.back_login img {
    margin-right: 10px;
}

a.back_login {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 22px;
    color: #27ae60;
}
.forgot_wrapper .btn_login {
    margin: 30px 0px;
}
/*dashboard28-6-21*/
.dash-profile {
    width: 93%;
    background: #ffcd64;
    border-radius: 0px 15px 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
}
.dash-profile h1 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0px;
    color: #000;
}
.dash-profile p {
    color: #90743a;
    font-size: 18px;
    margin-bottom: 0;
}
.profile_bord>img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.side-menu>p {
    color: #626161;
    font-size: 18px;
    padding-left: 18px;
    margin: 20px 0px;
}

.side-menu ul li a {
    font-size: 20px;
    color: #1c1b1a;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 33px;
    width: 93%;
}
.side-menu ul li {
    margin-bottom: 30px;
}

.side-menu {
	height: calc(100vh - 314px) !important;
	overflow-y: auto;
}
.side-menu ul li a svg {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
.side-menu ul li a:hover {
    background: #fa3b04;
    color: #ffffff;
}
.side-menu ul li a:hover, .side-menu ul li a.active{
    background: #fa3b04;
    color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}
.border_rd_wrp {
    width: 98%;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 1px 7px #ddddddab;
    box-sizing: border-box;
    margin: auto;
}
.menu-ico-g>i {
    font-size: 23px;
}
.login-hd-right a {
    display: flex;
    color: #000000;
    align-items: center;
    margin-left: 50px;
    font-size: 18px;
    font-weight: 500;
}
.login-hd-right a i {
    margin-right: 15px;
}
.login-hd-right a  span {
    width: 25px;
    height: 25px;
    background: #2db996;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    margin-left: 10px;
}
.overview {
    background: #2db996;
    padding: 12px 20px;
}
.side-menu ul.p-0 {
	width: 100%;
    float: left;
    /* overflow: auto; */
    min-height: 270px;
}
.overview p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
	text-transform: uppercase;
}

footer.footer_extend {
    text-align: center;
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
	float:left;
	width:100%;
}
.manage_flex_box .dash_flexBox {
    width: 18%;
    border-radius: 15px;
    padding: 20px;
    margin: 15px 0;
}
.manage_flex_box {
    margin-top: 40px;
}
.side-menu ul li a:hover svg path ,.side-menu ul li a:hover svg   circle,.side-menu ul li a.active{
	stroke: #ffffff;
    fill: #ffffff !important;
}
.dash_flexBox p {
    color: #181919;
    font-size: 20px;
    font-weight: 600;
	text-align: center;
    width: 206px;
    max-width: 100%;
    margin: 15px auto;
}
.btn_count {
    width: 120px;
	max-width: 100%;
    height: 43px;
    margin: 0px auto;
    display: block;
    font-size: 22px;
	background: #fff;
    color: #181919;
    font-weight: 600;
    box-shadow: 0px 1px 10px #dddddd;
}

.dash_flexBox>img {
    margin: auto;
    display: block;
}


.dash_flexBox.t1 {
    background-image: linear-gradient(to top, #e5f7f3, #e5f7f3);
}
.dash_flexBox.t2 {
    background-image: linear-gradient(to top, #e5f7f375, #fff5de);
}
.dash_flexBox.t3 {
    background-image: linear-gradient(to top, #e5f7f375, #d1ebfb);
}
.dash_flexBox.t4 {
    background-image: linear-gradient(to top, #e5f7f375, #fdd8ce);
}
.dash_flexBox.t5 {
    background-image: linear-gradient(to top, #e5f7f375, #ceceff);
}
.dash_flexBox.t6 {
    background-image: linear-gradient(to top, #e5f7f375, #eae5f7);
}
.dash_flexBox.t7 {
    background-image: linear-gradient(to top, #e5f7f375, #f3e5f7);
}
.dash_flexBox.t8 {
    background-image: linear-gradient(to top, #e5f7f375, #e4f6f7);
}
.dash_flexBox.t9 {
    background-image: linear-gradient(to top, #e5f7f375, #f4f9e2);
}
.dash_flexBox.t10 {
    background-image: linear-gradient(to top, #e5f7f375, #f9f6e3);
}
.dash_flexBox.t11 {
    background-image: linear-gradient(to top, #ff180075, #f9f6e3);
}
.dash_flexBox.t12 {
    background-image: linear-gradient(to top, #ff760075, #f9f6e3);
}
.dash_flexBox.t13 {
    background-image: linear-gradient(to top, #f9cf0075, #f9f6e3);
}
.dash_flexBox.t14 {
    background-image: linear-gradient(to top, #1af30075, #f9f6e3);
}
.dash_flexBox.t15 {
    background-image: linear-gradient(to top, #56ff0075, #f9f6e3);
}
.row_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-rgt {
    width: 100%;
}
/*btn changed*/
.form-group.frm-grp-btn.s-b, .form-group.search_width.s-b {
    width: 18% !important;
}
.filter-rgt .form-group {
    width: 20%;
    padding-right: 20px;
    margin-right: 5px;
}
.filter-rgt .form-group.frm-grp-btn {
    padding-right: 0px !important;
}
.filter-rgt .form-group:first-child {
    width: 25%;
}
.filter-rgt .form-group:last-child {


	padding-right: 0px;
}

.filter-rgt .form-group .form-control {
    height: 40px;
    width: 100%;
	border: 1px solid #dddddd;
    border-radius: 4px;
	text-transform: initial;
	overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;

}
button.btn_adduser {
    height: 40px;
    width: 135px;
    border: none;
    background: #ffcd64;
    font-size: 16px;
    color: #242423;
}
#user-t td a {
    margin: 0px 8px;
}
button.btn_td {
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0px 1px 5px #dddddda6;
}
.btn_td.active {
    background-image: linear-gradient(to top, #fffffff7, #def8f2);
}
.btn_td.inactive {
    background-image: linear-gradient(to top, #fffffff7, #fbd9d1);
    color: #cc2e09;
}
.btn_td.active {
    background-image: linear-gradient(to top, #fffffff7, #def8f2);
    color: #2db996;
}
.table-footer>* {
    text-transform: capitalize !important;
}
/*ul.pagination.justify-content-end.custom-page li.page-item:nth-child(4) a, ul.pagination.justify-content-end.custom-page li.page-item:last-child a {
    color: #2db996;
}*/
ul.pagination.justify-content-end.custom-page li.page-item:last-child a {
    color: #2db996;
}


.custom_forms .bas-det-inner input, .custom_forms .bas-det-inner select {
    width: 300px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    max-width: 100%;
    padding-right: 30px
}


.checkedbox .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }

  .checkedbox .form-group label {
    position: relative;
    cursor: pointer;
    color: #8f9292;
    font-size: 16px;
    text-transform: capitalize;
}

  .checkedbox .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #2db996;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
	margin-bottom: 5px;
  }

  .checkedbox .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 9px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg
);
  }

  input.bas-box.op {
    width: 235px;
}
  .button_section {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px;
}
.button_section .green_btn {
    width: 136px;
    height: 41px;
    margin-right: 40px;
    background: #ff0000;
    font-weight: 500;
	border-radius: unset;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.button_section .white_btn {
    width: 136px;
    height: 41px;
    background: #d2d2d2;
    border: 1.5px solid #959292;
    box-sizing: border-box;
    font-weight: 400;
	border-radius: unset;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
  label.radio-inline {
    margin-right: 15px;
    text-transform: none;
	color: #8f9292;
}
  input[type="radio"] {
    margin-right: 10px;
}
.row.main {
    margin-bottom: 30px;
}
p.bas-form {
    text-transform: initial;
}
h6.sl {
    font-size: 14px;
    text-transform: none;
	font-weight: bold;
}
.wd{
	margin-right: 34px;
	margin-bottom: 15px;
}
.login_container .onclickborder.from-group.email {
    margin-bottom: 10px;
	background-image: url(../images/login/email_highlight.png);
	background-repeat: no-repeat;
}
.login-hd-right img{
	padding-right: 10px;
}


.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
	text-transform: capitalize;
	color: #8f9292;
    font-size: 18px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control--radio .control__indicator {
    border-radius: 50%;
    border: 1px solid;

}
.control input:checked ~ .control__indicator {
    background: #2ac089;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--radio .control__indicator:after {
    left: 4px;
    top: 4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
label.control.control--radio.le {
    margin-left: 10px;
}



.form-group.frm-grp-btn {
    width: auto;
}
.form-group.frm-grp-btn.frm-grp-btn-2 {
    text-align: left!important;
}


.from-group.password{margin-top: 10px;margin-bottom: 0px;}
span.delete{cursor: pointer;;}

.error_message_input{display: block;margin-top: 0px;
float: left;}
.form-group.search_width {
    width: 13%;
}
.text_left{text-align: left !important;}

 th a{
        text-decoration:none;
        color:#8f9292;
    }

th a:hover{
	text-decoration:none;
	color:#8f9292;
}

.form-group.frm-grp-btn.s-b, .form-group.search_width.s-b {
    width: auto !important;
}


.marker {
	background-color:yellow;
}

blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	margin-left: 30px;
}

blockquote p
{
	line-height: 25px;
	padding-top: 20px;
}

.invalid-feedback, small{
	text-transform: none;
}

.form-text small
{
	font-size: 92% !important;
}

.ellipsetext
{
	display: inline-block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.color_merge {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
	cursor: pointer;
}

span.color1 {
    position: absolute;
    width: 28px;
    height: 50px;
}

span.color2 {
    position: absolute;
    width: 22px;
    height: 50px;
    right: 0;
}

.color_merge::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.minicolors-theme-bootstrap .minicolors-swatch
{
	top: 6px !important;
    left: 6px !important;
}

.file_upload {
    font-size: 14.3px !important;
    padding-right: 0px !important;
}


.form-control[type=file]:not(:disabled):not([readonly])
{
	padding: 9px 15px;
}

button.btn.btn_login.font_24.font_sm_24 {
    margin-top: 10px;
    }

	.table_icons a:hover
	{
    text-decoration: none;
	}

/*15/12/21*/
.filter-rgt.payment-form{
	justify-content: unset !important
}
.filter-rgt.payment-form .form-group{
/*	margin: 10px 30px !important;*/


}
.filter-rgt .form-group {
    width: auto !important;
}

/*aashiq*/
#demo{
	margin:10px 0px;
}
#demo_contact,#demo_cont{
	margin-bottom: 10px;
}

button.button_save {
    cursor: pointer;
}

/*.button_section {
    margin-top: 50px !important;
}*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	font-weight:500 !important;
	font-size: 14px;
}
div#goki_area {
    display: none !important;
}
