/*@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);*/
.dataTables_filter{
    height: 30px;
}
.middle_align {
    margin : 0 auto;
    text-align : center;
}
.middle_align a {
    margin : 15px 15px 15px 15px;
}
.doc-icon{
    background-image : url('../images/doc.png');
    width:102px;
    height:102px;
    margin: 0 auto;
}
#popup_layer{
    height:100%;
    width:100%;
    position:fixed;
    z-index: 2000;
    left:0px;
    top:0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.navbar-new {
    /*background: #0070C7;
    background: linear-gradient(#0070C7,#043F6D);
    border-color: #003040;*/
    z-index: 500;
}
/*
.navbar-new a {
    color:#fff;
    text-decoration: none;
    font-size: 1em;
    padding:10px;
}
.navbar-new a:hover {
    color:#fff;
    text-decoration: none;
    background-color: #043F6D;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
*/
.navbar-logo {
    color:#fff;
    font-weight: bold;
}
.box-decoration {
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
    padding: 5px;
}
/*----*/
#dashboard {
    margin: 0 auto;
}
#dashboard #panel-info-surat {
    vertical-align: top;
    padding:20px;
}
#dashboard #panel-info-surat .panel{
    width:150px;
    float: left;
    margin-right : 20px;
    text-align: center;
}
#sidebar-close {
    margin-top: 80px;
    background: #0070C7;
    position: absolute;
    height: auto;
    width: 45px;
    z-index: 100;
    padding:5px;
    padding-top:10px;
    padding-bottom:10px;
}
.navbar-new > .sidebar-icon {
    padding: 0;
}
.sidebar-icon > span {
    z-index:10;display:none; padding:10px 10px;
    margin-top:15px; margin-left:15px;
    width:240px; line-height:16px;
    font-weight: bold;
    font-size: 1.2em;

    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
.sidebar-icon:hover > span{
    display:block; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.sidebar-icon > img{
    width:40px;
    height:40px;
}
#sidebar {
    display:none;
    position:absolute;
    background: #0070C7 ;
    margin-top: 80px;
    z-index: 100;
    width: 270px;
    height: 100%;
    color: white;
}
#sidebar a {
    color: white;
    text-decoration: none;
    line-height: 27px;
    font-size: 20px;
    display: block;
    padding: 0 15px;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
    margin: 0;
}
#sidebar a:hover {
    text-decoration: none;
    text-shadow: 0 0 15px rgba(255, 255, 255, 1);
    background: #043F6D;
    border-left: 5px solid lightgreen;
    color:white;
}
#sidebar ul {
    padding: 0;
    width:250px;
}
#sidebar li {
    height:50px;
    padding-top: 10px;
    list-style-type: none;
    border-bottom: 1px solid rgba(161, 161, 161, 1);
}
.sidebar-trigger {
    position: absolute;
    color:#fff;
    right: -15px;
    background: #fff transparent;
    border-radius: 15px;
    box-shadow: none;
    border: none;
    height:100%;
    padding:7px;
}
/*dashboard additional*/
.image_login1 {
    max-width: 100px;
    /*max-height:80px;*/
    float:left;
    margin-right:10px;
}
.image_login2 {
    float:right;
    max-width: 100px;
}
.image_login21 {
    max-width: 200px;
    max-height:100px;
    float:right;
}
.image_login3 {
    margin-top:-70px;
    max-width: 150px;
    max-height:80px;
    float:right;
}
.led-red {
    margin: 0px auto;
    width: 12px;
    height: 12px;
    background-color: #940;
    border-radius: 50%;
    box-shadow: #000 0 -1px 1px 1px, inset #600 0 -1px 1px, #F00 0 2px 12px;
}

.led-yellow {
    margin: 0px auto;
    width: 12px;
    height: 12px;
    background-color: #E9D600;
    border-radius: 50%;
    box-shadow: #000 0 -1px 1px 1px, inset #660 0 -1px 1px, #DD0 0 2px 12px;
}

.led-green {
    margin: 0px auto;
    width: 12px;
    height: 12px;
    background-color: #07BB00;
    border-radius: 50%;
    box-shadow: #000 0 -1px 1px 1px, inset #460 0 -1px 1px, #7D0 0 2px 12px;
}

