

/* material icon */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}



.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

body {
	font-family: 'Montserrat', sans-serif;

}

.unstyled-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer
}

button:focus {
	outline: none
}

.container-fluid {
	/* max-width: 1920px; */
}

/* header */

.header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
	justify-content: center;
}


.main-menu {
	display: flex;
	justify-content: flex-end;
}

.main-menu li {
	padding: 0 5px;
	font-size: 13px;
	font-weight: 500;
}

.main-menu li a {
	color: #173653;
	padding: 3px 12px;
}

.main-menu li a:hover {
	text-decoration: none;
}

.main-menu li.new-user-btn a {
	border: 2px solid #173653;
	padding: 12px;
}

.main-menu li.notarise-btn a {
	text-decoration: none;
	background: #173653;
	color: #d5c474;
	padding: 12px;
	text-transform: uppercase;
	border: 2px solid #173653;
}

.main-menu li.new-user-btn a:hover {
	text-decoration: none;
	background: #173653;
	color: #d5c474;
}

.main-menu li.notarise-btn a:hover {
	background: transparent;
	color: #173653;
}


/* footer */

footer {
	background: #173653;
	padding: 10px 0;
}

.privacy-policy-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	align-items: center;
}

.privacy-policy-menu li {
	padding: 0px 2px 0 3px;
	color: #737e88;
	font-size: 10px;
}

.privacy-policy-menu li a {
	color: #fff;
	position: relative;
	padding: 0 10px;
	font-size: 12px;
	border-left: 1px solid #fff;
}

.privacy-policy-menu li:first-child a {
	border-left: none;
}

.privacy-policy-menu li a:hover {
	color: #d5c474;
	text-decoration: none;
}


.main-body-section {
	min-height: 60vh;
	background-color: #f4f5f9;
}

.login-header {
	background-color: #fff;
	border-bottom: 1px solid #ececec;
}

.login-container {
	width: 465px;
	margin: auto;
	background-color: #fff;
	min-height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 35px;
	box-shadow: 0 0 15px #d6d6d6;
}

.login-wraper {
	padding: 100px 0;
	min-height: 95vh;
	display: flex;
	align-items: center;
}

.login-heading {
	color: #173653;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.p-relative {
	position: relative;
}

.error {
	margin: 0;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 11px;
	color: red;
	white-space: nowrap;
}

.login-field {
	height: 52px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 600;
	font-size: 16px;
	padding: 15px;
}

.login-field::placeholder {
	color: #c1c7d4;
	font-weight: 400;
}

.login-field:focus {
	box-shadow: none;
}

.view-btn:before {
	font-family: 'Material Icons';
	content: "\e8f5";
	font-size: 20px;
	color: #a39242;
}

.view-btn.visible:before {
	content: "\e8f4";
}

.view-btn {
	top: 26px;
	right: 5px;
	position: absolute;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0;
	transform: translate(0%, -50%);
	width: 26px;
	height: 26px;
}
.view-btn1:before {
	font-family: 'Material Icons';
	content: "\e8f5";
	font-size: 20px;
	color: #a39242;
}

.view-btn1.visible:before {
	content: "\e8f4";
}

.view-btn1 {
	top: 26px;
	right: 5px;
	position: absolute;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0;
	transform: translate(0%, -50%);
	width: 26px;
	height: 26px;
}
.view-btn2:before {
	font-family: 'Material Icons';
	content: "\e8f5";
	font-size: 20px;
	color: #a39242;
}

.view-btn2.visible:before {
	content: "\e8f4";
}

.view-btn2 {
	top: 26px;
	right: 5px;
	position: absolute;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0;
	transform: translate(0%, -50%);
	width: 26px;
	height: 26px;
}


.forget-pswd a {
	color: #a39242;
	font-weight: 600;
	font-size: 13px;
}

.form-group label {
	color: #8b99a6;
	font-weight: 600;
	font-size: 15px;
	padding-left: 29px;
	position: relative;
}

.form-group label>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 2px solid #8b99a6;
	position: absolute;
	left: 0;
}

.form-group label>input:checked~span:after {
	font-family: 'Material Icons';
	content: "\e876";
	font-size: 18px;
	color: #8b99a6;
	position: absolute;
	top: -5px;
	left: -1px;
}

.remember-check input {
	position: absolute;
	opacity: 0;
}

