html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #EEEEEE;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* admin lte overrides */
.content-header > h1 {
    display: inline-block;
}
.content-header > .breadcrumb {
    position: static;
}

.content {
    padding: 10px 20px;
}

#profpict {
    height: auto;    
    width: 100%;
}

.banner-lokasi {
    width:100%;
    display: block;
}

.green {
    background-color: #ccffcc !important;
}

.red {
    background-color: #ffcccc !important;
}

.yellow {
    background-color: #ffffcc !important;
}

.kartik-sheet-style,.kartik-sheet-style th {
    background: #f5f5f4;
}

.kartik-sheet-style td {
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
}

.login-bg {
    background: url(../images/login-bg.jpg) no-repeat;
    height: 500px;
}

.rounded-corner {
    border-radius: 20px !important;
}

.login-page-welcome {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000; 
}

.grid_panel_remove {
    height:0px;
    border: none !important;
}

.panel_toolbar {
    float: right; border:none; margin-top: -33px; margin-right:5px;
}

.header-row {
    background-color: #BBB !important;
    
}

.header-row .kv-editable-link {
    color: white !important;
}

.kv-editable-link {
    text-align: left;
}

.clear-table .kv-grid-table {
    border:1px solid #ddd;
}

.clear-table .input-group-addon {
    padding: 2px 4px !important;
    font-size: 12px !important;
}

.box-inside {
    position: relative;
    border-radius: 3px;
    background: #f5f5f4;
    border: 1px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-inside-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #d2d6de;
}

.box-inside-title {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.box-inside-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

#kode-sampel-preview {
    border: 1px solid #dddddd;
    padding: 4px 6px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    color: blue;
}

.middle-table td {
    vertical-align: middle !important;
}

.bottom-bordered {
    padding : 5px 0;
    border-bottom: 1px solid #d2d6de;
    text-align: center;
    margin: 0 -5px;
}

.tds-val2 {
    padding : 5px 0;
    text-align: center;
}

.pilihan label {
    width: 20%;
}

.rpd-highlight {
    color: #FF0000 !important;
    font-weight: bold;
    padding: 2px 4px;
    background-color: yellow;
    display: inline-block;
}

.filter-analisa {
    border : 1px solid #DDD;
    margin : 15px;
    padding: 15px;
    background-color: #eee;
}

.inline-edit-100 > .kv-editable{
    display: block;
}

.inline-edit-100 > .kv-editable .kv-editable-form-inline .kv-editable-parent{
    display: block !important;
}

.inline-edit-100 textarea {
    width: 100% !important;
}

@media screen and (max-width: 480px) {
    .kv-table-wrap th, .kv-table-wrap td {
        text-align: left !important;
    }
}