/*
Theme Name: CI3Display
Version: 1.0
Author: NakulaLabs
Author URI: http://www.nakulalabs.com
*/

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('img/a12.png') no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }

a.disabled span {
    font-style: italic;
    color: #6D6D6D;
}
        
.btn-fc,
.btn-group-fc > .btn {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
        
        .se-pre-con {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: url(images/preloader.gif) center no-repeat transparent;
        }
        
        
        input[type=text]:disabled {
            background-color: #EEEEEE;
            color: #6D6D6D;
            font-style: italic;
        }
        
        .form-control::-moz-placeholder {
            color: #6D6D6D;
            font-style: italic;
        }
        
        .modal-header > .ion, .modal-header > .modal-title {
            display: inline-block;
            font-size: 18px;
            margin: 0;
            line-height: 1;
        }
        
        .input-file {
            padding: 0;
        }
        
        .filename {
            position: absolute;
            left: 100px;
            z-index: 10;
            padding: 7px 0;
            background-color: transparent !important;
            border: 0;
        }
        
        .box-count {
            margin-left: 5px;    
        }
        
        .status {
            position: absolute;
            top: 40%;
            left: 48%;
        }
        
        .login-logoback {
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            -moz-opacity:0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
            position: absolute;
            height: 78px;
            width: 100%;
            z-index: -1;
        }
        .login-title {
            width: 40%;
            margin: 0 auto;
            padding:5px 0;
            color: #fff;
        }
        .login-title img {
            float: left;
            margin-right: 10px;
        }
        .login-title > .instansi {
            font-size: 12px;
            font-weight: bold;
            position: relative;
            top: -2px;
        }
        .login-title > .unitkerja {
            font-size: 12px;
            margin-top:3px;    
        }
        .login-title > .satuankerja {
            font-size: 12px;
            position: relative;
            top: -3px;
        }
        .login-title > .address {
            font-size: 10px;
            position: relative;
            top: -3px;
        }
        .login-box {
            margin: 10% auto 0 auto;
        }
        .login-box-body > div > div {
            margin: 10px 0;
            font-size: 28px;
        }
        .login-note {
            margin-top: 100px;
            color: #9D9D9D;
        }
        .login-box-body {
            border-radius: 15px;
        }
        
.user-panel .image img {
  width: 45px;
  height: 45px;
}
.sidebar-mini.sidebar-collapse .user-panel .image img {
  width: 30px;
  height: 30px;
}
        .box.box-gray,
        .nav-tabs-custom.tab-gray > .nav-tabs > li.active {
          border-top-color: #d2d6de;
        }
        .box.box-gray-light,
        .nav-tabs-custom.tab-gray-light > .nav-tabs > li.active {
          border-top-color: #f7f7f7;
        }
        .box.box-black,
        .nav-tabs-custom.tab-black > .nav-tabs > li.active {
          border-top-color: #111111;
        }
        .box.box-red,
        .nav-tabs-custom.tab-red > .nav-tabs > li.active {
          border-top-color: #dd4b39;
        }
        .box.box-yellow,
        .nav-tabs-custom.tab-yellow > .nav-tabs > li.active {
          border-top-color: #f39c12;
        }
        .box.box-aqua,
        .nav-tabs-custom.tab-aqua > .nav-tabs > li.active {
          border-top-color: #00c0ef;
        }
        .box.box-blue,
        .nav-tabs-custom.tab-blue > .nav-tabs > li.active {
          border-top-color: #0073b7;
        }
        .box.box-light-blue,
        .nav-tabs-custom.tab-light-blue > .nav-tabs > li.active {
          border-top-color: #3c8dbc;
        }
        .box.box-green,
        .nav-tabs-custom.tab-green > .nav-tabs > li.active {
          border-top-color: #00a65a;
        }
        .box.box-navy,
        .nav-tabs-custom.tab-navy > .nav-tabs > li.active {
          border-top-color: #001f3f;
        }
        .box.box-teal,
        .nav-tabs-custom.tab-teal > .nav-tabs > li.active {
          border-top-color:  #39cccc;
        }
        .box.box-olive,
        .nav-tabs-custom.tab-olive > .nav-tabs > li.active {
          border-top-color:  #3d9970;
        }
        .box.box-lime,
        .nav-tabs-custom.tab-lime > .nav-tabs > li.active {
          border-top-color:  #01ff70;
        }
        .box.box-orange,
        .nav-tabs-custom.tab-orange > .nav-tabs > li.active {
          border-top-color:  #ff851b;
        }
        .box.box-fuchsia,
        .nav-tabs-custom.tab-fuchsia > .nav-tabs > li.active {
          border-top-color:  #f012be;
        }
        .box.box-purple,
        .nav-tabs-custom.tab-purple > .nav-tabs > li.active {
          border-top-color:  #605ca8;
        }
        .box.box-maroon,
        .nav-tabs-custom.tab-maroon > .nav-tabs > li.active {
          border-top-color:  #d81b60;
        }
        
        .form-horizontal .text-left {
            text-align: left;
        }
        
        .margin-l-5 {
            margin-left: 5px;
        }
        
        .inline-block {
            display: inline-block;
        }
        
#txtfilename {
    display: block;
    position: absolute;
    left: 98px;
    top: 6px;
    background-color: #fff;
    width: 44%;
    color: #6d6d6d;
    font-style: italic;
}

