// * {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    font-family: segoe, opensans, sans-serif;
    font-size: 12px;
}
p {
    text-align: justify;
    font-size: 10pt;
    font-family: segoe, opensans, sans-serif;
}
.judul {
    color: #A4884A;
    font-family: segoe, opensans, sans-serif;
}
.tanggal {
    font-size: 10pt;
    font-family: segoe, opensans, sans-serif;
    color: #4d4d4d;
    font-style: italic;
}
.headline {
    font-size: 18px;
}
.artikel {
    font-size: 10pt;
    font-family: segoe, opensans, sans-serif;
    color: #333;
}
.artikel a {
    color: #A4884A;
}
.artikel a:hover {
    color: #FFBE24;
}
.artikel li, .artikel ol, .artikel ul {
    font-size: 10pt;
    font-family: segoe, opensans, sans-serif;
}
.data-sia {
    margin-left: 30px;
    font-size: 14px;
    font-family: segoe, opensans, sans-serif;
    font-style: bold;
    color: #333;
}
.link {
    font-style: underline;
}
.link:visited {
    color: #A4884A;
    font-style: underline;
}
.link:hover {
    color: #FFBE24;
    font-style: underline;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
ol, ul {
    margin-left: 30px;
}
hr {
    width: 95%;
    color: #4d4d4d;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1% 0;
}
i.icon-info{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/info.png");
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
hr.normal {
    width: 100%;
    color: #4d4d4d;
    border: 0;
    border-top: 1px solid #CCC;
}
a.highyellow:hover {
    text-decoration: none;
    color: #FFBE24;
}
a.btn-uin:hover, a.btn-uin:link, a.btn-uin:visited, button.btn-uin, button.btn-uin:disabled, input.btn-uin, input.btn-uin:disabled, input.btn-uin:hover {
    color: #F5F5F5;
/*    background: url('../img/logobr.png') -5px -276px;
	background-color: #333;*/
    background: url('../img/ico-menu.png') 5px no-repeat;
	background-color: #007cba;
/*
    background-image: url('../img/ico-menu.png');
    background-repeat: no-repeat;
    background-position: 5px 50%!important;
    background-position-x: 5px;
    background-position-y: 50%;
*/
    padding: 2px 12px 2px 24px;
    margin-top: 0;
    font-family: segoe, opensans, sans-serif;
}
a:active.btn-uin, a:focus.btn-uin, a:hover.btn-uin, button:active.btn-uin, button:focus.btn-uin, button:hover.btn-uin, input:active.btn-uin, input:focus.btn-uin, input:hover.btn-uin {
    background-image: url('../img/ico-hover.png');
    /*color: #FFF;*/
    color: #000;
    background-repeat: no-repeat;
    background-position: 5px 50%!important;
    background-position-x: 5px;
    background-position-y: 50%;
    font-family: segoe, opensans, sans-serif;
    cursor: pointer;
}
a.btn-uin-right:hover, a.btn-uin-right:link, a.btn-uin-right:visited, button.btn-uin-right, button.btn-uin-right:disabled, input.btn-uin-right, input.btn-uin-right:hover, input.btn-uin-right:disabled {
    color: #F5F5F5;
    background-image: url('../img/ico-menu.png');
    background-repeat: no-repeat;
    background-position: right 5px top 50%!important;
    background-position-x: 95%;
    background-position-y: 50%;
    padding: 2px 24px 2px 12px;
    margin-top: 0;
    font-family: segoe, opensans, sans-serif;
}
a:active.btn-uin-right, a:focus.btn-uin-right, a:hover.btn-uin-right, button:active.btn-uin-right, button:focus.btn-uin-right, button:hover.btn-uin-right, input:active.btn-uin-right, input:focus.btn-uin-right, input:hover.btn-uin-right {
    background-image: url(../img/ico-hover.png);
    color: #FFF;
    background-repeat: no-repeat;
    background-position: right 5px top 50%!important;
    background-position-x: 95%;
    background-position-y: 50%;
    font-family: segoe, opensans, sans-serif;
}
.btn.active, .btn:active {
    background-color: #ccc;
}
.btn:first-child {
    margin-left: 0;
}
.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-small [class*=" icon-"], .btn-small [class^=icon-] {
    margin-top: 0;
}
.btn-mini [class*=" icon-"], .btn-mini [class^=icon-] {
    margin-top: -1px;
}
.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
@font-face {
    font-family: universitas-name;
    src: url(../font/UPCIB.TTF), url(../font/UPCIB.EOT);
}
@font-face {
    font-family: cinzel;
    src: url(../font/cinzel.bold.ttf), url(../font/cinzel.bold.otf);
}
@font-face {
    font-family: optimale;
    src: url(../font/cinzel.bold.ttf), url(../font/cinzel.bold.otf);
}
@font-face {
    font-family: segoe;
    src: url(../font/SEGOEUI.TTF), url('../font/segoe,  opensans,  sans-serif.EOT');
}
@font-face {
    font-family: segoelight;
    src: url(../font/segoeuil.ttf), url('../font/segoe,  opensans,  sans-serif.EOT');
}
@font-face {
    font-family: sansserif;
    src: url(../font/sansserif.TTF), url('../font/segoe,  opensans,  sans-serif.EOT');
}
@font-face {
    font-family: opensans;
    src: url(../font/OpenSans-Regular.TTF), url(../font/OpenSans-Regular-webfont.EOT);
}
#top-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/bg-top-header.png)left bottom repeat-x;
    height: 25px;
    color: #FFF;
    min-width: 980px;
}
#body {
    margin: auto;
    max-width: 980px;
}
#notifikasi {
    font-size: 14px;
    padding: 10px;
    right: 10px;
    top: 10px;
    margin: 0 auto;
    border: 1px solid #d3D3D3;
    color: #FFF;
    background-color: #A4884A;
    font-weight: 700;
}
#viewcomment, #viewdoc {
    padding: 20px 0;
    float: left;
}
#header {
    height: 75px;
    max-width: 980px;
    padding: 25px 0 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
