html,
body {
    height: 100%;
}
.footer{
display:none;
}
.rotate {
   -ms-transform: rotate(90deg) translateY(20%);
    -webkit-transform: rotate(90deg) translateY(20%);
     transform: rotate(90deg) translateY(20%);
	 display:block;
}
.hijau{
padding: 6px;
border:1px solid #abd037;
}

.normal {
   -ms-transform: rotate(0deg) translateY(0%);
    -webkit-transform: rotate(0deg) translateY(0%);
     transform: rotate(0deg) translateY(0%);
}
 .icon-bars-button{
  display: block;
  vertical-align:middle;
  padding:1px;
}
.heading{
padding:10px;
font-size:24px;
background-color:#5f5f62;
color:white;
}
.heading2{
padding:10px;
font-size:24px;
background-color:#abd037;
color:white;
}
.col-md-5 h3{
color:#abd037 !important;
}
.heading3{
padding:10px;
font-size:24px;
background-color:#e6e6e6;
color:#5f5f62;
}
.borderbox{
padding: 6px;
border:1px solid #abd037;
}
.borderwhiz{
padding: 6px;
border:1px solid #abd037;
border-radius:15px;
}
 .icon-bar {
  display: block;
  width: 40px;
  height: 2px;
  background-color: black;
  border-radius: 1px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
@media screen and (max-width: 320px){
.footer{
display:none !important;
}

}


.clear{
padding: 0px !important;
margin: 0px !important;
}

@media screen and (min-width: 767px) {
.footer{
display:block !important;
}
.footer {
    min-height: 50px !important;
}	
.borderbox{
min-height:222px;
}
.container{
width:80% !important;
}
	.haha{
		height:100px;	
	}
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    min-height: 120px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    /*position: fixed;*/
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: auto;
    background: #000;
	-webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea.form-control{
width:80%;
position:relative !important;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    /*width: 100%;*/
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
#sidebar-wrapper {
position:fixed;
}
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.sidebar-nav ul li a:hover {
	display:block;
}
.menu-wrap ul li a:hover {
	display:block;
}
.sidebar-nav li a:hover ul{
	display:block;
}
.menu-wrap ul li:hover ul {
	display:block;
}
.menu-wrap ul ul {
	display:none; 
	list-style:none; 
	background:rgba(255,255,255,0.2);
	color:#fff;
	left:300px; 
	top:50px; 
}
 
.menu-wrap ul ul li a {
	float:none; 
	display:block; 
	padding-left:30px; 
	text-align:left; 
	width:160px;
}
 
.menu-wrap ul ul li a:hover {
	color:#90C3D4;
	/*color:#fff;*/
}
