/*new style, custom style */

#bg{
	background: url('../../images/bg1.jpg');
    background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
#bg2{
	background: url('../../images/bg2.jpg');
    background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.login_panel{
    margin: 120px auto;
}
.shadow {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}
.nz-panel{
	border-radius: 10px;	
}

.btn-nz{
    background: #3bafda;
}

.btn-nz:hover, .btn-nz:focus {
    background-color:#159dd0 !important;
}
.title{
    font-family: 'Lora', serif;
    font-size: 22px;
}
.border-round{
	border-radius: 6px;
	 transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
	opacity: 0.9;
}
.border-round:hover{
	transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
	opacity: 1;
}
.hideNav,.showNav{
    display: none;
    position: relative;
    top: -36px;
    color: red;
    font-weight: bolder;
}

@media (min-width: 576px) {
    .nz-panel {width: 70%; margin:30px auto;}
	.hideNav{ display: none;}
	#inner_nav{position: relative;}
	.nav_area{height:450px;overflow-x:hidden;overflow-y:scroll;}
}
@media (max-width: 576px) {
	#inner_nav{position: relative;}
	.nav_area{height:400px;overflow-x:hidden;overflow-y:scroll;}
    .nz-panel {width: 100%; margin:30px auto; }
    .hideNav{ display: block;}
}
@media (min-width: 768px) {
	#inner_nav{position: relative;}
	.nav_area{height:600px;overflow-x:scroll;}
    .nz-panel { width: 60%;margin:50px auto; }
}

@media (min-width: 992px) {
	#inner_nav{position: relative;}
	.nav_area{height:600px;overflow-x:hidden;overflow-y:scroll;}
    .nz-panel { width: 50%;margin:80px auto;}
}

@media (min-width: 1200px) {
    .nz-panel {
       width: 40%;margin:70px auto; 
    }.nz-panel :hover{opacity: 1;}
	#inner_nav{position: relative;}
	.nav_area{height:600px;overflow-x:hidden;overflow-y:scroll;}
}

.pointer{
    cursor: pointer;
}


.nav_{
    width:100%;
}

.nav_ ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.nav_ ul a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.nav_ ul li {
    padding: .9em;
    background: #f7f7f7;
    border-bottom: 1px solid #f9e3c6;
}

.nav_ ul li:hover {
    background: #f1f1f1;
}

.nav_ ul ul li {
    background-color: #fff;
}

.nav_ ul ul li:hover {
    background: #f1f1f1;
}

#active {
    background: #ffffff;
    color: #009bd4;
}


.bg-nz{
    background: #009BD4;
	height:600px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.bg-white {
    background: #fff;
}
.doc-title {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 2rem 0;
    margin: 5rem 0 2rem;
    text-transform: uppercase;
    font-size: 2rem;
}
.bg-item{
    background: #e3e3e3;
    padding: 5px 3px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;

}
.bg-item:hover{
    background-color: #f1f8e9;
}
.bg-item span{}
.bg-item sub{color:#4539ff}
.bg-item sup{color:#4539ff}


.bg-init,
    .animsition-overlay-slide {
      background-color: #81D4FA;
    }
.ani1{
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.ani1:hover{
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.counter {
    z-index: 2;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    -o-border-radius: 10rem;
    border-radius: 10rem;
    background: black;
    padding: .5em 0.8em;
    font-size: 18px;
    color: white;
}
.system_title{
    padding: 0.5em 0em 0.8em 0em;
    color: #ffffff;
    text-shadow: 0px 2px 3px white;
    font-weight: bold;
}

#outer_nav{
	width:100%;position:relative
}
#inner_nav{
	width:100%;
}
.title2{
	padding:0.5em;
	font-family: 'Acme', sans-serif;
    border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
}
#clock{
	font-family: 'Orbitron', sans-serif;
}
.title3{
	padding:0.5em;
	font-family: 'Acme', sans-serif;
	margin-top: 21px;
    margin-bottom: -3.6px;
}
.fixed-top{
	position:fixed;
}
.pagi a{
	padding: 5px 10px;
    background: #f3f3f3;
    margin: 2px;
    color: black;
    font-weight: 400;
}
.pagi a:hover{
    background: #f7f7f7;
    color: #770000;1;
}
.pagi strong{
    padding: 5px 10px;
    background: white;
    color: gray;
}
#selected_item,#checkAll{
	width: 20px;
    height: 20px;
}

::-webkit-scrollbar {
    width: 8px;
} 
::-webkit-scrollbar-track {
      background-color: #81b36a;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #33b5e5;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */



















