@import "icons.css";
@import "bootstrap.css";
@import "bootstrap-responsive.css";
@import "fullcalendar.css";
@import "ui.css";
@import "select2.css";
@import "uniform.default.css";
@import "validation.css";
@import "mCustomScrollbar.css";
@import "cleditor.css";
@import "fancybox/jquery.fancybox.css";
@import "../js/pluginsadmin/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css";
@import "login.css";
@import "stylesheet.css";
@import "stepy.css";

html { height: 100%; }
body { min-height: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 22px; position: relative; background: url("../img/backgrounds/body.jpg") left top repeat;}


@media only screen and (max-width: 1350px) {
    body > .menu{display: block;}
}

@media only screen and (max-width: 1024px) {
    body > .menu{display: block;}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    body > .menu {display: none; position: absolute; left: 50%; margin-top: 0px; margin-left: -110px !important; top: 15px; z-index: 999; height: auto; min-height: auto;}
    body > .menu .breadLine .arrow {display: block;}
    body > .content{margin-left: 0px;}
        .header .header_menu li.list_icon{display: block;}
}

@media only screen and (min-width: 481px) {
    
}

@media only screen and (max-width: 768px) {

}

@media only screen and (min-width: 769px) {
    
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    body > .menu {display: none; position: absolute; left: 50%; margin-top: 0px; margin-left: -110px !important; top: 15px;  z-index: 999; height: auto; min-height: auto;}
    body > .menu .breadLine .arrow {display: block;}
    body > .content{margin-left: 0px;}
        .header .header_menu li.list_icon{display: block;}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body > .menu {display: none; position: absolute; left: 50%; margin-top: 0px; margin-left: -110px !important; top: 15px; z-index: 999; height: auto; min-height: auto;}
    body > .menu .breadLine .arrow {display: block;}
    body > .content{margin-left: 0px;}
        .header .header_menu li.list_icon{display: block;}
}

.element{
	background-color: #FF99CC !important;
	font-size: 16px;
	font-weight: bold;
}

.sub-element{
	background-color: #CCFFCC !important;
	font-size: 14px;
	font-weight: bold;
}
.bg-merah{
	background-color: #FF0000 !important;
	font-size: 14px;
	font-weight: bold;
}

.point-element{
	background-color: #FFFF00 !important;
	font-size: 14px;
	font-weight: bold;
}

.mandatory{
	background-color: #FF99FF !important;
}

.qq_check{
	background-color: #FFCC99 !important;
}

.pre-requirement{
	background-color: #00FF00 !important;
}

.angka_normal{
    text-align:right !important;
}
.angka_total{
    text-align:right !important;
    font-weight:bold;
}
.jvectormap-label{
    z-index: 999;
}

.navbar-inner [class*="isw-"],.navbar-inner [class*="isb-"]{
    padding: 2px 4px;margin-left:0;
}

.hilang{
    display:none !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

ul.sub-checklist{list-style:none;padding:0;margin:0}
ul.sub-checklist li:nth-child(2n){background-color: #F2F2F2;}

.sub-desc{
    margin-top:10px;
}

.sub-sample{
    margin-top:10px;
    width:50px;
}

input.success{
    background-color:#51a351 !important;
    color:#FFF !important;
    font-weight:bold;
    text-align:center;
}
input.failed{
    background-color:#AC1D15 !important;
    color:#FFF !important;
    font-weight:bold;
    text-align:center;
}

h3.success{
    color:#51a351 !important;
    
}
h3.failed{
    color:#AC1D15 !important;
}