/* -------------------------------------- GENERAL -----------------------------------------*/
@media print {
    back-red {
        background-color: red !important;
        font-weight: 900 !important;
        -webkit-print-color-adjust: exact;
    }
}

a {
    cursor: pointer;
    color: #0A6639;
}

a:link {
    color: #0A6639;
    color-rendering: #0A6639;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #0A6639;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #0A6639;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #0A6639;
    text-decoration: none;
}

.login {
    width: 50%;
    min-width: 300px;
}

.pict_wall {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
}

.pict_wall img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.comments {
    width: 50%;
    position: fixed;
    top: 40%;
    right: 10%;
    z-index: 2000;
}

.comboMenu_Button3 {
    position: fixed;
    bottom: 265px;
    right: 30px;
    z-index: 1000;
}

.comboMenu_Button2 {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
}

.comboMenu_Button1 {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
}

.comboMenu_Button0 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.comboMenu_ButtonBack {
    position: fixed;
    top: 629px;
    right: 360px;
    z-index: 999;
}

.comboMenu_backBider {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 999;
    font-size: xx-large;
}

.flash {
    position: fixed;
    left: 40px;
    bottom: 30px;
    z-index: 1000000;
}

.createBy {
    font-size: xx-small;
    position: relative;
    top: -10px;
}

.search {
    font-size: x-small;
}

.shadow-z-2 {
    box-shadow: 0 0 20px gray;
    padding: 0 20px 0 20px;
}

.shadow-z-4 {
    box-shadow: 0 0 40px gray;
}

.shadow-z-6 {
    box-shadow: 0 0 60px gray;
}

/* -------------------------------------- APP -----------------------------------------*/
.main {
    background-color: white !important;
}

.app {
    position: relative;
    top: 31px;
    width: 100%;
    align-self: center;
    position: relative;
    left: -0%;
    background-color: white !important;
}

.app .namaHeader {
    font-size: large;
    position: relative;
    top: 7px;
}

.headerApp {
    width: 103%;
    align-self: center;
    position: relative;
    left: -1%
}

.createData {
    width: 70%;
    min-width: 300px;
    left: 15%;
    top: 10%;
    position: fixed;
    z-index: 1001;
}

.app .CM {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #208255;
    color: white;
    font-size: xx-large;
}

.app .CMADD {
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 999;
    color: white;
    font-size: xx-large;
}

.app .namaData {
    font-size: large;
    font-weight: 300;
}

.app .detailData {
    font-size: small;
    position: relative;
    top: -2px;
}

.app .editData {
    color: orange;
    font-size: large;
}

.app .removeData {
    color: red;
    font-size: large;
}

.app .playData {
    color: blue;
    font-size: large;
}

.app .finishData {
    font-size: large;
}

.app .endData {
    color: red;
    font-size: large;
}

.app .linkSubDetail {
    font-size: x-small;
}

.app .textDetail {
    font-size: small;
}

.app .loadMore {
    width: 99%;
    align-self: center;
    position: relative;
    left: 1%;
    position: absolute;
    right: 45%;
    z-index: 1000;
}

.loadMore a {
    position: absolute;
    right: 45%;
}

.background-oraono {
    position: fixed;
    left: -10px;
    top: -10px;
    z-index: -100;

    display: block;
    background-image: url(/images/background.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 101%;
    height: 105%;

    -webkit-filter: blur(3px);
}

.center_page_bottom {
    bottom: 10px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: fixed;
    z-index: 10000;
    width: 300px;
}

.center_page {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: fixed;
    z-index: 10000;
    width: 300px;
}

/*style baru*/
.destacados {
    padding: 20px 0;
    text-align: center;
    margin: 20px;
}

.destacados>div {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}

.destacados>div:hover {
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: #FFF;
    transition: 0.5s;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

/*untuk membuat design data karyawan*/


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #262626;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #208255;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background-color: teal;
    background-size: cover;
    height: 140px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    /*color: #262626;*/
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 10px;
    line-height: 30px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 0.5px solid gainsboro !important;
}

input:focus {
    outline: none;
    border-bottom: none !important;
}

select {
    width: 268px;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(/images/br_down.svg) no-repeat right transparent !important;
    -webkit-appearance: none;
    background-position-x: 244px;

    font-size: 18px;
    border: none;
    border-bottom: 0.5px solid gainsboro !important;
}

select:focus {
    outline: none;
    border-bottom: 0.5px solid gainsboro !important;
}

textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 0.5px solid gainsboro !important;
}

textarea:focus {
    outline: none;
    border-bottom: none !important;
}

th {
    background-color: whitesmoke;
    font-family: 'Raleway-Medium', sans-serif;
}

td {
    font-family: 'Raleway-Regular', sans-serif;
}

label {
    color: black !important;
}

control-label {
    color: black !important;
}

div.bayangankotak {
    padding: 15px;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.table-Courier-New {
    width: 100%;
}

.table-Courier-New thead tr td {
    padding: 7px;
    font-family: Courier New;
    font-weight: bold
}

.table-Courier-New thead tr th {
    padding: 7px;
    font-family: Courier New;
    font-weight: bold
}

.table-Courier-New tbody tr td {
    padding: 7px;
    font-family: Courier New;
    font-weight: bold
}

.table-info-menu thead tr th {
    padding: 5px;
    font-weight: bold;
    background-color: #efefef;
}

.table-info-menu tbody tr {
    border-bottom: 1px solid grey;
}

.table-info-menu tbody td {
    padding: 5px;
    font-weight: bold;
}

.table-info-menu {
    width: 100%;
    counter-reset: serial-number;
}

.table-info-menu tbody td:first-child:before {
    counter-increment: serial-number;
    content: counter(serial-number);
}