/* Write your custom CSS here */

.looptemplate {
  display: none;
}

.looptemplate2 {
  display: none;
}

.modal {
  overflow-y:auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: #fff;
  border: 0px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    border-style: none;

}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border: 16px solid #12AFCB;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-success-direksi {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
    width: 90px;
}

.btn-warning-direksi {
    color: #fff;
    background-color: #f2ca4c;
    border-color: transparent;
    width: 90px;
}


.btn-primary-direksi {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 90px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-bottom-color: #fff;
}


  select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
  }

textarea {
  resize: vertical;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #fff!important;
    border-radius: 0!important;
    border: 1px solid #ffffff!important;
    box-shadow: none!important;
    font-size: 13px!important;
    padding: 6px 10px!important;
    height: 34px!important;
    -webkit-transition: all 0.2s ease-in-out!important;
    -moz-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
}

/*.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 70px;
    user-select: none;
    -webkit-user-select: none;
}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container .select2-search--inline .select2-search__field {
    margin-top: 1px;
    margin-bottom: 5px;
}
/*
.form-group {
    margin-bottom: 5px;
}*/

.label-kw {
    display: block;
    padding: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: -10px;
}

.glyphicon-kw {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    color: white;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: right;
}/* CSS used here will be applied after bootstrap.css */
.modal-body {
    max-height: calc(100vh - 25vh);
    overflow-y: auto;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 4px;
}*/

  .sortable {

  }
  .group-caption {
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 20px;
    margin: 0 0 15px 0;
  }

  .move {
    background: #ff0000;
    width: 30px;
    height: 30px;
    float: right;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-family: Arial;
    cursor: move;
  }
  .movable-placeholder {
    background: #ccc;
    width: 100%;
    height: 100px;
    display: block;
    padding: 20px;
    margin: 0 0 15px 0;
    border-style: dashed;
    border-width: 2px;
    border-color: #000;
  }

  .group-item {
    background: transparent;
    width: 400px;
    height: 30px;
    display: block;
    padding: 3px;
    margin: 5px;
    color: black;
  }


  #preloader {
    background: transparent url("../images/loading.gif") 50% 50% no-repeat;
    background-size: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .modal-loading {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.page-header-fixed {
  padding-right: 0px!important;
}

.modal-dialog.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)!important;
}

#modalAction .modal-content-cst{
  max-height: 70vh;
  overflow-x:hidden;
}

.modal-lg {
    width: 90%!important;
}