* {
	box-sizing: border-box;
}
/*::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
	background-color: #4b351b;
	border-radius: 2px;
}*/
html {
	scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
}
body {
	background-color: #fdf8f2;
	margin-bottom: 64px;
}
@media only screen and (min-width: 767px) {
	.sticky {
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	/*body {
		margin-top: 76px;
	}*/
}
a {
    color: #9d6826;
}
a:hover {
    color: #c78838;
}
ol, ul {
	list-style: none;
}
.pointer {
	cursor: pointer;
}
.material-icons {
    user-select: none;
}
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-34 { font-size: 34px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.hissabook-color {
	color: #9d6826;
}
.d100 {
	display: inline-block;
	width: 100%;
}
.sms_contactsec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-top: 45px;
}
.loder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}
.loader_main {
    /*border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 100px;
    height: 100px;*/
    /*-webkit-animation: spinloader 1.2s linear infinite;
    animation: spinloader 1.2s linear infinite;*/
    font-size: 110px;
    color: #9d6826;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    transform: translate(-50%, -50%);
}
/* Safari */
@-webkit-keyframes spinloader {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinloader {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.table thead th {
    border-top: none;
}
.table td, .table th {
    vertical-align: middle;
}
.container_label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container_label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark_span {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff4e7;
    border: 1px solid #c78838;
}
.container_label:hover input ~ .checkmark_span {
	background-color: #ffe6ca;
}
.container_label input:checked ~ .checkmark_span {
	background-color: #c78838;
}
.checkmark_span:after {
	content: "";
	position: absolute;
	display: none;
}
.container_label input:checked ~ .checkmark_span:after {
	display: block;
}
.container_label .checkmark_span:after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 700;
}
.btn-nobg {
    background-color: transparent;
    border: none;
	line-height: 1.2;
}
.btn-primary {
    color: #fff;
    background-color: #c78838;
    border-color: #c78838;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9d6826;
    border-color: #9d6826;
}
.page-item.active .page-link {
    background-color: #c78838;
    border-color: #c78838;
}
.page-link {
    color: #c78838;
}
.page-link:hover {
    color: #fff;
    background-color: #9d6826;
    border-color: #9d6826;
}
.form-control:focus {
    border-color: #9d682638;
    box-shadow: 0 0 0 0.2rem #9d682638;
}
.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: #f6dab852;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #9d6826;
}
.nav-pills .nav-link {
    background-color: #f6f6f6;
}
.hissabook-user-profile {
    border: 2px double rgba(0,0,0,.5);
    height: 35px;
    width: 35px;
    padding: 2px;
    border-radius: 8px;
    margin-top: 2px;
    display: inline-block;
}
.hissabook-user-menu {
    right: -16px;
    left: auto;
    box-shadow: 0 0 5px 0px #818181;
    border-radius: 0px 0px 7px 7px;
    border: none;
    padding: 10px 15px;
    top: 58px;
}
.hissabook-user-profile-big {
    width: 105px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.hissabook-user-name-big {
    font-size: 20px;
    color: #9d6826;
    margin-top: 5px;
	margin-bottom: 5px;
    font-weight: 500;
}
.hissabook-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.hissabook-logout span {
    margin-right: 5px;
}
.hissabook-profile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
	text-decoration: none !important;
}
.hissabook-profile-link span {
    margin-right: 5px;
}
.hissabook-profile-link:hover span {
    transform: rotate(-90deg);
	transition: all 0.25s ease-in-out;
}
.image_view_big_div {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000a1;
    text-align: center;
    padding: 50px;
}
.image_view_big_div img {
    max-width: 85%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.image_view_big_div .img_close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    background-color: #f00;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 39px;
	cursor: pointer;
}
.image_view_big {
	cursor: pointer;
}
#btn-back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    background-color: #f8b55f6e;
    color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 0;
    height: 45px;
    width: 45px;
    font-size: 22px;
	z-index: 9;
}
.table thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff4e7;
}
.hissabook-makeemails {
	margin-right: 10px;
}
/*.table_scroll_div {
	height: 66vh;
	overflow: auto;
}*/
.hissabook-language-li {
    width: 100%;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
}
.hissabook-filter-dropdown {
	margin: 0 10px;
}
@media only screen and (max-width: 991px){
	.table td {
		padding: 4px;
	}
}
@media only screen and (max-width: 767px) {
	table.table, .table thead, .table tbody, .table tfoot, .table th, .table td, .table tr {
		display: block;
	}
	.table thead tr {
		display: none;
	}
	.table tr {
		margin: 0 0 1rem 0;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 0 5px;
	}
	.table td:not(.no_responsive_this) {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
    	word-break: break-all;
		min-height: 33px;
	}
	.table td:not(.no_responsive_this):before {
		position: absolute;
		top: 4px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: 700;
	}
	.hissabook-profile-side {
		top: 17px;
		position: absolute;
		right: 68px;
		flex-direction: row;
		-ms-flex-direction: row;
	}
	.hissabook-profile-side .nav-link {
		padding-left: .3rem;
		padding-right: .3rem;
	}
	.hissabook-profile-side .dropdown-menu {
		position: absolute;
		float: none;
		top: 40px;
	}
	.hissabook-profile-side .dropdown-toggle::after {
    	margin-left: 0.1em;
	}
	.hissabook-filter-dropdown .dropdown-menu {
		transform: translate3d(-69px, 38px, 0px) !important;
	}
}