﻿.k-grid-header .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(2) th:nth-of-type(2),
#portalAssessmentsGrid .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(1) th:nth-of-type(2),
#portalCreditsGrid .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(1) th:nth-of-type(3),
#divInstrumentsGrid .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(1) th:nth-of-type(3) {
    border-left: 0;
}
.k-grid-header .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(1) th {
    padding: 10px 10px;
}


.k-grid-header .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(2) th {
    /*background-color: #414042;*/
    border-top: solid 1px #ccc;
}

.k-grid-header .k-grid-header-wrap.k-auto-scrollable thead tr:nth-of-type(1) input[type="text"] {
    box-sizing: border-box;
}

.k-grid-content tr td {
    cursor: pointer;
}

.k-grid-header .k-header, 
.k-grid-header .k-header .k-link, 
.k-grid-header .k-link, 
.k-grid-header .k-link:link {
    color: #595959!important;
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
}
.k-grid-content tbody tr, 
.k-grid .k-alt {
    background-color: #f2f3ee!important;
}

.k-grid-content tbody tr:hover,
.k-grid .k-alt:hover {
    background-color: #ccc!important;
}

.k-pager-numbers .k-link, 
.k-pager-wrap > .k-link {
    /*border: none!important;*/
}

.k-pager-wrap.k-grid-pager {
    /*border-bottom: solid 1px #ddd;*/
}

.k-grid td.k-state-selected, 
.k-grid tr.k-state-selected>td {
    border-color: #e6e6e6!important;
    background-color: #414042!important;
}

.k-grid td.k-state-selected:hover, 
.k-grid tr.k-state-selected:hover td {
    background-color: #414042!important;
}

.k-grid-content.k-auto-scrollable tbody tr td {
    border-left: solid 1px rgb(230,230,230);
}

.k-grid-content.k-auto-scrollable tbody tr td:nth-of-type(2) {
    border-left: none;
}

.k-grid-content.k-auto-scrollable tbody tr:last-of-type td {
    border-bottom: none;
}

#divInstrumentQuestions1SectionsGrid table thead tr th:nth-of-type(2),
#divInstrumentQuestions1LanguagesGrid table thead tr th:nth-of-type(2),
#divInstrumentsGrid table thead tr th:nth-of-type(2) {
    border-left: none;
}

#divInstrumentsGrid table thead tr th {
    font-weight: bold;
    font-size: 14px;
}

#divInstrumentsGrid select.input-sm {
    box-sizing: border-box;
    height: 25px;
    line-height: 25px;
    padding: 3px 3px;
    margin-bottom: 3px;
}

#divInstrumentsGrid tbody tr td:nth-of-type(4) {
    padding: 15px 15px!important;
}

.k-grid-content.k-auto-scrollable {
    /*min-height: 420px;*/ /*Uncommented by Simpson bcz commenting it out was squashing grids*/
    min-height: 50px;
    max-height: 500px;
}

#divInstrumentsGrid .k-grid-content.k-auto-scrollable {
    max-height: inherit;
}

.k-window-titlebar.k-header {
    background-color: #9ebfa4;
}

.k-window-titlebar.k-header span {
    /*font-size: 0.9em;*/
    font-size: 15px;
    text-transform: capitalize;
}

.k-widget.k-window {
    border: none;
}

.k-widget.k-window .clickconfirm.k-button {
    text-decoration: none;
    color: #FFF;
    background-color: #9ebfa4;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: solid 1px #ccc;
    margin-left: 5px;
    min-width: 60px;
    text-transform: uppercase;
    float: right;
}

.k-widget.k-window .clickconfirm.k-button:active {
    webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.k-widget.k-window .clickconfirm.k-button:hover {
    border-color: #ddd;
}

.k-window-content.k-content {
    font-size: 13px;
}

.k-window-content.k-content select,
.k-window-content.k-content input {
    box-sizing: border-box;
}

.k-window-content.k-content p:last-of-type {
    padding: 1px 0;
}

.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .km-pane-wrapper>.km-pane>.km-view>.km-content {
    background-image: none!important;
}

.k-i-none {
    visibility: hidden;
}

.k-widget.k-tooltip {
    background-color: #fff!important;
    background-image: none!important;
    font-size: 13px!important;
    text-align: justify!important;
    padding: 8px 10px 8px 12px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-color: #b6bb1a!important;
}

.k-callout-n {
    border-bottom-color: #b6bb1a!important;
}

.k-tooltip-content {
    color: #000;
}

.k-widget.k-datepicker.input-sm {
    background-color: #fff!important;
}

.k-icon.k-i-calendar {
    margin-top: 4px;
}

.k-widget.k-window {
    left: 50% !important;
    /*top: 10% !important;*/
}

.k-widget.k-window.window-300 {
    margin-left: -150px !important;
}

.k-widget.k-window.window-500 {
    margin-left: -250px !important;
}

.k-widget.k-window.window-768 {
    margin-left: -384px !important;
}

.window-300 div.k-window-content {
    padding: 15px !important;
    text-align: justify;
}

.window-500 div.k-window-content {
    padding: 15px !important;
    text-align: justify;
}

.window-768 div.k-window-content {
    padding: 15px !important;
}

@media (max-width: 300px) {
    .window-300.k-widget.k-window {
        left: auto !important;
        margin-left: 5% !important;
        width: 90% !important;
    }
}

@media (max-width: 600px) {
    .window-500.k-widget.k-window {
        left: auto !important;
        margin-left: 5% !important;
        width: 90% !important;
    }
}

@media (max-width: 800px) {
    .window-768.k-widget.k-window {
        left: auto !important;
        margin-left: 5% !important;
        width: 90% !important;
    }
}
