﻿#UtValidationSummary {
    color: red;
    font-weight: bold;
}
.UtValidationSummary {
    color: red;
    font-weight: bold;
}
.correct {
    color: green;
    font-weight: bold;
}

#UtCurrenttasks {
    font-size: small;
    color: white;
    width: 100px;
}

.utDateTime {
    width: 80%;
}

.content {
    padding: 15px;
}

@media (max-width: 767px) {
    .content {
        padding: 10px;
    }
}

.rag-green {
    background-color: darkseagreen;
}

.rag-red {
    background-color: #5c0120;
}

.ag-root {
    border-radius: 5px;
}

.ag-dark .ag-header-container {
    background-color: #272C31;
}

.ag-dark .ag-row-even {
    background-color: #3C454D;
}

.ag-dark .ag-row-odd {
    background-color: #272C31;
}

.ag-dark .ag-header-cell {
    border-right: 1px solid #596773;
}

.ag-dark .ag-cell {
    border-right: 1px solid #596773;
}

.ag-dark .ag-header-container {
    border-right: 1px solid #596773;
}

.ag-dark {
    background-color: white;
}

    .ag-dark .ag-row-drag {
        background-color: transparent;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0Q2RDVENSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMiAxaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48cGF0aCBkPSJNOCAxaDJ2Mkg4ek0yIDRoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4ek0yIDdoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4em0tNiAzaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48L2c+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        height: 12px;
        opacity: 1;
        width: 12px;
        background-position-y: 4px;
        background-position-x: left;
        float: left;
        width: 24px;
        height: 100%;
    }
        .loading {
    padding-top: 100px;
    width: 150px;
}

.ag-dark .ag-tool-panel-container {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #272C31;
    color: white;
}

.ag-dark .ag-list-selection {
    background-color: #3C454D;
    color: white;
    border-radius: 5px;
}

.ag-menu-option {
    background-color: #272C31;
}
.ag-menu-option-active {
    background-color: #596773;
}
.panelbody-table {
    padding: 3px;
}

/*Arrowcolor in table*/
svg {
    fill: white;
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

input[type="checkbox"], input[type="radio"] {
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.k-datetimepicker {
    width: 100%;
}

/*.k-upload .k-upload-action {
    display: none;
}*/

.ag-filter-list-container input[type="checkbox"] {
    height: 15px;
}

.ag-filter-header-container input[type="checkbox"] {
    height: 15px;
}

.gruoSideBar {
    width: 40%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 55px;
    background-color: white;
    overflow: auto;
    z-index: 1200;
    border-left: solid;
    border-width: 1px;
    border-color: #b1b5b8;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    border-top-left-radius: 5px;
}
.gruoWideSideBar {
    width: 80%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 55px;
    background-color: white;
    overflow: auto;
    z-index: 1200;
    border-left: solid;
    border-width: 1px;
    border-color: #b1b5b8;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    border-top-left-radius: 5px;
}

.gruoSideBarHeader {
    height: 55px;
    background-color: #78ABC7;
}

    .gruoSideBarHeader i {
        margin-top: 10px;
    }

    .gruoSideBarHeader .glyphicons:before {
        padding: 0;
    }

.btn-addSidebar {
    width: 20px;
    height: 20px;
    padding: 0;
}

.gruoSideBarHeader i {
    padding-left: 5px;
    border: solid;
    border-color: white;
    border-radius: 50%;
    padding: 15px;
    border-width: 2px;
    background-color: lightblue;
    margin-left: 10px;
}

.gruoSideBarHeader .glyphicons {
    margin-right: 20px;
    margin-top: 20px;
}



/* changes standard bootstrap */
.form-group {
    margin-bottom: 10px;
}

/*AG-Grid New*/

.ag-virtual-list-viewport input[type="checkbox"] {
    height: 15px;
}
.ag-body-viewport {
background-color:lightgray;
}
.ag-overlay-no-rows-center {
color:black;
}
.ag-virtual-list-viewport {
background-color:lightgray;

}
.ag-filter-header-container {
    background-color:lightgray;
}
.ag-tab-body {
     background-color:lightgray;
}
.ag-column-select-panel {
     background-color:lightgray;
     color:black;
}
.ag-filter-filter {
    background-color:lightgray;
     color:darkslategray;
}

.ag-cell input[type='checkbox'] {
    width: 20px;
    height: 15px;
    margin: 2px 0 0;
}
.ag-header-group-cell-label {

text-align:center;
}
.ag-header-group-cell-label {
display:block;
}
.gruo-field-changed {
    background-color:darkseagreen;
}
.gruo-field-unchanged {
     background-color:white;
}
.ag-filter-header-container {
background-color:#302e2e;
}
.ag-virtual-list-item {
    background-color:#302e2e;
}
.labelResult {
    padding-top: 7px
}
/*.hover_img a {
    position: relative;
}

    .hover_img a span {
        position: absolute;
        display: none;
        background-color:white;
        z-index: 1;
    }

    .hover_img a:hover span {
        display: block;
    }*/
.k-upload-button {
    width: 95%;
    height: 100px;
    font-size: 20px;
}
.k-link-increase {
    display:none;
}
.k-link-increase {
    display:none;
}


.warning-red{
    color:red;
}