﻿
/*Override bootstrap nav so it is white - default is black*/

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{
    background-image:-webkit-linear-gradient(top, #ffffff 0, #ffffff 100%) !important;
    background-image:-o-linear-gradient(top, #ffffff 0, #ffffff 100%) !important;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#ffffff)) !important;
    background-image:linear-gradient(to bottom, #ffffff 0, #ffffff 100%) !important;
    background-repeat:repeat-x !important;
    box-shadow:inset 0 3px 9px rgba(0,0,0,0.25) !important;
}

/* Make slick grid editors match cell size */
input.editor-text {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
}

.cursorNotAllowed {
    cursor: not-allowed;
}

.multiselect + .btn-group > .spira-multiselect:first-child {
    -webkit-appearance: menulist-button;
    background-color: rgb(255, 255, 255);
    background-image: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: start;
    text-indent: 0px;
}

.permission-hidden {
    display: none;
}

.accessKey {
    text-decoration: underline;
}

a.link-coloroverride, div > a.link-coloroverride {
    color: #428bca;
}

.multiselect + .btn-group > .spira-multiselect:first-child>.caret {
    display: none;
}

/* Make slick grid active/editable border mimic slickgrid blue border for focused inputs */
.slick-cell.active.editable {
    border-color: rgb(82, 168, 236);
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}

/*********** site colors **************/
/*color of our primary buttons*/
*.btn.btn-primary {
    background-image: linear-gradient(to bottom,#428bca 0,#7DB2CD 100%);
}

div.retrieve-search-column {
    border-right-style: solid;
    border-right-width: 0px;
}

div.responsive-text-alignment {
 text-align: left;
}

@media screen and (min-width: 1500px) {
    div.responsive-text-alignment {
        text-align: right;
    }
}

/*color of the nav bar at the top*/
.navbar > .container-fluid {
    background-color: #7DB2CD;
}

/*color of text in top bar when section not active*/
#layoutNovember-screen-wrapper .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

#layoutNovember-screen-wrapper .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    color: red;
}


#layoutNovember-screen-wrapper .container-fluid > label {
    color: #fff;
    margin-left: 5px;
}

#job-main label {
    word-wrap: break-word;
    width: 100%;
}

#job-details-fields .col-lg-1,
#job-details-fields .col-lg-2,
#job-details-fields .col-lg-3,
#job-details-fields .col-lg-4,
#job-details-fields .col-lg-5,
#job-details-fields .col-lg-6,
#job-details-fields .col-lg-7,
#job-details-fields .col-lg-8,
#job-details-fields .col-lg-9,
#job-details-fields .col-lg-10,
#job-details-fields .col-lg-11,
#job-details-fields .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

#udfs-controls .col-lg-1,
#udfs-controls .col-lg-2,
#udfs-controls .col-lg-3,
#udfs-controls .col-lg-4,
#udfs-controls .col-lg-5,
#udfs-controls .col-lg-6,
#udfs-controls .col-lg-7,
#udfs-controls .col-lg-8,
#udfs-controls .col-lg-9,
#udfs-controls .col-lg-10,
#udfs-controls .col-lg-11,
#udfs-controls .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

#locations-accord .col-lg-1,
#locations-accord .col-lg-2,
#locations-accord .col-lg-3,
#locations-accord .col-lg-4,
#locations-accord .col-lg-5,
#locations-accord .col-lg-6,
#locations-accord .col-lg-7,
#locations-accord .col-lg-8,
#locations-accord .col-lg-9,
#locations-accord .col-lg-10,
#locations-accord .col-lg-11,
#locations-accord .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

/*color of the currently active link in the top nav bar*/
#layoutNovember-screen-wrapper .navbar-inverse .navbar-nav > .active > a {
    /*background-image: linear-gradient(to bottom,#fff 0,#fff 100%);*/
    background-color: white;
    background-image: none;
    filter: none;
    color: black;
}

/*color of the dropdown button when you click it to open a dropdown menu, in the top nav bar*/
#layoutNovember-screen-wrapper .navbar-inverse .navbar-nav > .open > a {
    background-color: white;
    color: black;
}

.borderBox {
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #7DB2CD;
    border-radius: 5px;
}
/**************************************/


/* fix date picker showing below ko grid header and bootstrap input groups*/
.datePickerClass.form-control {
    position: relative;
    z-index: 10;
}

.ui-dialog .datePickerClass.form-control {
    z-index: 110;
}
.input-width-100Percent {
	width:100%
} 

