/*!
 * Modified site.css for "Simpel website" styling by Oloan Alfoncius
 *
 * Based on Bootstrap CSS v3.3.0 (http://getbootstrap.com)
 * 
 */

html,
body {
    height: 100%;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  /*display:inline-table*/ 
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -42px;    
    padding: 0 0 0px 0px;
}

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

.footer {
    height: 40px;
    background-color: rgba(0,0,0,0);
    bottom:0px;
    margin:auto;
}

.login-footer {
    height: 40px;
    background-color: rgba(0,0,0,0);
    bottom:0px;
    margin:auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}

.login-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  /*margin-left: auto;*/
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .footer-container {
    width: 970px;      
  }
}
@media (min-width: 1200px) {
  .footer-container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .login-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .login-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .login-container {
    width: 1170px;
  }
}

.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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1;
  vertical-align: middle;
  border-top: 1px solid #ddd;  
    
}

.grid-view .filters input,
.grid-view .filters select { 
    min-width: 50px;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, 
.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, 
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, 
.col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, 
.col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, 
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9,
.col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, 
.col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 10px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: -10px;
  padding-top: -10px;
  margin-bottom: -5px;
}

@media (max-width: 768px) {
  .text-right {
 text-align: left;  
  }
}



.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 7px 10px;
  margin-left: -1px;
  position: relative;
}

.input-group-addon {
  padding: 3px 5px;  
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 1px;
}

/*******************************************************************************/
/* FORM INPUT CONTROL */
/*******************************************************************************/
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 300px;
  line-height: 240px;
  text-align: center;
  pointer-events: none;
}


.control-label {
  margin-bottom: 0px;   
}
.form-group {
  /*margin-bottom: 0px;*/
  /*margin-top: -5px;*/
  /*padding: 0px;*/  
}

.form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 2px 2px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;    
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
 
.has-success .form-control:focus {
  border-color: #2b542c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}


.form-barcode {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 4px ;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f5e79e;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*Button Control*/
.btn-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn-control {
  display: block;
  width: 100%;
  height: 26px;
  padding: 2px 2px;
  font-size: 12px;
  
  line-height: 1.42857143;
  color: #333333;    
  background-color: #efeeeb;
  background-image: none;
  border: 1px solid #dddcdc;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, .025);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* DEFAULT SELECT2 THEME */
/*================================================================================*/
.select2-container--default .select2-selection--single:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 1px; 
    height: 25px;
    font-size: 12px;
    line-height: 1.428571429;
    padding: 1px 1px 1px 1px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    left:-10px;
    font-size: 12px;
    font-weight: bold;   
    padding:2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; 
    height: 20px;
  }
  
/*******************************************************************************/
/* KRAJEE SELECT2 THEME FILTER GRID */  
.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #555555;
    font-size: 12px;
    outline: 0;
    margin:0px;
    padding:3px;
    height: 25px;
}

.select2-container--krajee .select2-selection--single {
    height: 25px;
    line-height: 1.428571429;
    padding: 5px 6px 1px 2px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 24px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url('search.png') right 10px top 7px no-repeat;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #555555;
    height: 25px;
}

 /*MULTIPLE SELECT2 INPUT FORM*/
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 25px;      
    user-select: none;
    -webkit-user-select: none; 
    
  }
  
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 1px;   
  font-size: 12px;
  line-height: 1.3;   
  cursor: text;     
} 

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    /*margin: 1px;*/
    margin-top: -2px;
    margin-left: 2px;
    padding:0px;    
    width: 100%;
    
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /*background-color: #2f6091;*/
    border: 1px solid #0A7CD4;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    padding: 0 5px; }

/*******************************************************************************/


.page-summary {
    font-size: 14px;
    text-align: left;
}



/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f7f7f7;


}

#style-1::-webkit-scrollbar
{
	width: 2px;
	
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c0c0c0;
}

 .ion {
      -webkit-touch-callout: text;
      -webkit-user-select: text;
      -khtml-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
    }

    .step {
      display: inline-block;
      line-height: 1;
      position: relative;
      width: auto;
    }

    .step i {
      -webkit-transition: opacity .3s;
      -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
    }

    .step:hover i { opacity: .3; }
    
    .size-12 { font-size: 12px; }
    .size-14 { font-size: 14px; }
    .size-16 { font-size: 16px; }
    .size-18 { font-size: 18px; }
    .size-21 { font-size: 21px; }
    .size-24 { font-size: 24px; }
    .size-32 { font-size: 32px; }
    .size-48 { font-size: 48px; }
    .size-64 { font-size: 64px; }
    .size-96 { font-size: 96px; }
 
 .widget-user .widget-user-image1 {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
  
}

.widget-user .widget-user-image1 > img {
  width: 88px;
  height: 96px;
  border: 3px solid #ffffff;
}


.widget-user-2 .widget-user-image2 > img {
  width: 70px;
  height: 86px;
  float: left;
}

.widget-user .widget-user-keluarga {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  text-align:center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.table-hover > tbody > tr:hover {
  background-color: #f8ffed;
}

.glow {
  /*font-size: 80px;*/
  /*color: #fff;*/
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #CCCC00, 0 0 40px #CCCC00, 0 0 50px #CCCC00, 0 0 60px #CC0000, 0 0 70px #CCCC00;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #000099, 0 0 40px #000099, 0 0 50px #000099, 0 0 60px #000099, 0 0 70px #000099, 0 0 80px #000099;
  }
}

.pointer {cursor: pointer;}

.nopointer {pointer-events:none;}

.btn-menu {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #7287B3;
  background-color: #D4DDF0;
  font-size: 12px;
}

.btn-menu > .fa,
.btn-menu > .glyphicon,
.btn-menu > .ion {
  font-size: 20px;
  display: block;
}
.btn-menu:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-menu:active,
.btn-menu:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-menu > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-13 { font-size: 13px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-17 { font-size: 17px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

select.is-invalid + .select2-container--krajee-bs4 .select2-selection--single {
        border-color: #dc3545;
    }
    
select.is-valid + .select2-container--krajee-bs4 .select2-selection--single {
    border-color: #28a745;
}

.shake_text {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 10vw;
  font-weight: 900;
  text-decoration: none;
  color: white;
  display: inline-block;
  background-size: 120% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: linear-gradient(45deg,
                    #7794ff,
                    #44107A,
                    #FF1361,
                    #FFF800);
  animation: .8s shake infinite alternate;
}

@keyframes shake {
  0% { transform: skewX(-15deg); }
  5% { transform: skewX(15deg); }
  10% { transform: skewX(-15deg); }
  15% { transform: skewX(15deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}

.label-shortcut {
    color: #494949 !important;
}

.label-shortcut {
    background-color: rgba(210, 214, 222, 0.8);
}

.grid-row.highlight-row {
    background-color: #b9d3ff !important;
    outline: 2px solid rgba(164, 164, 164, 0.98);
}

/*.highlight-row {
    background-color: #b9d3ff !important;
}*/

