@font-face {
	font-family: 'Fakt Air';
	src: url('fonts/FaktPro-Air.eot');
	src: url('fonts/FaktPro-Air.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Air.woff') format('woff'),
	     url('fonts/FaktPro-Air.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fakt Hair';
	src: url('fonts/FaktPro-Hair.eot');
	src: url('fonts/FaktPro-Hair.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Hair.woff') format('woff'),
	     url('fonts/FaktPro-Hair.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-Thin.eot');
	src: url('fonts/FaktPro-Thin.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Thin.woff') format('woff'),
	     url('fonts/FaktPro-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-ThinItalic.eot');
	src: url('fonts/FaktPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-ThinItalic.woff') format('woff'),
	     url('fonts/FaktPro-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-Light.eot');
	src: url('fonts/FaktPro-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Light.woff') format('woff'),
	     url('fonts/FaktPro-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}


@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-Blond.eot');
	src: url('fonts/FaktPro-Blond.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Blond.woff') format('woff'),
	     url('fonts/FaktPro-Blond.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-Normal.eot');
	src: url('fonts/FaktPro-Normal.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Normal.woff') format('woff'),
	     url('fonts/FaktPro-Normal.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-Medium.eot');
	src: url('fonts/FaktPro-Medium.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-Medium.woff') format('woff'),
	     url('fonts/FaktPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Fakt';
	src: url('fonts/FaktPro-SemiBold.eot');
	src: url('fonts/FaktPro-SemiBold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/FaktPro-SemiBold.woff') format('woff'),
	     url('fonts/FaktPro-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body, input { 
    font-family: 'fakt','sans-serif','Helvetica','Arial';
    line-height: 27px;
	color: #00112c;
    padding: 0px;
	margin: 0;
	font-size: 16px;
    font-weight: 400;
}
#body-inner p img, #body-inner ul li img, #body-inner ol li img {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	margin: 30px auto;
}
#body-inner .no-shadow img {box-shadow: none;}
h1, h2, h3, h4, h5 {
    font-family: 'fakt','sans-serif','Helvetica','Arial';
	color: #00112c;
	margin: 0px;
	text-align: left;
	letter-spacing: 0.5px;
	padding: 10px 0px;
	font-weight: 500;
	line-height: 25px;
	word-break: break-word;
}
h1 {
	font-size: 28px;
	line-height: normal;
}
h2 {
	font-size: 23px;
	line-height: normal;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p, span, em, i, b {
	color: #00112c;
    font-family: 'fakt','sans-serif','Helvetica','Arial';
    font-size: 16px;
    line-height: 28px;
	padding: 6px 0px;
	margin: 0px;
	font-weight: 200;
	word-break: break-word;
}
b, strong, label, th {
    font-weight: 400;
}
a {
    font-size: 16px;
    font-weight: 400;
    color: #06f;
}
a:hover{
	color: #00112c;
}
.sidebar-hidden #overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #06f;
    border: 1px solid transparent;
    color: #fff;
    height: 39px;
    line-height: 37px;
    min-height: 37px;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0 24px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    box-shadow: none;
}
.button:hover {
    box-shadow: none;
    color: #fff;
    background: #00bcff;
}
table {
    margin: 20px 0px;
	border: 2px solid #eaeaea;
}
td, th {
    padding: 0.5rem;
    border: 2px solid #eaeaea;
}
pre {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    overflow-x: auto;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 12px 24px;
    width: 100%;
    border: 0;
	position: relative;
    box-sizing: border-box;
}
pre code {
    background: inherit;
    color: #fff;
    font-family: 'fakt','sans-serif','Helvetica','Arial';
    font-size: 16px;
    line-height: 27px;
    padding: 10px 0px;
    margin: 0px;
    font-weight: 300;
    white-space: pre-wrap;
}
code, kbd, samp {
    background-color: #f3f6f9;
    border-radius: 3px;
    color: #00112c;
    font-family: 'fakt','sans-serif','Helvetica','Arial';
    font-size: 15px;
    line-height: 27px;
    padding: 10px;
    margin: 0px;
    font-weight: 300;
}

#navigation {
    padding: 20px 50px 50px;
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 350px;
}
#body .nav {
    position: static;
    top: auto;
    bottom: 0;
    width: 48%;
    height: 80px;
    cursor: pointer;
    display: inline-block;
    text-align: right;
    background: none !important;
    float: left;
    line-height: 60px;
    border: 2px solid #E6ECF1;
    box-sizing: border-box;
    font-size: 18px;
    color: #00112c;
    font-weight: 300;
    padding: 10px;
	border-radius: 4px;
}
#body .nav span{
    font-size: 16px;
    color: #00112c;
    font-weight: 300;
	float: right;
    line-height: normal;
	clear: right;
}
#body .nav:hover {
	border: 2px solid #0066ff !important;
}
#body .nav span:nth-child(2){
	font-weight: 500;
}
#body .nav:hover i, #body .nav:hover span:nth-child(2){
	color: #0066ff !important;
}
#body .nav i {
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    bottom: 0;
    font-size: 20px;
    color: #00112c;
    float: left;
    line-height: 48px;
} 
#body .nav.nav-next {
    float: right;
}
#body .nav.nav-next i {
    float: right;
}
#body .nav.nav-next span {
    float: left;
	clear: left;
}
#body-inner ol li ol li {
    list-style-type: upper-alpha;
    display: list-item;
}