#header .logo-uin {
    float: left;
    background: url(../img/logo-uin.png) no-repeat;
    width: 296px;
    height: 65px;
    padding: 0;
    position: relative;
}
.name {
    padding: 0;
    float: right;
    width: 580px;
    height: 75px;
    position: relative;
}
.system-name {
    text-align: right;
    font-family: cinzel;
    float: right;
    max-width: 100%;
    height: 25px;
    font-size: 25px;
    color: #A4884A;
}
.universitas-name {
    text-align: right;
    font-family: optimale;
    float: right;
    width: 100%;
    font-size: 15px;
    color: #000;
}
.facultas-name {
    text-align: right;
    font-family: cinzel;
    float: right;
    width: 100%;
    font-size: 15px;
    color: #000;
}
#menutama {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    float: right;
    font-family: segoe, opensans, sans-serif;
    font-size: 14px;
}
.menutama-button {
    width: 800px;
    float: right;
}
.menutama-navigation {
    width: 180px;
    float: left;
    padding-top: 12px;
    font-size: 12px;
}
.header-underline {
    padding: 10px 0 15px;
    border-style: solid none none;
    border-color: #A4884A;
    border-width: 3px;
    text-align: center;
    margin-top: 50px;
    width: 960px;
}
#system-content {
    color: #333;
    float: right;
    width: 665px;
}
#system-content-4-kolom {
    float: left;
    width: 980px;
}
#system-content-sia {
    font-size: 10pt;
    color: #333;
    float: right;
    width: 747px;
}
.main-news {
    padding: 0;
    float: left;
    font-family: segoe, opensans, sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
    color: #4B4B4D;
    width: 650px;
}
.img-head {
    float: left;
    width: 290px;
    height: 196px;
    padding: 0 15px 15px 0;
    border-color: #ffff;
}
.tgl-post {
    font-size: 8pt;
    font-family: segoe, opensans, sans-serif;
    color: #4d4d4d;
    font-style: italic;
}
.lihat-post {
    font-size: 8pt;
    font-family: segoe, opensans, sans-serif;
    color: #000;
}
.isi {
    font-size: 10pt;
    font-family: segoe, opensans, sans-serif;
    color: #333;
}
.menuTemplate2 {
    margin: 0 auto;
    width: auto;
    float: right;
    behavior: url(/horizontal/menuh/cssmenu.htc);
    position: relative;
    z-index: 4;
    height: 36px;
    background: 0 0;
    border: 0;
    list-style: none;
    padding: 0;
}
.menuTemplate2 li {
    padding: 0;
    float: left;
    height: 34px;
    _height: 36px;
    position: relative;
    z-index: 5;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 2px solid;
    border-color: transparent;
    _border-color: #FFF;
}
.menuTemplate2 li.onhover, .menuTemplate2 li:hover {
    border-color: #DDD;
    border-top: 2px solid #A4884A;
    border-bottom: 1px solid #DDD;
}
.menuTemplate2 a {
    padding: 0 30px;
    line-height: 34px;
    font-size: 14px;
    font-family: segoe, opensans, sans-serif;
    font-weight: 700;
    font-weight: normal;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #000;
    position: relative;
}
.menuTemplate2 li.onhover a, .menuTemplate2 li:hover a {
    background-color: #EEE;
    color: #000;
    z-index: 9;
}
.menuTemplate2 a.arrow {
    background: url(../img/arrow.gif) no-repeat right center;
}
.menuTemplate2 li.menuRight {
    float: right;
    margin-right: 0;
}
.menuTemplate2 li.separator {
    display: none;
}
.menuTemplate2 .drop {
    position: absolute;
    z-index: 5;
    left: -9999px;
    border: 1px solid #DDD;
    border-bottom: 2px solid #B00;
    background: #FFF url(../img/bg_grad.gif) repeat-x 0 0;
    text-align: left;
    padding: 20px;
    top: 31px;
}
.menuTemplate2 .drop a {
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    display: inline;
    text-align: left;
    position: static;
    z-index: 0;
}
.menuTemplate2 li.onhover .drop, .menuTemplate2 li:hover .drop {
    left: -1px;
}
.menuTemplate2 li.onhover .dropToLeft, .menuTemplate2 li:hover .dropToLeft {
    left: auto;
    right: -1px;
}
.menuTemplate2 li.onhover .dropToLeft2, .menuTemplate2 li:hover .dropToLeft2 {
    left: auto;
    right: -60px;
}
.menuTemplate2 div.drop div div {
    padding: 6px 20px;
}
.menuTemplate1 li.onhover .drop a, .menuTemplate1 li:hover .drop a {
    background: 0 0;
    background-image: none;
    padding: 0;
}
.menuTemplate2 div.drop div a {
    line-height: 24px;
    color: #048;
    background: 0 0;
}
.menuTemplate2 div.drop div a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: Red;
}
.menuTemplate2 div.left {
    float: left;
}
.decor2_2 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 14px #AAA;
    -webkit-box-shadow: 0 0 14px #AAA;
    box-shadow: 0 0 14px #AAA;
}
#slideshow {
    width: 650px;
    height: 370px;
    float: left;
}
#slideshow-panjang {
    background-color: #333;
    width: 980px;
    height: 370px;
    float: left;
}
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0;
}
.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider {
    padding: 0;
    height: 370px;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .flex-penyet img {
    max-height: 370px;
    width: 646px;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flex-panjang .flexslider {
    width: 980px;
    background-position: center;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%}
.no-js .slides>li:first-child {
    display: block;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider {
    border: 2px solid #fff;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    zoom: 1;
}
*/ .carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 2px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 3px;
    height: 3px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}
}.flex-caption {
    zoom: 1;
    width: 100%;
    padding: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
}
.flex-caption span {
    display: block;
    padding: 0 0 3px;
}
.menu-kolom {
    float: left;
    width: 201px;
    margin-right: 20px;
    font-family: segoe, opensans, sans-serif;
    font-size: 10pt;
}
.menu-kolom-besar {
    float: left;
    width: 220px;
    margin-right: 20px;
    font-family: segoe, opensans, sans-serif;
    font-size: 10pt;
}
.dateblock {
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 6px 10px 0 0;
}
.day {
    color: #999;
    font-size: 22px;
    position: relative;
    top: -8px;
    font-weight: 700;
    font-family: segoe, opensans, sans-serif;
}
.month {
    color: #999;
    font-size: 10px;
    font-style: italic;
    letter-spacing: .1em;
    position: relative;
    top: -8px;
}
.col-title {
    color: #e6e6e6;
    font-size: 13px;
}
.datetext .divline-solid {
    margin-top: 0;
    padding-top: 0;
}
.datetext {
    color: #4b4b4b;
    padding-left: 45px;
    height: 53px;
}
.datetext p {
    margin: 0;
}
.datetext p.col-title {
    margin-top: 0;
}
.datetext a {
    text-decoration: none;
}
.datetext a:hover {
    color: #FFBE24;
}
.quote {
    color: gray;
    clear: both;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 0 30px;
}
.quotemaker {
    font-size: 12px;
    color: #1a1a1a;
}
.blockquote {
    color: gray;
    font-family: Georgia, "Times New Roman", Times, serif;
    clear: both;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.4em;
    margin: 10px 0;
    padding: 0 0 0 40px;
}
.blockquote2 {
    padding: 10px;
    border-left: 1px solid #101010;
}
.img-column {
    padding: 0 0 0 40px;
    background: url(../img/tuv.jpg) no-repeat;
}
.img-top {
    background: url(../img/top.jpg) no-repeat;
}
.cert {
    background: url(../img/tuv.jpg) no-repeat;
}
.img-head-content {
    background: url(../img/uin2.jpg) no-repeat;
}
.list-kolom {
    padding: 5px;
    font-family: segoe, opensans, sans-serif;
}
.home {
    height: 42px;
    position: bottom;
    position: bottom;
}
.title {
    min-height: 34px;
    padding-right: 28px;
}
.list-kolom li {
    margin-bottom: 5px;
    color: #4B4B4D;
}
.list-kolom li:hover {
    text-decoration: none;
    color: #FFBE24;
}
.dis {
    min-height: 320px;
}
.topline-content {
    margin: 25px 10px 2px 0;
    border-style: none none solid;
    border-color: #CCC;
    border-width: 2px;
}
div.garis-tengah {
    clear: both;
    width: 100%;
    background-color: #d1d1d1;
    height: 2px;
    margin-top: 50px;
    margin-bottom: 5px;
}
#container_content {
    width: 99.8%;
    background: #FFF;
    padding: 20px 0 0;
    margin-top: 20px;
}
#container_content #content {
    width: 900px;
    padding: 0 30px 20px;
    margin: 0 auto;
}
#container_content #content h1 {
    font-family: segoe, opensans, sans-serif;
    color: #1a1a1a;
    font-size: 24px;
}
#container_content #content .linetop {
    padding: 10px 0 0;
    border-style: solid none none;
    border-color: #A4884A;
    border-width: 1px;
    text-align: center;
    margin-top: 20px;
    width: 900px;
}
#container_content #content .bottomline {
    height: 30px;
    background-color: #1a1a1a;
}
#container_content #content .theater {
    padding: 10px 0 15px;
    text-align: center;
    margin-top: 5px;
    height: 20px;
    background-color: #f1e4a9;
    border-radius: 4px;
    font-family: segoe, opensans, sans-serif;
    font-size: 11px;
}
#container_content #content .info {
    width: 590px;
    color: #333;
    float: left;
    font-family: segoe, opensans, sans-serif;
    font-size: 13px;
}
#container_content #content .info h2 {
    color: #A4884A;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .tabbed_area #content_1 h2 {
    margin-top: -10px;
}
#container_content #content .info ul {
    padding: 0 0 0 20px;
}
#container_content #content .pengumuman1 {
    float: left;
    width: 250px;
    background: #F5F5F5;
    padding: 20px 15px 20px 25px;
    border-radius: 5px;
    height: 360px;
}
#container_content #content .pengumuman1 h2 {
    color: #A4884A;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .pengumuman1 p {
    margin: 5px 0;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .pengumuman2 {
    margin: 0 auto;
    width: 250px;
    background: #F5F5F5;
    padding: 20px 15px 20px 25px;
    border-radius: 5px;
    height: 360px;
}
#container_content #content .pengumuman2 a {
    padding: 10px 0;
    margin: 10px 0;
    color: #FF9525;
}
#container_content #content .pengumuman2 h2 {
    color: #A4884A;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .pengumuman2 h4 {
    color: #333;
    font-family: segoe, opensans, sans-serif;
    font-weight: 400;
    font-size: 13px;
}
#container_content #content .pengumuman2 p {
    margin: 5px 0;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .login {
    float: right;
    width: 250px;
    background: #F4EDD0;
    padding: 20px 15px 20px 25px;
    border-radius: 5px;
    height: 360px;
}
#container_content #content .login a {
    padding: 10px 0;
    margin: 10px 0;
    color: #FF9525;
}
#container_content #content .login h2 {
    color: #A4884A;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .login p {
    margin: 5px 0;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .login #frmPortal {
    color: #333;
    font-family: segoe, opensans, sans-serif;
    font-size: 13px;
}
#container_content #content .login #frmPortal a {
    color: #FF9525;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .login #frmPortal input {
    width: 230px;
}
#container_content #content .login #frmlogin {
    color: #333;
    font-family: segoe, opensans, sans-serif;
    font-size: 13px;
}
#container_content #content .login #frmlogin a {
    color: #FF9525;
    font-family: segoe, opensans, sans-serif;
}
#container_content #content .login #frmlogin h5 {
    color: #333;
    font-family: segoe, opensans, sans-serif;
    margin-bottom: 10px;
}
#container_content #content .login #frmlogin input {
    width: 170px;
}
#container_content #content .login input {
    width: 200px;
    padding: 5px;
    font-size: 12px;
    font-family: segoelight;
    border: solid 1px #fff;
    border-color: #E0C68F;
    border-radius: 4px;
}
#container_content #content .login #error_msg {
    color: red;
}
#container_content #content .login button {
    background: url(../img/btn-gold3.png) no-repeat;
    border: 0;
    margin: 10px 10px 10px 65px;
    cursor: pointer;
    color: #fff;
    padding: 7px 10px;
    width: 100px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
