﻿/* FONTS */
@font-face {
    src: url('../fonts/calibril.ttf');
    font-family: "Calibri Light";
}

html, body {
    font-family: Helvetica;
    font-size: 10pt;
    color: black;
    margin: 0;
    background-color: rgb(245 247 249);
}

a {
    text-decoration: none;
    color: #446699;
}

img {
    border-style: none;
}

.menu-icon {
    width: 20px;
    margin-right: 15px;
    margin-bottom: 3px;
}

/* PATH NAV */
#LoginArea {
    min-width: 1000px;
    border: 1px solid black;
    border-bottom: none;
    height: 30px;
    padding-top: 5px;
    color: #CCCCCC;
}

.NavigationMessage {
    float: left;
    height: 20px;
    margin: 3px 0 0 10px;
}

.CompanySiteSelector {
    float: left;
    text-align: center;
    margin: 0px 0 0 -4px;
}

.QuickSkills {
    text-align: center;
    position: relative;
    display: inline-block;
}

.QuickSkillsEdit {
    display: none;
    float: right;
    position: absolute;
    width: 250px;
    height: 100px;
    right: 0;
    border: 1px solid white;
    padding: 10px;
}

    .QuickSkillsEdit ul.QuickSkillsList {
        width: 250px !important;
        max-height: 600px;
    }

    .QuickSkillsEdit table {
        text-align: left;
    }

ul.QuickSkillsList,
ul.MenuSearchList {
    list-style: none;
    width: auto !important;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    border: 1px solid black;
    background: white;
    font-size: 15px;
}

    ul.QuickSkillsList li,
    ul.MenuSearchList li {
        margin: 2px;
        padding: 3px 1px !important;
    }


/* CONTENT */
.WaitLoadingBackground {
    opacity: 0.75;
    background-color: black;
    border: solid 2px #FFC73C;
    color: #2222FF;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    height: 100%;
    width: 100%;
}

    .WaitLoadingBackground .WaitLoading {
        position: relative;
        margin: 0 auto 0 auto;
        padding: 100px 0 0 0;
        top: 200px;
        height: 200px;
        width: 200px;
        background-image: url(/Images/Spinner.gif);
        background-repeat: no-repeat;
        background-position: top;
        background-color: transparent;
        text-align: center;
        font-size: 18pt;
        color: White;
        z-index: 1001;
    }

#pnlContent {
    padding-top: 10px;
    /*background-color: rgb(245 247 249);*/
}

h2, .Heading1 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 16px 0px 0px 0px;
}

.SubHeading {
    font-size: 14pt;
}

.topbar-text-dropdown a {
    color: #2c3334 !important;
    padding-right: 10px;
}


/* Filters */

#pnlContent fieldset div > input[type=submit],
#pnlContent fieldset div > input[type=button] {
    margin-left: 10px;
}

#pnlContent fieldset .InlineButton {
    margin-left: 0px !important;
    margin-top: 18px;
    height: 21px;
    padding-top: 1px;
}

#pnlContent fieldset {
    border: 1px solid darkgray;
    margin-bottom: 10px;
    padding: 4px 10px 8px 10px;
}

#pnlContent legend {
    font-size: 10pt;
    box-sizing: border-box;
    color: inherit;
    display: table;
    width: auto;
    max-width: 100%;
    padding: 0px 2px;
    white-space: normal;
}

#pnlContent fieldset p.ButtonPanel {
    float: right;
}

#pnlContent fieldset > div {
    float: none !important;
    margin: 0 0 8px;
    display: inline-block;
    vertical-align: top;
}

#pnlContent fieldset div div {
    margin-top: 2px;
    padding-bottom: 0 !important;
}

#pnlContent fieldset > div > div > span {
    display: inline-block;
    width: 27px !important;
}

#pnlContent fieldset div div input + span {
    padding: 0 2px 0 4px;
    width: 34px !important;
}

#pnlContent fieldset input {
    box-sizing: border-box;
}

#pnlContent fieldset select {
    padding: 1px 0 1px;
    box-sizing: border-box;
}


/* ------------------------------------------------------------------------- */
/*                              Modal popup Styles                           */
/* ------------------------------------------------------------------------- */

/* the modal popup panel */
.ModalPopup {
    position: relative !important;
    min-width: 500px;
    border: 1px Black solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #333;
    /*background: url(/Images/bg.png);*/
    z-index: 5001 !important; /* Ensure child popups are not clipped on IE */
    overflow: visible !important;
    padding: 0px;
    margin: 0px;
}

.ModalZ_A {
    z-index: 3000;
}

/* The header title of modal popups */
.ModalHeader {
    font-size: 18pt;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    color: white;
    border-bottom: 1px solid black;
    padding: 8px;
    background-color: red;
    margin: 0px;
    margin-bottom: 5px;
}