/********** error messages ***********/

span.required {
    font-size: 14px;
    margin-left: 8px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
    color: #b36900;
    background: #ffeacc;
    line-height: normal;
}

.notices.info, .notices.pending {
    min-height: 20px;
    padding: 5px 5px 5px 48px;
    position: relative;
    display: table;
    border: 3px solid rgba(0,102,255,.2) !important;
    margin: 20px 0;
    width: 100%;
	border-radius: 4px;
}
.notices.info:before, .notices.pending:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    background: rgba(0,102,255,.2);
}
.notices.info:after, .notices.pending:after {
    content: "\f129";
    font-family: fontawesome;
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    line-height: 1;
    position: absolute;
    speak: none;
    text-align: center;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	top: 50%;
    width: 20px;
    height: 20px;
    background: #06f;
    border-radius: 100%;
    line-height: 21px;
    font-size: 12px;
}
.notices.pending:after {
	content: "\f141";
}

.notices.warning {
    min-height: 20px;
    padding: 5px 5px 5px 48px;
    position: relative;
    display: table;
    border: 3px solid rgba(255,149,0,.3) !important;
    margin: 20px 0;
    width: 100%;
	border-radius: 4px;
}
.notices.warning:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    background: rgba(255,149,0,.3);
}
.notices.warning:after {
    content: "\f071";
    font-family: fontawesome;
    font-style: normal;
    color: #ff9500;
	font-size: 20px;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    left: 0px;
    line-height: 1;
    position: absolute;
    speak: none;
    text-align: center;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 36px;
}

.notices.approved, .notices.success {
    min-height: 20px;
    padding: 5px 5px 5px 48px;
    position: relative;
    display: table;
    border: 3px solid rgba(92, 184, 92, 0.2) !important;
    margin: 20px 0;
    width: 100%;
	border-radius: 4px;
}
.notices.approved:before, .notices.success:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    background: rgba(92, 184, 92, 0.2);
}
.notices.approved:after, .notices.success:after {
    content: "\f058";
    font-family: fontawesome;
    font-style: normal;
    color: #3d8b3d;
	font-size: 20px;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    left: 0px;
    line-height: 1;
    position: absolute;
    speak: none;
    text-align: center;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 36px;
}

.notices.rejected, .notices.error {
    min-height: 20px;
    padding: 5px 5px 5px 48px;
    position: relative;
    display: table;
    border: 3px solid rgba(181, 43, 39, 0.2) !important;
    margin: 20px 0;
    width: 100%;
	border-radius: 4px;
}
.notices.rejected:before, .notices.error:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    background: rgba(181, 43, 39, 0.2);
}
.notices.rejected:after, .notices.error:after {
    content: "\f00d";
    font-family: fontawesome;
    font-style: normal;
    color: #fff;
	font-size: 20px;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    left: 7px;
    line-height: 1;
    position: absolute;
    speak: none;
    text-align: center;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	top: 50%;
    width: 20px;
    height: 20px;
    background: #b52b27;
    border-radius: 100%;
    line-height: 20px;
    font-size: 12px;
}

