﻿
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.k-grid-content > table > tbody > tr > td {
    border-bottom: 1px solid #808080;
}

.k-icon, .k-icon .k-i-expand, .k-icon .k-i-collapse, .k-grid-header th.k-header .k-link, .k-button, .k-grid-header, .k-grid-header .k-header {
    background-color: #0277BD;
    color: white;
    text-align: center;
}



#grid .k-loading-color {
    background-image: none;
}

.warp {
    white-space: nowrap;
}

div.k-window-content {
    overflow: hidden;
}

.k-grid-header th.k-header > .k-link, .k-grid-header th.k-header {
    font-weight: bold;
    color: white;
}

.k-window-title {
    font-weight: bold;
}

.k-animation-container {
    margin-top: 1%;
}

.k-button:hover, .k-button:active, .k-button:focus {
    background-color: #0277BD;
    color: white;
}

.switchery .switchery-default {
    background-color: rgb(33,150,243);
}

.k-grid-content {
    min-height: 20px;
    overflow: auto; /*max-height: 400px;*/
    height: auto !important;
}

.dashboard .k-grid-content {
    min-height: 20px;
    overflow: auto;
    max-height: 227px;
    height: auto !important;
}

.Agent .k-grid-content {
    min-height: 20px;
    overflow: auto;
    max-height: 500px;
    height: auto !important;
}

.k-widget .k-window {
    min-height: 20px;
    overflow: auto;
    max-height: 480px;
    height: auto !important;
}

.k-grouping-row {
    /*float: left;*/
    white-space: nowrap;
}

.pivot {
    text-align: left;
    background-color: #0277BD;
    color: white;
}

.page-container {
    padding: 0px 10px;
}

.k-grid-content, .k-grid-header th.k-header .k-link {
    text-align: left;
}

.k-icon.k-clear-value.k-i-close {
    display: none !important;
    color: white;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.k-grid .k-state-selected, .k-grid td.k-state-selected.k-state-focused, .k-grid .k-state-selected a {
    /*background-color: cornflowerblue;*/
    background-color: #0fbd32;
    color: white;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: white;
}

#grid tbody td:hover, #grid tbody td:hover a {
    /*background: cornflowerblue;*/
    background-color: #0fbd32;
    color: white;
}

    .k-detail-cell tbody td:hover, #grid tbody td:hover a {
        background: #0277BD;
        /*background-color: #0fbd32;*/
        color: white;
    }

.navbar-brand > img {
    image-rendering: -webkit-optimize-contrast;
}

.Approved {
    background-color: #abf8bb !important;
}

.Declined {
    background-color: #fcb8b8 !important;
}

.Pending {
    background-color: #f2fc9a;
}

.Closed {
    background-color: #cccccc !important;
}

.OnHold {
    background-color: #f2fc9a;
}

.REJECTED {
    background-color: #fcb8b8 !important;
}

.Obsolete {
    background-color: #f2fc9a;
}

@media (min-width: 1200px) {
    .geomap {
        width: 47%;
    }
}


thead .rowtable {
    background-color: black;
}

#map {
    width: 100%;
    height: 375px;
    z-index: 10;
    border: solid 1px #999;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info h4 {
        margin: 0 0 5px;
        color: #777;
    }

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

    .legend i {
        width: 18px;
        height: 18px;
        display: inline-block !important;
        /*float: left;*/
        margin-right: 8px;
        opacity: 0.7;
    }

.header, .details-header {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Collection_wrapper {
    margin-bottom: 40px;
}

.white-popup {
    padding: 50px 20px 20px 20px !important;
    width: auto;
    min-width: 1200px !important;
    border-radius: 10px;
}

span.origin {
    color: #0088cc;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}

div.dt-buttons {
    float: right !important;
    margin-top: 8px;
}

table.dataTable {
    margin: 0 !important;
}


table {
    border-top: 1px solid #808080;
    width: 100%;
}
/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td{padding:8px 20px}
.table > tbody > tr > td, .table > tfoot > tr > td {padding:4px 20px}*/

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered {
    border-left: 0;
    border-right: 0;
}


.table-scroll thead {
    display: table;
    table-layout: fixed;
}

.table-scroll tbody {
    min-height: 30px;
    max-height: 300px;
    overflow-y: auto;
    display: block;
    table-layout: fixed;
}

.table-scroll tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: left;
    padding: 5px 0;
}


.table-scroll td {
    white-space: pre-line;
    width: 150px;
    height: 27px;
    text-align: left;
    padding: 8px 0;
    padding-right: 10px;
}

.table-scroll thead tr th {
    width: 150px;
    height: 27px;
    text-align: left;
    padding: 10px 10px;
    border-top: 1px solid #000;
}


.table > tbody > tr > td {
    border-bottom: 1px solid #808080;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    padding: 7px 20px;
}

#grid .k-loading-image {
    background-image: none;
}

.k-group-footer td {
    background-color: #ddd;
    color: black;
}

.k-footer-template td {
    background-color: #7E7E7E;
    color: white;
}

@media (min-width:320px) {
    .login-container .page-container .login-form {
        width: 100%;
    }
    /* width: 320px; */
}
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

@media (min-width:480px) {
    .login-container .page-container .login-form {
        width: 100%;
    }
    /* smartphones, Android phones, landscape iPhone */
}

@media (min-width:600px) {
    .login-container .page-container .login-form {
        width: 100%;
    }
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media (min-width:801px) {
    .login-container .page-container .login-form {
        width: 100%;
    }
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
    .login-container .page-container .panel {
        width: 30%;
    }
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
    .login-container .page-container .panel {
        width: 30%;
    }
    /* hi-res laptops and desktops */
}

.gridheadersfixedposition .k-grid-content {
    min-height: 20px;
    overflow: auto;
    max-height: 900px;
    height: auto !important;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header, .k-popup .k-list .k-item > .k-group {
    background-color: deepskyblue;
    color: white;
}
