﻿/* WARNING */
/* This file should be used to add CUSTOM project CSS rules only! */
/* In case if you are going to modify BBWT rules please use ~/content/blueberry/site.css */
/* (BBWT project itself should always have this file empty) */
/* Ask David Vasser if you have any question */

.database {
    background: url(images/database.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.dbtable {
    background: url(images/table.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.folder-open {
    background: url(images/folder.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.folder-closed {
    background: url(images/folder-closed.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.column {
    background: url(images/column.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div#wrap header {
    background-color: white;
    background-image: none;
    /*background-repeat: no-repeat;
    background-position: 380px;*/
    /*height: 156px;*/
    padding-top: 25px;
    padding-bottom: 10px;
}

a.logo-link {
    position: absolute;
    top: 20px;
    width: 450px;
    height: 80px;
    /*border: 1px solid green;*/
}

.test-div {
    position: absolute;
    /*border: 1px solid red;*/
    top: 10px;
    left: 10px;
    width: 1120px;
    height: 100px;
}

.low-footer {
    height: 100px;
    background-color: #E2E2E2;
}

.logo-rainbow {
    overflow: hidden;
    position: relative;
    /*height: 88px;*/
    width: 100%;
    /*top: 20px;*/
    /*border: 1px solid red;*/
}

    .logo-rainbow .row {
        margin-right: 0;
    }

login {
    position: absolute;
    top: 40px;
    right: 0;
    margin-top: 3px;
    /*margin-right: -195px;*/
    display: inline-block;
}

header .login {
    position: relative;
    padding-right: 0;
    margin-right: 10px;
    float: right;
}



body footer {
    background-color: white;
}

    body footer .container div.footer-links {
        background-color: grey;
        height: 42px;
        padding-left: 15px;
        padding-top: 8px;
    }

        body footer .container div.footer-links img {
            margin-top: -8px;
            float: right;
        }

    body footer div.low-footer .container {
        background-color: #E2E2E2;
    }

footer div.userprofile a {
    color: #898989;
}

.header-main-search {
    color: black;
    /*margin-right: 15px;*/
    margin-top: 10px;
}

.header-small-search {
    color: black;
    margin-left: 30px;
    position: relative;
    z-index: 1;
}


.wrap-search {
    width: 100%;
    position: relative;
    top: -60px;
}

.form-horizontal .control-label {
    text-align: left;
}

.esb-risk-rating {
    width: 2em;
    height: 2em;
}

.esb-bordered-form .row {
    display: table;
    border: solid 1px;
    border-width: 0px 1px 1px;
    border-color: #aaaaaa;
}

.esb-bordered-form textarea {
    width: 100%;
    border: none;
    height: 100%;
}

.esb-bordered-form .esb-bordered-column {
    float: none;
    display: table-cell;
    vertical-align: top;
    border: 1px solid #aaaaaa;
    border-width: 0 0 0 1px;
    height: 100%;
}
/*
    Workaround for conflict of kendo and twitter sizing models:
    http://docs.telerik.com/kendo-ui/using-kendo-with-twitter-bootstrap
*/
/*.k-tabstrip {
    margin: 0 -25px;
}*/
/*#tabstrip0 {
    margin: 0 -25px;
}*/
.k-tabstrip .row {
    box-sizing: border-box;
}

.k-tabstrip .k-tabstrip {
    box-sizing: border-box;
}

.k-tabstrip .k-content {
    box-sizing: border-box;
}

.k-tabstrip [class^="col-xs-"], div[class*=" col-xs-"], [class^="col-sm-"], div[class*=" col-sm-"] {
    box-sizing: border-box;
}

.k-tabstrip .container {
    box-sizing: border-box;
}

.k-tabstrip textarea {
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

input[type="checkbox"].chekbox-right {
    width: auto;
    margin: 10px 15px;
}

.two-panel-multiselect-buttons {
    margin-top: 20px;
}

.children-margin-top-0 .k-grid {
    margin-top: 0;
}

.print {
}

.esb-print-label {
    margin-top: 40px;
    /* border:1px solid gray;*/
}

.k-progressbar {
    width: 100%;
    overflow: hidden;
}

    .k-progressbar .k-state-selected {
        width: 10%;
        position: relative;
        overflow: visible;
        background-color: rgb(201, 217, 41);
        border-color: rgb(201, 217, 41);
    }

    .k-progressbar .k-progress-status {
        position: absolute;
        right: -40px;
        color: black;
        /*visibility:hidden;*/
        text-align: left;
    }

        .k-progressbar .k-progress-status:after {
            content: "%";
        }

    .k-progressbar .k-progress-status-wrap {
        width: 100% !important;
    }

.esb-status {
    padding: 8px;
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
}

.esb-status.esb-complete {
    border-color: rgb(201, 217, 41);
    background-color: rgb(201, 217, 41);
    background-image: url(images/checkmark_white.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

.esb-status.esb-disabled {
    border-color: #E2E2E2;
    color: #E2E2E2;
}

.row .row {
    margin-left: 0;
}

    .row .row.last-column {
        margin-right: 0;
    }

.k-datetimepicker {
    padding: 0;
}

.k-list-container ul li.k-state-focused {
    border: 1px solid #F5453D;
}

ul.hide-default-option li:first-child {
    display: none;
}

.fill-parent {
    width: 100% !important;
}

.ng-invalid-text {
    border-color: #F5453D !important;
}

.ng-invalid-required {
    border-color: #F5453D !important;
}

    .ng-invalid-required > .k-dropdown-wrap {
        border-color: #F5453D;
    }
/*Need to reset the colour manually cause browsers ignore change from ng-invalid to ng-valid. Copy pasted the colour from kendo styles*/
.ng-valid-required > .k-dropdown-wrap {
    border-color: #ccc;
}

body {
    overflow-y: visible;
}

html {
    overflow-y: scroll;
}

.esb-grid-button {
    min-width: 0;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    margin: 8px 20px 0 0;
    /*background-position:-32px -32px;
    background-image: url('../Content/kendo/Bootstrap/sprite.png');*/
}

    .esb-grid-button.green-tick {
        background-image: url('../Content/images/green_tick.png');
    }

    .esb-grid-button.red-cross {
        background-image: url('../Content/images/red_cross.png');
    }

.no-x-scroll.k-window-content {
    overflow-x: hidden;
}

.esb-info-tooltip {
    width: 2em;
    height: 2em;
    background-image: url('../Content/images/info-icon.png');
    background-size: cover;
}
.esb-info-tooltip-small {
    width: 1em;
    height: 1em;
    background-image: url('../Content/images/info-icon.png');
    background-size: cover;
    position:absolute;
    bottom:8px;
    right:-1em;
}
.k-tooltip-content{
    text-align:left;
}


.thread-item {
    border: 1px solid black;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: lightgoldenrodyellow;
    cursor: pointer;
}

    .thread-item:hover {
        background-color: lightsalmon;
    }

    .thread-item p.thread-title {
        text-align: center;
        overflow: hidden;
        font-weight: bold;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.selected-thread-item {
    background-color: lightcoral !important;
}

.comm-threads-panel {
    border-right: 2px solid black;
}
/* fonts.css (104, 2) */
.k-grid-content .k-dropdown-wrap .k-input {
    line-height: normal;
    height: 16px;
}

/* kendo.common-bootstrap.min.css (9, 51712) */
.k-grid-content .k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 0;
    line-height: normal;
}

.margin-left-12 {
    margin-left: 12px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.comms-list {
    max-height: 800px;
    overflow-y: auto;
}

.comm-message {
    min-height: 200px;
}

div.k-window-content {
    padding: 15px !important;
}

.k-multiselect .k-button {
    color: #898989 !important;
}

.no-files-grid .file-upload-container .k-grid-filter-container, .no-files-grid .file-upload-container .k-grid {
    display: none;
}

.img-edit-btn {
    display: inline-block;
    background-image: url(../Content/images/grid_edit.png);
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

.img-del-btn {
    display: inline-block;
    background-image: url(../Content/images/grid_delete.png);
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

.img-save-btn {
    display: inline-block;
    background-image: url(../Content/images/grid_save.png);
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

.img-pin-btn {
    display: inline-block;
    background-image: url(../Content/images/grid_pin.png);
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
.line {
    border-top: solid 1px black;
}
/*show only upload button*/
.asrt .k-dropzone {
    border-width: 0;
    display: inline;
    padding: 0;
}
.asrt div.k-widget {
    display: inline;
    border-width: 0;
}
.asrt em {
    display: none;
}
.asrt strong.k-upload-status {
    display: none;
}
.margin-vertical-10 {
    margin: 10px 0 10px 0;
}
.margin-top-10 {
    margin-top: 10px;
}
.raw-size {
    padding:0;
    margin:0;
}
.k-upload-button{
    height: 30px;
}
.children-top-margin-10 .k-button{
    margin-top:10px;
}
.critical-case-label {
    color:#F5453D;
}
.no-margin {
    margin:0;
}

#footer .logo{
    height: 28px;
}
.top-50-force{
    top: 50px !important;
}

.k-menu-horizontal > .k-item > .k-link {
    padding: 0.8em 0.8em 1.1em;
}
.k-recur-view .k-check input.k-recur-weekday-checkbox {
    margin-right: 0;
    margin-left: 15px;
}

.sectionRow {
    margin-bottom: 10px;
    border: 1px solid lightgrey;

    /*margin-left: 0px;
    margin-right: 0px;
    
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.sectionEditLabel{
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between-gaps > div:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.no-padding{
    padding:0px;
}

.reportDesignerLink{
    font-size: 13px;
}

.gridSectionRanges .k-grid-toolbar{
    padding-top:2px;
    padding-bottom:2px;
}

.gridCriterias{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(40px,1fr));
    justify-items: center;
}

.gridSection{
    display:grid;
    grid-template-columns: 250px 35px 1fr;
}

.gridSectionEdit{
    display:grid;
    grid-template-columns: 1fr 20px;
}

.gridSubSection{
    display:grid;
    grid-template-columns: 200px 35px 1fr;
    align-items: center;
}

.border-right-gray{
    border-right: 1px solid lightgrey;
}

.gridSection > div{
    padding:5px;
}

.verticalHeader{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.selectedHeader{
    background:#e6e6e6;
}

.reportViewLabel {
    color: #3860bd;
    font-size: 16px;
    font-weight: bold;
}

.reportViewSectoinHeader {
    width: 100%;
    margin: 40px 0 0 0;
    border-bottom: 2px solid #7cbaf9;
    padding-top: 10px;
    font-size: 20px;
}

.margin-left-15 {
    margin-left: 15px;
}