.notices.info ul li:before, .notices.pending ul li:before {
    background: rgba(0,102,255,.2)!important;
}

/************************ custome css **********************/

#header #logo-svg path {
    fill: #000;
}
#header {
    background: transparent;
    color: #000;
    text-align: left;
    padding: 5px 0px;
    display: inline-block;
    float: left;
    width: 100%;
	line-height: 0;
}
#header a.doc-link {
    color: #0075ff !important;
    background: #1ea9ff3d !important;
    padding: 0;
    height: 28px;
	border-radius: 4px;
    line-height: 30px;
    text-align: center;
    width: 55px;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
	margin-left: 10px;
	margin-top: -33px;
	float: right;
}
#sidebar .highlightable {
	max-height: 98vh;
	overflow-y: auto;
	display: block;
	width: 100%;
}
#sidebar .highlightable::-webkit-scrollbar {
	width: 8px;
}					 
#sidebar .highlightable::-webkit-scrollbar-track {
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#sidebar .highlightable::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #c2e3f8; 
}
.scroll-wrapper {
    overflow: visible !important;
    padding: 0 !important;
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}
#sidebar {
    position: fixed;
    top: 0;
    width: 350px;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: 15px;
    height: 100%;
    min-height: 100vh;
    background: #f5f5f5;
    border-right: 1px solid #d2dae1;
    padding: 20px 0px 20px 100px; 
}
#sidebar  #header-wrapper {
    padding-right: 20px;
    display: inline-block;
    float: left;
    width: 100%;
}
/* #sidebar a {
    color: #00112c !important;
    line-height: 16px;
    padding: 0px;
	margin: 0;
	font-size: 16px;
    font-weight: 400;
} */
#sidebar ul li {
	color: #00112c;
    line-height: 16px;
    padding: 10px;
    font-weight: 300;
	margin: 0;
}
#sidebar ul li a, #sidebar h5 a {
    display: inline-block;
    float: left;
    color: #00112c;
    line-height: 21px;
    display: inline-block;
	width: 100%;
    padding-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 300;
    font-size: 14px;
	padding-top: 5px;
    padding-left: 0;
	letter-spacing: 0.3px;
}
#sidebar ul.topics>li.active.parent:before {
	content: none !important;
}
#sidebar h5.active:before, #sidebar ul.topics li.active.visited:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #0879ff;
    height: 20px;
    width: 3px;
    transform: translateY(-50%);
}
#sidebar h5 {
    display: inline-block;
    float: left;
    width: 100%;
    color: #00112c;
    line-height: 16px;
    padding: 6px 0px;
    font-weight: 100;
    margin: 0;
}
#sidebar h5 i {
	color: #374661;
    position: absolute;
    right: 17px;
    top: 12px;
    font-size: 14px;
    font-weight: 100;
}
#sidebar ul.topics li h5 {
    position: relative;
}
#sidebar ul.topics li h5 i.fa {
    color: #374661;
    position: absolute;
    right: 22px;
    top: 8px;
    font-size: 14px;
    font-weight: 100;
    margin: 0 !important;
    display: inline-block; 
}