.led-blue {
    margin: 0px auto;
    width: 12px;
    height: 12px;
    background-color: #4AB;
    border-radius: 50%;
    box-shadow: #000 0 -1px 1px 1px, inset #006 0 -1px 1px, #06F 0 2px 14px;
}
.green{
    color:#fff;
    background: rgb(13, 165, 0);
    /*background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(100%,rgba(41,154,11,1)));
    background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    background: -o-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    background: -ms-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    background: linear-gradient(to bottom,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 );*/
}
.purple{
    color:#fff;
    background: rgb(52, 233, 4);
    /*background: -moz-linear-gradient(top,  rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,112,231,1)), color-stop(47%,rgba(200,94,199,1)), color-stop(100%,rgba(168,73,163,1)));
    background: -webkit-linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
    background: -o-linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
    background: -ms-linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
    background: linear-gradient(to bottom,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 );*/
}
.icon-btn{
    background-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    padding-top: 15px;
}
.btn-preview{
    background-image: url('../images/preview.png');
}
.btn-approve{
    background-image: url('../images/approve.png');
}
.btn-reject{
    background-image: url('../images/reject.png');
}
.btn-disposisi{
    background-image: url('../images/disposisi.png');
}
.btn-warga{
    background-image: url('../images/warga.png');
}
.list-group-item{
    background-color: #D2E0FD;
    color:#000;
}

#floatingBarsG{
    position:relative;
    width:62px;
    height:77px}

.blockG{
    position:absolute;
    background-color:#FFFFFF;
    width:10px;
    height:24px;
    -moz-border-radius:8px 8px 0 0;
    -moz-transform:scale(0.4);
    -moz-animation-name:fadeG;
    -moz-animation-duration:0.48s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:8px 8px 0 0;
    -webkit-transform:scale(0.4);
    -webkit-animation-name:fadeG;
    -webkit-animation-duration:0.48s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:8px 8px 0 0;
    -ms-transform:scale(0.4);
    -ms-animation-name:fadeG;
    -ms-animation-duration:0.48s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:8px 8px 0 0;
    -o-transform:scale(0.4);
    -o-animation-name:fadeG;
    -o-animation-duration:0.48s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:8px 8px 0 0;
    transform:scale(0.4);
    animation-name:fadeG;
    animation-duration:0.48s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#rotateG_01{
    left:0;
    top:28px;
    -moz-animation-delay:0.18s;
    -moz-transform:rotate(-90deg);
    -webkit-animation-delay:0.18s;
    -webkit-transform:rotate(-90deg);
    -ms-animation-delay:0.18s;
    -ms-transform:rotate(-90deg);
    -o-animation-delay:0.18s;
    -o-transform:rotate(-90deg);
    animation-delay:0.18s;
    transform:rotate(-90deg);
}

#rotateG_02{
    left:8px;
    top:10px;
    -moz-animation-delay:0.24s;
    -moz-transform:rotate(-45deg);
    -webkit-animation-delay:0.24s;
    -webkit-transform:rotate(-45deg);
    -ms-animation-delay:0.24s;
    -ms-transform:rotate(-45deg);
    -o-animation-delay:0.24s;
    -o-transform:rotate(-45deg);
    animation-delay:0.24s;
    transform:rotate(-45deg);
}

#rotateG_03{
    left:26px;
    top:3px;
    -moz-animation-delay:0.3s;
    -moz-transform:rotate(0deg);
    -webkit-animation-delay:0.3s;
    -webkit-transform:rotate(0deg);
    -ms-animation-delay:0.3s;
    -ms-transform:rotate(0deg);
    -o-animation-delay:0.3s;
    -o-transform:rotate(0deg);
    animation-delay:0.3s;
    transform:rotate(0deg);
}

#rotateG_04{
    right:8px;
    top:10px;
    -moz-animation-delay:0.36s;
    -moz-transform:rotate(45deg);
    -webkit-animation-delay:0.36s;
    -webkit-transform:rotate(45deg);
    -ms-animation-delay:0.36s;
    -ms-transform:rotate(45deg);
    -o-animation-delay:0.36s;
    -o-transform:rotate(45deg);
    animation-delay:0.36s;
    transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:28px;
    -moz-animation-delay:0.42000000000000004s;
    -moz-transform:rotate(90deg);
    -webkit-animation-delay:0.42000000000000004s;
    -webkit-transform:rotate(90deg);
    -ms-animation-delay:0.42000000000000004s;
    -ms-transform:rotate(90deg);
    -o-animation-delay:0.42000000000000004s;
    -o-transform:rotate(90deg);
    animation-delay:0.42000000000000004s;
    transform:rotate(90deg);
}

