/*===========================================
 * template slims7-cendana
 * by Waris Agung Widodo [ido.alit@gmail.com]
 * @2013
 *===========================================*/

body {

 background: rgb(110,49,128);
background: linear-gradient(180deg, rgba(110,49,128,0.7007936963848039) 0%, rgba(110,49,128,0.6475724078693977) 25%, rgba(169,135,180,0.5243231081495099) 100%); 
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810', GradientType=0);
    background-repeat: no-repeat;
}

.page {
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 4px #000;
    border-radius: 5px;
}


/* navbar */

.logo {
    width: 80px;
    height: auto;
    float: left;
}

.navbar-brand span {
    font-size: 28px;
    margin-left: 10px;
    float: left;
    padding-top: 15px;
}

.navbar-top {
    border-radius: 5px 5px 0 0 !important;
    margin-bottom: 0px !important;
}

.navbar-top .nav li {
    position: relative;
}

.navbar-top .nav a {
    text-align: center;
    font-style: italic;
    font-size: 11px;
}

.navbar-top .nav li.active a,
.navbar-top .nav li.open a.dropdown-toggle {
    border-top: 4px solid #5e612d !important;
    top: -5px;
}

.navbar-top li:hover a span.fa {
    color: rgba(92, 92, 46, 1) !important;
}

.dropdown-menu li a {
    text-align: left !important;
}


/* carousel */

#page-carousel {
    height: 300px;
    overflow: hidden;
}

.simple-search {
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -30%;
    z-index: 15;
    width: 60%;
    height: 40px;
}

.simply-search .form-control,
.simply-search .input-group-addon {
    background: rgba(255, 255, 255, .85) !important;
    border: none !important;
    box-shadow: none;
    outline: none;
}

.simply-search .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 0 3px rgba(102, 175, 233, 0.6);
}

.simply-search .form-control {
    border-radius: 0 2px 2px 0;
}

.simply-search .input-group-addon {
    border-radius: 2px 0 0 2px;
}


/* adv search */

.adv-search .panel-heading {
    text-align: right;
}

.adv-search .panel {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.navbar a:focus {
    outline: none;
}

.adv-search .panel-default a .panel-heading {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.adv-search .input-group {
    width: 100%;
    margin: 8px 0;
}


/* navbar-mid */

.navbar-mid {
    border-radius: 0 !important;
    margin: 0 !important;
}

.navbar-default.navbar-mid {
    background: #7D499F;
    border-color: #7D499F;
}

.navbar-default.navbar-mid a.navbar-brand {
    color: #fff;
}

.navbar-default.navbar-mid li a span.fa {
    color: #fff;
}

.navbar-default.navbar-mid li:hover a span.fa {
    color: rgba(225, 195, 135, 1);
}

#follow-us {
    width: 100px;
    height: auto;
}

.statistik {
    text-align: center;
    padding: 40px 0;
    background: #fff;
}

.number {
    font-size: 4.2em;
    font-weight: 100;
    color: #5e612d;
    line-height: 1.3em;
    padding-top: 8px;
    letter-spacing: -0.06em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.number:hover {
    color: #a78c57
}

.text {
    color: #999;
}


/* galery */

.align-center {
    text-align: center;
}

.galery {
    background: #f1edd0;
    padding-bottom: 40px;
}

.galery,
.statistik {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.galery-heading {
    text-align: center;
    padding: 30px 0 10px;
}

.galery-type {
    padding: 20px 0 10px;
}

.galery-iner {
    overflow: hidden;
    margin-bottom: 20px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.book a {
    display: inline-block;
    width: 150px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    border: 8px solid #5e612d;
    background: #5e612d;
    border-radius: 4px;
}

.book-title {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-style: italic;
    color: #fefefe;
    background: #5e612d;
    padding: 5px;
    box-shadow: 0 -2px 2px #333;
}

li.book img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #666;
}

#modal_galery_iner {
    padding: 20px !important;
}

#modal_galery_iner .book {
    margin: 15px;
    padding: 0px;
}

#modal_galery_iner .book img {
    width: 100%;
}

.loading {
    display: none;
    text-align: center;
}


/* page-content */

.page-other {
    /*padding: 40px 0;*/
    padding-bottom: 40px;
    background: #f1edd0;
}

.user-icon {
    margin-right: 10px;
}


/* item */

.content .item {
    position: relative;
    min-height: 230px;
    margin: 0.5%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    padding: 10px 20px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
    .item.col-md-5 {
        width: 49%;
    }
}

.content .item:hover,
.login-wrap:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.cover-list {
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    width: 90px;
    min-height: 90px;
    text-align: center;
    background: #fff url('img/docks.png') center no-repeat;
    float: left;
}

.cover-list img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    background-color: transparent;
    border-left: 6px solid rgba(92, 92, 46, 1) !important;
    border: 1px solid rgba(92, 92, 46, 1);
}

.detail-list {
    margin-left: 120px;
    margin-right: 10px;
}

.titleField {
    color: #999;
}

.titleField:hover {
    color: #333;
    text-decoration: none;
}

.author {
    color: #777;
    font-size: 14px;
}

.subItem {
    padding: 20px 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 25;
}

.subItem a {
    font-size: 12px;
}

.subItem a:hover {
    text-decoration: none;
}

.share-buttons {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.detailLink {
    border-radius: 4px 0 0 4px !important;
    margin-right: -2px;
    border-right: none !important;
}

.xmlDetailLink {
    border-radius: 0 4px 4px 0 !important;
    margin-left: -2px;
    border-left: 1px solid #ccc;
    ;
}

.share-buttons li:first-child {
    display: none;
}

.share-buttons li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-weight: normal;
}

