﻿
.k-state-disabled {
    opacity: .9 !important;
}

div.k-grid td{
    padding: 0px 10px !important;
    line-height: 125% !important;
    height: 35px !important;
}

tr.k-filter-row th {
    line-height: 125% !important;
    padding: 0.1em 0.1em !important;
    height: 25px !important;
}

tr th.k-header {
    text-align: center !important;
    background-color: #DADADA !important;
}

@media (min-width: 1192px) {
    .app-aside-dock.app-aside-fixed.app-header-fixed {
        padding-top: 93px !important;
        width: 100% !important;
    }
}

@media (max-width: 1191px) {
    .panel-fixed {
        top: 51px !important;
        width: calc(100% - 202px) !important;
    }

    .row-fixed {
        top: 54px !important;
        width: calc(100% - 202px) !important;
    }
}

@media (max-width: 1181px) {
    .panel-fixed {
        width: 100% !important;
    }

    .panel-false-aside-dock-fixed {
        width: 100% !important;
    }


    .row-fixed {
        width: 100% !important;
    }

    .row-false-aside-dock-fixed{
        width: 100% !important;
    }

}

.panel-fixed {
    position: fixed;
    z-index: 500;
    /*width: calc(100% - 202px);*/
    width: 100%;
    top: 92px;
    /*top: 52px;*/
    height: 50px;
}

.panel-hide-aside-dock-fixed {
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 51px;
    height: 50px;
}

.panel-false-aside-dock-fixed {
    position: fixed;
    z-index: 500;
    width: calc(100% - 202px);
    top: 51px;
    height: 50px;
}

.panel-body-clear-fixed {
    margin-top: 55px;
}

.row-fixed {
    position: fixed;
    top: 95px;
    /*top: 55px;*/
    width: 100%;
    /*width: calc(100% - 202px);*/
}

.row-hide-aside-dock-fixed {
    position: fixed;
    top: 54px;
    width: 100%;
}

.row-false-aside-dock-fixed {
    position: fixed;
    top: 54px;
    width: calc(100% - 202px);
}

.row-fixed .pull-right {
    margin-top: 7px !important;
}

.row-false-aside-dock-fixed .pull-right {
    margin-top: 7px !important;
}

.row-hide-aside-dock-fixed .pull-right {
    margin-top: 7px !important;
}

/*-------------header style------------------*/
@media (min-width: 1181px) {
    .app-aise,
    .navbar-header {
        width: 200px;
    }

    .navbar-collapse,
    .app-content,
    .app-footer {
        margin-left: 200px;
    }
}

@media (min-width: 1192px) and (max-width: 1280px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1192px) and (max-width: 1280px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

/*.app-aside:before {
    width: 180px;
}*/

.navbar-brand img {
    max-height: 30px;
}

@media (min-width: 1200px){
	.navbar-nav > li > a.menu-item {
		padding-top: 6px;
		padding-bottom: 5px;
	}
}

.nav > li > a.menu-item {
    padding-left: 6px;
    padding-right: 6px;
}


/*------------filter-row style--------------*/
.k-filter-row .k-select {
    line-height: 1.8em !important;
}

.k-filter-row .k-input {
    line-height: 1.4em !important;
    height: 1.3em !important;
}

.k-filter-row .k-picker-wrap:before {
    height: 0.9em !important;
}

.k-filter-row .k-button {
    line-height: 0.9em !important;
}

.k-filter-row .k-operator-hidden {
    padding-top: 1px !important;
}



.k-filter-row .k-widget {
    height: 25px !important;
}


/*-----icon button hover------*/
i.icon-button-click:hover {
    cursor: pointer;
}

i.icon-button-click.button-disable {
    color: slategrey;
}

i.icon-button-click.button-disable:hover {
    cursor: not-allowed !important;
}


.bg-green-sea {
    background-color: #98CFA7;
}

.text-green-sea {
    color: #98CFA7;
}

.text-dark-blue {
    color: #1B1464;
}

.bg-dark-blue {
    background-color: #1B1464;
}

/*----------menu tag a hover-------------*/
.nav > li > a.menu-item:hover {
    background-color: #D9EDF7 !important;
}

.nav > li > a.menu-item:focus {
    background-color: #D9EDF7 !important;
}

.bg-light-blue {
    background-color: #D9EDF7;
}


/*------------breadcrumb background---------------*/

.breadcrumb {
    background: transparent !important;
}

.btn-transparent {
    background: transparent !important;
    border: none !important;
}


/*----------checkbox disable--------------*/
.i-checks input[disabled] + i.show-same-enable:before {
    background-color: #23b7e5 !important;
}
.i-checks input[disabled] + i.show-same-enable {
    border-color: #23b7e5 !important;
    cursor: not-allowed !important;
}