#container_content #content .login button:hover {
    background: url(../img/btn-gold3-hover.png) no-repeat;
    border: 0;
    margin: 10px 10px 10px 65px;
    cursor: pointer;
    color: #fff;
    padding: 7px 10px;
    width: 100px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
#container_content .admonition {
    padding: 5px 0;
    background: #fff;
    color: #9e0b0f;
    text-align: center;
    font-family: segoe;
}
#container_content #content #content_1 h2 {
    font-family: segoe;
    color: #A4884A;
}
#content .content-space h2 {
    font-family: segoe, opensans, sans-serif;
}
#content .content-space {
    font-family: segoe, opensans, sans-serif;
    color: #333;
}
#content .content-space a, #content .content-space ol, #content .content-space p, #content .content-space ul {
    font-size: 13px;
}
#content .content-space #block {
    background-color: #E0C68F;
    border-radius: 4px;
    padding: 20px 0;
}
#content .content-space #img-space {
    height: 725px;
}
.content-space {
    padding: 3px 0 0 3px;
    float: left;
    width: 650px;
    font-family: segoe, opensans, sans-serif;
}
#content h2 {
    margin: 15px 0;
}
#content h3 {
    margin: 0 0 5px;
    color: #A4884A;
}
#content .content-space .img-pendaftarans1 {
    background: url(../img/pendaftarans1.jpg) no-repeat;
    margin: 0 0 0 100px;
    height: 750px;
}
#content .content-space .img-pendaftarans2 {
    background: url(../img/pendaftarans2.jpg) no-repeat;
    margin: 0 0 0 100px;
    height: 750px;
}
.formulir {
    border: solid 1px #A4884A;
    float: right;
}
.form_isi {
    margin: 10px;
    font-family: segoe, opensans, sans-serif;
}
.error-message {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #CA0405;
    border-radius: 2px;
    font-family: segoe, opensans, sans-serif;
    font-size: 14px;
    color: #FFF;
}
.success-message {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #d0e9c6;
    border-radius: 2px;
    font-family: segoe, opensans, sans-serif;
    font-size: 14px;
    color: #333;
}
.alert-system {
    color: #333;
    margin-bottom: 10px;
}
.alert-system ul {
    font-family: segoe, opensans, sans-serif;
    font-size: 13px;
    margin-left: 20px;
    color: #333;
}
.error, .error ul {
    color: #b31010;
}
.berhasil, .berhasil ul {
    color: #1ba508;
}
.warning, .warning ul {
    color: #df7d00;
}
table.form_isi {
    font-size: 11.5px;
    line-height: 1.5em;
    color: #40454b;
}
table.form_isi td {
    padding: 5px;
    width: 200px;
}
#icon-pen {
    background: url(../img/icon-pen.png) no-repeat;
    padding: 0;
    width: 60px;
    height: 60px;
}
.table-nama {
    font-family: segoe, opensans, sans-serif;
    font-size: 14px;
    color: #333;
}
.table-nama-id {
    width: 125px;
}
.table-nama tr td {
    border: 0;
}
#main {
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
}
.kiri_data_diri {
    float: left;
    width: 100%}