#rotateG_06{
    right:8px;
    bottom:7px;
    -moz-animation-delay:0.48s;
    -moz-transform:rotate(135deg);
    -webkit-animation-delay:0.48s;
    -webkit-transform:rotate(135deg);
    -ms-animation-delay:0.48s;
    -ms-transform:rotate(135deg);
    -o-animation-delay:0.48s;
    -o-transform:rotate(135deg);
    animation-delay:0.48s;
    transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:26px;
    -moz-animation-delay:0.5399999999999999s;
    -moz-transform:rotate(180deg);
    -webkit-animation-delay:0.5399999999999999s;
    -webkit-transform:rotate(180deg);
    -ms-animation-delay:0.5399999999999999s;
    -ms-transform:rotate(180deg);
    -o-animation-delay:0.5399999999999999s;
    -o-transform:rotate(180deg);
    animation-delay:0.5399999999999999s;
    transform:rotate(180deg);
}

#rotateG_08{
    left:8px;
    bottom:7px;
    -moz-animation-delay:0.6s;
    -moz-transform:rotate(-135deg);
    -webkit-animation-delay:0.6s;
    -webkit-transform:rotate(-135deg);
    -ms-animation-delay:0.6s;
    -ms-transform:rotate(-135deg);
    -o-animation-delay:0.6s;
    -o-transform:rotate(-135deg);
    animation-delay:0.6s;
    transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-o-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}
#loading {
    left : 50%;
    position: fixed;
    top:50%;
}

/*buat surat*/
.box-color-1 {
    background-color:#008299;
    color:#fff;
}
.box-color-2 {
    background-color:#2672EC;
    color:#fff;
}
.box-color-3 {
    background-color:#8C0095;
    color:#fff;
}
.box-color-4 {
    background-color:#5133AB;
    color:#fff;
}
.box-color-5 {
    background-color:#AC193D;
    color:#fff;
}
.box-color-6 {
    background-color:#D24726;
    color:#fff;
}
.box-color-7 {
    background-color:#008A00;
    color:#fff;
}
.box-color-8 {
    background-color:#094AB2;
    color:#fff;
}
.box-kategori {
    width:260px;
    height:120px;
    margin:10px 10px 10px 10px;
    margin-bottom: 5px !important;
    cursor:pointer;
}
.box-kategori > a > .box-kategori-front{
    padding : 5 px;
}
.box-kategori > a > .box-kategori-front > img {
    width:260px;
    height:120px;
}
.box-kategori > a > .box-kategori-front > p {
    width:260px;
    height:120px;
    padding:10px;
    font-size:24px;
    text-align: center;
}
.box-kategori > a {
    margin-right: 0px !important;
    line-height: normal !important;
    border: none !important;
    border-radius: 0 0 0 0 !important;
    padding: 0px !important;
    color:#fff;
}
.box-kategori > a:hover {
    background-color:rgb(255, 61, 61) !important;
}
.box-kategori:hover > a > .box-kategori-front {
    display:none;
}
.box-kategori > a > .box-kategori-back {
    width:260px;
    height:120px;
    padding: 10px;
    font-size:24px;
    display:none;
    text-align: center;
    background-color: inherit;
}
.box-kategori:hover > a > .box-kategori-back {
    display:block;
}
.box-kategori-content .tab-form a{
    font-size:15px;
}
.box-kategori-content .tab-form .active a{
    color:#000;
}
.box-kategori-content .tab-form li a:hover {
    color:#000;
}
.box-kategori-content .tab-form li a {
    color:#fff;
}
.box-kategori-content > .tab-pane {
    background-color: rgb(2, 85, 150);
    padding: 10px;
    min-height: 480px;
    overflow: auto;
    border: 3px solid #D0D0D0;
    margin-bottom:20px;
    color:#fff;
}
.box-kategori-content > .active {
    position:absolute;
    z-index:100;
    left:0;
}