/* #sidebar h5.active i, #sidebar h5.parent i {
    color: #00112c !important;
    font-size: 12px;
    right: 20px;
}*/
/* #sidebar h5.active, #sidebar h5.parent {
    background: #c2e3f863;
    border-left: 3px solid #06f;
} */
#sidebar hr {
    border-bottom: 0;
}
#sidebar h5 a:hover {
	color: #06f !important;
}
#sidebar h5.active a  {
    background: transparent;
    color: #06f !important;
}
#sidebar h5.parent a  {
    background: transparent;
	color: #06f !important;
}
#sidebar h5+ul.topics {
    margin: 0px;
    width: 100%;
    margin: 0!important;
    list-style-type: none;
    padding: 0px 0px 0 20px;
    float: left;
    width: 100%;
    line-height: normal;
}
#sidebar ul.topics>li>a {
    padding: 7px 0px;
}
#sidebar ul.topics li a:hover{
	color: #06f !important;
}
#sidebar ul.topics li {
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
}
#sidebar ul.topics li span b{
	display: none;
}
#sidebar ul.topics li span {
    line-height: normal;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    display: block;
    word-break: break-word;
}
#sidebar ul.topics>li.parent, #sidebar ul.topics>li.active {
    color: #00112c!important;
    line-height: 16px;
    padding-left: 0px;
	padding-right: 0;
    font-weight:300;
    background: none;
    margin: 0;
	position: relative;
}
#sidebar ul.topics li.active>a {
    color: #06f !important; 
    line-height: 16px;
    padding: 6px 0px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
	background: transparent;
}
#sidebar ul.topics li.active>a span {
    color: #06f !important; 
}
#sidebar ul.topics li.visited>a .read-icon {display: none;}


.header-2 {
	display: inline-block;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
	position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
#body .search-wrapper  {
    margin-top: 0;
    position: relative;
    border: 0;
    background: transparent;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 0;
}
#body .search-wrapper  label, #body .search-wrapper  .search-submit {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #858585 !important;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    transform: translateY(-50%);
	left: auto;
	background: none;
    border: 0;
}
#body .search-wrapper  .search-submit {margin: 0px;}
#body .search-wrapper  input::placeholder {
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
}
#body .search-wrapper  input {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #00112c !important;
    line-height: 40px;
    padding: 10px 40px 10px 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
#body .search-wrapper  span {
    display: none;
}
.header-2 a:hover{
	color: #06f;
}
.header-2 a {
	padding: 0px 10px;
    color: #00112c;
    line-height: normal;
    font-weight: 400;
}

#body {
    position: relative;
    margin-left: 350px;
    min-height: 100%;
	display: inline-block;
    float: left;
}
#body .padding {
    padding: 20px 50px 50px;
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
	max-width: 70%;
}
#body-inner {
    margin-bottom: 0;
}
#body #body-inner ul {
    width: 100%;
    margin: 0 !important;
    list-style-type: none;
    padding: 10px 20px 0px;
}
#body-inner ol {
	width: 100%;
    margin: 0 !important;
    padding: 10px 20px 0px;
}
#body #body-inner ul li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    padding-left: 25px;
    text-align: left;
    padding-bottom: 8px;
	position: relative;
}
#body-inner ol li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    padding-left: 0px;
    text-align: left;
    padding-bottom: 8px;
	position: relative;
}
#body-inner ol li:last-child, #body #body-inner ul li:last-child {
	border: 0px;
}
#body #body-inner ul li ul li:before {
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    margin-top: 0;
    background: #374661;
    border-radius: 0px;
    margin-left: 0px !important;
    left: 6px;
    top: 8px;
}
#body #body-inner ul li ul li ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    margin-top: 0;
    background: transparent !important;
    border-radius: 100px;
    margin-left: 0!important;
    left: 6px;
    top: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2f2f2f;
}
#body #body-inner .notices.info ul li ul li ul li:before {
    border-top: 5px solid rgba(0,102,255,.2)!important;
}
#body #body-inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    margin-top: 0;
    background: rgba(0, 17, 44, 0.8);
    border-radius: 100px;
    margin-left: 0px !important;
    left: 6px;
    top: 8px;
}


/****** stickey sidebar *********/