.form-group .preview {
    padding: 2px;
    height: 128px;
    width: 128px;
    border: 1px solid #d2d6de;
    /*background-color: #fff;*/
    text-align: center;
    margin: 0 auto;
}

.form-group .preview span {
    display: block;
    width: auto;
    height: auto;
    margin-top: 37%;
}

.form-group .currency {
    text-align: right;
}

.main-header {
        height: 80px;
}

.skin-purple .main-header .navbar {
    background:#0F466E;
    background:-webkit-linear-gradient(top,#330033 0%,#CC99FF 90%);
    background:-moz-linear-gradient(top,#330033 0%,#CC99FF 90%);
    background:-o-linear-gradient(top,#330033 0%,#CC99FF 90%);
    background:-ms-linear-gradient(top,#330033 0%,#CC99FF 90%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#330033',endColorstr='#CC99FF',GradientType=0);
}

.navbar .container a {
    color: unset;
}

.navbar .container div {
    color: #fff;
}

.navbar .container img {
    float: left;
    margin: 9px;
    width: 64px;
    height: 64px;
}

.navbar .container .title {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
}

.navbar .container .subtitle {
    margin-top: -8px;
    font-size: 20px;
    font-weight: 900;
}

.navbar .container .moto {
    margin-top: -4px;
    font-style: italic;
}

.navbar .container .address {
    font-size: 12px;
    color: #330033;
}

#panel3 {
    margin-bottom: unset;
}

.news-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #00f;
    color: #ff0;
    font-size: 20pt;
    font-weight: bold;
    padding-left: 15px;
}

.news-run {
    height: 60px;
    line-height: 60px;
}

.time-now {
    height: 60px;
    line-height: 60px;
    background-color: #ff0;
    color: #00f;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
}
.marquee ul {
    margin: unset;
}

@media (min-width: 1200px) and (max-height: 699px) {
    #panel1 {
        margin-bottom: unset;
    }

    #panel1 .box-body{
        height: 513px;
    }
    
    #panel2 {
        height: 36.1vh;
    }
    
    #panel2 table img {
        width: 113px;
        height: 125px
    }
    
    #panel2 table tbody tr td {
        padding: 4px;
        border: 0;
    }
    
    #panel2 .profile-name {
        font-size: 14pt;
        font-weight: 600;
        margin-top: 5px;
    }
    
    #panel2 .profile-pos {
        font-size: 12pt;
        font-weight: 300;
    }
    
    #panel2 .btn {
        width: 113px;
        font-size: 14pt;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
    #panel3 {
        height: 35vh;
    }
    
    #panel3 table tbody tr td {
        padding: 4px;
        border: 0;
        font-size: 11pt;
        font-weight: 600;
    }
    
    #panel3 .box-header{
        color: unset;
    }
    
    .main-footer .marquee {
        font-size: 18pt;
        overflow: hidden;
    }
}

@media (min-width: 1200px) and (min-height: 700px) {
    #panel1 {
        margin-bottom: unset;
    }

    #panel1 .box-body{
        height: 583px;
    }
    
    #panel2 {
        height: 37vh;
    }
    
    #panel2 table img {
        width: 140px;
        height: 155px
    }
    
    #panel2 table tbody tr td {
        padding: 4px;
        border: 0;
    }
    
    #panel2 .profile-name {
        font-size: 14pt;
        font-weight: 600;
        margin-top: 5px;
    }
    
    #panel2 .profile-pos {
        font-size: 12pt;
        font-weight: 300;
    }
    
    #panel2 .btn {
        width: 140px;
        font-size: 14pt;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
    #panel3 {
        height: 36.9vh;
    }
    
    #panel3 table tbody tr td {
        padding: 4px;
        border: 0;
        font-size: 11pt;
        font-weight: 600;
    }
    
    #panel3 .box-header{
        color: unset;
    }
    
    .main-footer .marquee {
        font-size: 18pt;
        overflow: hidden;
    }
}

