@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,900italic,900,700italic,700,500italic,500,400italic,300italic);
body,html{height: 100%;width: 100%;}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color:#333;
    background: #fff;
}
.login-bg{
    width: 100%;
    height: 100%;
    background: url('../img/map.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
input{
    border-radius: 0!important;
}
label{
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
}
.footer{
    padding: 15px 0;
    display: block;
    margin-top: 50px;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    width: 100%;
}


a{
    color:#333;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Slab',palatino,serif;
}
button{
    font-family: arial,sans-serif;
    font-weight: bold!important;
}
.navblue{
    background:#00aeef;
}
.navblue a{
    color:#fff;
}
.navblue a:hover{
    color:#444;
}
.logo{
    padding: 15px 0;
    width: 300px;
}
.logo img{
    width: 150px;
}
.light{
    font-weight: 300;
}
header{    
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}
.navbar-brand img{
    width: 100%;
}
.navbar {
    background: transparent!important;
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border-radius: 0px;
    border: 1px solid transparent;
}
.cpxform input{
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color:#fff;
}
.mt15{margin:15px 0 0 0;}
.mt30{margin:30px 0 0 0;}
.mt45{margin:45px 0 0 0;}
.navbar-dasboard{
    background: #f8e000;
    border-bottom: none;
}
.navbar-dasboard a{
    color:#444;
}
.navbarwhite > li > a{
    padding-top: 25px!important;
}
.btn-cpx{
    border-color:#00aeef;
    background: #00aeef;
    color: #fff;
    background: #00aeef;
    background-image: -webkit-linear-gradient(top, #00aeef, #3297d6);
    background-image: -moz-linear-gradient(top, #00aeef, #3297d6);
    background-image: -ms-linear-gradient(top, #00aeef, #3297d6);
    background-image: -o-linear-gradient(top, #00aeef, #3297d6);
    background-image: linear-gradient(to bottom, #00aeef, #3297d6);
}
.cpxform button{
    border: none;
    background: #00aeef;
    color: #fff;
    width: 100%;
    padding:10px 15px;
}

.relative{
    position: relative;
}
.login{
    position: absolute;
    width: 300px;
    right:15%;
    top:45%;
    margin-top: -150px;
    height: 300px;
    color:#fff;
}
.logo-login{
    position: absolute;
    left: 15%;
    top: 40%;
    color: #444;   
}
.logo-login a{
    color: #444;
    margin: 0 8px;
}

.logo-login-m {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 60px;
}
.logo-login-m img{
    width: 100%;
}
.content-section{
    padding: 60px 0;
}
.bgabu{
    background: #f5f5f5;
}
.pb60{
    padding-bottom: 60px;
}
.infobar{
    padding: 15px;
    border-bottom:1px solid #ccc;
    background: #f5f5f5;
}
.infobar h4{
    margin: 0;
}
.infobar h1{
    font-weight: bold;
    margin: 0;
}
.tabelReport{
    font-family: arial,sans-serif;
    font-size: 11px;
    text-align: left;
}
.tabelReport thead{
    font-weight: bold;
    background: #0088bb;
	color:#fff;
}
.dataTables_filter input{
	border:1px solid #ccc;
	padding:5px;
	background:#EAF1F9;
}
@media screen and (min-width:1000px) and (max-width:1080px){
    .logo-login{
        left: 5%; 
    } 
    .login{
        right:8%;
    }
}
@media screen and (max-width:900px){
    .login{
        margin:120px auto auto auto;
        position: relative;
        width: 280px;
        left: 0;
    }
}
@media screen and (max-width:640px){
    .logo{
        width: 200px;
        margin-left: 15px;
    }
    .logo img{
        width: 100%;
    }
    .infobar h4{
        margin: 0;
        font-size: 14px;
    }
    .infobar h1{
        font-weight: bold;
        margin: 0;
    }
    .content-section{
        padding: 30px 0;
    }
}

canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* TAMBAHAN */
.tile_count {
    /*margin-bottom: 20px;*/
    /*margin-top: 10px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;   
    text-align: center;
}
@media (min-width: 992px){
.tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
}
}
.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 10px 10px 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;

}
@media (min-width: 992px){
.tile_count .tile_stats_count:first-child:before {
    border-left: 0;
}}
.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}
@media (min-width: 768px){
.tile_count .tile_stats_count span {
    font-size: 13px;
}
}
.tile_count .tile_stats_count span {
    font-size: 12px;
}
@media (min-width: 768px){
.tile_count .tile_stats_count .count {
    font-size: 20px;
}
}
.tile_count .tile_stats_count .count {
    font-size: 20px;
    line-height: 47px;
    font-weight: 600;
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px;
}
.green {
    color: #1ABB9C;
}
.red {
    color: #E74C3C;
}
.dashboard_graph {
    background: #fff;
    padding: 7px 10px;
}
.dashboard_graph .x_title {
    padding: 5px 5px 7px;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
body .container.body .right_col {
    background: #F7F7F7;
}

/* *********  custom accordion  **************************** */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#integration-list {
  width: 100%;
  margin: 0 auto;
  display: table;
}
#integration-list ul {
  padding: 0;
  margin: 20px 0;
  color: #555;
}
#integration-list ul > li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden;
}
#integration-list ul:last-child {
  border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
  background: #efefef;
}
.expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.expand h2 {
  width: 85%;
  float: left;
}
h2 {
  font-size: 18px;
  font-weight: 400;
}
#left, #right {
  display: table;
}
#sup {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.detail a {
  text-decoration: none;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 10px 5px;
  font-size: 13px;
  margin-right: 7px;
}
.detail {
  margin: 10px 0 10px 0px;
  display: none;
  line-height: 22px;
  height: 150px;
}
.detail span {
  margin: 0;
}
.right-arrow {
  width: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
}
.accordion .panel {
  margin-bottom: 5px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}
.accordion .panel-heading {
  background: #F2F5F7;
  padding: 13px;
  width: 100%;
  display: block;
}
.accordion .panel:hover {
  background: #F2F5F7;
}
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x_title h2 small {
  margin-left: 10px;
}
.x_title span {
  color: #BDBDBD;
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}
legend {
  padding-bottom: 7px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.demo-placeholder {
  height: 280px;
}

/** Contacts **/
.profile_details:nth-child(3n){
    clear:both;
}

.profile_details .profile_view {
  display: inline-block;
  padding: 10px 0 0;
  background: #fff;
}

.profile_details .profile_view .divider {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.profile_details .profile_view .ratings {
  margin-bottom: 0;
}

.profile_details .profile_view .bottom {
  background: #F2F5F7;
  padding: 9px 0;
  border-top: 1px solid #E6E9ED;
}

.profile_details .profile_view .left {
  margin-top: 20px;
}

.profile_details .profile_view .left p {
  margin-bottom: 3px;
}

.profile_details .profile_view .right {
  margin-top: 0px;
  padding: 10px;
}

.profile_details .profile_view .img-circle {
  border: 1px solid #E6E9ED;
  padding: 2px;
}

.profile_details .profile_view h2 {
  margin: 5px 0;
}

.profile_details .profile_view .ratings {
  text-align: left;
  font-size: 16px;
}

.profile_details .profile_view .brief {
  margin: 0;
  font-weight: 300;
}

.profile_details .profile_left {
  background: white;
}

.pagination.pagination-split li {
  display: inline-block;
  margin-right: 3px;
}

.pagination.pagination-split li a {
  border-radius: 4px;
  color: #768399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/** Contacts **/


/* *********  /custom accordion  **************************** */
.textFilter{
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;  
    /* padding: 12px; */
    /* float: left; */
}
.inputFilter{
  float: left;
  padding: 10px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  /* background-color: #00aeef; */
  background-color:#428bca;
}
.nav>li>a.bigtab {
    padding: 10px 50px;
    /*background-color: #fdeeee;*/
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #f5f5f5;
}

.summaryNumber{
  color: #666;
  font-size: 20px;
  font-weight:600;
 
}
.summaryType{
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 12px;

  
}
.btn-text{
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 20px;
}
.btn-text:hover{
  color: #000;
}
.nav-kiri{
  text-align: left;
  /*padding: 0 20px 40px 20px;*/
}
.bayangan{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* selection BOX using button */
.btn-select {
  position: relative;
  padding: 0;
  min-width: 236px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.btn-select .btn-select-value {
  padding: 6px 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 34px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.btn-select .btn-select-arrow {
  float: right;
  line-height: 20px;
  padding: 6px 10px;
  top: 0;
}

.btn-select ul {
  display: none;
  background-color: white;
  color: black;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none !important;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 33px;
  z-index: 999;
}

.btn-select ul li {
  padding: 3px 6px;
  text-align: left;
}

.btn-select ul li:hover {
  background-color: #f4f4f4;
}

.btn-select ul li.selected {
  color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
  border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
  background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
  background-color: white;
  border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
  background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
  border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
  background-color: #2e6da4;
  color: white;
}

.btn-select.btn-primary ul {
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
  background-color: #428bca;
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
  background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
  border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
  background-color: #4cae4c;
  color: white;
}

.btn-select.btn-success ul {
  border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
  background-color: #5cb85c;
  border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
  background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
  border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
  background-color: #46b8da;
  color: white;
}

.btn-select.btn-info ul {
  border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
  background-color: #5bc0de;
  border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
  background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
  border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
  background-color: #eea236;
  color: white;
}

.btn-select.btn-warning ul {
  border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
  background-color: #f0ad4e;
  border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
  background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
  border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
  background-color: #d43f3a;
  color: white;
}

.btn-select.btn-danger ul {
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
  background-color: #d9534f;
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
  background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
  background-color: white;
  color: black;
}