/* IE Fix to stop the modal header's gradient area from overlapping the edges */
.ModalHeaderWrapper {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

/* a table which holds edit controls of modal popups */
.InputForm {
    width: 100%;
    border-spacing: 0px;
}

/* the background class to fade out behind modal popups */
.ModalBackground {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 5000 !important;
}

/* a sub panel inside the modal popup which holds the input fields */
.ModalBody {
    background-color: #DDDDDD;
    border: 1px solid black;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 1000px;
    max-height: 500px;
    overflow: auto;
}

/* A modal popup which has tab panels */
.ModalBodyTabs {
    width: 1000px;
    height: 500px;
    overflow: auto;
}

/* Extra div class to position the popup buttons correctly */
.ModalButtonPanel {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.InputForm h3.InputHeader {
    margin: 6px 0 2px;
}

.FieldRow select, .FieldRowFocus select {
    width: 100%;
}

/* one TR which holds a field input and label */
.FieldRow, .FieldRowFocus {
    height: 25px;
}

.FieldRowFocus {
    background-color: #99ccff;
}


.FieldRow:hover {
    background-color: #DBFFFF;
}

/* a label for an edit control input */
.FieldLabel {
    padding-top: 4px;
    padding-left: 5px;
    vertical-align: top;
    width: 110px;
}

/* an input row on an edit control */
.FieldInput {
    padding-bottom: 1px;
    width: 280px;
}

    .FieldInput input {
        box-sizing: border-box;
    }

    .FieldInput textarea {
        box-sizing: border-box;
    }

    .FieldInput select {
        padding: 1px 0 1px;
        box-sizing: border-box;
    }

    .FieldInput .TextBox {
        width: 280px;
    }

    .FieldInput .TextBoxMultiLine {
        height: 82px;
        width: 280px;
    }

    .FieldInput input[type=text][readonly] {
        border: lightgrey 1px solid;
        background: transparent;
    }

    .FieldInput input[type=checkbox],
    .FieldInput input[type=radio] {
        margin-left: 0;
    }

/* a marker TD which shows a * indicating the field is required */
.FieldRequired {
    color: Red;
    font-weight: bold;
    padding: 2px 0px 0px 10px;
    vertical-align: top;
    width: 10px;
}

.Validator {
    color: Red;
    font-weight: bold;
    vertical-align: top;
}

.ajax__tab_disabled a {
    color: #CCC;
}

.ajax__tab_container {
    width: 100%;
}

.ajax__tab_body, .ajax__tab_xp {
    /*height: 90%;*/
    font-family: Helvetica !important;
}

.ajax__tab_header {
    /*margin-bottom: -4px !important;*/
}

.ajax__tab_inner {
    /*height: 100% !important;*/
}

.ajax__tab_tab {
    /*height: 100% !important;*/
}

/* GRADIENTS */

#LoginArea, .NavigationHeader, #pnlNavigationLeftCollasped, .QuickSkillsEdit {
    background-color: #2a2d39;
}

.TopMenuItem, .LeftMenuGroup, .ModalHeader {
    color: White;
    background: rgb(99,99,109); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(99,99,109,1) 0%, rgba(42,45,57,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,99,109,1)), color-stop(100%,rgba(42,45,57,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(99,99,109,1) 0%,rgba(42,45,57,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(99,99,109,1) 0%,rgba(42,45,57,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(99,99,109,1) 0%,rgba(42,45,57,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(99,99,109,1) 0%,rgba(42,45,57,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2d39', endColorstr='#63636d',GradientType=0 ); /* IE6-9 */
}

.LeftMenuRow {
    color: White;
    background: rgb(134,145,147); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,145,147,1) 0%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,145,147,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,145,147,1) 0%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,145,147,1) 0%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,145,147,1) 0%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,145,147,1) 0%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#869193', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

.selected {
    color: #ddd;
    background: rgb(197,222,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(197,222,234,1) 0%, rgba(138,187,215,1) 31%, rgba(6,109,171,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,222,234,1)), color-stop(31%,rgba(138,187,215,1)), color-stop(100%,rgba(6,109,171,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2d39', endColorstr='#44dd77',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid black;
}

.TopMenuItem:hover, .LeftMenuGroup:hover, .LeftMenuRow:hover {
    background: rgb(214,249,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(214,249,255,1) 0%, rgba(158,232,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,249,255,1)), color-stop(100%,rgba(158,232,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2d39', endColorstr='#4477ee',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

/* Auto Complete */
.AutoList {
    overflow-y: scroll;
    height: 200px;
    list-style: none;
    padding: 0;
    margin: -2px 0 0;
    border: 1px solid black;
}

/* BUTTONS */

.ButtonPanel {
    padding: 8px 0px 0px 0px;
    text-align: right;
}

.Button {
    margin: 0px;
    padding-top: 2px;
    height: 25px;
    min-width: 55px;
    border: 1px solid black;
    border-radius: 3px;
    color: White;
}

    .Button:hover {
        /*color: Black;*/
    }

.ButtonLeft {
    float: left;
}

/*
 *  Neutral: Blue button used for add, edit and other common uses.
 *  Negative: Red button used for cancel.
 *  Positive: Green button used for ok, save and confirm.
 */
.ButtonNeutral {
    background: rgb(0,102,204); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMzNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,102,204,1) 0%, rgba(0,51,102,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,204,1)), color-stop(100%,rgba(0,51,102,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,102,204,1) 0%,rgba(0,51,102,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,102,204,1) 0%,rgba(0,51,102,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,102,204,1) 0%,rgba(0,51,102,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,102,204,1) 0%,rgba(0,51,102,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003366',GradientType=0 ); /* IE6-8 */
}

.ButtonPositive {
    background: rgb(0,204,51); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwY2MzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,204,51,1) 0%, rgba(0,102,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,204,51,1)), color-stop(100%,rgba(0,102,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,204,51,1) 0%,rgba(0,102,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,204,51,1) 0%,rgba(0,102,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,204,51,1) 0%,rgba(0,102,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,204,51,1) 0%,rgba(0,102,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc33', endColorstr='#006600',GradientType=0 ); /* IE6-8 */
}

.ButtonNegative {
    background: rgb(204,0,0); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(102,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(102,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(102,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(102,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(102,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(102,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#660000',GradientType=0 ); /* IE6-8 */
}

.ButtonNeutral:hover {
    background: rgb(0,102,255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMzOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,102,255,1) 0%, rgba(0,51,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,255,1)), color-stop(100%,rgba(0,51,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,102,255,1) 0%,rgba(0,51,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,102,255,1) 0%,rgba(0,51,153,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,102,255,1) 0%,rgba(0,51,153,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,102,255,1) 0%,rgba(0,51,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#003399',GradientType=0 ); /* IE6-8 */
}

.ButtonPositive:hover {
    background: rgb(0,255,51); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZmYzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,255,51,1) 0%, rgba(0,153,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,255,51,1)), color-stop(100%,rgba(0,153,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,255,51,1) 0%,rgba(0,153,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,255,51,1) 0%,rgba(0,153,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,255,51,1) 0%,rgba(0,153,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,255,51,1) 0%,rgba(0,153,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff33', endColorstr='#009900',GradientType=0 ); /* IE6-8 */
}

.ButtonNegative:hover {
    background: rgb(255,0,0); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(153,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(153,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(153,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(153,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(153,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(153,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#990000',GradientType=0 ); /* IE6-8 */
}

.CalendarButton {
    background-color: White;
    background-image: url(/StyleSheets/Images/calendar.png);
    width: 16px;
    height: 16px;
}
/* ------------------------------------------------------------------------- */
/*                               Message styles                              */
/* ------------------------------------------------------------------------- */
div.MessageAreaHolder {
    position: fixed;
    width: 100%;
    z-index: 15000;
}

div.MessageArea {
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    margin: 0px;
    margin-bottom: 1px;
    width: 100%;
}

div.MessageWarning {
    background-color: Yellow;
    border-color: Orange;
}

div.MessageError {
    background-color: Pink;
    border-color: Red;
}

div.MessageSuccess {
    background-color: Lime;
    border-color: Green;
}

div.MessageMessage {
    background-color: Aqua;
    border-color: Blue;
}


/* ------------------------------------------------------------------------- */
/*                             Mega Filter styles                            */
/* ------------------------------------------------------------------------- */
.MegaFilterPanel {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 10px;
}

.MegaFilterFilterInfoCell {
    padding: 5px;
    border: 1px solid black;
}

.MegaFilterFilterInfoCellRemove:hover {
    background-color: Pink;
}


/*---------------------------------------------------------------------- */
/*                              Grid View Styles                             */
/* ------------------------------------------------------------------------- */
.DataGridNone {
    color: #888888;
    padding-bottom: 8px;
    text-align: center;
}

.DataGridTopAligned th,
.DataGridTopAligned td {
    vertical-align: top;
}

.DataGrid {
    border: 1px solid black;
    width: 100%;
}

.DataGridRowHeader {
    background-color: #003366;
    color: White;
}

/* links inside the row header */
.DataGrid th > a {
    text-decoration: none;
    color: white;
}

/* all grid rows, including header and selected */
.DataGridRowRegular, .DataGridRowAlternate, .DataGridRowSelected, .DataGridRowHeader, .DataGridRowDivider, .DataGridRow {
    height: 20px;
    margin: 10px;
}

/* a standard grid data row */
.DataGridRowRegular {
    background-color: #CCCCCC;
}

/* every other grid data row */
.DataGridRowAlternate {
    background-color: #999999;
}

/* grid data row in error */
.DataGridRowError {
    background-color: red !important;
}

/* grid data row in warning */
.DataGridRowWarning {
    background-color: orange !important;
}

.ViewGridRowRegular, .ViewGridRowAlternate {
    height: 30px;
    font-size: 12pt;
}

    .ViewGridRowRegular:hover, .ViewGridRowAlternate:hover {
        background-color: #c5deea;
        cursor: pointer;
    }

/* a standard grid data row */
.ViewGridRowRegular {
    background-color: #CCCCCC;
}

/* every other grid data row */
.ViewGridRowAlternate {
    background-color: #FFFFFF;
}

.ViewGridRowDivider {
    background-color: #333;
    font-size: 12pt;
    color: White;
    padding: 10px;
    padding-left: 20px;
}

/* the grid row which is currently selected */
.DataGridRowSelected {
    background-color: #99ccff;
}

/* Data rows show a faint highlight when user mouses over */
.DataGridRowAlternate:hover, .DataGridRowRegular:hover {
    background-color: #c5deea;
    cursor: pointer;
}

/* All cells of the table */
.DataGridRowRegular > td, .DataGridRowAlternate > td, .DataGridRowSelected > td, .DataGridRowHeader > th, .DataGridRow > td {
    padding: 10px;
    vertical-align: top;
}

.DataGridSortAsc-Header a {
    background: url(/Images/asc-w.gif) right center no-repeat;
    padding-right: 18px;
}

.DataGridSortDesc-Header a {
    background: url(/Images/desc-w.gif) right center no-repeat;
    padding-right: 18px;
}

/* padding to ensure arrows don't overlap text */
.DataGridRowHeader th a {
}

/* panel styles */
.pnlUserAccessPanel {
    float: left;
    min-width: 200px;
}

.ErrorList {
    list-style-image: url('/Images/error.png');
    padding-left: 20px;
}

.ErrorItem {
    background-image: url('/Images/error.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: Red;
    display: block;
    height: 30px;
    padding-left: 40px;
    padding-top: 8px;
    margin-left: -20px;
}

#__asptrace {
    background-color: white;
}

/* S and OP styles */
/*
.SAndOPContent table {
    font-size: 8pt;
}

.SAndOPProductionLines {
    table-layout: fixed;
}

.SAndOPContent td, .SAndOPContent th {
    text-wrap: none;
        white-space: nowrap;
        overflow-x: hidden;
    border: 1px solid gray;
    width: 60px;
}

.SAndOPContent td {
    text-align: center;
}

.SAndOPProductionLines td {
    text-align: left;
}*/

.HoursDiv {
    /*
        text-align: center;
        height: 100%;
        display: table;
    width: 27px;
    float: left;*/
}

/* Asterisk after label for required fields within a form group */
.form-group.required > .form-label:after, .form-group.required > .col-form-label:after, .ips-form-label.required:after {
    content: " *";
    color: red;
}

/* Show completion lists above modal popups
   Seems to be getting overridden by AjaxCompletionList Style 1000, so setting this above modal popups didn't work, had to reduce modal popups to < 1000 */
ul[id$="_completionListElem"] {
    z-index: 50003 !important;
}



.DataGrid-CheckBox-lg {
    display: block;
    width: 100%;
    text-align: center;
}

    .DataGrid-CheckBox-lg input {
        width: 24px;
        height: 24px;
    }

/* Bootstrap datatable show cursor pointer on table body rows where the table has class 'table-hover' to indicate a click action */
table.table-hover > tbody > tr {
    cursor: pointer;
}

/* COLLAPSED NAV BAR */

.sidebar-minimized .sidebar .nav-link, .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .dropdown-toggle {
    padding-left: 15px;
    margin-right: 20px;
}

/* Loading Overlay */
#ips-loading-overlay, #ips-error-overlay {
    background-color: rgba(255,255,255,0.8);
    color: #666666;
    position: fixed !important;
    height: 100%;
    width: 100%;
    z-index: 60000 !important;
    top: 0px;
    left: 0px;
    float: left;
    text-align: center;
    padding-top: 25%;
}

    #ips-loading-overlay .spinner {
        margin: 0px auto;
        height: 64px;
        width: 64px;
        animation: rotate 0.8s infinite linear;
        border: 5px solid #28A9D5;
        border-right-color: transparent;
        border-radius: 50%;
    }

#ips-error-overlay {
    padding-top: 15% !important;
}

    #ips-error-overlay .error-icon {
        height: 200px;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