/*HD+*/
@media (min-width: 1600px) and (max-height: 849px) {
    .navbar .container .title {
        margin-top: 2px;
        font-size: 22px;
    }

    .navbar .container .subtitle {
        margin-top: -6px;
        font-size: 18px;
    }

    .navbar .container .address {
        font-size: 14px;
    }

    #panel1 {
        margin-bottom: unset;
    }

    #panel1 .box-body{
        height: 717px;
    }
    
    #panel2 {
        height: 39vh;
    }
    
    #panel2 table img {
        width: 180px;
        height: 220px
    }
    
    #panel2 table tbody tr td {
        padding: 4px;
        border: 0;
    }
    
    #panel2 .profile-name {
        font-size: 14pt;
        font-weight: 600;
        margin-top: 5px;
    }
    
    #panel2 .profile-pos {
        font-size: 12pt;
        font-weight: 300;
    }
    
    #panel2 .btn {
        width: 180px;
        font-size: 18pt;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    #panel3 {
        height: 38.9vh;
    }
    
    #panel3 table tbody tr td {
        padding: 5px;
        border: 0;
        font-size: 14pt;
        font-weight: 600;
    }
    
    #panel3 .box-header{
        color: unset;
    }

    #panel3 .box-header h3 {
        font-size: 16pt;
        font-weight: 600;
    }
    
    .main-footer .marquee {
        font-size: 20pt;
        overflow: hidden;
    }
}

@media (min-width: 1600px) and (min-height: 850px) {
    .navbar .container .title {
        margin-top: 2px;
        font-size: 22px;
    }

    .navbar .container .subtitle {
        margin-top: -6px;
        font-size: 18px;
    }

    .navbar .container .address {
        font-size: 14px;
    }

    #panel1 {
        margin-bottom: unset;
    }

    #panel1 .box-body{
        height: 717px;
    }
    
    #panel2 {
        height: 39vh;
    }
    
    #panel2 table img {
        width: 180px;
        height: 220px
    }
    
    #panel2 table tbody tr td {
        padding: 4px;
        border: 0;
    }
    
    #panel2 .profile-name {
        font-size: 14pt;
        font-weight: 600;
        margin-top: 5px;
    }
    
    #panel2 .profile-pos {
        font-size: 12pt;
        font-weight: 300;
    }
    
    #panel2 .btn {
        width: 180px;
        font-size: 18pt;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    #panel3 {
        height: 38.9vh;
    }
    
    #panel3 table tbody tr td {
        padding: 5px;
        border: 0;
        font-size: 14pt;
        font-weight: 600;
    }
    
    #panel3 .box-header{
        color: unset;
    }

    #panel3 .box-header h3 {
        font-size: 16pt;
        font-weight: 600;
    }
    
    .main-footer .marquee {
        font-size: 20pt;
        overflow: hidden;
    }
}

@media (min-width: 1800px) and (min-height: 850px) {
    .navbar .container .title {
        margin-top: 2px;
        font-size: 22px;
    }

    .navbar .container .subtitle {
        margin-top: -6px;
        font-size: 18px;
    }

    .navbar .container .address {
        font-size: 14px;
    }

    #panel1 {
        margin-bottom: unset;
    }

    #panel1 .box-body{
        height: 782px;
    }
    
    #panel2 {
        height: 39vh;
    }
    
    #panel2 table img {
        width: 230px;
        height: 250px
    }
    
    #panel2 table tbody tr td {
        padding: 4px;
        border: 0;
    }
    
    #panel2 .profile-name {
        font-size: 14pt;
        font-weight: 600;
        margin-top: 5px;
    }
    
    #panel2 .profile-pos {
        font-size: 12pt;
        font-weight: 300;
    }
    
    #panel2 .btn {
        width: 180px;
        font-size: 18pt;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    #panel3 {
        height: 38.6vh;
    }
    
    #panel3 table tbody tr td {
        padding: 5px;
        border: 0;
        font-size: 16pt;
        font-weight: 600;
    }
    
    #panel3 .box-header{
        color: #fff;
    }

    #panel3 .box-header h3 {
        font-size: 16pt;
        font-weight: 600;
    }
    
    .main-footer .marquee {
        font-size: 20pt;
        overflow: hidden;
    }
}