@import url("../theme.css");

html,
body {
    height: 100%;
    background-color: var(--body-bg-color);
    color: #1e1e1e;
    font-size: 13px;
}

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

.wrap > .container {
    width: 100%;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.footer {
    height: 100px;
    background-color: #1e1e1e;
    border-top: 1px solid var(--footer-top-border-color);
    padding-top: 20px;
}

.my-footer {
    padding-left: 20px;
    padding-bottom: 5px;
}

.my-footer p{
  color: var(--footer-text-color);
}

.left-side{
    text-align: left;
}

.right-side{
    padding-right: 20px;
}

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

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

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

.alert-suc {
    color: #3c763d;
    /*background-color: #dff0d8;*/
    border-color: #d6e9c6;
}

/* 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 {
    
}

.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;
}
a.btn.my-sbutton{
  color: var(--box-button-text-color);
}
a.btn.my-sbutton:hover{
  color: var(--box-button-visited-hover-text-color);
  background-color: var(--box-button-visited-hover-bg-color);
}
.my-sbutton {
  background: var(--box-button-bg-color);
  color: var(--box-button-text-color);
}

.my-sbutton:visited {
  color: var(--box-button-visited-text-color);
}

.my-sbutton:visited:hover{
  color: var(--box-button-visited-hover-text-color);
}

.my-navbar {
    background-color: #184a7d;
    color: #000000;
}

.my-img {
    width: 100%;
    height: auto;
    width: auto\9;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 20em;
}

IMG.displayed-frame {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 20em;
    border: 10px solid transparent;
    border-width: 5px;
    border-color: var(--box-picture-border-color); 

 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

IMG.displayed-frame:hover {
   /*     transform: rotateY(180deg); */
        width: 50%;
        height: 50%;
    }

.background-image{
  height: 100%;
    width: 100%;
}

.site-index{
  overflow:auto;
  height: 99%;
}
.body-index{
    text-align: center;
    font-size: 30px;  
  /*  font-size: 3.00vh; */
    /*color: #187fb8;*/
    color: #ab6905;
    font-family: Impact;
  /*  height: auto; */
}
.my-text{
    text-align: justify;
    font-size: 15px;
}

.my-box{
   border: 1px solid #e8e8e8;
    margin: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px 2px #e8e8e8;
    padding: 16px 16px;
    padding-top: 1px;
}

.my-box-left{
    border: 13px; 
    background-color: var(--box-bg-color);
    margin: 15px 15px 15px 15px;
    box-shadow:-2px 2px 2px #bcbcbc;
    padding: 16px 16px;
    padding-top: 1px;
    float: left;
    /*width: 70%;*/
    min-width: 40%;
}

.my-box-right2{
    /*border: 13px; */
    background-color: transparent;
    margin: 15px 15px 15px 15px;
    /*box-shadow:-2px 2px 2px #bcbcbc;
    padding: 16px 16px;*/
    padding-top: 1px;
    float: left;
    /*width: 70%;*/
    min-width: 40%;
}

.my-box-right{
  background-color: transparent;
   /* border: 13px; 
    background-color: #ffffff; 
    margin: 15px 15px 15px 15px;
    box-shadow:-2px 2px 2px #bcbcbc;
    padding: 16px 16px;
    padding-top: 1px; 
    width: 26%; */
    float: right;
    min-width: 40%;
}

.navbar{
    /*background-color: #fbd705;*/
    background-color: var(--header-bg-color);
    width: 100%;
}

/* belum bisa dipakai tapi bisa jadi patokan, dari frontend/web/asset/bootstrap.css
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
  color: #000000;
}

.navbar-right {
    float: right !important;
    margin-right: -190px;
}

.navbar-left {
    float: left !important;
    margin-left: -190px;
}
*/

.navbar .nav > li > a,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
color:          #ab6905;       
background-color: #fbd705;                 
}
 
/* Adjust Menu colors - Normal */
.navbar .nav > li > a {
color:          var(--nav-text-color);
text-shadow:    none;
background-color: var(--nav-bg-color);
}

/* Adjust Menu colors - Hover */
.navbar .nav > li > a:hover { 
color:          var(--nav-text-hover-color);                      
text-shadow:    none;
background-color: var(--nav-bg-hover-color);

}
/* Adjust Menu colors - Active */
.navbar .nav > li > a:active,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
color:          #ab6905;
text-shadow:    none;
background-color: #fbd705;
}
 
/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
.dropdown-menu > li > a {
color:          blue;
background:     yellow;
background-color: #fbd705;
}

hr.fancy-line { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    box-shadow: 0px -2px 4px rgba(136,136,136,0.75);
}

.my-tab{
    padding: 1em;
}