.login-btn {
	text-decoration: none;
	background: #173653;
	color: #d5c474;
	padding: 12px;
	text-transform: uppercase;
	border: 2px solid #173653;
	width: 100%;
	font-weight: 600;
}

.warning-popup-container {
	padding: 32px;
	color: #000;
}

/* 21_11_2019 */
header {
	background: #fff;
	/* box-shadow: 0 0 10px #d6d6d6;
    height: 65px; */
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}

.logo-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 150px;
}

.logo-link>img {
	width: 120px;
}

.header-left {
	width: 250px;
	border-right: 1px solid #e4e0e0;
	padding: 15px 0;
}

.header-right {
	width: 100%;
	padding: 15px 0;
	padding-left: 270px;
}

.header-right-menu>li>a {
	display: flex;
	align-items: center;
	background: #f3f3f5;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	color: #404d58 !important;
}

.header-right-menu>li>a:hover {
	text-decoration: none;
}

.header-right-menu>li>a i {
	font-size: 16px;
}

.welcome-text {
	color: #282d47;
	font-size: 17px;
	margin: 0;
	/* line-height: 100%; */
	padding-top: 6px;
	float: left;
}

.header-right-menu>li:last-child a {
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
}

.header-inner {
	display: flex;
	align-items: center;

}

.menu-img-container {
	display: inline-flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0;
	overflow: hidden;
	margin-left: 6px;
}

.menu-img-container>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-right-menu {
	justify-content: flex-end;
	display: flex;
}

.header-right-menu>li {
	display: flex;
	align-items: center;
	padding-left: 20px;
	/* border-left: 1px solid #e4e0e0; */
	padding-right: 20px;
}

.header-right-menu>li>a {
	display: flex;
	align-items: center;
	color: #7b7878;
}

.header-right-menu>li:nth-of-type(2) {
	padding-left: 0;
	border-left: none;
}

/* .header-right-menu>li:last-child {
    padding-right: 0;
} */

.header-right-menu>li .dropdown-toggle::after {
	display: none;
}

.down-caret-after-content {
	position: relative;
	padding-right: 15px;
}

.down-caret-after-content:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #7b7878;
	font-size: 12px;
	padding-right: 0;
	position: absolute;
	top: 3px;
	right: 0px;
}

/* leftside menu */
.left-panel-logo-sec {
	height: 81px;
	background: #0e2132;
	padding: 25px;
}

.left-side-menu-container {
	position: fixed;
	top: 0px;
	left: 0;
	width: 270px;
	z-index: 1000;
	background: #153753;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.side-bar-menu {
	margin-top: 20px;
}

