﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide, .ng-show {
    display: none !important;
}

input[type='text'] {
    text-transform: uppercase
}

.loading {
    /*color: #438eb9 !important;
    border: 2px solid #438eb9 !important;
    background: #ffffff;
    text-align: center;
    font-weight: bold !important;
    z-index: 1000;
    height: 80px !important;
    font-size: 20px !important;
    width: 200px !important;
    position: fixed !important;
    left: 50% !important;
    top: 40% !important;
    margin: -25px 0 0 -25px !important;
    padding-top: 20px !important;*/
    display: none !important;
}

.loader {
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
    background: none;
    border: none
}


#loading {
    width: 200px;
    position: fixed;
    left: 50%;
    top: 40%;
    margin: -25px 0 0 -25px;
    padding-top: 20px;
}

.tooltip-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #438eb9;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #438eb9;
}

.tooltip-inner {
    max-width: 300px;
    font-weight: bold;
    color: #ffffff;
    background-color: #438eb9;
}

.ui-spinner-button {
    height: 12px !important;
    cursor: pointer;
    margin-right: -3px;
}

.ui-spinner-up {
    margin-top: 1px;
}

.ui-spinner-down {
    margin-bottom: -2px;
}

.default-color {
    color:#438eb9; 
}

.default-border-color {
    border-color: #438eb9 !important; 
}
.default-background-color-85-forced {
    background-color: rgba(67, 142, 185, 0.30) !important; /*#438eb9*/
}

#gritter-notice-wrapper {
    top: 90px;
    right: 5px
}

.gritter-item-wrapper.gritter-info {
    background-color: #438eb9
}

@media (max-width: 991px) {
    #loading {
        left: 40% !important
    }
}

@media (max-width: 767px) {
    #loading {
        left: 25% !important
    }

    .ui-jqgrid .ui-jqgrid-pager {
        height: 85px !important; /*55px*/
    }
    /*.ui-jqgrid .ui-jqgrid-pager > .ui-pager-control {
        height: 50px !important;
        padding-top: 0px !important
    }*/
    .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
        margin-top: 0px !important
    }

    .breadcrumb {
        width: 90% !important
    }
}

.popover {
    white-space: pre-wrap;
    min-width: 200px;
    pointer-events: none;
    max-width: fit-content;
}

.menu {
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
    background-color: white;
    z-index: 99;
}

.menu-item {
    height: 20px;
    display: table;
}

.menu-item:hover {
    background-color: #6CB5FF;
    cursor: pointer;
}


line {
    border: 0;
    height: 1px;
    display: block;
    background-color: #A9A9A9;
}

.sticky {
    position: fixed;
    bottom: 10px;
    right: 18px;
    margin: 0;
    z-index: 10;
    width: 200px;
}


.pe-no-print {
    display: none !important;
}

.pe-preserve-ancestor {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