/* nav-bar-sm */
.navbar.nav-bar-sm {
    min-height: 25px;
    height: 25px;
}

    .navbar.nav-bar-sm .navbar-nav > li > a {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .navbar.nav-bar-sm .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar.nav-bar-sm .navbar-header > .navbar-text {
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 1px;
        padding-bottom: 0;
    }

    .navbar.nav-bar-sm .form-control {
        height: 21px;
        margin-top: 1px;
    }

/* nav-bar-mid */

@media (min-width:768px) {
    .navbar.nav-bar-mid {
        min-height: 34px;
        margin-bottom: 5px;
    }

        .navbar.nav-bar-mid .container-fluid {
            padding-left: 0px;
        }

        .navbar.nav-bar-mid .navbar-collapse {
            padding-left: 0px;
        }

        .navbar.nav-bar-mid .navbar-nav > li > a {
            padding-top: 6px;
            padding-bottom: 6px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .navbar.nav-bar-mid .navbar-nav > li > .form-control.navbar-btn {
            height: 24px;
            margin-top: 4px;
            margin-bottom: 4px;
            margin-left: 10px;
            margin-right: 10px;
            width: 200px;
            padding-top: 2px;
            padding-bottom: 2px;
        }
}
/* nav-bar-nocollapse */
.navbar.nav-bar-nocollapse .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

.navbar.nav-bar-nocollapse .navbar-nav > li {
    float: left;
}

.navbar.nav-bar-nocollapse ul.navbar-nav {
    margin: 0 0;
}

/* nav-bar-bottom */
.navbar.nav-bar-bottom {
    margin-bottom: 0;
}


/* Fix slick grid column heading alignment bug when used with bootstrap*/
.slickGrid div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-control.input-xs, .btn-primary.input-xs {
    height: 22px;
    padding: 0px 0px;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
}

.form-control.koGridDropdown {
    height: 24px;
    padding: 0 0;
    margin: 2px 2px;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
}

.koInputGrid > .form-control, .koInputGrid > .input-group-addon, .koInputGrid > .input-group-btn > .btn {
    height: 24px;
    padding: 0px 5px;
    margin: 2px 2px;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
}

.input-group-btn.input-group-normal {
    font-size: 14px;
}

.btn-group.input-group-sm {
    font-size: 8px;
}

.btn.button-style-slickgrid {
    padding: 3px 12px;
}

.shortcuts-display-area {
    width: 95%;    
}

.shortcuts-button {
    border: 0px solid #999999;
    width: 18px;
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    background: #ffffff;
    background-size: 85%;
    margin: 0px 1px 0px 0px;
    padding: 0px 0px 3px 0px;
}

.input-group-btn.input-group-xs, .input-group.input-group-xs, .btn-group.input-group-xs {
    font-size: 6px;
}

    .btn-group.input-group-xs .btn, .input-group-btn.input-group-xs .btn {
        font-size: 13px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

.fullHeight {
    height: 100%;
}

.halfHeight {
    height: 50%;
}

.fillGridColumn {
    width: 100%;
}

.top-buffer-xs {
    margin-top: 2px;
}

.top-buffer-sm {
    margin-top: 5px;
}

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer-sm {
    margin-bottom: 5px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.left-buffer {
    margin-left: 20px;
}

.right-buffer {
    margin-right: 20px;
}

.row .padding-left-sm {
    padding-left: 5px;
}

.row .padding-right-sm {
    padding-right: 5px;
}

body {
    background-color: #fff;
    color: #333;
    /*font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

html {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

/*********** Validation and such **************/
.form-control.required-input, .required-input, .form-control.loc-required-input, .loc-required-input {
    border-color: blue;
}

.form-control.required-input-fail, .required-input-fail, #accordion-wrapper .linked-input-fail, #accordion-wrapper .required-location-fail, .form-control.date-range-fail, .date-range-fail, #accordion-wrapper .has-validation-errors {
    border-color: red;
}

.slick-cell.required-input-fail {
    border: 1px solid red;
}

.hidden-field {
    display: none;
}

.fail-count-label {
    color: red;
}
/**********************************************/

/************** header section ****************/
#spira-logo {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 13px;
}

#main-search-textbox {
    margin-left: 150px;
    width: 300px;
    position: relative;
    top: 15px;
}

    #main-search-textbox input {
        width: 300px;
    }

#header-menu-section {
    display: inline-block;
    float: right;
    color: white;
}
/*
#header-menu input[type="submit"], input[type="submit"]:focus, input[type="submit"]:active,  
button, button:focus, button:active {
    background: none;
    border: none;
    display: inline-block!important;
    padding: 0;
}
    */