.side-bar-menu>li>a {
	color: #fff;
	padding: 14px;
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.side-bar-menu>li.has-dropdown>a:before {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 12px;
	padding-right: 0;
	position: absolute;
	top: 14px;
	right: 6px;
	transition: all 0.5s;
	transform: rotate(-90deg);
}

.side-bar-menu>li.has-dropdown.open>a:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.side-bar-menu>li>a i {
	margin-right: 8px;
	opacity: 0.5;
}

.side-bar-menu>li>a:hover,
.side-bar-menu>li.active>a,
.side-bar-menu>li.open {
	background: #0e2132;
	text-decoration: none;
	color: #b9def1;
}

.side-bar-menu>li>a:hover i,
.side-bar-menu>li.active>a i,
.side-bar-menu>li.open a i {
	opacity: 1;
}

/* .side-bar-menu>li>a:hover:after,
.side-bar-menu>li.active>a:after {
    content: "";
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
} */

.left-sub-menu {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.left-sub-menu>li>a {
	color: #fff;
	padding: 15px;
	display: block;
	position: relative;
	padding-left: 35px;
}

.not-visible {
	height: 0;
	overflow: hidden;
}

.visible {
	height: auto;
}

.left-sub-menu>li>a:hover,
.left-sub-menu>li.active>a {
	background: #1a2226;
	text-decoration: none;
	color: #b9def1;
}

/* main-content-area */
.main-content-area {
	padding-top: 85px;
	padding-left: 285px;
	padding-right:30px;
	padding-bottom: 15px;
	background: #f5f5f5;
	min-height: 100vh;
}

.page-heading {
	font-family: 'Century Gothic';
	font-size: 26px;
	margin: 0;
	padding: 0;
	color:#282d47;
	font-weight: bold;
}

.header-back-bth,
.header-back-bth:hover {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.page-header {
	padding-bottom: 17px;
    padding-top: 11px;
}

.white-box {
	background: #fff;
	padding: 15px;
	border: 1px solid #f5f5f5;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.add-notary-btn {
    text-decoration: none;
    background: #173653;
    color: #d5c474;
    padding: 6px 12px;
    text-transform: uppercase;
    border: 2px solid #173653;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}
.add-notary-btn i{
	margin-right: 8px;
}

.page-header-right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page-header-right-menu  li{
	padding:0 15px;
}
.page-header-right-menu  li:last-child{
	padding-right:0;
}
.inline-select{

}
.inline-select label{
	margin-right: 8px;
	margin-bottom: 0;
}
.inline-select select{
	width: 117px;
    height: 28px;
	padding: 2px 8px;
	color:#282d47;
	font-size: 14px;
    font-weight: 600;

}
.admin-table thead th{
	border-top:none;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}
.admin-table tr td, .admin-table tr th{
	border-bottom:1px solid #dcdde0;
	padding: 6px 5px;
	vertical-align: middle;
}
.admin-table td figure{
	width: 40px;
	height: 40px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	overflow:hidden;
}
.admin-table td figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.admin-table tr td{
	font-size: 13px;
	min-width: 60px;
	font-weight: 400;
	/* color: #173653; */
	max-width: 250px;
	color: #5e5e5e;
	font-weight: 500;
}
.admin-table tr td span{
	font-weight: 700;
	color: #153753;
}
.admin-table tr td button:not(.need-style){
	padding:0;
	background: transparent;
	border:none;
	margin:3px;
}
.admin-table tr td  .reset-password{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #173653;
	text-decoration: underline;
	position: relative;
    top: -3px;
}
.table-edit-btn{
	display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    color: #173653;
}
.table-edit-btn i{
	font-size: 17px;
    margin-right: 3px;
}
.archive i{
	color: #d5c474;
    font-size: 19px;
}
.nowrap-cell{
	white-space: nowrap;
}
.admin-footer{
	padding-left:270px;
}

/* sign up */
.signup-container {
	max-width: 900px;
	margin: auto;
	background-color: #fff;
	min-height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 35px;
}

.signup-subheading {
	color: #66737f;
	font-weight: 500;
	font-size: 16px;
	margin-top: 18px;
}

.sign-up-label {
	color: #8a8b90;
	font-weight: 600;
	font-size: 15px;
	opacity: 0.6;
}

.sign-up-label a {
	color: #8a8b90;
	margin-left: 8px;
}

.width-30 {
	width: 30%;
}

.width-25 {
	width: 25%;
}

.width-15 {
	width: 15%;
}

.field-wrap {
	padding: 0 8px 15px 8px;
	position: relative;
	margin-bottom: 15px;
}

.form-flex {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
	flex-wrap: wrap;
}

.field-wrap .form-control {
	height: 42px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 500;
	font-size: 15px;
	padding: 0 15px;
}

.field-wrap .form-control:focus {
	box-shadow: none;
}

.field-wrap .form-control::placeholder {
	color: #c1c7d4;
	/* font-weight: 100; */
}

.field-wrap .form-control1 {
	height: 42px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 500;
	font-size: 15px;
	padding: 0 15px;
}

.field-wrap .form-control1:focus {
	box-shadow: none;
}

.field-wrap .form-control1::placeholder {
	color: #c1c7d4;
	/* font-weight: 100; */
}

.field-wrap .form-control2 {
	height: 42px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 500;
	font-size: 15px;
	padding: 0 15px;
}

.field-wrap .form-control2:focus {
	box-shadow: none;
}

.field-wrap .form-control2::placeholder {
	color: #c1c7d4;
	/* font-weight: 100; */
}

.field-wrap .error {
	left: 8px;
}

.width-100 {
	width: 100%;
}

.pl-8 {
	padding-left: 8px;
}

.custom-col {
	padding: 0 8px;
}

.width-50 {
	width: 50%;
}

.width-75 {
	width: 75%;
}

.width-25 {
	width: 25%;
}

.custom-row {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
}

.width1_3 {
	width: 33.33%;
}

.proceed-btn {
	max-width: 280px;
}

.terms-links {
	font-size: 12px;
	color: #7d8492;
}

.terms-links a {
	color: #173653;
	font-weight: 600;
}

.location-heading,
.location-heading a {
	font-size: 18px;
	color: #173653;
	font-weight: 600;
	padding-left: 8px;
}

.custom-form-group {
	height: 42px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 500;
	font-size: 15px;
	/* padding: 0 15px; */
	display: flex;
	border: 1px solid #ced4da;
}

.custom-form-group>input {
	border: none;
	margin: 0;
	height: 39px !important;
	border-left: 1px solid #ced4da;
}

.custom-form-group>select {
	width: 90px;
	border: none;
}
.custom-form-group1 {
	height: 42px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 500;
	font-size: 15px;
	/* padding: 0 15px; */
	display: flex;
	border: 1px solid #ced4da;
}

.custom-form-group1>input {
	border: none;
	margin: 0;
	height: 39px !important;
	border-left: 1px solid #ced4da;
}

.custom-form-group1>select {
	width: 90px;
	border: none;
}
.custom-form-group2 {
	height: 42px;
	border-radius: 0;
	margin-bottom: 3px;
	color: #173653;
	font-weight: 500;
	font-size: 15px;
	/* padding: 0 15px; */
	display: flex;
	border: 1px solid #ced4da;
}

.custom-form-group2>input {
	border: none;
	margin: 0;
	height: 39px !important;
	border-left: 1px solid #ced4da;
}

.custom-form-group2>select {
	width: 90px;
	border: none;
}

.warning-popup-container {
	padding: 32px;
	color: #000;
}

#warningpopup .custom-modal-dialog {
	max-width: 450px;
}

#warningpopup .login-btn {
	max-width: 250px;
	margin-top: 23px;
}

.proceed-btn-top {
	background-color: transparent;
	border: none;
	color: #173653;
	font-size: 16px;
}
.field-wrap  textarea.form-control {
    height: auto;
    min-height: 150px;
    padding: 10px 15px;
}


.styled-checkbox input {
  position: absolute; 
  opacity: 0; 
  width:auto;
}
 .styled-checkbox   label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width:auto;
    left: 0;
    top: 0;
    cursor: pointer;
    pointer-events: inherit;
    opacity: 1;
    font-size: 14px !important;
    line-height: 20px;
  }


   .styled-checkbox   label input[type=checkbox] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: #000 2px solid;
    left: 0;
    position: absolute;
    top: -1px;
  }

  

  
  
  
   .styled-checkbox label input[type=checkbox]:disabled + span {
    color: #b8b8b8;
    cursor: auto;
  }

  
  .styled-checkbox label + span:before{
    box-shadow: none;
    /* background: #ddd; */
  }

   .styled-checkbox label input[type=checkbox]:checked + span:before {
    background: #000;
  }
  
   .styled-checkbox label input[type=checkbox]:checked + span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
  }
 .unstyled{padding:0; margin:0}