.kanan_data_diri {
    float: right;
}
.ganjel {
    clear: both;
}
.content-space-sia {
    width: 747px;
}
#sidebar {
    padding: 10px, 10px, 10px, 10px;
    float: left;
    font-family: segoe, opensans, sans-serif;
    font-size: 10px;
    width: 310px;
    color: #333;
}
#sidebar-sia {
    padding: 10px, 10px, 10px, 10px;
    float: left;
    font-family: segoe, opensans, sans-serif;
    font-size: 10px;
    width: 230px;
    color: #333;
}
#sidebar-kiri {
    padding: 10px, 10px, 10px, 10px;
    float: left;
    font-family: segoe, opensans, sans-serif;
    font-size: 10px;
    width: 310px;
    color: #333;
}
.widget {
    margin: 0;
    font-size: 12px;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.control-group {
    margin-bottom: 10px;
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
input, label, select, textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
button {
    font-size: 12px;
}
label {
    display: block;
    margin-bottom: 5px;
}
.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.input-xlarge {
    width: 180px;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: segoe, opensans, sans-serif;
}
#separate {
    height: 20px;
}
#separate2 {
    height: 10px;
}
li .underline-menu {
    margin-top: 2px;
    border-style: none none solid;
    border-color: #ccc;
    border-width: 1px;
}
li .underline-menu2 {
    margin-top: 2px;
    border-style: none none solid;
    border-color: #a4884a;
    border-width: 1px;
    padding: 3px 0;
}
.post {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.post-desc {
    margin-bottom: 10px;
}
.post-desc p {
    text-indent: 30px;
    text-align: justify;
    margin-bottom: 10px;
}
.status, .status-value {
    margin-top: 0;
    margin-right: 5px;
    padding-bottom: 10px;
    float: left;
}
.status-value {
    color: #3BAF04;
}
.rfloat {
    float: right;
}
.lfloat {
    float: left;
}
.no-border {
    border: 0;
}
.rpadding-15 {
    padding-right: 15%}
.lmargin-15 {
    margin-left: 5px;
}
.width-50 {
    width: 50%}
.width-65 {
    width: 65%}
.width-35 {
    width: 35%}
#history {
    margin-top: 10px;
    clear: both;
}
#history .table {
    margin: 0;
}
#pengumuman {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    float: left;
    clear: both;
}
.bea_warn {
    padding: 10px 0 15px 30px;
    text-align: left;
    margin-top: 5px;
    height: 100%;
    background-color: #f1e4a9;
    border-radius: 4px;
    font-family: segoe, opensans, sans-serif;
}
.bea_success {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #00B7FF;
    border-radius: 2px;
    font-family: segoe, opensans, sans-serif;
    font-size: 14px;
    color: #FFF;
}
.detail li {
    margin-left: 30px;
}
.detail ol, ul {
    margin-bottom: 10px;
}
#upload {
    width: 93%;
    padding: 10px 0 10px 7%;
    float: left;
    clear: both;
}
#upload td {
    padding-bottom: 10px;
}
.jadwal {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}
.scroll {
    padding: 0 15px 0 0;
    max-height: 400px;
    width: 100%;
    font-size: 13px;
    overflow-x: auto;
}
p#content-value {
    text-indent: 30px;
    text-align: justify;
    margin: 0;
    width: 620px;
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(220, 172, 0, .1), inset -1px 0 0 rgba(220, 172, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(164, 136, 74, .4);
    box-shadow: inset 1px 1px 1px rgba(220, 172, 0, .25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(220, 172, 0, .5);
    box-shadow: inset 1px 1px 3px rgba(220, 172, 0, .35);
}
::-webkit-scrollbar-corner {
    background-color: #000;
}
.formupload {
    padding: 0 0 0 100px;
}
.detailcontent {
    padding: 5px 0 0 20px;
}
.statusbelum {
    padding: 8px 0 0 2px;
    float: left;
    font-size: 14;
    color: red;
    font-weight: 700;
    width: 200px;
    height: 18px;
    background-image: url(../img/strip.png);
    background-repeat: no-repeat;
    background-position: 125px 5px;
}
.statussudah {
    padding: 8px 0 0 2px;
    float: left;
    font-size: 14;
    color: #81B20B;
    font-weight: 700;
    width: 200px;
    height: 18px;
    background-image: url(../img/centang.png);
    background-repeat: no-repeat;
    background-position: 135px 5px;
}
.statuspending {
    padding: 8px 0 0 2px;
    float: left;
    color: #00AFEF;
    font-weight: 700;
    width: 450px;
    height: 18px;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
visited link a:hover {
    text-decoration: none;
    color: #FFBE24;
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .wrapper {
    max-width: 460px;
    float: none;
    margin: 0 auto;
}
#header {
    max-width: 460px;
    float: none;
    margin: 0 auto;
    font-size: 12px;
}
#content {
    max-width: 460px;
    float: none;
    margin: 0 auto;
}
p {
    font-size: 10px;
}
.judul, h3 {
    font-size: 12px;
}
#menutama, #sidebar {
    display: none;
}
}.login-links {
    width: 100%;
}
.login-links a {
    font-family: segoe, opensans, sans-serif;
    color: #666;
}
.login-links a:hover {
    font-family: segoe, opensans, sans-serif;
    color: #FFBE24;
}
.login-links .suka-links2 {
    width: 70px;
    float: left;
    color: #333;
    text-align: center;
	height: 80px;
}
.suka-links2 .pembayaran {
    background: url(../img/icon-login/kmp.png) -140px -10px;
	height: 10px;
    padding-top: 40px;
}
.suka-links2 a:hover .pembayaran {
    background-image: url(../img/icon-login/pembayaran-hover.png);
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 40px;
    height: 40px;
}
.suka-links2 .kalender {
    background: url(../img/icon-login/kmp.png) 0 -10px;
	height: 10px;
    padding-top: 40px;
}
.suka-links2 a:hover .kalender {
    background-image: url(../img/icon-login/kalender-hover.png);
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 40px;
    height: 40px;
}
.suka-links2 .matakuliah {
    background: url(../img/icon-login/kmp.png) -70px -10px;
	height: 10px;
    padding-top: 40px;
}
.suka-links2 a:hover .matakuliah {
    background-image: url(../img/icon-login/matakuliah-hover.png);
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 40px;
    height: 40px;
}
.table th {
    background-color: #f7f7f7;
}
.black {
    color: #000;
}
select option:first-child{
}