#body-inner .table-of-contents .toctitle{
	padding-bottom: 10px;
    display: inline-block;
    float: left;
    width: 100%;
}
#body-inner .table-of-contents {
    float: right;
    margin: 0;
    position: fixed;
    right: 15px;
	left: auto;
	top: 120px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    min-width: auto;
    padding: 0px;
	box-shadow: none;
    background: transparent;
	max-height: 65vh;
    overflow-y: scroll;
}
#body-inner .table-of-contents::-webkit-scrollbar {
	width: 8px;
}					 
#body-inner .table-of-contents::-webkit-scrollbar-track {
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#body-inner .table-of-contents::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #c2e3f8; 
}
#body  #body-inner .table-of-contents ol, #body #body-inner .table-of-contents ul {
	padding: 0px;	
}
#body-inner .table-of-contents a {
    padding: 12px 0 0px 12px;
    margin: 0;
    border-left: 1px solid #e5eaef;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #374661;
	margin-left: 0;
	font-size: 14px;
	position: relative;
}
#body-inner .table-of-contents a.active {
    color: #06f;
}
#body #body-inner .table-of-contents a.active:before {
    border-left: 2px solid #0879ff;
    content: "";
    height: 22px;
    width: 2px;
    position: absolute;
    left: -1px;
    top: 7px;
}
#body #body-inner .table-of-contents ul li a:before, #body #body-inner .table-of-contents ul li:before {
	content: none;
}
#body #body-inner .table-of-contents ul li {
	padding: 0;
    border: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

#footer {
    padding: 30px;
    display: inline-block;
    float: left;
    width: 100%;
	box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #ccc;
}
#footer .right {
    float: right;
}
#footer .left {
    float: left;
}
#footer p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
}

/************************ image zoom css **********************/

.image img {
  margin: 1px;
  transition: transform 1.25s ease;
  transform: scale(0);
  cursor: zoom-in;
    position: fixed;
    left: 0px;
    right: 0px;
    top:1%;

}
.image {
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;   
}

.zoom img {
  transform: scale(1);
  cursor: zoom-out;
  z-index: 100;  
  max-height: 90vh;
}

.zoom-img:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

span.image:after {
	content: "";
    background: url(../images/img-icon.png);
    width: 20px;
    height: 20px;
    position: absolute; 
    margin-top: -7px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 20px;
}
span.image img {
    display: none;
} 

/*********** search page css ************/

mark.highlight {
    background: transparent;
    color: #0276ff;
}
.search-row {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}
.search-row h1, .search-row h2, .search-row h3, .search-row h4, .search-row h5, .search-row p, .search-row span {
	padding: 6px 0;
}
.search-item {
    margin-left: 0;
    margin-bottom: 0;
}
.search-item .search-details h2 {
    font-size: 20px;
}
.search-item .search-title h2 {
    font-size: 28px;
}
.search-date {
    font-size: 14px;
	color: #a2a2a2;
}

.category-layout h1 {
	font-size: 35px;
    font-weight: 700;
    color: #2e2e2e;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px;
}
.category-layout  #body .padding{ max-width: 100%; }
.category-box {
    display: flex; 
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
	max-width: 70%;
    margin: 0 auto;
}
.category-box div:hover a{
	-webkit-box-shadow: -1px 10px 40px -5px rgba(0,0,0,.38);
    -moz-box-shadow: -1px 10px 40px -5px rgba(0,0,0,.38);
    box-shadow: -1px 10px 40px -5px rgba(0,0,0,.38);
    border-color: #fff;
}
.category-box div a{
    display:block;
	width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 0 60px;
    padding: 20px;
    transition: all .6s ease-in-out;
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.category-box div {
	padding: 15px;
    box-sizing: border-box;
    width: 50%;
}
.category-box div a i.fa {
    width: 100%;
    font-size: 40px;
    color: #009eff;
    text-align: center;
    padding: 0;
    font-weight: 400;
}
.category-box div a span:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
    color: #2e2e2e;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: normal;
    padding: 15px 0px;
}
.category-box div a span:last-child {
    font-size: 15px;
    font-weight: 400;
    color: #8d8d8d;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 22px;
}

/********** responsive ***********/