.unstyled li{
  display: block;
  float: left;
  width:25%;
  padding: 5px 0px;
}
.unstyled li label{
  margin: 0;
  padding: 0px 0 0 30px;
  line-height: 18px;
}
.unstyled li label:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
} 


  .styled-checkbox label input[type=radio]:disabled + span {
    color: #b8b8b8;
    cursor: auto;
  }
  
    .styled-checkbox   label input[type=radio] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: #000 2px solid;
    left: 0;
    position: absolute;
    top: -1px;
	border-radius:100%;
  }
  
  .styled-checkbox label input[type=radio]:checked + span:after {
content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: none;
  }
 .admin-table tr td span.active_status{color:#5ea063} 
 
 
.myacavatar {
    overflow: hidden;
    /* margin-top: 45px; */
    max-width: 132px;
    max-height: 132px;
    /* margin: auto; */
	border-radius: 50%;
}

.myacavatar .img-responsive {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.nocontent {
    padding: 10px;
}

.mcupfile,
.conbx .mcupfile {
    color: #ffffff;
    width: 46px;
    height: 46px;
    display: table;
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    margin: -55px auto 0;
    position: relative;
    z-index: 2;
    right: -50px;
    cursor: pointer;
    background: #163653;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    border: #d5c474 2px solid;
}
.hidden{
display:none;
}
.mcupfile span.upload_icon{
    display: block;
    vertical-align: middle;
    background:url("../images/photo.png");
    background-repeat: no-repeat;
    /* background-size: 100%; */
    width: 20px;
    height: 20px;
}
.upload_profile_pic{position:relative;padding-bottom: 20px;}
.aligncenter{align-items:center; justify-content:center}


/* 06_12_2019 */
.subscription-type-btn{
	background: #fff;
    color: #163653;
    border: 1px solid #e4e0e0;
    min-width: 170px;
    height: 40px;
    font-weight: 500;
    margin: 0 5px;
}
.subscription-type-btn.active{
	background-color: #163653;
	color:#fff;
}
.subscription-type-btn1{
	background: #fff;
    color: #163653;
    border: 1px solid #e4e0e0;
    min-width: 170px;
    height: 40px;
    font-weight: 500;
    margin: 0 5px;
}
.subscription-type-btn1.active{
	background-color: #163653;
	color:#fff;
}
.currency-label{
	margin: 0;
    background: #f1f1f3;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
}
.add-package-form-container{
	padding:35px 0;
}

.inline-radio-btn-list {
    color: #173653;
    font-weight: 600;
	font-size: 15px;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.inline-radio-btn-list  li{
	min-width: 65px;
	margin-right: 17px;
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.inline-radio-btn{
position: relative;
margin: 0;
cursor:pointer;
}
.inline-radio-btn>input {
	position: absolute;
	opacity:0;
	z-index: -333;
}
.inline-radio-btn .inline-radio-check{
	position: relative;
    padding-left: 28px;
    font-weight: 600;
}
.inline-radio-btn .inline-radio-check:before{
	content:"";
	width:20px;
	height:20px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	border: 2px solid #173653;
	position: absolute;
	left:0;
}
.inline-radio-btn > input:checked ~ .inline-radio-check:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #173653;
    position: absolute;
    left: 5px;
    top: 4px;
}
.package-tab {
	border: none;
	align-items: flex-end;
}
.package-tab li a{
	text-decoration: none;
	background: #173653;
	color: #d5c474 !important;
	padding: 6px 17px;
	/*text-transform: uppercase;
	*/border: 2px solid #173653;
	font-weight: 500;
	min-width: 132px;
	text-align: center;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-color:transparent;
	margin:0 8px;
	cursor:pointer;
}
.package-tab li:first-child a{
	margin-left:0;
}
.package-tab li a:hover{
	border-color:transparent !important;
}
.package-tab li a.active{
	border-color: transparent !important;
    min-height: 50px;
    min-width: 179px;
    display: flex;
    justify-content: center;
	align-items: center;
	/* color:#fff; */
	color:#495057 !important;
	
}
.package-table thead{
	background: #173653;
	color:#fff;
}
.package-table thead th{
    border-color: #173653;
    font-size: 14px;
	font-weight: 500;
	min-width:120px;
}
.package-name {
    /* font-family: 'Century Gothic'; */
    font-size: 19px;
    margin: 0;
    padding: 0;
    color: #282d47;
    font-weight: 500;
}
.package-price{
	font-size: 22px;
    margin: 0;
    padding: 0;
    color: #282d47;
    font-weight: 600;
}
.package-price > span{
	font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}
.package-feature-list li{
position: relative;
font-size: 15px;
    font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 22px;
}
.package-feature-list li:after{
	content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #173653;
    position: absolute;
    left: 0;
    top: 7px;
}
.package-feature-list li:last-child{
	margin-bottom:0;
}
.package-feature-list li span{
	opacity:0.7
}
.delete-btn-table {
    background: transparent;
    color: #ff7575;
    border: 1px solid #ff7575;
    font-size: 12px;
    font-weight: 500;
    min-width: 87px;
	min-height: 30px;
	text-transform: uppercase;
	margin:0 3px;
}
.delete-btn-table >img{
	margin-right:5px;
}
.edit-btn-table {
    background: transparent;
    color: #173653;
    border: 1px solid #173653;
    font-size: 12px;
    font-weight: 500;
    min-width: 87px;
	min-height: 30px;
	text-transform: uppercase;
	margin:0 3px;
}
.edit-btn-table >img{
	margin-right:5px;
}
.status {
    background: #eaebec;
    /* color: #ff7575; */
    /* border: 1px solid #ff7575; */
    font-size: 12px;
    font-weight: 500;
    min-width: 87px;
    min-height: 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color: #908a8a;
	margin:0 3px;
}
.status.active{
	background: #d3e9cb;
	color:#5ea063;
}
.profile-dropdoen-menu{
	padding: 0;
    min-width: 276px;
    left: auto !important;
    right: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
	top: 40px !important;
	border: none;
}
.profile-dropdoen-menu:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #173653;
    position: absolute;
    top: -3px;
    right: 30px;
}
.profile-image{
	height:200px;
	width:100%;
}
.profile-image img{
	width:100%;
	height:100%;
	object-fit: cover;
	padding: 5px;
}
.profile-menu {
    display: flex;
    width: 100%;
}
.profile-menu  li{
	width:50%;
}
.profile-menu  li button{
	background: #fff;
	border: 1px solid #d2cdcd;
	color:#666;
	width:100%;
	height: 50px;
}
.profile-menu  li:first-child button{
	border-right:none;
}
.profile-menu  li button i{
	margin-right: 8px;
}



/* 10_12_2019 */
.reset-password-form-container{
	padding: 15px;
    max-width: 450px;
    margin: auto;
}
.resrt-password-title {
    font-family: 'Century Gothic';
    font-size: 31px;
    margin: 0;
    padding: 0;
    color: #282d47;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.reset-password-text {
    text-align: center;
    color: #000;
    opacity: 0.8;
    margin: 25px 0;
}
.resetModal .modal-dialog {
	max-width: 550px;
	
}
.resetModal .modal-dialog .modal-content{
	padding:35px 0;
}

/* on off toggle button */
.onOff{
	display: inline-block;
    vertical-align: top;
    width: 92px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    margin: 0;
    height: 29px;
}
.onOff input{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	cursor:pointer;
	opacity:0;
	margin:0 !important;
}
.onOff .off{
	text-align:left !important;
	background-color: #d5c474;
}
.onOff .on{
	background: #173653;
}
.onOff .off,
.onOff .on{
	display:block;width:100%;
	height: 29px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    padding: 3px 15px;
    box-sizing: border-box;
}
.onOff .on{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	text-align:right; 
	z-index:1; 
	background-position:0 -25px; 
	opacity:0; 
	visibility:hidden; 
	transition:300ms;
}
.onOff .circle{
	display:block; 
	position:absolute;    
	top: 4px;
	right: 3px;
	width:21px;
	 height:21px; margin:0; 
	 transition:500ms; 
	 background-color:#fff; 
	 border-radius:100px; 
	 z-index:2;
	}
.onOff input:checked ~ .circle{right:100%; margin-right:-23px;}
.onOff input:checked ~ .on{opacity:1; visibility:visible;}
.onOff input:checked ~ .off{opacity:0; visibility:visible;}

.field-wrap textarea.form-control.min-height-75{
	min-height:75px;
}
.lazyLoader{
    height: 80vh;
    position: relative;
}
.lazyLoader img{
    position: absolute;
    display: block;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}
.multiselect {
    width: 200px;
  }
  
  .selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    /* font-weight: bold; */
	height: 41px;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
.checkbox-container {
	border: 1px #dadada solid;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 100%;
    left: 0;
    /* padding: 9px; */
    min-width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    box-shadow: 0 1px 5px #cacaca;
    border: 1px #dadada solid;
  }
  .custom-multi-select-wrap{
	  position: relative;
	  display:inline-block;
  }
  .custom-multi-select-wrap-state{
	position: relative;
	/* display:inline-block; */
}
  .checkbox-container label {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 5px 10px;
  }
  
  .checkbox-container label:hover {
    background-color: #f9f9f9;
  } 

  .btn-xs, .btn-group-xs > .btn {
    padding: 0.15rem 0.3rem;
    font-size: 0.750rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.state-list{
	float:left;
	overflow-y: auto;
	height: 100px;
}

.table-responsive-sm {
	overflow-x: scroll;
	white-space: nowrap !important;
}

.customCss .selected-item-container {
	margin-bottom: 4px !important;
}

.customCss .selected-item {
	max-width: none !important;
}

.customCss .selected-item > a {
    display: none;
}