﻿.checkboxColumn {
    text-align: center;
    width: 10px;
}

.editColumn {
    text-align: center;
    width: 50px;
}

table .searchField {
    width: 60px;
}

.borderless tbody tr td, .borderless thead tr th, .borderless td {
    border: none;
}

.login-footer {
    font-size: 80%;
}

.container-form {
    margin-top: 20px;
}

.page-title {
    font-size: 22px;
    font-variant: small-caps;
    font-weight: bold;
    padding-bottom: 20px;
}

.field-title {
    width: 150px;
}

.div-table {
    display: table;
    width: auto;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    padding: 10px;
}

#grid tbody {
    color: black;
}

    #grid tbody tr:hover {
        /*background: #E2FFB6;*/
    }

a.k-button:focus {
    color: white;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

/*.navbar-nav > li > a, .navbar-brand {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    height: 40px;
}*/

/*.navbar {
    min-height: 40px !important;
}*/

.dropdown-menu {
    font-size: 13px !important;
}

/* Comment dulu disini */
/*#addEditWindow {
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}*/

#paymentDetailWindow {
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.serverinfo-header {
    width: 150px;
    font-weight: bold;
}

.gridInactiveData {
    background-color: #fe7a7a;
}

/* Override By Widayat*/
.form-group {
    margin-bottom: 5px;
}

body {
    font-size: 14px;
}

.page-title-detail {
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
}


/* kendo */
.k-numerictextbox .k-input {
    width: 96%;
    text-align: right;
    padding-right: 5px !important;
}

/* Bootstrap Dropdown Menu */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

hr {
    clear: both;
    color: dodgerblue;
    background-color: dodgerblue;
    height: 1px;
    border-width: 0;
}

/* Untuk Ubah Judul Kendo Windows */
.k-confirm .k-window-titlebar::before,
.k-alert .k-window-titlebar::before {
    content: 'Quick Accounting';
    font-weight: bold;
}

.k-confirm .k-window-titlebar .k-dialog-title {
    visibility: collapse;
}

.k-dialog .k-window-titlebar .k-dialog-title {
    visibility: hidden;
}

/* Sampai Sini Ubah Judul*/


/* Selectable Row Color Kendo Grid*/
/*.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    color: #fff;
    background-color: #6abbf6;
}*/

.boxFix *,
.boxFix *::before,
.boxFix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Warnain Add Edit Form, implementasi <div id="addEditWindow" class="box"></div> */
.box {
    background-color: rgba(20,53,80,0.038);
    border: 1px solid rgba(20,53,80,0.05);
}

div.k-window-content {
    padding: 1.1em;
}


.bold-hr {
    font-weight: bold;
    line-height: normal; 
}

.k-block, .k-widget {

    line-height: unset;

}

.separator-header {
    margin-bottom:9px;
    border-bottom: 1px solid #428bca;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #428bca;
}

.window-footer {
    position: absolute;
    bottom: 0;
    display: block;
    width: 95%;
    margin-top: 150px;
    padding: 19px 0 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}


.div-bottom-color {
    border-top: 1px solid #e5e5e5;
}

/* Setting kendo grid */

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: .1em .3em;
    overflow: hidden;
    line-height: 1em;
    vertical-align: middle;
    text-overflow: ellipsis;
}