html,
body {
    height: 100%;
}

* {
    border-radius: 0px !important;
}

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

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    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;
}

input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.form-control, .select2-container--krajee .select2-selection--single {
    height: 30px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0px;
    box-shadow: none !important;
}

.select2-container--krajee .select2-selection--single {
    border: 1px solid #dfd7ca;
}

.input-group > .form-control, .input-group > .input-group-addon, .input-group > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.select2-container--krajee .select2-dropdown {
    border: 1px solid #dfd7ca !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 28px;
    border-left: 1px solid #dfd7ca !important;
}

.form-control:focus, .select2-container--krajee .select2-selection--single:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

th {
    text-align: center;
}

.join-partner-table tr td {
    padding: 4px !important;
    vertical-align: middle !important;
}

.join-partner-table tr td:nth-child(2) {
    width: 30%;
}

.join-partner-table .btn {
    width: 100%;
}

.checkbox-inline.no_indent,
.checkbox-inline.no_indent + .checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}

.checkbox-inline.no_indent:last-child {
    margin-right: 0;
}

.checkbox-inline.no_indent > input[type="checkbox"] {
    margin-top: 1px;
}

.select2-container--krajee .select2-selection--single {
	height: 30px !important;
}

.select2-container--krajee .select2-selection--multiple {
    min-height: 30px !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	height: 29px !important;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: 30px !important;
}

.browse-content-left {
	margin-left: 0px !important;
}

.taskFooter {
	color: #000;
}

.newinput-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

#loading-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background: center no-repeat url('../images/ajax-loader.gif') rgba(100, 100, 100, 0.7);
    z-index: 10000;
    display: none;
}

.ui-tooltip-content{
	font-size: 13px;
	font-family: Calibri;
}
.logo-mini img {
    width: 100%;
}
.kv-grid-table{
font-size: 13px !important;
line-height: 1 !important;
}

.journal-index {
	overflow: auto;
    overflow-x: hidden;
	height: 500px;
} 


thead.user-access-drop {
    display: block;
    border: 1px solid black;
    width: 100%;
}
.main-sidebar, .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-menu>li:hover>.treeview-menu {
    width: 230px !important;
    cursor: default;
}
.login-box-body {
    background-color: rgba(255, 255, 255, 0.8);
  
}
tbody.user-access-drop {
   display:block;
   /*display: none;*/
   height: 400px;
    /* Just for the demo          */
    overflow: scroll;
    /* Trigger vertical scroll    */
    width: 100%;
} 


.asset-data-index {
	overflow: auto;
    overflow-x: hidden;
	height: 500px;
} 

.glyphicon {
    font-family: 'Glyphicons Halflings','Arial';
}

.balance-detail-index {
	overflow: auto;
    overflow-x: hidden;
	height: 500px;
} 

.payable-detail-index {
	overflow: auto;
    overflow-x: hidden;
	height: 500px;
} 

.receivable-detail-index {
	overflow: auto;
    overflow-x: hidden;
	height: 500px;
} 

.modalButton{
    font-size: 8px !important;
    padding: 6px 8px !important;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	opacity:  0.5 !important;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity:  0.5 !important;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity:  0.5 !important;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity:  0.5 !important;
}

.table tbody tr:focus{
    background-color: #E0FFFF !important;
}

/*full calender*/
.fc-row {
	background: #E0FFFF !important;
}
/*end full calender*/

./* btn-danger{
visibility: hidden;
} */

./* grid-view{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
   line-height: 1px;
   font-family: "Arial";
   font-size: 10px;
} */

./* productDetailQty2{
 grouping-separator: ",";
 decimal-separator : ".";
}
 */			

.panel-accordion .panel-heading {
    padding: 0;
}
.panel-accordion .panel-heading a {
    display: block;
    padding: 0px 0px;
} 

 
.table-responsive
{
    overflow-x: hidden;
}

.blocker
{
    position: absolute;
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background-color: #0000002b;
    z-index: 1000;
    border-radius: 5px;
}