.spiralContainer {
  border-radius: 50%;
  /*width:200px;
  height:200px;*/
  overflow:hidden;
  margin: 20px;
  
  -webkit-animation: spin 6s linear 0s infinite reverse;
  -moz-animation: spin 6s linear 0s infinite reverse;  
  -ms-animation: spin 6s linear 0s infinite reverse;
  -o-animation: spin 6s linear 0s infinite reverse;
  animation: spin 6s linear 0s infinite reverse;
  
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;  
  animation-play-state: paused;
}
.spiral {
  width:278px;  /*besaran fix karena kalo di kecilin windowsnya jadi kecil bgt */
  height:188px; 
/*  width:50%;
  height:50%; */
  border-radius: 50%;
  background-image: url(pnri.png); 
  background-repeat:no-repeat;
  background-position:50% 50%;
  
  -webkit-animation: spin 12s linear 0s infinite normal;
  -moz-animation: spin 12s linear 0s infinite normal;
  -ms-animation: spin 12s linear 0s infinite normal;
  -o-animation: spin 12s linear 0s infinite normal;
  animation: spin 12s linear 0s infinite normal;
}
.spiralContainer:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@keyframes spin {
  0% { transform: rotateY(360deg); }
  45% { transform: rotateY(0deg); }
  55% { transform: rotateY(0deg); }
  100% { transform: rotateY(-360deg); }
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotateY(360deg); }
  45% { -webkit-transform: rotateY(0deg); }
 55% { -webkit-transform: rotateY(0deg); }
  100% { -webkit-transform: rotateY(-360deg); }
}
@-ms-keyframes spin {
  0% {-ms-transform: rotateY(360deg); }
  45% { -ms-transform: rotateY(0deg); }
  55% { -ms-transform: rotateY(0deg); }
  100% { -ms-transform: rotateY(-360deg); }
}
@-moz-keyframes spin {
  0% { -moz-transform: rotateY(360deg); }
  45% { -moz-transform: rotateY(0deg); }
  55% { -moz-transform: rotateY(0deg); }
  100% { -moz-transform: rotateY(-360deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotateY(360deg); }
  45% { -o-transform: rotateY(0deg); }
  55% { -o-transform: rotateY(0deg); }
  100% { -o-transform: rotateY(-360deg); }
}

.my-line{
    content: "";
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    margin: 4px 0px 0.8em;
}

.my-button {
  /*
  -webkit-transition: all 5s ease;
     -moz-transition: all 5s ease;
       -o-transition: all 5s ease;
      -ms-transition: all 5s ease;
          transition: all 5s ease;  */

  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
 
.my-button:hover {
 /*-webkit-filter: hue-rotate(333deg);*/
 filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

#chunky-buttons a {
/*    float: left;
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 8px;
    margin-left: 6px; */
}

.chunky {
 /*   position: relative;
    width: 400px;
    height: 298px;
    background: #f5f5f5;
    margin: 0 auto;
    padding-top: 2px;
    padding-left: 2px;
    border: 10px solid #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.17512156); */
}

/* ===[ Begin Chunky Button ]=== */

.chunky a {
    /* Normal State */
    padding: 4px 15px 7px 15px;
    width: auto;
    height: auto;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.50);
    border-top: 1px solid rgba(0,0,0,0.001);
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    cursor: pointer;
}

.chunky a:hover {
    /* Hover State */
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -webkit-animation: glow 1s infinite ease-in-out;
    cursor: pointer;
}

.chunky a:active {
    /* Active State (clicked on) */
    padding: 6px 15px 5px 15px;
    border-top: 1px solid rgba(0,0,0,0.55);
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;
    cursor: pointer !important;
}

/* ===[ End Chunky Button ]=== */

/* ===[ Start Chunky Button Background Color ]=== */

.chunky1 a { background: #c0c0c0 }

.chunky2 a { background: #b2b2b2 }

.chunky3 a { background: #fbd705 }

.chunky4 a { background: #9b9b9b }

.chunky5 a { background: #999 }

.chunky6 a { background: #8b8b8b }

.chunky7 a { background: #7b7b7b }

.chunky8 a { background: #6b6b6b }

.chunky9 a { background: #666 }

.chunky10 a { background: #5e5e5e }

.chunky11 a { background: #5b5b5b }

.chunky12 a { background: #4b4b4b }

.chunky13 a { background: #77AD0C }

.chunky14 a { background: #669900 }

.chunky15 a { background: #336600 }

.chunky16 a { background: #0066cc }

.chunky17 a { background: #333399 }

.chunky18 a { background: #663399 }

.chunky19 a { background: #993399 }

.chunky20 a { background: #EA4C89 }

.chunky21 a { background: #CC3333 }

.chunky22 a { background: #CC0000 }

.chunky23 a { background: #990000 }

.chunky24 a { background: #cc6633 }

.chunky25 a { background: #FF6600 }

.chunky26 a { background: #FF9900 }

.chunky27 a { background: #F9BB11 }

.chunky28 a { background: #FFCC33 }

/* ===[ End Chunky Button Background Color ]=== */

/* ===[ Start Glow Animation ]=== */

@-webkit-keyframes glow { 
    0% {
        box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    }

    100% {
        box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    }
}

/* ===[ End Glow Animation ]=== */

.sos-med{
    width: 25px;
    height: 25px;
  /*  -webkit-filter: hue-rotate(333deg); */
}

.my-info{
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
    margin-top: 40px; /* negative value of footer height */
    height: 50px;
    clear:both;
    /*color: #ab6905;*/
    /*color:#fff;*/
}

.modal-backdrop {
     position: absolute;
     height:2000px;
     top: 0;
     bottom:0;
     background-color: #000;
  }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
  border-color: var(--panel-border-color);
  background-color: var(--panel-body-bg-color);
}

.panel-default > .panel-heading {
  /*background-color: #184A7D;*/
  background-color: var(--panel-heading-bg-color);
  /*border-color: #184A7D;*/
  color: var(--panel-heading-text-color);
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-body {
  padding: 15px;
}