/*=== THEME DEFAULT ===*/
body#theme-default {
	accent-color: ghostwhite;
	position: relative;
	background-color: #eeebf0;
	background-image: linear-gradient(180deg,#eeebf0 50%,#f4f8f9 100%);
	/* max-width: 100vw; */
	background: url(./images/islm.webp);
	/* border-bottom: 5px solid orangered; */
	padding-bottom: 11px;
	min-height: 100vh;
	overflow: overlay;
}
.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.round_top {
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-radius-topleft:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topright:3px;
}
.round_bottom {
	border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-bottomright:3px;
}
.round_left {
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-radius-topleft:3px;
	border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomleft:3px;
}
.round_right {
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topright:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-bottomright:3px;
}
/*=== LAYOUT SPRITE ===*/
 #theme-default .top_search, #theme-default .page_title, #theme-default .primary_active, #theme-default #primary_nav li a, #theme-default #secondary_nav ul li a, #theme-default .widget_top {
	/* background:#fff url(../../images/layout-sprite.png) repeat-x; */
	/* opacity: .9; */
	background: #fae8cb40;
}
#theme-default #container {
	min-height: 100vh;
	border-left: transparent;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
	background-size: cover;
	background: linear-gradient(90deg, #fff, #f9fafa, #f9f0ec, #faf9e29c);
}
	@media (min-width: 992px){
		#theme-default #container {
			min-height: calc(100vh - 100px);
			width: calc(100vw - 16.875rem);
			width: -webkit-fill-available;
			margin-left: 232px;
		}
	}

#theme-default .top_search {
	background-position: 0 -60px;
	border-bottom:#c6c6c6 1px solid;
/*	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px#999;
	box-shadow: 0 0 3px #999;
*/}
#theme-default #primary_nav {
	
	border-right:#0e4169 1px solid;
}
#theme-default #primary_nav ul{ border-bottom:#01132a 1px solid;}
#theme-default #primary_nav li a {
	background-position:0 -109px;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#theme-default #primary_nav li a:hover {
	background-position:0 -179px;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#theme-default #secondary_nav ul li a {
	background-position:0 -251px;
	border-top:#d6d6d6 1px solid;
	border-right: transparent;
	border-bottom:#babbbb 1px solid;
	border-left: transparent;
	/*	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
*/
	}
#theme-default .acitem li a {
	background: url(../../images/dot.png) repeat-x bottom !important;
	border-right:#bfbfc0 1px solid;
	border-bottom:#babbbb 1px solid;
	border-left:#bfbfc0 1px solid;
	border-top:none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	/* border-radius: 0px !important; */
}
#theme-default .acitem li a:hover {
	/* background: #f2ab2c !important; */
	/* color: white !important; */
	color: aliceblue;
	/* text-shadow: none !important; */
}
#theme-default #secondary_nav ul li a:hover, #theme-default #secondary_nav ul li a.active {
	/* border: #005430 1px solid; */
	color: #005430;
	background-position:0 -289px;
	font-weight: 500;
	/* background-color: darkred; */
	/* text-shadow: 0px 3px 19px #9E9E9E !important; */
	text-shadow: none;
	opacity: 1;
	/* transition: all 0.2s ease-in-out; */
	/* -webkit-transition: all 0.2s ease-in-out; */
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	/* text-shadow: 1px 1px 2px #392400, -1px 1px 15px #e9e9e9; */
	box-shadow: inset 0 4px 30px rgb(0 227 255 / 17%);
}
li#ctl00_dashboard.active a {
color: #084e70!important;
background-position: 0 -289px!important;
}
#theme-default .page_title {
	background-position: 0px -60px;
	border-bottom:#c6c6c6 1px solid;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px#ccc;
	box-shadow: 0 0 5px #ccc;
}
#theme-default .primary_active {
	background: url(../../images/indicator.png) no-repeat left;
}
/*=== NOTIFICATIONS ICONS ===*/
#theme-default .alert, #theme-default .inbox > a, #theme-default .logout > a, #theme-default .user_thumb {
	/* background:#095e88; */
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
	/*background: #00b7ea; 
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
}
	#theme-default .alert:hover, #theme-default .inbox > a:hover, #theme-default .logout > a:hover, #theme-default .user_thumb:hover {
		/*background:#99ccff;
background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: inset 0 7px 8px rgba(0,0,0,0.075), 0 0 8px rgb(102 233 124);
		box-shadow: inset 0 7px 8px rgba(0,0,0,0.075), 0 0 8px rgb(102 233 124);
		
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
.logout a {
	text-indent:-999999px;
}
#theme-default .alert .icon{ background:#c0d6e1  url(../../images/sprite-icons/layout-icons.png) no-repeat 0 0; display:block; position:absolute; top:2px; left:2px; /*border:#9bd0ea 1px solid;*/}
#theme-default .inbox a .icon{/* background:#c0d6e1  url(../../images/sprite-icons/layout-icons.png) no-repeat 0 -30px; */display:block;position:absolute;top:3px;left:3px;/*border:#9bd0ea 1px solid;*/}
/*#theme-default .logout a .icon{background:#ed2024  url(../../images/sprite-icons/layout-icons.png) no-repeat 0 -60px;display:block;position:absolute;top: 0px;left: 0px;border:#990000 1px solid;}*/
#theme-default .logout a .icon, a#ctl00_LinkButton1 .icon {
	background: #ed2024 url(../../images/sprite-icons/layout-icons.png) no-repeat 0 -60px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: #990000 1px solid;
	width: 31px;
	height: 30px;
	display: block;
	border-radius: 5px;
}
a#ctl00_LinkButton1 {
	float: right;
	padding-left: 22%;
	/* margin-left: 50%; */
	position: relative;
	margin-top: 2.5px;
}
  #theme-default .user_thumb .icon{/* background:#c0d6e1; */display:block;position:absolute;top:3px;left:3px;/*border:#9bd0ea 1px solid;*/text-align:center;}
  img#ctl00_imgPhoto {
    border-radius: 24px;
}


#theme-default #primary_nav .icon_block, #theme-default .search_btn{
	background:url(../../images/sprite-icons/layout-icons.png) no-repeat;
}
#theme-default .nav_icon, #theme-default .p_dashboard{
	background:url(../../images/sprite-icons/icon-black.png) no-repeat;}

#theme-default .widget_wrap {
	opacity: 0.90;
	-moz-box-shadow: 0 0 2px #ddd;
	-webkit-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
	border-bottom-left-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/*
	-moz-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-bottomright:3px;*/
	/* margin-top:20px; */
	box-shadow: -1px 2px 0px 0px rgba(204,197,185,.5), #ccc -1px 1px 3px 2px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 16px;
}
#theme-default .widget_top {
	/* height:39px; */
	/* border-bottom:#e1e1e1 1px solid; */
	/* background-position:0 -368px; */
	/* position:relative; */
	/* vertical-align: middle; */
	/* padding-top: 3px; */
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: linear-gradient(to bottom, rgb(246 236 216) 0%, #fffce38a 65%);
	backdrop-filter: blur(10px);
}
