}
#content {
    border-top: 0 dotted #000
}
ul.sidemenu li a,
ul.sidemenu li:first-child a {
    border-top: 1px solid #0da5c0  /*warna kanan*/
}
ul.sidemenu {
    padding-left: 0!important;
    margin: -10px -10px 0
}
ul.sidemenu li {
    padding: 0
}
ul.sidemenu li a {
    background-color: #0da5c0;                                /*background sidemenu*/
    border-bottom: 1px solid #FFFFFF; 
    color: #fff;
    display: block;
    padding: 0.66em 10px .6em 13px;
    text-decoration: none
}
#leftSidebar {
    display: none;
    border-right: 1px solid #ccc;
    float: left;
    width: 0
}
ul.sidemenu li:last-child a {
    border-bottom: 0;

}
ul.sidemenu li a:hover {
    background-color:  #FF5003;
    text-decoration: underline
}
#breadcrumb {
    margin: 0 20px;
    padding: .7em 0;
    border-bottom: 1px dotted #333
}
#content,
#main>h2 {
    padding-left: 20px;
    padding-right: 20px
}
#cpr {
    border: 0 #fff
}
#leftSidebar,
#rightSidebar {
    font-size: .7em;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 50px 10px 10px
}
#rightSidebar {
    
    float: right;
    width: 200px;
    align-content: center;
    background-color: white
}
#leftSidebar div.block,
#rightSidebar div.block {
    border: 0;
    color: inherit;
    padding: 0 0 10px;
    margin-bottom: 10px
}
#leftSidebar div.block span.blockTitle,
#rightSidebar div.block span.blockTitle,
#sidebarDevelopedBy.block,
#sidebarHelp.block {
   
  background-color: white;
  color: #0da5c0;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4px;
    text-transform: uppercase;
    text-decoration: underline;
}
#sidebarDevelopedBy.block a,
#sidebarHelp.block a {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: underline;


}
#content h4 a,
input[type=button],
input[type=submit],
table.tocArticle a {
    text-decoration: none
}
.block p {
    margin: 0!important
}
.block ul {
    list-style: none;
    padding-left: 1.2em;
}
.block li:before {
    content: "\00BB";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    width: 0
}
.banner-img,
.indexers a,
.intro {
    display: inline-block
}
#sidebarFontSize.block {
    padding-bottom: 35px!important
}
table.tocArticle:nth-child(2n+1) tr {
    background-color: #f0f0ff
}
table.tocArticle:nth-child(2n) tr {
    background-color: #f4f4f4
}
table.tocArticle tr:hover {
    background-color: #fff;
}
table.tocArticle td {
    padding: 5px 10px
}
.tocTitle {
    font-weight: 700
}


.tocAuthors {
    font-style: italic
}
td.tocGalleys {
    padding-right: 10px
}
#content ul.menu {
    margin: 0
}
#content ul.menu li {
    background-image: linear-gradient(to bottom, #2651ff 0, #4f72ff 100%);
    background-repeat: repeat-x;
    border-radius: 3px;
    padding: 5px 8px
}
#content ul.menu li.current,
#content ul.menu li:hover {
    background-image: linear-gradient(to bottom, #ec790f 0, #f28c31 100%);
    background-repeat: repeat-x
}
#content ul.menu a {
    color: #fff
}
#content ul.menu a:hover {
    color: #ff0
}
input.textField,
input.uploadField,
select.selectMenu,
textarea.textArea {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #444;
    padding: .3em;
}
input.textField:focus,
input.uploadField:focus,
select.selectMenu:focus,
textarea.textArea:focus {
    border: 1px solid #0d355e
}
input[type=button],
input[type=submit] {
    background-color: #0da5c0;
    background-repeat: repeat-x;
    width: 85px;
    border: 1px solid #9d9d9d;
    border-radius: 2px;
    color: #fff;
    padding: 3px 1px;
    text-shadow: 1px 1px #000;
}
input[type=button]:hover,
input[type=submit]:hover {
background-color: #002347;
    background-repeat: repeat-x;
    cursor: pointer;
    text-decoration: none
}
input.defaultButton {
    color: #fff;
    font-weight: 700
}
div.separator {
    border-bottom: 1px dotted #222
}
.banner-img {
    margin-bottom: 10px
}
.banner-img:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}
.indexers {
    margin: 10px 0
}
.indexers a {
    border: 2px solid transparent;
    padding: 5px 3px
}
.indexers a:hover {
    background: 0 0;
    border: 2px dotted navy;
    opacity: .75;
    filter: alpha(opacity=75)
}
.indexers a img {
    height: 38px
}
a img {
    border: 0
}

a img:hover {
   -webkit-filter: drop-shadow(0 0 0.2rem #222);
          filter: drop-shadow(0 0 0.2rem #222);
}