#logout-menu {
    display: inline-block;
    color: white;
    text-decoration: none;
}

/*#logout-menu a {
    color: white;
    text-decoration: none;
}
    */
#header-menu {
    margin: 0px;
}

    #header-menu li {
        list-style: none;
        display: inline-block;
        padding-right: 50px;
    }

        #header-menu li a {
            color: white;
            text-decoration: none;
        }

/******************* main menu ********************/


.menu-section {
    height: 60px;
    display: inline-block;
    /*background-color: #F0F0F0;*/
}

#main-menu {
    margin: 0px;
}



/*********************Login **********************/
#login-wrapper {
    /*    width: 1280px;
    height: 720px; */
    background: linear-gradient(black, silver, black);
    background-color: silver;
    color: white;
}

#login-container {
    width: 400px;
    height: 400px;
    background: linear-gradient(black, silver, black);
    box-shadow: 0px 0px 4px 0px #ffffff;
    margin-left: 37%;
    margin-top: 10%;
    display: block;
}

#login-container-logo {
    height: 100px;
    width: 400px;
    border-bottom: solid thin burlywood;
    text-align: center;
}

#app-name {
    text-align: center;
}

#login-container label {
    display: block;
    margin-left: 35%;
}

#login-container input {
    display: block;
    width: 200px;
    margin-left: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
}

#login-container #login {
    width: 60px;
    margin-top: 40px;
    margin-right: 45%;
}




/******************** content menu **********************/


#top-menu a {
    list-style: none;
    display: inline;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: darkgrey;
    position: relative;
    left: -40px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

    #top-menu a:hover, #top-menu a.currentPage {
        border-bottom: solid black 5px;
        font-weight: bold;
        color: black;
    }

.breakLine {
    border-bottom: solid darkgrey 1px;
    width: 100%;
    height: 2px;
    margin-bottom: 2px;
}

#top-menu-div {
    border-bottom: solid darkgrey 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#top-menu-right {
    float: right;
}

    #top-menu-right a {
        font-weight: normal;
        border: none;
    }

        #top-menu-right a:hover {
            color: black;
            font-weight: normal;
            border-bottom: none;
        }

.body-menu-table tr {
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

.body-menu-table td {
    padding-right: 30px;
}

.body-menu-selection {
    width: 200px;
}

/********Move to local page css*/
#selection-wrapper {
    display: inline-block;
    margin-bottom: 20px;
}

#search-text-box {
    float: left;
    margin-right: 50px;
}

#job-type-search-box {
    float: left;
    margin-right: 50px;
}

    #job-type-search-box select {
        width: 200px;
    }

#from-dropdown-selection {
    float: left;
    margin-right: 50px;
}

#to-dropdown-selection {
    float: left;
    margin-right: 50px;
}

#include-orphans-selection {
    float: left;
    margin-right: 50px;
}

#retrieve-search-button {
    float: left;
}

#new-job-button {
    clear: both;
}

/***************move to local page css***********/

#map-type-selection-wrapper {
    display: inline-block;
}

/**************** body content ********************/

.content-wrapper {
    margin-left: 1%;
    margin-right: 1%;
}

h2 {
    font-size: 1.7em;
    color: #7DB2CD;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7em;
    color: #7DB2CD;
}

.label-header-adj {
    font-size: 70%;
}

#search-text-box {
    width: 200px;
}

#search-button {
    width: 50px;
    height: 50px;
    background-image: url(~/Images/search-icon2.png?s=56601b01b0d712065267f3d321e045004ae89b6a);
}

#body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#grid-content-section {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-color: whitesmoke;
}

#grid-footer-section {
    background-color: #E0E0E0;
    width: 100%;
    height: 20px;
}

.footer-section {
    width: 100%;
    height: 15px;
    background-color: #E0E0E0;
    border-top: solid black 1px;
}

/* Misc */
div.boarderlessListView {
    border-style: none;
}