@media only screen and (max-width: 500px) {
	.category-box div {
		padding: 15px 0px;
		box-sizing: border-box;
		width: 100%;
	}
	.category-layout h1 {
		font-size: 22px;
		padding: 20px;
	}
}
@media only screen and (max-width: 1025px) {
	#sidebar {
		position: static;
		width: 100%;
		height: 60px;
		min-height: auto;
		padding: 9px 20px;
		float: left;
	}
	body.searchbox-hidden.sidebar-hidden {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}
	.sidebar-hidden nav#sidebar .scroll-wrapper {
		max-width: 300px;
		background: #f5f5f5 !important;
		left: 0px !important;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: left .8s;
		-moz-transition: left .8s;
		-ms-transition: left .8s;
		transition: left .8s;
		height: 100vh;
		overflow: auto !important;
		position: fixed !important;
		top: 80px;
		border: 0;
		box-shadow: none;
		z-index: 99;
		padding: 20px 0px 20px 20px !important;
	}
	nav#sidebar .scroll-wrapper .highlightable {
	    height: auto !important;
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0;

	}
	body.searchbox-hidden.sidebar-hidden #sidebar-toggle i:after {
		background: rgba(0,0,0,.7);
		content: '';
		display: block;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	nav#sidebar .scroll-wrapper {
		overflow: visible !important;
		padding: 0 !important;
		float: left;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: left .3s;
		-moz-transition: left .3s;
		-ms-transition: left .3s;
		transition: left .3s;
		height: 100%;
		left: -1000px;
		top: 0;
		width: calc(100% - 54px);
	}
	
	.header-2 {
		padding: 20px 20px 15px;
	}
	.header-2 .searchbox {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	#sidebar #header-wrapper {
		/* display: inline-block;
		float: right;
		width: 80%;
		padding: 0px; */
	    display: inline-block;
		float: none;
		width: 195px;
		padding: 0px;
		position: absolute;
		left: 50%;
		transform: translateX(-40%);
	}
	#header a {
		display: inline-block;
		float: left;
	}
	#header a.doc-link {
		margin-top: 4px;
	}
	#sidebar #sidebar-toggle {
		position: absolute;
		left: 20px;
		top: 15px;
		line-height: normal;
		font-size: 14px;
		display: inline-block;
		float: left;
		color: #0075ff !important;
	}
	
	#body {
		position: relative;
		margin-left: 0;
		min-height: auto;
		display: inline-block;
		float: left;
		width: 100%;
		box-sizing: border-box;
		-webkit-transition: left .8s;
		-moz-transition: left .8s;
		-ms-transition: left .8s;
		transition: left .8s;
		height: 100%;
		left: 0;
		overflow: hidden;
	}
	body.searchbox-hidden.sidebar-hidden #body {
		left: 300px;
		z-index: -2;
	}
	#body .padding {
		padding: 20px !important;
		display: inline-block;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
		max-width: 100%;
	}
	#body-inner .table-of-contents {
		float: left;
		margin: 0px 0px 20px;
		position: static;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0px;
	}
	
	#body #body-inner ul {
		padding: 10px 0px 0;
	}
	.notices.info, .notices.pending, .notices.warning, .notices.approved, .notices.success, .notices.rejected, .notices.error {
		margin: 10px 0;
		padding: 5px 5px 5px 45px;
		display: inline-block;
	}
	.notices.info p, .notices.pending p, .notices.warning p, .notices.approved p, .notices.success p, .notices.rejected p, .notices.error p {
		padding: 5px 10px;
	}
	#body #navigation {
		position: static;
		margin-right: 0!important;
		width: 100%;
		display: inline-block;
		float: left;
		padding: 20px!important;
	}
	#header {
		background: 0 0;
		color: #000;
		text-align: right;
		padding: 5px 0;
		display: inline-block;
		float: right;
		width: 100%;
		line-height: 0;
	}
        #footer .right {
            float: left;
            text-align: center;            
            width: 100%;
            padding: 0;
        }
        #footer .left {
            padding: 0;
            float: left;
            text-align: center;
            width: 100%;
        }
}

@media only screen and (max-width: 640px) {
	#body .nav {
		width: 100%;
		margin-bottom: 10px;
	}
	#body .search-wrapper {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
}