.share-buttons li a img {
    border-radius: 3px;
}

.biblioPaging {
    text-align: left;
    padding-left: 5px !important;
}

.pagingList b {
    background: #5e612d;
    color: #fff;
    font-weight: bold;
}

.first_link,
.prev_link,
.next_link,
.last_link {
    top: 0 !important;
    line-height: 1.42857 !important;
}

input[name="markBiblio"] {
    margin: 10px 0 10px -5px !important;
}

.highlight {
    background: #5e612d;
    color: #fff;
}


/* detail spesifik */

.cover img {
    width: 100%;
}

.share-detail .share-buttons {
    position: relative;
    text-align: left;
}

.share-detail .share-buttons li:first-child {
    display: inline-block;
}

.detail-spesifik .page-header {
    margin-top: 0 !important;
}

.notes {
    text-indent: 20px;
    text-align: justify;
}

.detail-comment {
    background: rgba(255, 255, 255, .5);
    padding-bottom: 20px;
    border-radius: 5px;
}

.comment-found {
    margin: 20px !important;
}

.comment-found:last-of-type {
    display: none;
}

.comment-member,
.comment-content {
    padding: 20px 0;
    border-top: 1px solid #999;
}

.comment-member {
    margin-right: 20px;
    text-align: right;
    padding-right: 0 !important;
}

.comment-content {
    padding-left: 0 !important;
    text-align: justify;
}


/* librarian */

.librarian .span2 {
    position: relative;
}

.librarian-image {
    width: 180px;
    height: 240px;
    overflow: hidden;
    box-shadow: 0 0 0 10px #666;
    position: relative;
    z-index: 5;
}

.frame-img {
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 240px;
    box-shadow: 0 0 0 10px #aaa;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.pin {
    font-size: 50px;
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: 10;
    color: #fff;
}

.librarian-image img {
    width: 100%;
}

.librarian .span2 {
    margin-left: 10%;
}

.librarian .span8 {
    margin: 40px 0;
    padding: 10px;
    width: 90%;
    background: #fefefe url(img/noise.png);
    border-radius: 5px;
    box-shadow: 1px 2px 3px #333;
}

.librarian .key {
    color: #428bca;
    font-size: 14px;
    font-weight: bold;
}

.librarian .span7,
.librarian-social li {
    margin-bottom: 5px;
    font-style: italic;
    font-size: 12px;
}

.librarian-social li {
    list-style: none;
    margin-left: -38px;
    margin-bottom: 0 !important;
}


/* footer */

.footer {
    background: #7D499F;
    min-height: 50px;
    border-radius: 0 0 5px 5px;
    color: #ccc;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.lisence {
    padding-bottom: 10px;
}

.me {
    cursor: default;
}


/* content hide */

.content-hide {
    display: none;
}


/* Visitor Counter from default template */

.visitor {
    margin-top: 20px;
    background: #fff url(img/noise.png);
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 3px;
    text-align: center;
    padding-top: 10px;
}

.visitor hr {
    display: none;
}

.visitor h4 {
    padding: 5px 0 15px;
}

.visitor .info {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
    background: #5e612d;
    padding: 0 15px;
    box-shadow: 0 0 0 10px #5e612d, 0 0 0 12px #ccc, 0 14px 3px #333;
}

.visitor input {
    text-align: center;
}

#visitorCounterPhoto {
    margin: 15px 0 0 0;
    float: none;
    width: auto;
    height: auto;
}

.visitor small {
    color: #ccc;
    padding-bottom: 15px;
    display: inline-block;
}

.visitor .photo {
    width: 50px !important;
    border: solid 10px #efefef;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
}

#visitorCounterForm {
    width: auto;
    float: none;
    padding: 15px;
}


/* Admin Login*/

.logo-login {
    width: 80px;
    float: none;
    display: inline-block;
}

#loginForm .page-header {
    text-align: center;
    border-bottom-color: #888 !important;
}

#loginForm {
    background: rgba(255, 255, 255, .8) url(img/noise.png);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 4px #ccc;
    width: 406px;
    margin: 40px auto 0;
    border-radius: 4px;
}

#loginForm form {
    background: #5e612d;
    padding: 40px 40px 80px 40px;
    border-radius: 4px;
}

.login_input {
    margin-bottom: 10px;
}

.login_input input {
    font-size: 20px;
    padding: 8px;
    width: 95%;
}

.loginButton:hover,
.homeButton:hover,
.memberButton {
    background: #2269C6;
    background: -moz-linear-gradient(top, #2269C6 0%, #317BDC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4be9b), color-stop(100%,#317BDC));
    background: -webkit-linear-gradient(top, #2269C6 0%, #317BDC 100%);
    background: -o-linear-gradient(top, #2269C6 0%, #317BDC 100%);
    background: -ms-linear-gradient(top, #2269C6 0%, #317BDC 100%);
    background: linear-gradient(to bottom, #2269C6 0%, #317BDC 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c8643d', endColorstr='#b64736', GradientType=0);
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: none;
    font-size: 12px;
    padding: 2px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.loginButton,
.homeButton {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #efefef 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #efefef 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #dddddd 100%);
    background: linear-gradient(to bottom, #efefef 0%, #dddddd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd', GradientType=0);
    background-repeat: repeat-x;
    color: #666;
    text-shadow: none;
    font-size: 12px;
    padding: 2px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

#loginForm .heading1 {
    display: none;
}

#loginForm #homeButton {
    float: left;
}

#loginForm .marginTop input {
    width: 75px;
    height: 40px;
    cursor: pointer;
}

#loginForm .marginTop {
    margin-right: 20px;
    float: right;
}