    @font-face{
        font-family: Roboto;
        src: url(../font/Roboto-Regular.ttf);
    }
    @font-face {
        font-family: TypoGraphica;
        src: url(../font/TypoGraphica.ttf);
        font-stretch: expanded;
        font-weight: 800;
        font-style: normal;
    }
    @font-face {
        font-family: Diamond;
        src: url(../font/Diamond.ttf);
        font-stretch: normal;
        font-weight: 800;
        font-style: normal;
    }
    html {
      height: 100%;
    }

    body{
        background-color: #e9e9e9;
        padding: 0;
        margin: 0;
        /*color: #999999;*/
        font-family: "Roboto", trebuchet ms !important;
        color: #666666;
        min-height: 100%;
    	  font-size: 14px;
    }

   /* .bodyClip{
        max-width: 1366px;
        width: 100%;
        max-width: 1290px;
        margin: 1px auto 15px auto;
        padding: 0 0 10px 0;
        background-color: transparent;
    }*/

	/* -------------------------------------------------- */   
   .body{
        max-width: 1888px;
        width: 96%;
        margin: 1px auto 15px auto;
        padding: 1px 0 10px 0;
        -webkit-box-shadow: 0px 2px 2px 2px  rgba(153,153,153,0.8);
        -moz-box-shadow: 0px 2px 2px 2px  rgba(153,153,153,0.8);
        -ms-box-shadow: 0px 2px 2px 2px  rgba(153,153,153,0.8);
        -o-box-shadow: 0px 2px 2px 2px  rgba(153,153,153,0.8);
        box-shadow: 0px 2px 2px 2px  rgba(153,153,153,0.8);
        border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        background-color: #ffffff;
    }
    
    .body a{
        color: #1bbae1;
    }
    
    /*.bodyClip{
        max-width: 1366px;max-width: 1290px;
        width: 100%;    
        border:8px blue dotted;    
        margin: 1px auto 15px auto;
        background-color: transparent;
    }*/
    
    #mainContent{
        margin: 5px 20px 20px 20px;
    }
    
    .left-body{ /*idxRBV*/
        float: left;
        width: 12%;
        /*max-width: 200px;*/
        background-color: #F5F5F5;
        height: 100%;
        max-height: 10000px;
        min-height: 0px;
        border:0px red solid;
    }
    .right-body{ /*idxRBV*/
        float:right;
        width:84%;
        /*max-width: 1040px;*/
        background-color: #FFFFFF;
        border:0px green solid;
    }
    .right-body div.right-content,.right-body div.right{
        margin-left:20px; border: 0px solid blue; min-height:300px;
    }
    @media all and (max-width: 1000px){

        .right-body div.right-content,.right-body div.right{
            margin-left: 0;
        }

    }


    @media all and (max-width: 1024px){
        .left-body {
            float: left;
            width: 25%;
            max-width: 150px;
            background-color: #F5F5F5;
            height: 100%;
            max-height: 10000px;
            min-height: 0px;
        }
        .right-body {
            float: right;
            width: 80%;
            max-width: 1040px;
            background-color: #FFFFFF;
        }
    }
 
	/* -------------------------------------------------- */    
    
    a:link, a:visited{
        text-decoration: underline;
        color: #545454;
    }
    a:hover, a:active{
        text-decoration: none;
        color: #282A76;
    }
    b{
        font-family: "Roboto", trebuchet ms !important;
    }
    .nama-institusi{
        z-index: 3;
        text-decoration: none;
        font-weight: bold;
        font-size: 150%;
        position: absolute;
        top: 0px;
        margin-left: 100px;
        max-width: 425px;
        padding-top: 15px;
        height: 55px;
        color: #ffffff;
    }
    .nav{
        /*background: url('../img/identitas/bg1.jpg?1124') repeat scroll 0% 0% #FFF;*/
        
        width: 100%;
        height: 115px;
        box-shadow: 0px 1px 50px #5E5E5E;
        top: 0px;
        /*padding: 10px 0 0 0;*/        
        padding-top:15px;
        padding-bottom:20px;
        border:0px pink dotted;
    }
    .nav .menu{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1215px;        
    }
    .nav .menu .menu-utama{
        float: right;
    }
    .nav .menu .menu-utama a{
        text-decoration: none;
        padding: 5px 15px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: rgba(255,255,255, 0.6);
    }
    .nav .menu .menu-utama a.active, .nav .menu .menu-utama a:hover {
        text-decoration: none;
        color: #545454;
        background-color: rgba(204,204,204,0.6);
        font-weight:800;
    }
    .nav .menu .menu-kedua{
        margin: 50px auto 0 auto;
    }
    .menu-kedua ul#nav{
        list-style-type: none;
        text-align: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .menu-kedua ul#nav li.menu-list{
        float: none;
        display: inline-block;
        text-align: center;
        margin: 0 6px;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
    }
    .menu-kedua ul#nav li.menu-list a{
        text-decoration: none;
        display: block;
        height: 100%;
        padding: 10px 15px 9px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    ul#nav li.menu-list a:hover{
        background-color: #DDDEDE;
    }
    ul#nav li.menu-list a.current{
        color: #007aff;
    }
    ul#nav li.menu-list ul{
        display: none;
        position: fixed;
        margin-top: 0;
        border-radius: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #eaedf1;
        padding: 0;
        min-width: 120px;
        max-width: 300px;
        list-style-type: none;
    }
    ul#nav li:hover ul{
        display: block;
    }
    ul#nav li ul li a{
        text-decoration: none;
    }
    ul#nav li ul li:hover{
        border-bottom: 3px solid rgba(0,0,0,0.5);
    }

 
    td.judul-page{
        padding-left:75px;
        height: 40px;
    }
    td.judul-page.daftar-arsip-lengkap{ background:url(../img/iconJudul/daftar-arsip-lengkap1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.daftar-arsip-per-folder{ background:url(../img/iconJudul/daftar-arsip-per-folder1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.ruang-arsip{ background:url(../img/iconJudul/ruang-arsip1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.kotak-pesan{ background:url(../img/iconJudul/kotak-pesan1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.peminjaman-arsip-fisik{ background:url(../img/iconJudul/peminjaman-arsip-fisik1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.daftar-request{ background:url(../img/iconJudul/daftar-request1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.set-preference{ background:url(../img/iconJudul/set-preference-1.png) no-repeat; background-size: auto 35px; }


    td.judul-page.advanced-search{ background:url(../img/iconJudul/advanced-search1.png) no-repeat; background-size: auto 63px; height: 70px; }
@media all and (max-width:785px){
    td.judul-page.advanced-search{ background:url(../img/iconJudul/advanced-search1.png) no-repeat; background-size: auto 35px; }
}
    td.judul-page.detail{ background:url(../img/iconJudul/detail1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.pdf{ background:url(../img/iconJudul/pdf1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.informasi-kearsipan{ background:url(../img/iconJudul/info1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.profile{ background:url(../img/iconJudul/profile1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.the-doc{ background:url(../img/iconJudul/document1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.the-folder{ background:url(../img/iconJudul/folder1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.ganti-password{ background:url(../img/iconJudul/key1.png) no-repeat; background-size: auto 35px; }
    td.judul-page.rekomendasi{ background:url(../img/iconJudul/send-link1.png) no-repeat; background-size: auto 35px; }


    td.judul-page b.judul-page{
        font-size: 11pt;
    }
    td.desc-judul-page{
        border-top: 1px solid #999999;
        padding-left: 5px;
        font-size: 11px;
        background-color: #ffffff;
        height: 26px;
    }
    table.filter-arsip-lengkap{
        margin-left:2px;
        border:1px solid #eaedf1;
    }
    .filter-arsip-lengkap tr th{
        background-color: #fafafa;
        height: 35px;

    }
    td.sel{
        padding-left:5px;border:#eaedf1 1px solid;background-color:#ffffff;padding-right:10px;
    }

    .advForm {
       background-color:#ffffff;
       /*border:#999999 1px solid;*/
       color:#000000;
       /*font-weight: bold; */
       font-size: 11px;
       font-style: normal;
    /*   font-family: arial, verdana, Helvetica, sans-serif;*/
       text-decoration: none;
       padding:5px;
    }
    .environmentButton {
       padding:10px;
       background:#ffffff;
       border:#eaedf1 1px solid;
    }

    ul.left-menu a{
        list-style-type: none;
        text-decoration: none;
    }
    ul.left-menu li {
        margin-bottom: 2px;
        padding: 5px 12px;
        border-left: 5px solid #f5f5f5;
        width: 95%;
        transition-duration: 1s;
        transition-timing-function: ease;
        background-size: auto 80%;
        background-position: 15px center;
    }
    ul.left-menu li.active,ul.left-menu li:hover{
        text-decoration: none;
        background-color: #e8e8e8;
        cursor: pointer;
        border-left: 5px solid #007aff;
        background-size: auto 80%;
        background-position: 15px center;
    }

    tr.judul{
        width: 100%;/*
        background: rgba(246,246,246,1);
        background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );*/
        background-color: #fafafa;
        border:1px solid #eaedf1;
        height: 35px;
        font-weight: bold;
        text-align: center;
        color: #545454;
        white-space: nowrap;
    }
    tr.judul td:last-child{
        border-right: 1px solid #eaedf1;
    }
    tr.judul td:last-child, tr.judul td{
        text-align: left;
    }
    tr.judul td:first-child{text-align: center;}
    tr.isi{
        height: 35px;
        border: 1px solid #eaedf1;
    }
    tr.isi td:last-child{border-right: 1px solid #eaedf1;}
    .headerTAB {
        height:30px;
    	color:#000000;
    	font-weight: bold;
    	font-style: normal;
    	text-decoration: none;
        padding:5px;
        width: auto;
        text-align: right;
        white-space:nowrap;
        background-color: #f4f4f4;
        border-bottom: 1px solid #eaedf1;
    }
    tr.isi a{
        color: #1bbae1;
    }
    .tdeven{
        padding:5px; padding-left:15px;
    }
    .tdeven div.input{
        border: 1px solid #dddddd;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .tdeven div.input label{
        width: 30%;
        float: left;
        padding-left: 5px;
        margin-bottom: 0;
        line-height: 34px;
        font-weight: bold;
        display: inline-block;
        background-color: #eaedf1;
        word-wrap: normal;
        white-space: pre;
    }
    .tdeven div.input input[type="text"], .tdeven div.input select{
        width: 67%;
        border: 0px none;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        float: left;
        outline: medium none !important;
        height: 34px;
    }
    .tdeven div.input select{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tdeven div.input textarea{
        width: 95%;
        border: 0;
        outline: none;
        background: transparent;
        resize: none;
    }
    .tdeven select{
        width: 100%;
    }


    /*===========================================
                INPUT
    ===========================================*/
    input[type="text"], input[type="date"], input[type="password"], select, textarea, .textboxAdvSearch{
        margin: 5px;
    /*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;*/
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #685050 !important;/*
        line-height: 24px;
        height: 26px;*/
        zoom: 1;
        filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=270);
        /*width: 100%;*/
        padding: 2px 5px;
        font-family: "Roboto", trebuchet ms !important;
        font-size: 1.1em;
    }
    .textboxAdvSearch{
        height: 18px;
        padding: 2px 5px;
        background-color: #ffffff;
        overflow-x: hidden;
        white-space: nowrap;
        cursor: text;
    }
    select{
        cursor: pointer;
        width: auto;
        font: 10pt/12px verdana;
        color: #685050;
        padding-right: 0;
        padding-left: 0;
    }


    /******* SUBMIT ******/

    input[type="submit"],input[type="button"]{
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        background-repeat: repeat-x;


        background: #66a0d4;
        color: #fff;
        line-height: 26px;
        padding:3px;
        padding-left: 12px;
        padding-right: 12px;
        border: none;
        cursor: pointer;
        border-radius:5px;

        /*background: #87cbf5;
        background-image: -webkit-linear-gradient(top, #87cbf5, #268fd1);
        background-image: -moz-linear-gradient(top, #87cbf5, #268fd1);
        background-image: -ms-linear-gradient(top, #87cbf5, #268fd1);
        background-image: -o-linear-gradient(top, #87cbf5, #268fd1);
        background-image: linear-gradient(to bottom, #87cbf5, #268fd1);*/
        cursor: pointer;
        /*height: 27px;*/
        padding: 0px 5px;
        line-height: 27px;
    }


    input[type="submit"]:hover,input[type="button"]:hover{
      box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /*  background: #1479b8;
      background-image: -webkit-linear-gradient(top, #1479b8, #6abdf5);
      background-image: -moz-linear-gradient(top, #1479b8, #6abdf5);
      background-image: -ms-linear-gradient(top, #1479b8, #6abdf5);
      background-image: -o-linear-gradient(top, #1479b8, #6abdf5);
      background-image: linear-gradient(to bottom, #1479b8, #6abdf5);
      */
    }

    input[type="submit"]:before, input[type="button"]:before{
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: shiny-btn-submit 3s ease-in-out infinite;
      }

      @-webkit-keyframes shiny-btn-submit {
          0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
          80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
          81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
          100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
      }

    input[type="submit"]:after, input[type="button"]:after{
      right:inherit;
      top:inherit;
      left:0;
      bottom:0;
    }


    input[type=submit]:active ,input[type="button"]:active{
      box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
                  -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255,255,255,.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
    }

    input[type=submit]:disabled ,input[type="button"]:disabled{
        background-color: #4a4a4a;
    }

    /******* SUBMIT ******/

    .pillbox {
        position: relative;
        z-index: 9999;
        font-size: 11px;
        border: 1px solid #b7b7b7;
        border-top-color: #e7e7e7;
        border-left-color: #d7d7d7;
        border-right-color: #d7d7d7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        margin: 0 0 30px 0;
        -webkit-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
        -moz-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
        -ms-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
        -o-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
        box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
        background: url("../images/view-toolbar-gradient.png");
        display: inline-block;
        margin: 10px;
    }
    .default-button {
        cursor: pointer;
        position: relative;
        display: inline-block;
        float: left;
        padding: 10px;
    }
    .default-button > a {
    padding: 0 5px 0 5px;
    }
    .default-button > a:hover {
    padding: 0 5px 0 5px;
    color: #00A800;
    }
    .default-button + .default-button, .default-button + .split-button {
    border-left: 1px solid #bababa;
    }


    *{margin: 0; padding: 0;}

    h6,pre,code,address,caption,th {
    	font-size: 1em;
    	font-weight: normal;
    	font-style: normal;
    }

    ul,ol {list-style: none;}

    fieldset,img {border: none;}

    fieldset {
    	border: 1px solid #999999;
    	padding:10px;
    }

    legend {
    	padding-left:5px;
    	padding-right:5px;
    }

    img {
    	margin: 0;
    	padding: 0;
    }

    caption,th {text-align: left;}

    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }




    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    td{
    /*	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;*/
    	font-size:10pt !important;
    	color:#000;
    }
    td.judul{/*
        background: rgba(246,246,246,1);
        background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );*/
    background-color: #f9fafc;
    border:1px solid #eaedf1;
    height: 43px;
    line-height: 43px;

}
table#bxico{
    margin-top: 20px;
}
td.judul b{
    color: #282A76;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    padding: 3px 10px;
    text-transform: uppercase;
}
td.judul b.search{
    color: #282A76;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin-left: 10px;
    padding: 3px 40px;
    background: url(../img/search-icon.png) no-repeat;
}
td.isi{
    border-left: 1px solid #eaedf1;
    border-right: 1px solid #eaedf1;
}
td.foot{
    border-left: 1px solid #eaedf1;
    border-right: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}
.tdodd_digital{
   color: #666666;
/*   FONT-FAMILY: arial, verdana, Helvetica, sans-serif;*/
	border-bottom:#eaedf1 1px solid;
   background-color:#ffffff;/*#F2FFE6*/
   padding-left: 5px;
}
.tdeven_digital{
   color: green;
/*   FONT-FAMILY: arial, verdana, Helvetica, sans-serif;*/
	border-bottom:#eaedf1 1px solid;
   background-color:#ffffff;
   padding-left: 5px;
}
.tdodd_digitalANTARA, .tdeven_digitalANTARA{
/*   FONT-FAMILY: arial, verdana, Helvetica, sans-serif;*/
	border-bottom:#eaedf1 1px solid;
   background-color:#f4f4f4;/*#F2FFE6*/
   width: 16px;
}
.tdodd_digitalANTARA .triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 16px 12.5px 0;
    border-color: transparent #f4f4f4 transparent transparent;
}
.tdeven_digitalANTARA .triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 16px 12.5px 0;
    border-color: transparent #eeeeee transparent transparent;
}
/*
.tdeven_digitalANTARA{
   color: green;
/*   FONT-FAMILY: arial, verdana, Helvetica, sans-serif;
	border-bottom:#999999 1px solid;
   background-color:#f4f4f4;
}*/

/*=============================================================================================================================================||
=============================================                  MENU                   =========================================================||
===============================================================================================================================================*/


#menu {
	list-style:none;
	margin:30px auto 0px auto;
	padding:0px 20px 0px 20px;
    text-align: center;
    /*max-width: 550px; MAPPI LEGAL RAMA 2015-07-29*/
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:15px;
	margin-top:7px;
    margin-bottom: 7px;/*
    background-color: #999999;
	border: 1px solid #999999;*/
    background-color: #1595ef;
	border: 1px solid #1595ef;/*
    background-color: #00bbce;
	border: 1px solid #00bbce;*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu li:hover{border: 1px solid #555555;}

#menu li a {
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	color: #FFFFFF;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li.drop:hover, #menu li.no-drop:hover{
    background-color: #eeeeee;
}
#menu li:hover, #menu li.active {
	background: #ffffff;

	-moz-border-radius: 5px 5px 5px 0;
	-webkit-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
#menu li.no-drop{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu li:hover a, #menu li.active a {
	color:#555555;
}


#menu li a.drop {
	padding-right:21px;
	background:url("../img/drop.png") no-repeat right center;
}
#menu li:hover a.drop, #menu li.active a.drop {
	background:url("../img/drop2.png") no-repeat right center;
}

#menu li .drop i.icon{background: url(../img/drop-icon.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.icon, #menu li.active .drop i.icon{background: url(../img/drop-icon2.png) no-repeat;}

#menu li .drop i.Kotak-Pesan{background: url(../img/menu/mailbox.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Kotak-Pesan{background: url(../img/menu/mailbox2.png) no-repeat;}
#menu li .drop i.Message-Box{background: url(../img/menu/mailbox.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Message-Box{background: url(../img/menu/mailbox2.png) no-repeat;}

#menu li .drop i.Peminjaman-Arsip-Fisik{background: url(../img/menu/arsip.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Peminjaman-Arsip-Fisik{background: url(../img/menu/arsip2.png) no-repeat;}
#menu li .drop i.Physical-Records-Borrowing{background: url(../img/menu/arsip.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Physical-Records-Borrowing{background: url(../img/menu/arsip2.png) no-repeat;}

#menu li .drop i.Ruang-Arsip{background: url(../img/menu/Ruang-Arsip.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Ruang-Arsip{background: url(../img/menu/Ruang-Arsip2.png) no-repeat;}
#menu li .drop i.Records-Room{background: url(../img/menu/Ruang-Arsip.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Records-Room{background: url(../img/menu/Ruang-Arsip2.png) no-repeat;}

#menu li .no-drop i.Daftar-Request{background: url(../img/menu/list.png) no-repeat; padding-left: 26px;}
#menu li:hover .no-drop i.Daftar-Request{background: url(../img/menu/list2.png) no-repeat;}
#menu li .no-drop i.Request-List{background: url(../img/menu/list.png) no-repeat; padding-left: 26px;}
#menu li:hover .no-drop i.Request-List{background: url(../img/menu/list2.png) no-repeat;}

#menu li .drop i.Daftar-Arsip{background: url(../img/menu/Daftar-Arsip.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.Daftar-Arsip{background: url(../img/menu/Daftar-Arsip2.png) no-repeat;}

#menu li .drop i.List-of-Records{background: url(../img/menu/Daftar-Arsip.png) no-repeat; padding-left: 26px;}
#menu li:hover .drop i.List-of-Records{background: url(../img/menu/Daftar-Arsip2.png) no-repeat;}



/******************************* dropdown menu anak *******************************/


ul.simple li i.Daftar-Arsip-Lengkap{background: url(../img/menu/daftar-arsip-lengkap.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Daftar-Arsip-Lengkap,i.Daftar-Arsip-Lengkap{background: url(../img/menu/daftar-arsip-lengkap1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.List-of-All-Records{background: url(../img/menu/daftar-arsip-lengkap.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.List-of-All-Records,i.List-of-All-Records{background: url(../img/menu/daftar-arsip-lengkap1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Daftar-Arsip-Per-Folder{background: url(../img/menu/daftar-arsip-per-folder.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Daftar-Arsip-Per-Folder,i.Daftar-Arsip-Per-Folder{background: url(../img/menu/daftar-arsip-per-folder1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.Folder-Records-List{background: url(../img/menu/daftar-arsip-per-folder.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Folder-Records-List,i.Folder-Records-List{background: url(../img/menu/daftar-arsip-per-folder1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Pesan-Masuk,ul.simple li i.Kotak-Masuk,ul.simple li i.Inbox{background: url(../img/menu/inbox.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Pesan-Masuk,ul.simple li:hover i.Kotak-Masuk,ul.simple li:hover i.Inbox,i.Kotak-Masuk,i.Kotak-Masuk.active,i.Inbox,i.Inbox.active{background: url(../img/menu/inbox1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Pesan-Keluar,ul.simple li i.Kotak-Keluar,ul.simple li i.Outbox{background: url(../img/menu/outbox.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Pesan-Keluar,ul.simple li:hover i.Kotak-Keluar,ul.simple li:hover i.Outbox,i.Kotak-Keluar,i.Kotak-Keluar.active,i.Outbox,i.Outbox.active{background: url(../img/menu/outbox1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Kirim-Pesan,ul.simple li i.Send-Message{background: url(../img/menu/send-mail.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Kirim-Pesan,ul.simple li:hover i.Send-Message,i.Kirim-Pesan,i.Kirim-Pesan.active,i.Send-Message,i.Send-Message.active{background: url(../img/menu/send-mail1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Approval{background: url(../img/menu/approval.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Approval,i.Approval{background: url(../img/menu/approval1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Bookmark{background: url(../img/menu/bookmark.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Bookmark,i.Bookmark{background: url(../img/menu/bookmark1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Catatan,ul.simple li i.Note{background: url(../img/menu/note.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Catatan,ul.simple li:hover i.Note,i.Note,i.Note.active,i.Catatan,i.Catatan.active{background: url(../img/menu/note1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Rekomendasi,ul.simple li i.Recommendation{background: url(../img/menu/send-link.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Rekomendasi,ul.simple li:hover i.Recommendation{background: url(../img/menu/send-link1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Shared,ul.simple li i.Shared{background: url(../img/menu/send-link.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Shared,i.Shared,i.Shared.active{background: url(../img/menu/send-link1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Riwayat-Akses-Arsip,ul.simple li i.History-Records-Access{background: url(../img/menu/access-folder.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Riwayat-Akses-Arsip,ul.simple li:hover i.History-Records-Access,i.Riwayat-Akses-Arsip,i.Riwayat-Akses-Arsip.active,i.History-Records-Access,i.History-Records-Access.active{background: url(../img/menu/access-folder1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.Riwayat-Akses-Arsip,ul.simple li i.Access-History{background: url(../img/menu/access-folder.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Riwayat-Akses-Arsip,ul.simple li:hover i.Access-History,i.Riwayat-Akses-Arsip,i.Riwayat-Akses-Arsip.active,i.Access-History,i.Access-History.active{background: url(../img/menu/access-folder1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Deadline-Pengembalian-Hari-Ini{background: url(../img/menu/deadline.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Deadline-Pengembalian-Hari-Ini{background: url(../img/menu/deadline1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.Todays-Return-Deadline{background: url(../img/menu/deadline.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Todays-Return-Deadline{background: url(../img/menu/deadline1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Riwayat-Peminjaman{background: url(../img/menu/Riwayat-Peminjaman.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Riwayat-Peminjaman{background: url(../img/menu/Riwayat-Peminjaman1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.Borrowing-History{background: url(../img/menu/Riwayat-Peminjaman.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Borrowing-History{background: url(../img/menu/Riwayat-Peminjaman1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Arsip-Yang-Saya-Pinjam{background: url(../img/menu/Arsip-Yang-Saya-Pinjam.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Arsip-Yang-Saya-Pinjam{background: url(../img/menu/Arsip-Yang-Saya-Pinjam1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.My-Borrowing-Records{background: url(../img/menu/Arsip-Yang-Saya-Pinjam.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.My-Borrowing-Records{background: url(../img/menu/Arsip-Yang-Saya-Pinjam1.png) no-repeat; background-size:  auto 100%;}

ul.simple li i.Pengembalian-Terlambat{background: url(../img/menu/Pengembalian-Terlambat.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Pengembalian-Terlambat{background: url(../img/menu/Pengembalian-Terlambat1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.Late-Records-Return{background: url(../img/menu/Pengembalian-Terlambat.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Late-Records-Return{background: url(../img/menu/Pengembalian-Terlambat1.png) no-repeat; background-size:  auto 100%;}

/** ditutup oleh RAMA 2015-09-10 karena Clip berubah menjadi Pin Arsip
ul.simple li i.Clip{background: url(../img/menu/clip.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Clip,i.Clip{background: url(../img/menu/clip1.png) no-repeat; background-size:  auto 100%;}
*/

ul.simple li i.Pin-Arsip{background: url(../img/menu/pin-arsip.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Pin-Arsip,i.Pin-Arsip{background: url(../img/menu/pin-arsip1.png) no-repeat; background-size:  auto 100%;}
ul.simple li i.Records-Pin{background: url(../img/menu/pin-arsip.png) no-repeat; background-size:  auto 100%; padding-left: 26px;}
ul.simple li:hover i.Records-Pin,i.Records-Pin{background: url(../img/menu/pin-arsip1.png) no-repeat; background-size:  auto 100%;}

i.My-Folder{background: url(../img/menu/folder1.png) no-repeat; background-size:  auto 100%;}
i.Expired{background: url(../img/menu/expired1.png) no-repeat; background-size:  auto 100%;}



.dropdown{
    width: auto;
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #555555;
	border-top:none;
	background:#ffffff;
    z-index: 300;
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
.col {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col {width:auto;}

#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
    background-color: #eeeeee;
}#menu li .align_left {
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    background-color: #eeeeee;
}

#menu li:hover .align_left {
	left:auto;
	left:-1px;
	top:auto;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}


#menu li:hover div a {
    border-bottom: 1px solid #eaedf1;
    color: #000000;
    font-size: 12px;
    margin-left: 14px;
    display: block;
    white-space: nowrap;
}
#menu li:hover div a:hover {
	color:#007AFF;
    border-bottom: 1px solid #007AFF;
}

#menu li:hover div a i.icon{background: url(../img/drop-icon2.png) no-repeat;  padding-left: 26px;}
#menu li:hover div a:hover i.icon{background: url(../img/drop-icon3.png) no-repeat;}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
    width: auto;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
    background-color: #eeeeee;
    border: 0;
    width: auto;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}


/*=======================================================================================================================================||
====================================================        LOGIN       =================================================================||
=========================================================================================================================================*/

#LoginView{
  background-color: #fff;

  margin: 40px;
  padding: 0;
  padding-bottom: 50px;
  /*-webkit-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -moz-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -ms-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -o-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);*/

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-height: 500px;
  /*border: 8px violet solid;*/

  background-size: 100% 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/*
.background-1{
    border: 0px red dashed;
    background: #fff url("../img/bgLogin/bgLogin-1.png?1kjkl");
}
.background-2{
    border: 0px green dashed;
    background: #fff url("../img/bgLogin/bgLogin-2.png?2uoou");
}
.background-3{
    border: 0px blue dashed;
    background: #fff url("../img/bgLogin/bgLogin-3.png?3hyop");
}
.background-4{
    border: 0px orange dashed;
    background: #fff url("../img/bgLogin/bgLogin-4.png?4dflo");
}
.background-5{
    border: 0px violet dashed;
    background: #fff url("../img/bgLogin/bgLogin-5.png?5s4kj");
}
.background-6{
    border: 0px pink dashed;
    background: #fff url("../img/bgLogin/bgLogin-6.png?6nfda");
}*/
#logo{
    height: 115px;
    width: 10.2%;
    float: left;
    background: url("../img/bgLogin/logo.png") no-repeat;
    background-position: center;
}
#judul{
    width: 40%;
    float: left;
}
#judul h2{
    margin-top: 20px;
    text-decoration: none;
}
#logo2{
    margin: 20px 20px 0 0;
    height: 130px;
    width: 25%;
    float: right;
    background: url("../img/bgLogin/logo-dcb2.png") no-repeat;
    background-size: 100%;
}
#login-box {
    width: 500px;
    margin: 0 auto 0 -250px;
    height: 200px;
    position: relative;
    left: 50%;
}
#LoginLogo {
    height: 25%;
    width: 40%;
    float: left;
    background-size: 100% auto;

}
#LoginView .form {
    width: 60%;
    float: right;
}
.form form{
    border-left: 0px solid #CCC;
}
#login-form {
    padding: 5px 0 5px 15px;
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#login-form input[type="text"], #login-form input[type="password"]{
    background-color: #fff !important;
    margin: 0 !important;
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #666 !important;
    text-indent: 6px;
    line-height: 24px;
    height: 26px;
    -webkit-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
    -ms-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
    -o-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
    box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=270);
    width: 100%;
}
#login-form > div {
    margin-bottom: 15px;
    font-size: 11pt;
}
#login-form label {
    display: inline-block;
    margin-bottom: 5px;
}

.footer{
    max-width: 1291px;
    width: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
    font-size: 12px;
    color: #848A12;
}
.footer a{
    text-decoration: none !important;
}
@media all and (max-width: 801px) {
  #LoginView {
    min-width: 0 !important;
    margin: 0;
    background-position: left bottom;
    height: auto;
    -ms-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }

    #logo{
        max-width: 130px;
        width: 100%;
        float: left;
        background: url("../img/logo.png") no-repeat;
        background-size: 100%
    }

    #judul{
        width: 100%;
        float: left;
    }
    #judul h2{
        font-size: 90%;
        padding: 0 20px;
    }
    #judul h4{
        padding: 0 20px;
    }
    #logo2{
        margin: 0 0 0 20px;
        width: 100%;
        float: right;
        background: url("../img/bgLogin/logo-dcb2.png") no-repeat;
    background-size: 180px;
    background-position: center;
    }
  #login-box {
    width: 100%;
    height: auto;
    float: none;
    margin: 10px 0 0 0;
    top: 0;
    left: 0;
  }
  #login-box .form {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 32%;
  }
  #login-box .form form {
    border: none;
    padding: 0 10px 10px 10px;
  }
  #login-box #LoginLogo {
    float: none;
    width: 100%;
    height: 80px;
    padding: 0;
    background-position: 50% 50%;
  }
  #login-form {
    padding: 0 20px !important;
  }




  .nav .menu .menu-utama a {
    background-color: transparent;
  }

  table.profil-organisasi{
    width: 100%;
  }
  select, input[type="file"], .tdeven div.input label{
    width: 98%;
  }
  .tdeven div.input select{
    width: 100%;
  }
}




/*==========================================
		FOOTER STYLE
==========================================*/
#footer{
	text-align:center;
	width: auto;
	margin-top:20px;
	margin-bottom:20px;
    float: left;
	height:auto; /*
	background:#BBBB77;
	border-bottom:5px #3071AE solid;
	background:url(../img/bnr/footer.jpg) repeat-x;*/
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.footerColor1{
	color: #FFFF00;
/*	font-family: verdana;*/
	font-size: 7pt;
}


/**********************************************************************************************************************************
**********************************************************************************************************************************/

.judul-filter{
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );
    /*background: linear-gradient(to bottom, rgba(234, 237, 241, 0.98) 0%, #EAEDF1 0%, #FFF 52%, #EAEDF1 100%) repeat scroll 0% 0% transparent;*/
    border: 1px solid #eaedf1;
    height: 43px;
    line-height: 43px;
    text-transform:uppercase; font-weight:bold; font-size:12pt;
    padding: 0 10px;
}
b.bookmark{background: url(img/iconJudul/bookmark.png) no-repeat; height: 40px;}

table.filter{
    border-left: 1px solid #EAEDF1;
    border-right: 1px solid #EAEDF1;
    border-bottom: 1px solid #EAEDF1;
    background: linear-gradient(to bottom, rgba(234, 237, 241, 0.98) 0%, #EAEDF1 0%, #FFF 52%, #EAEDF1 100%) repeat scroll 0% 0% transparent;
}
table.filter td{
    padding: 5px;
}
blockquote.abjad-filter{
    margin:0;
    padding:20px 10px 10px 10px;
    font-size:11px;
    border-left: 1px solid #eaedf1;
    border-right: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
    background-color: #ededed;
}
div.filter-result{
    padding:20px 10px 10px 10px;
    border-left:1px solid #eaedf1;
    border-right:1px solid #eaedf1;
    border-bottom:1px solid #eaedf1;
    font-size:11px;
}
div.filter-result:hover{
    background-color: #eeeeee;
}

span.filter-abjad, a.filter-abjad,span.judul-thumbnail,span.jml-data-thumbnail{
    padding: 2px 5px;
    border-radius: 3px;
}
span.filter-abjad.active,span.judul-thumbnail,span.jml-data-thumbnail{
    background-color: #1595ef; color: #ffffff;
}
a.filter-abjad:hover{
    background-color: #cccccc;
}
span.judul-thumbnail{
    font-weight: bold;
}
span.jml-data-thumbnail{
    font-size: 12pt;
}
#hasilcari{
    margin-top:10px;
    padding-top:4px;
    padding-left:10px;
    color:#ff0000;
    font-size:12pt;
    background:#FFECD9;
    border:1px #CC3333 solid;
    border-radius: 3px;
    width:300px;
    height:22px;
}

/************************************************************************/
/*************                  View Clip               *****************/
/************************************************************************/
.infoBar{
    background-color: #ececec;
    background: -webkit-linear-gradient(#f3f3f3, #e5e5e5);
    background: linear-gradient(#f3f3f3, #e5e5e5);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    border-left: 1px solid #d4d4d4;
    border-left: 1px solid rgba(0, 0, 0, 0.17);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.17);
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    clear: both;
    color: #333;
    height: 44px;
    line-height: 44px;
    margin-bottom: 2px;
    max-width: 10000px;
}
.infoBar a{
    padding: 15px 20px;
    background-color: transparent;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
}
.infoBar a:hover,.infoBar a.active{
    background-color: #f9f9f9;
    text-decoration: none;
}
.clipWrapper{
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding-bottom: 10px;
}
.item{
    margin: 14px 7px 0 7px;
    float: left;
}
.clipCoverImage{
    height: 284px;
    width: 236px;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
}
.clipLinkWarper{
    display: block;
    padding: 10px;
}
.clipCoverImage a {
    color: #555;
    position: relative;
    font-weight: bold;
    text-decoration: none;
}
.clipName{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    margin: 0 3px 6px;
    position: relative;
    height: auto;
}
.clipCoverImage .clipCoverWrapper{
    position: relative;
    overflow: hidden;
    clear: both;
    height: 146px;
    width: 216px;
    background-color: #eee;
}
.hoverMask {
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.33) inset;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.clipCoverImage .clipCoverWrapper .clipCover{
    border-radius: 3px;
    height: 146px;
    width: 216px;
    clear: both;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.clipArsipCount{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
    background-color: #000;
    background-color: rgba(68, 68, 68, 0.7);
    bottom: 3px;
    color: #fff;
    padding: 3px 6px;
    position: absolute;
    right: 3px;
    z-index: 200;
}
.clipCoverImage ul{
    height: 51px;
    margin: 4px 0 8px 0;
    padding: 0;
}
.clipCoverImage .clipThumbs li:first-child {
    margin-left: 0;
}
.clipCoverImage .clipThumbs li {
    position: relative;
    display: inline;
    float: left;
    height: 51px;
    margin-left: 4px;
    position: relative;
    width: 51px;
    background-color: #eeeeee;
}
.clipThumbs li .thumb {
border-radius: 3px;
height: 51px;
width: 51px;
}

/****************************************************************************/
/************************       clipview       ******************************/
/****************************************************************************/

#viewClip{
    display: block;
    min-height: 397px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 14px;
}

.wrapperHeaderViewClip{
    margin: 20px auto 0 auto;
    max-width: 1000px;
}

.headerViewClip{
    top: 28px;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.9);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(241, 241, 241, 0.9));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(241, 241, 241, 0.9));
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border-top: 1px solid #e0e0e0;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    cursor: default;
    top: 0;
    width: 100%;
}

.headerViewClip h3{
    /*padding: 5px;*/
    line-height: 43px;
    font-size: 14px;
    margin: 0 20px;
}
.wrapperContentViewClip{
    margin: 0 auto 0 auto;
    padding: 20px 40px;
    /*width: 100%;*/
    max-width: 920px;
    background-color: #f8f8f8;
}
.wrapperContentViewClip:hover{
    background-color: #f0f0f0;
}
.contentViewClip{
    width: 100%;
    height: auto;
    border: 0px solid red;
}
.contentViewClip .frame-doc-pdf{
    border:1px #dfdfdf solid; width: 100%; height: 1100px;
}
@media all and (max-width: 760px){
    .contentViewClip .frame-doc-pdf{
        height: 400px;
    }

}

.wrapperNoteViewClip{
    margin: 0 auto 14px auto;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    height: 17px;
    padding: 11px 20px;
    max-width: 960px;
    border-radius: 0 0 3px 3px;
}
.wrapperNoteViewClip b{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.33);
    color: #444;
    display: block;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.wrapperDescViewClip{
    margin: 0 auto 14px auto;
    height: auto;
    padding: 11px 20px;
    max-width: 960px;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
    overflow: hidden;
    margin-bottom: 14px;
}
.wrapperDescViewClip .clipDesc{
    border-top: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 23px;
}
.clipDesc+.clipDesc{
    border-top: 1px solid #e3e3e3;
}
.wrapperDescViewClip .clipDesc .descClip{
    margin-bottom: 0;
    padding: 23px 20px 0 20px;
    overflow: hidden;
}
.wrapperKetClip{
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 14px auto;
}
.wrapperKetClip .clipCreator{
    float: left;
    padding: 15px 20px;
    width: auto;
    min-width: 186px;
    border-left: 1px solid #e3e3e3;
}
.wrapperKetClip .clipShared{
    width: 50%;
    float: left;
    padding: 15px 20px;
}
.wrapperHead{
    text-align: center;
    margin-bottom: 15px;
    height: 48px;
}
.wrapperHead a.previous{
    width: 48px;
    height: 48px;
    float:left;
    background: url(../img/prev.png);
}
.wrapperHead a.next{
    width: 48px;
    height: 48px;
    float: right;
    background: url(../img/next.png);
}
.wrapperHead a.previous:hover{
    background: url(../img/prev2.png);
}
.wrapperHead a.next:hover{
    background: url(../img/next2.png);
}
.wrapperHead b.judul{
    width: 100%;
    margin: 0 12px;
    text-align:center;
    float: top;
}
/*=============================          info        =====================================================*/

.info, .success, .warning, .error {
    border: 1px solid;
    max-width: 350px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    border-radius:.5em;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/info-icon/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/info-icon/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/info-icon/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/info-icon/error.png');
}


/*=============================     end info    =====================================================*/


/**********************************************************************/
.tooltip, .popupmenu {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    /*border-bottom: 1px dotted black;*/
    background: url(../img/iconskoleksi/menu1.png) no-repeat;
    background-size: auto 100%;
}

.tooltip .tooltiptext, .popupmenu .popupmenutext {
    visibility: hidden;
    margin-top:-10px;
    width: auto;
    background-color: #dcdcdc;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext, .popupmenu:hover .popupmenutext {
    visibility: visible;
}


/*===============================create link koleksi=====================================*/
.insert-box, .insert-box-sf
{
    margin-left: -250px;
}
.insert-box:after
{
    content: "";
    position: absolute;
    top: -18px;
    left: 250px;
    border-style: solid;
    border-width: 0 12px 22px;
    border-color: #1bbae1 transparent;
    width: 0;
    z-index: 1;
}

.insert-box .head{
    padding-left:10px;
    padding-top:5px;
    background:#1bbae1;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}

.insert-box .foot{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:#1bbae1;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.insert-box-sf:after
{
    content: "";
    position: absolute;
    top: -18px;
    left: 250px;
    border-style: solid;
    border-width: 0 12px 22px;
    border-color: 
#e0957b
 transparent;
    width: 0;
    z-index: 1;
}
.insert-box-sf .head-sf{
    padding-left:10px;
    padding-top:5px;
    background:
#e0957b
;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}
.insert-box-sf .foot-sf{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:
#e0957b
;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/* ---------------------------- */

.insert-box-dtl
{
    margin-left: -320px;
}
.insert-box-dtl:after
{
    content: "";
    position: absolute;
    top: -18px;
    left: 220px;
    border-style: solid;
    border-width: 0 12px 22px;
    border-color: #1bbae1 transparent;
    width: 0;
    z-index: 1;
}
.insert-box-dtl .head{
    padding-left:10px;
    padding-top:5px;
    background:#1bbae1;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}
.insert-box-dtl .foot{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:#1bbae1;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.insert-box-dtl .head-sf{
    padding-left:10px;
    padding-top:5px;
    background:
#e0957b
;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}
.insert-box-dtl .foot-sf{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:
#e0957b
;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
/* ---------------------------- */

/*....pos1.....*/
.insert-box-pos1
{
    margin-left: -140px;
}
.insert-box-pos1:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 140px;
    border-style: solid;
    border-width: 0 10px 20px;
    border-color: #1bbae1 transparent;
    width: 0;
    z-index: 1;
}
.insert-box-pos1 .head{
    padding-left:10px;
    padding-top:5px;
    background:#1bbae1;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.insert-box-pos1 .foot{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:#1bbae1;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/*....pos2.....*/
.insert-box-pos2
{
    margin-left: -250px;
    border:3px violet solid;
}
.insert-box-pos2:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 140px;
    border-style: solid;
    border-width: 0 10px 20px;
    border-color: #1bbae1 transparent;
    width: 0;
    z-index: 1;
}
.insert-box-pos2 .head{
    padding-left:10px;
    padding-top:5px;
    background:#1bbae1;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.insert-box-pos2 .foot{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:#1bbae1;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/*....pos3.....*/
.insert-box-pos3
{
    margin-left: -140px;
    border:3px violet solid;
}
.insert-box-pos3:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 140px;
    border-style: solid;
    border-width: 0 10px 20px;
    border-color: #1bbae1 transparent;
    width: 0;
    z-index: 1;
}
.insert-box-pos3 .head{
    padding-left:10px;
    padding-top:5px;
    background:#1bbae1;
    padding-bottom:5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}
.insert-box-pos3 .foot{
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    background:#1bbae1;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;

}

/*============================================  style catatan   =====================================*/
.contentCatatan{
    background-color: #f8f8f8;
    padding:20px 10px 10px 10px;
    border-left:1px solid #eaedf1;
    border-right:1px solid #eaedf1;
    border-bottom:1px solid #eaedf1;
    font-size:11px;
}
.contentCatatan:hover{
    background-color: #eeeeee;
}

/*========================================  bahasa  ===============================================*/
.bahasa{
    position: fixed;
    z-index: 3;
    right: 0;
    top:30%;
    padding: 15px 5px 15px 10px;
    background-color: #eeeeee;
    border: 1px solid #bbbbbb;
    border-right: 0px;
    border-radius: 5px 0 0 5px;
}

/*========================================  class notif  ===============================================*/
.notif, .notif span{
    color: #1595ef;
    text-decoration: none;
}
.notif img{
    margin-top: 10px;
    width: 20px;
    height: 20px;
}

/*========================================  last records accessed  ===============================================*/
.lastRecordsAccessed{
    margin: 10px;
    word-wrap: break-word;
    max-width: 352px;
    border-bottom: 1px solid #eaedf1;
    border-radius: 5px;
    padding: 0 5px;
}
.lastRecordsAccessed:hover{
    background-color: #eeeeee;
}

/*
button[type="button"]{
    border-radius: 3px;
    width: 216px;
    bottom: 10px;
    left: 10px;
    background-color: #f7f7f7;
    background: -webkit-linear-gradient(#fff, #f0f0f0);
    background: linear-gradient(#fff, #f0f0f0);
    border: 1px solid #ccc;
    color: #5f5f5f;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    white-space: nowrap;
    padding: 8px 14px 7px;
}
button[type="button"]:hover{
    border-color: #ccc #c2c2c2 #b8b8b8;
}
button[type="button"]:active{
    background-color: #f7f7f7;
    background: -webkit-linear-gradient(#f0f0f0, #fff);
    background: linear-gradient(#f0f0f0, #fff);
    background: -webkit-linear-gradient(#f0f0f0, #fff);
    border-color: #b8b8b8 #c2c2c2 #ccc;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
}*/

b.bookmark{
    background: url(../img/iconJudul/bookmark1.png) no-repeat;
    background-size: auto 21px;background-position:left center;
    padding-left: 30px;
}
b.catatan,b.note{
    background: url(../img/iconJudul/catatan1.png) no-repeat;
    background-size: auto 21px;background-position:left center;
    padding-left: 30px;
}
b.rekomendasi,b.shared{
    background: url(../img/iconJudul/rekomendasi1.png) no-repeat;
    background-size: auto 21px;background-position:left center;
    padding-left: 30px;
}
/* Paging */

.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; padding:2px; font-size:8pt; color:#999;}
.PagingCurrentPageNumber { border: 1px solid #ff6600; background: #ff6600; color: #fff; padding:2px;}

.textPage{width:50px;}
.pagination {
    padding: 20px;
    margin-bottom: 20px;
    height: 110px;
}
.pagination a {
    cursor: pointer;
}
.pagination table td{
    width: auto !important;
}
a.page{text-decoration: none;}
.page {
    display: inline-block;
    padding: 1px 5px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
.page.disabled{
    background: #e5e5e5;
    color:#999999;
}

.bubble
{
position: absolute;
width: auto;
height: auto;
padding: 10px;
background: #1595ef;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left:7%;
margin-top:-40px;
}

.bubble:after
{
content: "";
position: absolute;
top: 16px;
left: -77px;
border-style: solid;
border-width: 14px 77px 14px 0;
border-color: transparent #1595ef;
display: block;
width: 0;
z-index: 1;
}
table.profil{border-collapse: separate; max-width: 500px; width: 90%;}
table.profil tr:nth-child(even){ background-color: #f9f9f9;

}
table.profil td{padding: 0;}
table.profil td.field1,table.profil td.value1{
    text-align: left;
    border: 0;
}
table.profil td.field{
    padding-left: 20px;
}
table.profil td.value{
    padding: 8px;
}



.struktur-organisasi{
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}
.struktur-organisasi thead th{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #eaedf1;
    padding: 14px 8px;
    text-align: left;
}
.struktur-organisasi thead th:first-child,.struktur-organisasi tbody td:first-child{
    text-align: center;
}
.struktur-organisasi tbody tr:hover, .struktur-organisasi tbody tr:nth-child(odd):hover{
    background-color: #eaedf1;
}
.struktur-organisasi tbody tr:nth-child(odd){
   background-color: #f9f9f9;
}
.struktur-organisasi tbody td{
    border-bottom: 1px solid #eaedf1;
    padding: 8px;
}



div.berita{
    float: left;
    width: 50%;
    margin: 25px 0;
}
div.berita h4, td.judul-namaInstitusi{
    margin:10px 20px 0 10px;
    border-bottom: 1px dotted #dddddd;
    color: #1bbae1;
    padding:  10px 0;
    font-size: 16px;
}
td.judul-namaInstitusi{
    border: 0;
}
div.berita p{
    margin: 0 0 20px 10px;
    color: #1bbae1;
}
div.berita div#beritaLengkap{
    margin: 5px 20px 10px 10px;
    display:none;
    visibility:hidden;
}


table.profil-organisasi{
    border: 1px solid #eaedf1;
    border-collapse: collapse;
    margin-top:10px;
    height:300px;
    min-width: 50%;
}
table.profil-organisasi tbody tr{
    border-bottom: 1px dashed #eaedf1;
}
table.profil-organisasi tbody tr td{
    padding: 15px;
}
table.profil-organisasi hr{
    border: 0; border-bottom: 1px dotted #eaedf1;
}
table.profil-organisasi tbody td.narasi{
    color: #394263; font-style: italic;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; padding-left:10px;padding-top:5px;background:#f9f9f9;height:100px;
}

/*********************************************************************************************************/
/*******************************                link menu style                ***************************/
/*********************************************************************************************************/

.link-menu{
    color: #1bbae1;
    background-size: 16px 16px;
    padding-left: 21px;
    margin-right: 19px;
}
.link-menu+.link-menu{
    margin-left: 19px;
}

td.header{
    padding-left: 5px;
    border-left: 1px solid #eeeeee;
}
td.tdodd,td.advForm:last-child{
    border-right: 1px solid #eeeeee;
}
td.tdeven{
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

/*********************************************************************************************************/
/*******************************       link menu-informasi kearsipan style     ***************************/
/*********************************************************************************************************/

.link-menu.Profil-Organisasi{
    background: url(../img/iconLinkMenu/profil-organisasi1.png) no-repeat; background-size: auto 100%;
}
.link-menu.Company-Profile{
    background: url(../img/iconLinkMenu/profil-organisasi1.png) no-repeat; background-size: auto 100%;
}
.link-menu.Struktur-Organisasi{
    background: url(../img/iconLinkMenu/struktur-organisasi1.png) no-repeat; background-size: auto 100%;
}
.link-menu.Management{
    background: url(../img/iconLinkMenu/struktur-organisasi1.png) no-repeat; background-size: auto 100%;
}
.link-menu.Pedoman-Kebijakan-Sistem-Kearsipan{
    background: url(../img/iconLinkMenu/Pedoman-Kebijakan-Sistem-Kearsipan1.png) no-repeat; background-size: auto 100%;
}
.link-menu.Records-Policy{
    background: url(../img/iconLinkMenu/Pedoman-Kebijakan-Sistem-Kearsipan1.png) no-repeat; background-size: auto 100%;
}
.link-menu.Berita{
    background: url(../img/iconLinkMenu/berita1.png) no-repeat; background-size: auto 100%;
}
.link-menu.News{
    background: url(../img/iconLinkMenu/berita1.png) no-repeat; background-size: auto 100%;
}

@media all and (max-width: 395px){
    .nama-institusi{
        font-size: 100%
    }
}
.lastRecordsAccessed a {
    color: #1BBAE1;
}
#footer a{color:#545454; font-size: 9pt; text-decoration: none !important;}

/****************************************************************************************************************************************/
/*****************************************************    04-06-2014     ****************************************************************/
/****************************************************************************************************************************************/
.nav .menu .menu-utama a{
    white-space: nowrap;
}
@media all and (max-width: 1215px){
    .nav .menu .menu-utama {
        float: right;
        margin-top: 80px;
    }
    .nav .menu .menu-kedua {
        margin: 100px auto 0px;
        padding-left: 5px;
    }
    #menu {
        list-style: none outside none;
        margin: 30px auto 0px;
        padding: 0px 20px;
        text-align: center;
        max-width: 940px;
    }
}

@media all and (max-width: 825px) and (max-width: 825px) and (min-width: 750px){
    .nav .menu .menu-utama {
        float: right;
        margin-top: 20px;
        padding-right: 50px;
    }
}

/****************************************************************************************************************************************/
/*****************************************************    07-07-2014     ****************************************************************/
/****************************************************************************************************************************************/

div.filter-result, div.filter-result-shared, div.filter-result-bookmark {
    padding: 20px 10px 10px;
    border-left: 1px solid #EAEDF1;
    border-right: 1px solid #EAEDF1;
    border-bottom: 1px solid #EAEDF1;
}
.background-shared,.background-bookmark{
    border: 0px solid #F00;
    background: url('../img/34fe023ca092e1/documents.png') no-repeat scroll center center / 130px 150px transparent;
    height: 180px;
    width: 100px;
    font: 7pt arial;
    padding: 10px 0 10px 10px;
    text-align: center;
}

ul.simple li i.Shared,ul.simple li i.Shared{
	background: url(../img/menu/send-link.png) no-repeat;
	 background-size:  auto 100%;
	 padding-left: 26px;
}


ul.simple li:hover i.Shared,i.Shared,i.Shared.active{
	background: url(../img/menu/send-link1.png) no-repeat;
	 background-size:  auto 100%;
}

/****************************************************************************************************************************************/
/*****************************************************    08-07-2014     ****************************************************************/
/****************************************************************************************************************************************/
@media all and (max-width: 940px) {
    .nav .menu .menu-utama{
        float: left;
    }
    .nav .menu .menu-utama a{
        text-decoration: underline;
        background-color: transparent;
    }
    .nav .menu .menu-utama a.active{
        background-color: transparent;
        font-weight: bold;
    }

    .body{
        width: 100%;
    }
    .nav .menu .menu-kedua{
    }
    #mainContent {
        margin: 100px 20px 20px;
    }
}



/****************************************************************************************************************************************/
/*****************************************************    08-07-2014     ****************************************************************/
/****************************************************************************************************************************************/

@media all and (max-width: 940px) {
    div.berita{
        width: 100%;
    }
}

td.judul-page.advanced-search form{
    margin-left: 100px;
}
@media all and (max-width: 700px){
    td.judul-page.advanced-search form{
        margin-left: 0;
    }

}


.top-detail-view-image{
    display: none;
}
    .right-detail-view-image{
        display: block;
    }
@media all and (max-width: 850px){

    .top-detail-view-image{
        display: block;
    }
    .right-detail-view-image{
        display: none;
    }
}

/*************************************************************************************************************/
/*************************** style 04-08-2014 ****************************************************************/
/*************************************************************************************************************/


div.menu-utama a#Logout{
    background-color: rgba(255,52,52,0.6);
    color: #cccccc;
}
div.menu-utama a#Logout:hover{
    background-color: rgba(255,0,0,0.8);
    color: #ffffff;
}

div.menu-utama a#Admin{
    background-color: rgba(255, 235, 59, 0.6);
    color: #666666;
}
div.menu-utama a#Admin:hover{
    background-color: rgba(255, 235, 59, 0.8);
    color: #666666;
}
/****************************************************************************************************************************************/
/*****************************************************    12-08-2014     ****************************************************************/
/****************************************************************************************************************************************/
.data-detail{float:left;}
.thumbnail-link{float:left;}
@media all and (max-width: 600px){
    .data-detail{float:none;}
    .thumbnail-link{float:none;}
    div.menu-utama a#Logout{background-color: transparent; color: #ff0000;}
    div.menu-utama a#Logout:hover{background-color: transparent;}
}


/****************************************************************************************************************************************/
/*****************************************************    19-09-2014     ****************************************************************/
/****************************************************************************************************************************************/
a.bookmark{
    background: url(../img/iconskoleksi/bintang1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.bookmark:hover{
    background: url(../img/iconskoleksi/bintang.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.sendlink{
    background: url(../img/iconskoleksi/send-link1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.sendlink:hover{
    background: url(../img/iconskoleksi/send-link.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.cttn{
    background: url(../img/iconskoleksi/catatan1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.cttn:hover{
    background: url(../img/iconskoleksi/catatan.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
/*QUICKVIEW*/
a.bookmarkQV{
    background: url(../img/iconskoleksi/bintang1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.bookmarkQV:hover{
    background: url(../img/iconskoleksi/bintang.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.sendlinkQV{
    background: url(../img/iconskoleksi/send-link1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.sendlinkQV:hover{
    background: url(../img/iconskoleksi/send-link.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.cttnQV{
    background: url(../img/iconskoleksi/catatan1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.cttnQV:hover{
    background: url(../img/iconskoleksi/catatan.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.dtlQV{
    background: url(../img/iconskoleksi/watchtopic1.png) no-repeat; background-size: 18px;
    text-decoration: none;
}
a.dtlQV:hover{
    background: url(../img/iconskoleksi/watchtopic.png) no-repeat; background-size: 18px;
    text-decoration: none;
}
/*------*/
a.clip{
    background: url(../img/iconskoleksi/pin-arsip1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.clip:hover{
    background: url(../img/iconskoleksi/pin-arsip.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.dtl{
    background: url(../img/iconskoleksi/watchtopic1.png) no-repeat; background-size: 18px;
    text-decoration: none;
}
a.dtl:hover{
    background: url(../img/iconskoleksi/watchtopic.png) no-repeat; background-size: 18px;
    text-decoration: none;
}
a.epaper{
    background: url(../img/iconskoleksi/epaper1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.epaper:hover{
    background: url(../img/iconskoleksi/epaper.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
span.epaper{
    background: url(../img/iconskoleksi/epaper1.png) no-repeat; background-size: 16px;
    text-decoration: none;
    padding: 0px 10px;
    margin-left: 5px;
}
span.epaper:hover{
    background: url(../img/iconskoleksi/epaper.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.pdf{
    background: url(../img/iconskoleksi/pdf1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.pdf:hover{
    background: url(../img/iconskoleksi/pdf.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.linkage{
    background: url(../img/iconskoleksi/linkage1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.linkage:hover{
    background: url(../img/iconskoleksi/linkage.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.req{
    background: url(../img/iconskoleksi/request1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.req:hover{
    background: url(../img/iconskoleksi/request.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.detail-per-page{
    background: url(../img/iconskoleksi/detail-per-page1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.detail-per-page:hover{
    background: url(../img/iconskoleksi/detail-per-page.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.link-koleksi{
    padding: 0 5px 2px 20px;
    font-weight:bold;
    font-size:8pt;
    text-decoration: underline;
}
a.link-koleksi:hover{
    color: #000000;
    text-decoration:none;
}
a.password{
    background: url(../img/iconskoleksi/password1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.password:hover{
    background: url(../img/iconskoleksi/password.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.expireddate{
    background: url(../img/iconskoleksi/expired-date1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.expireddate:hover{
    background: url(../img/iconskoleksi/expired-date.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.setsharedfolder{
    background: url(../img/iconskoleksi/set-shared-folder1.png) no-repeat; background-size: 18px;
    text-decoration: none;
}
a.setsharedfolder:hover{
    background: url(../img/iconskoleksi/set-shared-folder.png) no-repeat; background-size: 18px;
    text-decoration: none;
}
a.addfiles{
    background: url(../img/iconskoleksi/add-files1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.addfiles:hover{
    background: url(../img/iconskoleksi/add-files.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.rename{
    background: url(../img/iconskoleksi/rename1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.rename:hover{
    background: url(../img/iconskoleksi/rename.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
a.attr{
    background: url(../img/iconskoleksi/attr1.png) no-repeat; background-size: 20px;
    text-decoration: none;
}
a.attr:hover,a.attr.actv{
    background: url(../img/iconskoleksi/attr.png) no-repeat; background-size: 20px;
    text-decoration: none;
}


span.sendemail,a.sendemail{
    background: url(../img/ods-icon/mail1.png) no-repeat; background-size: 16px;
    text-decoration: none;
}
span.sendemail:hover,a.sendemail:hover{
    background: url(../img/ods-icon/mail.png) no-repeat; background-size: 16px;
    text-decoration: none;
}

/****************************************************************************************************************************************/
/*****************************************************  22-09-2014   ********************************************************************/
/****************************************************************************************************************************************/

.kiri{
    width:50%;
    height:600px;
    float:left;
    font-family:arial;
    font-size:10pt;
    font-weight:bold;
    padding:10px;
    border-top:1px #eaedf1 solid;
    border-right:1px #eaedf1 solid;
    border-left:1px #eaedf1 solid;
    border-bottom:1px #eaedf1 solid;
    background:#F5F5F5;
}

.kanan{
    width:47%; float:right;
}

@media all and (max-width: 827px) {
    body{
        overflow-x: auto;
    }
    .kiri{
        width: 90%;
    }
    .kanan{
        width: 95%;
        float: left;
    }
}

/**********************
  * 25-09-2014 RAMA *
***********************/

select.filter-home,select.filter-arsip-lengkap{
    width: 100px;
}
select.search-home{
    width: 140px;
}

/**********************
  * 03-10-2014 RAMA *
***********************/
input[type="radio"]:checked + label[name="radio"] {
    cursor: pointer;
    color: #061F6D;
    font-weight: bold;
}

/**********************
  * 06-10-2014 RAMA *
***********************/
.background-thumbnail{
    background: url('../img/34fe023ca092e1/documents.png') no-repeat scroll 0% 0% / 88px 94px transparent;
    width: 88px;
    height: 94px;
}

/**********************
  * 03-08-2015 RAMA *
***********************/
.label-radio:hover{
    cursor: pointer;
}

/**********************
  * 21-08-2015 RAMA *
***********************/
.view-mode{
    padding: 5px 10px;
    margin: 0 2px;
}
.view-mode:hover, .view-mode.active{
    background-color: #f1f1f1;
    border-radius: 5px;
    font-weight: bold;
}
.view-mode a{
    text-decoration: none;
}
.view-mode a span{
    font-size: 12pt;
    line-height: 20px;
    vertical-align: bottom;
}

/* ============================= sort ================================== */
.sort-asc,.sort-desc,.sort-default,.sortExp-asc,.sortExp-desc,.sortExp-default{
    cursor: pointer;
}
.sort-asc span.sort-icon,.sortExp-asc span.sortExp-icon{
    background: url("../img/sort-asc.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.sort-desc span.sort-icon,.sortExp-desc span.sortExp-icon{
    background: url("../img/sort-desc.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.sort-default span.sort-icon,.sortExp-default span.sortExp-icon{
    background: url("../img/sort-default.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.sort-asc:hover span.text,.sort-desc:hover span.text,.sort-default:hover span.text,.sortExp-asc:hover span.text,.sortExp-desc:hover span.text,.sortExp-default:hover span.text{
    text-decoration: underline;
}
.sort-asc:hover span.sort-icon,.sortExp-asc:hover span.sortExp-icon{
    background: url("../img/sort-desc.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.sort-desc:hover span.sort-icon,.sortExp-desc:hover span.sortExp-icon{
    background: url("../img/sort-asc.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.sort-default:hover span.sort-icon,.sortExp-default:hover span.sortExp-icon{
    background: url("../img/sort-asc.png") no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

/* ============================= end sort ================================== */

.thumbnail-isiDetailInformasiArsip{
    border: 2px solid #1595ef; border-radius: 5px;
}
.tanda-jenis-arsip{
    height: 13px;position: absolute;margin-top: -25px;width: 20px;margin-left: 35px;border-radius: 5px 5px 0 0;
}
.tanda-jenis-arsip-kosong{
    height: 14px;position: absolute;margin-top: -70px;width: 20px;margin-left: 35px;border-radius: 5px 5px 0px 0px;
}
.tanda-jenis-arsip-detail{
    height: 14px;position: absolute;margin-top: -20px;width: 20px;margin-left: 35px;border-radius: 5px 5px 0px 0px;
}
.jenis-arsip{
    padding: 0 10px;
}

.tanda-jenis-arsip-tableView{
    margin-right: 5px;
}
.attachment-box, .recommendation-box{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: scroll;
    visibility: hidden;
}
.file-attachment, .recommendation{
    height: 50%;
    width: 50%;
    position: relative;
    margin: 10% auto;
    overflow-y: auto;
    background-color: #F1F1F1;
    border-top: 5px solid #1595ef;
    border-radius: 15px 15px 5px 5px;
}
a.closeAttachmentBox,a.closeAttachmentBox:hover,a.closeAttachmentBox:visited,a.closeAttachmentBox:active,
a.closeRecommendationBox,a.closeRecommendationBox:hover,a.closeRecommendationBox:visited,a.closeRecommendationBox:active{
    z-index: 10000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000 none repeat scroll 0% 0%;
    cursor: pointer;
    border: 3px solid #FFF;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    float: right;
    font-weight: bold;
    border-radius: 50%;
    font-size: 14pt;
    right: 0px;
}

.always-alive, .still-alive, .in-expired-zone, .already-expired{
    border: 1px solid #CCC;
    padding: 0px 10px;
    border-radius: 5px;
}
.still-alive{ background-color: #CAF89E; }
.in-expired-zone{ background-color: #FBCA04; }
.already-expired{ background-color: #FCC0C0; }

.print-ket-tambahan{
    display: none;
}

input[type="button"].print-preview{
    background: transparent url("../img/printer.png") no-repeat scroll 0% 0% / auto 100%;
    background-size: auto 100%;
    height: 35px;
    border: 1px solid transparent;
    padding-left: 35px;
    color: #000000;
    font-weight: normal;
}
input[type="button"].print-preview:hover{
    font-weight: bold;
}

/* ======================================================================================================================== */

a.popup-link{
    text-decoration: underline;
    color: #545454;
    cursor: pointer;
}
a.popup-link:hover,a.popup-link:active{
    text-decoration: none;
    color: #282A76;
}
.judul-popup{
    height: 100%;
    float: left;
    line-height: 30px;
    padding-left: 30px;
    color: rgb(255, 255, 255);
    /*background: transparent url("../img/fav/favicon_dcb.gif") no-repeat scroll 10px center;*/
    font-weight: bold;
}

.popupBox{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(217,211,202,0.85);
    top: 0;
    left: 0;
    z-index: 9999;
    visibility:hidden;
}

.popupBox-content{
    height: auto;
    width: 50%;
    position: relative;
  
}

.popupInfo{
    width: 33%;
    height: 70%;
    position: fixed;
    /*background: rgba(217,211,202,0.85);*/
    background:#ffffff;    
    bottom: 0;
    right: 0;
    z-index: 9999;
    visibility:hidden;
    overflow:hidden;    
}

.popupInfo-content{
    height: 100%;
    width: 100%;
    position: relative;
    overflow:hidden; 
}


.closeBox{
    margin: auto;
    height: 30px;
    text-align: center;
    /*background: #F09263 none repeat scroll 0% 0%;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 0px solid #F00;
    z-index: 5;
    width: 100%;
}
.color-theme{
    background-color: #1595EF;
}
.popup-titleBox{
    float: left;
    line-height: 30px;
    margin-left: 30px;
    color: white;
    font-weight: bold;
}
div.close,div.close:hover,div.close:active,div.close:visited{
    height: 30px;
    width: 30px;
    float: right;
    background: url("../img/close_popup.png");
    margin-right: 5px;
    cursor: pointer;
}

.contentBox{
    height: 300px;
    background-color: #FFFFFF;
    padding: 0px 0px 30px 0;
    overflow-y: auto;
}
.footer-box{
    background-color: #FFFFFF;
    height: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

table.file-renewal{
    max-height: 400px; height: 400px; width: 100%;
}
table.file-renewal th{
    font-weight: bold;
}
table.file-renewal td{
    vertical-align: top;
}
table.file-renewal td h3{
    font-weight: normal;
    margin: 10px 0;
}
ol.nama-file-renewal{

}
ol.nama-file-renewal li{
    background-color: #FCFDE4;
    border-bottom: 1px solid #A0F06F;
    padding: 5px 10px;
    font-size: 10pt;
}
ol.nama-file-renewal li:hover{
    color: #ff0000;
}
ol.nama-file-renewal a.not-active li{
    border-bottom: 1px solid #ff0000;
    cursor: not-allowed;
}
#notifChecklist {
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: auto;
    color: #000;
    z-index: 99999;
    background-color: #EEE;
    padding: 15px 15px 10px;
    border-radius: 5px 5px 0px 0px;
    border-width: 1px;
    border-color: #BBB;
    border-style: solid;
}.table-viewPaketArsip {
    width: 47%;
    float: left;
}
#displayBoxPDF {
    float: right;
    width: 48%;
    height: 600px;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px 10px 30px 10px;
    border-top: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    border-left: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    background: #F5F5F5;
}

/*********** 2016-01-06 ***********/
span.zoom-in{
    background: url(../img/iconskoleksi/zoom-in1.png) no-repeat; background-size: 16px;
    text-decoration: none;
    padding: 0px 10px;
    margin-left: 5px;
}
span.zoom-in:hover{
    background: url(../img/iconskoleksi/zoom-in.png) no-repeat; background-size: 16px;
    text-decoration: none;
}

/*********** 2016-01-08 ***********/
/* untuk pencarian dengan view mode konten */
.viewkonten{
}
.viewkonten h3{
    white-space: nowrap;
    margin:  10px 0;
}
.viewkonten h3 div, .viewkonten h3 a.judul-viewkonten{
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.2;
    float: left;
}
.viewkonten h3 div{
    min-width: 50px;
}
.viewkonten h3 a.judul-viewkonten{
    color: #1a0dab !important;
}
.viewkonten h3 a.judul-viewkonten:hover{
    text-decoration: underline;
}
/*
.viewkonten h3 a.judul-viewkonten:visited,.viewkonten h3 a.judul-viewkonten:active{
    color: #609 !important;
}
*/
.viewkonten .folder-viewkonten{
    background: url(../img/iconskoleksi/folder-icon.png) no-repeat;
    background-size: auto 100%;
    height: 17px;
    line-height: 16px;
    margin: 0 0 10px 50px;
    color: #555555;
    font-size: 14px;
    padding-left: 30px;
}
.viewkonten .link-page-konten{
    word-wrap: break-word;
}
.viewkonten .link-page-konten span{
    text-decoration: underline;
    cursor: pointer;
}
.viewkonten .link-page-konten span:hover{
    text-decoration: none;
}
.viewkonten .isi-viewkonten{
    margin-left: 50px;
    line-height: 1.4;
    word-wrap: break-word;
    color: #000000;
    font-size: small;
}
/* Let's get this party started */
#viewPDF::-webkit-scrollbar, .scroll-bar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#viewPDF::-webkit-scrollbar-track, .scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#viewPDF::-webkit-scrollbar-thumb, .scroll-bar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(21,149,239,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#viewPDF::-webkit-scrollbar-thumb:window-inactive, .scroll-bar::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(21,149,239,0.4);
}


/***************************************************************************/

label.label-radio.arsip,label.label-radio.file{
    background: url(../img/iconskoleksi/document-icon.png) no-repeat;
    background-size: auto 100%;
    padding-left: 20px;
}
label.label-radio.folder{
    background: url(../img/iconskoleksi/folder-icon.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}

label.label-radio.doc{
    background: url(../img/iconskoleksi/document-icon.png) no-repeat;
    background-size: auto 90%;
    padding-left: 20px;
}
label.label-radio.person{
    background: url(../img/icon/theuser_icon.png) no-repeat;
    background-size: auto 80%;
    padding-left: 20px;
}
label.label-radio.date{
    background: url(../img/icon/date.png) no-repeat;
    background-size: auto 100%;
}
label.label-radio.document-type{
    background: url(../img/icon/document-type.png) no-repeat;
    background-size: auto 100%;
}

/***************************************************************************/
label.the-user-77{
    background: url(../img/icon/theuser_icon.png) no-repeat;
    background-size: auto 77%;
    padding-left: 15px;
}

label.the-user{
    background: url(../img/icon/theuser_icon.png) no-repeat;
    background-size: auto 100%;
    padding-left: 15px;
}

label.the-time{
    background: url(../img/icon/date.png) no-repeat;
    background-size: auto 100%;
    padding-left: 15px;
}

label.the-note{
    background: url(../img/icon/author.png) no-repeat;
    background-size: auto 100%;
    padding-left: 15px;
}

label.the-shared-folder{
    background: url(../img/office-icon/folder-shared.png) no-repeat;
    background-size: auto 100%;
    padding-left: 15px;
}

/*................*/

label.keyword{
    background: url(../img/iconskoleksi/keyword1.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}
label.pdf-file{
    background: url(../img/office-icon/pdf.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}
label.path-folder{
    background: url(../img/iconskoleksi/folder-icon.png) no-repeat;
    background-size: auto 85%;
    padding-left: 30px;
}
label.new-folder{
    background: url(../img/office-icon/folder.png) no-repeat;
    background-size: auto 95%;
    padding-left: 30px;
}
label.new-files{
    background: url(../img/iconskoleksi/add-files1.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}
label.files-uploaded{
    background: url(../img/office-icon/files-uploaded.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}
label.the-doc{
    background: url(../img/iconskoleksi/document-icon.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}
label.the-folder{
    background: url(../img/iconskoleksi/folder-icon.png) no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}

/***************************************************************************/

.box-drag-drop-files{
    border-radius: 10px;
    width:600px;
    height:300px;
    background:#eee;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}

/***************************************************************************/

.judul-detailPerPage a{
    color: #1a0dab;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.2;
}
.judul-detailPerPage a:hover{
    text-decoration: underline;
}
.judul-detailPerPage a.epaper{
    font-size: 11pt; padding-left: 20px; margin-right: 30px; margin-left: 30px; font-weight: bold; color: #545454;
}
.folder-detailPerPage{
    background: url(../img/iconskoleksi/folder-icon.png) no-repeat;
    background-size: auto 100%;
    height: 17px;
    line-height: 16px;
    color: #555555;
    font-size: 14px;
    padding-left: 30px;
}
.quick-search{
    background: url(../img/iconskoleksi/quick-search.png) no-repeat;
    background-size: auto 70%;
    background-position: center;
    cursor: pointer;
    width: 50px;
    height: 100%;
    float: right;
}
.container-setPreference .setPreference-item{
    text-align: center; float: left; margin: 0 10px;
}
.container-setPreference .setPreference-item input[type="radio"]{
    margin: 10px;
}
.container-setPreference .setPreference-item img{
    height: 95px;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    cursor: pointer;
}
.container-setPreference .setPreference-item label{
    cursor: pointer;
}
.container-setPreference .setPreference-item label:hover{
    text-decoration: underline;
}
.setPreference{
    list-style-type: none;
}
.setPreference li{
    margin: 50px 0;
}
.setPreference li:first-child{
    margin-top: 25px;
}
.frmSearch div.box-content{
    display: table; height: 100px; margin: 50px auto;
}

.frmSearch div.box-content div.content-row{
    height: auto; width: auto; 
     display: table-row;
}

.frmSearch div.box-content div.content{
    height: auto; width: auto; 
    /*background: transparent url(../img/search.png) no-repeat; background-size: auto 100%; */
    display: table-cell;
    vertical-align: middle; 
    /*padding: 0 30px 0 145px;*/
     padding: 25px 30px 0 110px; 
}

.frmSearch div.box-content div.content input[type="text"]{
    font-size:12pt;border:1px #cccccc solid;height: 26px; line-height: 26px;width: 500px;
}
.frmSearch div.box-content div.content input[type="submit"]{
    /*height: 30px;*/ line-height: 30px;
}
.frmSearch div.box-content div.content input[type="radio"]{
    margin-left: 10px;
}
.frmSearch div.box-content div.content a.advanced-search{
    float: right;
    font-size: 12px;
}
.additional{
    margin: -30px auto 0px;
    position: fixed;
    line-height: 30px;
    width: 90%;
    margin-left: -60px;
    text-align: center;
}
.additional .back-button{
    float: left;
    width: 25px;
    line-height: 30px;
    height: 30px;
    margin-left: 60px;
    background: url("../img/iconskoleksi/back_button.png") no-repeat;
    background-size: auto 80%;
    padding-left: 25px;
    background-position: left center;
}
.additional .back{
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 50px;
    float: left;
    display: none;
}
.additional .back-button:hover + .back{
    display: block;
}
.additional .back-button:hover + .back + .title{
    display: none;
}
.additional .back:hover{
    text-decoration: none;
    color: #C3C3C3
}
.additional .title{
    color: #FFFFFF;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    padding-left: 30px;
}
span.link-page-fulltext-content{
    text-decoration: underline;
    cursor: pointer;
}
span.link-page-fulltext-content:hover{
    text-decoration: none;
}
div.content-fulltext{
    background-color: #eeeeee;
    padding: 10px 20px;
}
.advSearch{
    margin: 0 auto;
}
.advSearch th{
    font-weight: bold;
}
.advSearch thead th{
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;

}
.advSearch tbody th{
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 12pt;
}
.advSearch input.text, .textboxAdvSearch.text {
    width: 300px;
}
.advSearch input.date{
    /*width: 75px;*/
    margin: 5px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 3px;
}
.judul-popupbox{
    float: left;
    line-height: 30px;
    margin-left: 20px;
    color: #ffffff;
    font-weight: bold;
    visibility: visible;
}

/********************************************************************************/
    .box-menu-properties{
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
    .menu-properties{
        border-left: 1px solid #dfdfdf;
        border-right: none;
        float: left;
        padding: 10px 30px 10px 60px;
        cursor: pointer;
        font-weight: bold;
        background-size: 20px;
        background-position: 30px center;
        background-repeat: no-repeat;
    }
    
    .menu-properties:hover,.menu-properties.active{
        background-color: #dfdfdf;
        text-decoration: underline;
    }
    .menu-properties:first-child{
        border-left: none;
    }
    .menu-properties.password{
        background-image: url(../img/iconskoleksi/password1.png);
    }
    .menu-properties.keyword{
        background-image: url(../img/iconskoleksi/keyword1.png);
    }
    .menu-properties.expired-date{
        background-image: url(../img/iconskoleksi/expired-date1.png);
    }
    .menu-properties.password:hover{
        background-image: url(../img/iconskoleksi/password.png);
    }
    .menu-properties.keyword:hover{
        background-image: url(../img/iconskoleksi/keyword.png);
    }
    .menu-properties.expired-date:hover{
        background-image: url(../img/iconskoleksi/expired-date.png);
    }
    .menu-properties.new-folder{
        background-image: url(../img/iconskoleksi/folder-add1.png);
    }
    .menu-properties.new-folder:hover{
        background-image: url(../img/iconskoleksi/folder-add.png);
    }
    .menu-properties.new-files{
        background-image: url(../img/iconskoleksi/add-files1.png);
    }
    .menu-properties.new-files:hover{
        background-image: url(../img/iconskoleksi/add-files.png);
    }
    
    .menu-properties-sf{
        padding: 10px 30px 10px 60px;
        cursor: pointer;
        font-weight: bold;
        background-size: 20px;
        background-position: 30px center;
        background-repeat: no-repeat; 
    }
    
    .menu-properties-sf.new-files{
        background-image: url(../img/iconskoleksi/add-files1.png);
    }
    
    form.form-myfolder{
        border-bottom: 1px solid #dfdfdf;
        padding: 20px;
    }


/**********************************************************************/
/************************** left menu Admin ***************************/
/**********************************************************************/

.Division,.Division.active{
    background: url(../img/icon-admin/division.png) no-repeat;
    background-size: auto 100%;
}

.Add-User,.Add-User.active{
    background: url(../img/icon-admin/add-user.png) no-repeat;
    background-size: auto 100%;
}

.Sync-User-LDAP,.Sync-User-LDAP.active{
    background: url(../img/icon-admin/sync-user-ldap.png) no-repeat;
    background-size: auto 100%;
}

.API-key,.API-key.active{
    background: url(../img/icon-admin/api-key.png) no-repeat;
    background-size: auto 100%;
}

.Setting-Banner,.Setting-Banner.active{
    background: url(../img/icon-admin/setting-banner.png) no-repeat;
    background-size: auto 100%;
}

.List-User,.List-User.active{
    background: url(../img/icon-admin/list-user.png) no-repeat;
    background-size: auto 100%;
}
.Setting,.Setting.active{
    background: url(../img/icon-admin/set-app.png) no-repeat;
    background-size: auto 100%;
}
.Set-User-Scanner,.Set-User-Scanner.active{
    background: url(../img/icon-admin/set-user-scanner.png) no-repeat;
    background-size: auto 100%;
}
.Log-Access,.Log-Access.active{
    background: url(../img/icon-admin/log-access.png) no-repeat;
    background-size: auto 100%;
}
.Log-Upload,.Log-Upload.active{
    background: url(../img/icon-admin/log-upload.png) no-repeat;
    background-size: auto 100%;
}
.Log-Open,.Log-Open.active{
    background: url(../img/icon-admin/log-open.png) no-repeat;
    background-size: auto 100%;
}
.Log-Download,.Log-Download.active{
    background: url(../img/icon-admin/log-download.png) no-repeat;
    background-size: auto 100%;
}
.Set-IP,.Set-IP.active{
    background: url(../img/icon-admin/settings.png) no-repeat;
    background-size: auto 100%;
}
.Usage-Analyzer,.Usage-Analyzer.active{
    background: url(../img/icon-admin/Analytics.png) no-repeat;
    background-size: auto 100%;
}
.Add-Attribute,.Add-Attribute.active{
    background: url(../img/icon-admin/attribute.png) no-repeat;
    background-size: auto 100%;
}
.Input-Data,.Input-Data.active{
    background: url(../img/icon-admin/add-document.png) no-repeat;
    background-size: auto 100%;
}

/**********************************************************************/
.download-button{
    background-color: #038ff4;
    border-radius: 4px;
    cursor: pointer;
    padding: 2px 5px;
    color: #ffffff !important;
    float: right;
    border: 1px solid transparent;
    font-size: 12px;
    margin-right: 20px
}
.download-button:hover{
    background-color: #056fbc;
    border: 1px solid #025d9e;
}

.view{
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 95% auto;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
.view.show{
    background-image: url(../img/ods-icon/show1.png);
}
.view.hide{
    background-image: url(../img/ods-icon/hide1.png);
}
.view.show:hover{
    background-image: url(../img/ods-icon/show.png);
}
.view.hide:hover{
    background-image: url(../img/ods-icon/hide.png);
}

/*=====my folder====*/
.form-myfolder{
    display: none;
}
.back-folder-button img, .up-folder-button img, .reload-folder-button img, .paste-folder-button img{
    height: 10px;
    padding: 3px;
    border: 2px solid #000000;
    border-radius: 5px;
}
.back-folder-button:hover img, .up-folder-button:hover img, .reload-folder-button:hover img, .paste-folder-button:hover img{
    border: 2px solid #3486eb;
}
.box-summary-folder{
    width:auto;
    min-width:30px;
    max-width:200px;
    border-radius:30px;
    border:3px #dddd solid;
    padding:10px;
}

/*=====dragdrop=====*/
#dragDropArea {
    margin:0px;
    border: 2px dashed #ccc;
    /*line-height: 100px;*/
    text-align: center;
    font-size: 20px;
    background: #e3eeff;
    height:120px;
}

/*=====dragdrop=====*/
#ddArea {
    margin:0px;
    border: 2px dashed #ccc;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    height:120px;
}

/*=====dragdropSF=====*/
#dragDropAreaSF_ID {
    margin:0px;
    border: 2px dashed #ccc;
    /*line-height: 100px;*/
    text-align: center;
    font-size: 20px;
    background: #eee;
    height:120px;
}

/*=====dragdropSF=====*/
#ddAreaSF_ID {
    margin:0px;
    border: 2px dashed #ccc;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    height:120px;
}
.drag_over {
    color: #000;
    border-color: #000;
}

.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    margin: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.icon-filetype{
    width:30px;
    height:30px;
}

.d-none {
    display: none;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 215, 252, 0.64);
  }

/*=====footer====*/
#exp-notif{
    position: fixed;
    bottom: 0;
    width:34%;
    
    left:33%;/*margin-left: -250px; left: 50%;*/

    /*background: url("img/warning.png") no-repeat;    
    background-color: rgba(255,0,0,0.7);
    background: -webkit-linear-gradient(to right, #e74c3c, #000000);*/  /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(to right, #e74c3c, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: auto 100%;
    background-position: 0px center;    
    opacity: 0.8;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    
    /*padding: 5px 15px 5px 40px;*/
    
    padding: 10px; 
    text-decoration: none;
    text-align: center;
    z-index: 99;
}

#exp-notif:hover{
    text-decoration: underline;
}