div.boarderlessListViewWithVerticalScrollBar {
    border-style: none;
    height: 550px;
    overflow-y: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.resource-picker-openSelection {
    border: 1px solid #999999;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    background: #ffffff url(/content/images/search_16x16.png?s=95185be2df16c637bcb7158816e5e599e3dc3d33) no-repeat center center;
    background-size: 85%;
    margin: 0px 1px 0px 0px;
    padding: 0px 0px 3px 0px;
}

.resource-picker-clearSelection {
    border: 1px solid #999999;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    background: #ffffff url(/content/images/del_16.png?s=11a18eb06e756b771f8127d7b3af1226e6841225) no-repeat center center;
    background-size: 85%;
    margin: 0px 1px 0px 0px;
    padding: 0px 0px 3px 0px;
}

.button-style {
    /*  height: 40px; */
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-weight: bold;
    color: white;
    background-color: #7DB2CE;
}

.button-style-slickgrid:disabled {
    background-color: rgb(235, 235, 228);
}

select[disabled] {
    background-color: rgb(235, 235, 228);
    border-color: rgb(238, 238, 238);
    border-style: inset;
    border-width: 2px;
}

input[type="button"]:disabled {
    opacity: 0.6;
}

/*this is for the style of all resource pickers*/
.resource-picker-input {
}

/*these are classes for distinguishing the location of the resource picker for the back end logic*/
.resource-picker-ticket, .resource-picker-additionalResource, .resource-picker-udf {
}

#search-error-label {
    color: red;
}

#error-generic, .error-generic {
    color: red;
    font-size: 16px;
}

a.disabled {
    pointer-events: none;
}

.ticket-add-menu-input-text {
    padding: 0px;
}

/*The following section will override jquery dialogue box CSS and put the 'x' inside the close box*/
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: -8px !important;
}

/*Bring datapicker calendar to the front of other objects*/
.ui-datepicker {
     z-index: 9999 !important;
}
 
.k-grid tbody tr{
    height: 45px;
}
 
.k-grid td{
    white-space: nowrap;
}

/*this makes kendo ui drop downs take up the full space inside a form-control class*/ 
.k-dropdown-wrap {
    height: 98%;
}

/*Remove IE clear field 'X' button on text input fields'*/
input[type=text]::-ms-clear {
     display: none;
}

label.label-normal-font {
    font-weight: normal;
}


   .k-grid-header .k-header .k-grid-pager .k-grid-footer .k-grid-content {
       padding: 0px 0px 0px 0px;
       border: 0;
       /*height: 20px;*/
   }

   .k-grid tbody tr {
       height: 20px;
   }

   .k-grid td {
   padding: .15em .2em;
   padding-top: 0.15em;
   padding-right: 0.2em;
   padding-bottom: 0.15em;
   padding-left: 0.2em;
}
   /*.body {
       font-size: 13px
   }*/

   /* Tooltip */
 .k-tooltip-content {
        text-align:left;
    }


.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.k-widget .border-box-sizing,
.k-widget .border-box-sizing * {
    box-sizing: border-box;
}

.error-generic-border {
    border: 1px solid red !important;
}

/* Bootstrap Sub Menu stuff */
.dropdown-submenu
{
    position:relative;
}

.dropdown-submenu>.dropdown-menu
{
    top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after
{
    display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after
{
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left
{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu
{
    left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;
}
.gridError {
	color: red !important;
}

.validationError {
	border: 1px solid red !important;
}

.goldenLayoutErrorBlip{
    position: absolute;
    right: -5px;
    top: -2px;
	border: 1px solid black;
	background: red;
	color: white;
    font-weight: bold;
	z-index: 4;
    padding: 0px 5px;
    border-radius: 40px;
}

.mainLayoutDiv {
	height: auto; 
	min-height: 100%
}
.lm_splitter.lm_vertical{
  opacity: 1;
  background: #7DB2CD;
}
.lm_splitter.lm_horizontal{
  opacity: 1;
  background: #7DB2CD;
}
.lm_header {
	background: -webkit-gradient(linear, left top, left bottom, from(#DEF0F9), to(#DEF0F9));
}
.lm_tab.lm_active {
	  background: -webkit-linear-gradient(top, #DEF0F9, #ADD4E7);
}
.k-widget.k-tooltip-validation {
	border: 1px solid black !important;
	background-color: red !important;
	color: white !important;
}
.gridError {
	border: 3px solid red !important;
	color: red !important;

}
.lm_content_Scrollable {
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.lm_dragHandle_Disable {
	opacity: 0.7;
	pointer-events:none;
	cursor:not-allowed;
}

.responsive-fieldset{
    min-width: 100%;
}

fieldset.scheduler-border {
    border: 1px solid #7bd2f6;
    padding: 0 0 0 1.4em;
    margin: 0 0 1.5em 0;
}

legend.scheduler-border {
        font-size: 1.2em;
        border-bottom:none;
         width:auto;
}

.server-side-error {
    color: red;
    font-size: 16px;
    text-align: center;    
}

.valueToUpper {
    text-transform: uppercase;
}
