/*
---------------------------------------------------------------------
                 _                        _         _ _            
                | |                      | |       | (_)            
   ___ _   _ ___| |_ ___  _ __ ___    ___| |_ _   _| |_ _ __   __ _ 
  / __| | | / __| __/ _ \| '_ ` _ \  / __| __| | | | | | '_ \ / _` |
 | (__| |_| \__ \ || (_) | | | | | | \__ \ |_| |_| | | | | | | (_| |
  \___|\__,_|___/\__\___/|_| |_| |_| |___/\__|\__, |_|_|_| |_|\__, |
                                               __/ |           __/ |
                                              |___/           |___/ 
---------------------------------------------------------------------
*/


/* Main Colour Variables */

:root {
    /* Main Button */
    --MainButtonGridBackground1: rgb(131,131,131);
    --MainButtonGridBackground2: linear-gradient(0deg, rgba(131,131,131,1) 0%, rgba(65,65,65,1) 100%);
    --MainButtonGridText: #ffffff;
    /* Main Button Hover */
    --MainButtonBackgroundHover1: rgb(196,67,69);
    --MainButtonBackgroundHover2: linear-gradient(180deg, rgba(196,67,69,1) 35%, rgba(219,62,64,1) 100%);
    --MainButtonHoverText: #ffffff;
    /* Nuq Grid Header */
    --nuqGridHeaderBackground1: rgb(131,131,131);
    --nuqGridHeaderBackground2: linear-gradient(0deg, rgba(131,131,131,1) 0%, rgba(65,65,65,1) 100%);
    --nuqGridHeaderText: #ffffff;
    /* Dropdown: Background Hover */
    --DropdownBackgroundHover1: rgb(196,67,69);
    --DropdownBackgroundHover2: linear-gradient(180deg, rgba(196,67,69,1) 35%, rgba(219,62,64,1) 100%);
    --DropdownTextHover: #ffffff;
    /* Navigation Menu Background */
    --NavMenuBackground1: rgb(219, 219, 219);
    --NavMenuBackground2: linear-gradient(0deg, rgb(219, 219, 219) 0%, rgba(255, 255, 255, 1) 100%);
    /* Page Title Text */
    --PageTitleText: #585858;
}

title {
    visibility: hidden !important;
    position: relative !important;
}

title:after {
    visibility: visible !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    content: "New title" !important;
}


/**** Side Menu Styling ****/

#form1 {
    background: var(--NavMenuBackground1);
    background: var(--NavMenuBackground2);
}

#side-menu {
    background-color: transparent;
    padding-top: 30px;
}


/* Main Navigation List Hover */

.navbar-default .nav>li>a:hover
/*.navbar-default .nav > li > a:focus*/

{
    background: var(--DropdownBackgroundHover1) !important;
    background: var(--DropdownBackgroundHover2) !important;
    color: var(--DropdownTextHover) !important;
    border-radius: 8px;
}


/* Searchbox */

#menuSearch {
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #e5e6e7;
}


/* Searchbox Autofill */


/* Searchbox Autofill */

.menuSearch .dxeEditArea_Office2010Blue,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid red !important; */
    /* -webkit-text-fill-color: green !important; */
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    /* color: var(--DefaultText) !important; */
}


/* Searchbox Results */

#searchResults {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.767) !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}


/* Searchbox Results Hover */

#searchResults>li>a:hover,
#searchResults>li>a:focus,
#searchResults>li:hover,
#searchResults>li:focus {
    background: var(--DropdownBackgroundHover1) !important;
    background: var(--DropdownBackgroundHover2) !important;
    color: var(--DropdownTextHover) !important;
    border-radius: 8px;
}


/* User Dropdown */

.clear {
    margin-top: 25px;
}


/* Navigation Grid With Logo In */

#side-menu .nav-header {
    /* background-color:#d1d1d1; */
    background-color: transparent;
    color: rgb(133, 133, 133);
    padding-bottom: 30px;
}


/* Side Menu List Items Active */

#side-menu .active {
    border-left: 4px solid var(--DropdownBackgroundHover1) !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 8px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}


/* Main Background of page */

.ui-layout-pane {
    /* background: rgb(219, 219, 219) !important; */
}


/* Side Menu List Items Active */

#side-menu>li.active>a {
    /* color: #ffffff; */
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    background: rgb(196, 196, 196) !important;
    border-radius: 8px;
    /* box-shadow: 0 4px 4px -2px #000000; */
    /* z-index: 10; */
    position: relative;
    /* color: white !important; */
}

.nav>li.active>a {
    background: rgb(216, 216, 216) !important;
    border-radius: 8px;
    border-top: 0.5px solid #52525275 !important;
}

#side-menu>li.active>a:hover {
    color: #414141 !important;
    border-radius: 0px !important;
}

.nav>li.active>a.star-anchor,
.nav>li.active {
    /* background-color: #E4EAF3; */
    border-radius: 8px;
    border-top: 0.5px transparent !important;
    border-bottom: none !important;
    /* background-color: rgb(221, 221, 221); */
    background: rgb(216, 216, 216) !important;
    /* border-radius: 1px !important; */
    color: #414141 !important;
    /* color: white; */
    -webkit-box-shadow: 0 0px 0px 2px #000000;
    -moz-box-shadow: 0 0px 0px 2px #000000;
    box-shadow: 0 0px 0px 2px #000000;
    z-index: 5;
    position: relative;
}

.nav>li.active>a.star-anchor,
.nav>li.active>a.nav-anchor {
    /* background-color: #E4EAF3; */
    border-radius: 8px, 0px, 0px, 8px !important;
    border-top: 0.5px transparent !important;
    border-bottom: none !important;
    /* background-color: rgb(221, 221, 221); */
    background: rgb(216, 216, 216) !important;
    /* border-radius: 1px !important; */
    color: #414141 !important;
    /* color: white; */
    -webkit-box-shadow: 0 0px 0px 2px #000000;
    -moz-box-shadow: 0 0px 0px 2px #000000;
    box-shadow: 0 0px 0px 2px #000000;
    z-index: 5;
    position: relative;
}

.nav>li.active>a.star-anchor,
.nav>li.active>a.nav-anchor:hover {
    /* background-color: #E4EAF3; */
    border-radius: 0px !important;
}

.star-anchor {
    width: 30px;
    border-radius: 0px !important;
}

.star-anchor:hover {
    /* width: 30px; */
    border-radius: 8px !important;
}

.nav-anchor {
    border-radius: 0px !important;
}

.nav-anchor:hover {
    border-radius: 8px !important;
}

.nuq-footer-line {
    width: 100%;
    height: 2px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
}


/**** Side Menu Styling ****/

frame {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: transparent !important;
}


/* ---Login Background Image */

body.nuq-login {
    background: url("../../images/SmartHR/Logon_background.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-size: cover !important;
    /* background-repeat: no-repeat; */
}

body.nuq-tree {
    background: none;
    background-color: #eaf1fa;
}

#Table1 {
    background: rgb(245, 245, 245);
    background: url("../../images/SmartHR/Home_background.jpg");
    background-repeat: no-repeat;
    background-size: auto !important;
}

#Table1 img {
    display: none;
}

#Table1 hr {
    display: none;
}


/* Computer spec details div */

#pnlDetail {
    display: none;
}


/* Gird Header for logged in users */

.nuq-grid-header {
    background: var(--nuqGridHeaderBackground1) !important;
    background: var(--nuqGridHeaderBackground2) !important;
    border-color: transparent !important;
    color: var(--nuqGridHeaderText) !important;
    border: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    border-radius: 10px;
    /* border: 1px solid rgb(194, 194, 194); */
}


/* Grid For Other Screens */

.nuq-grid {
    background-color: transparent;
    border: 0.1px transparent;
    color: #000000;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(194, 194, 194);
}

.nuq-grid td {
    /* width: auto; */
}

.nuq-grid tr {
    background: transparent;
}

.nuq-grid-header a {
    /* color: #005a83 !important; */
    color: white !important;
}

.nuq-grid-altrow {
    background-color: #DCDCDC;
}

.nuq-grid tr td a {
    color: black;
}


/* Main Input Button styling*/

input.ui-button {
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
    font-weight: bold !important;
    padding: 5px !important;
    border-radius: 8px !important;
    /* border: 1px solid transparent !important; */
    /* border-color: transparent !important; */
}

input.ui-button:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
}


/* Main Styling for Grid Headers */

.ui-state-default,
.ui-widget-content .ui-widget-header {
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
    font-weight: bold !important;
}


/* Grid Button */

.NuQ_InputButton {
    border: 1px solid var(--MainButtonGridBackground2) !important;
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
    font-weight: bold !important;
    /* border-radius: 8px !important; */
    padding: none !important;
    /* width: auto !important; */
    height: auto !important;
}

.NuQ_InputButton:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
    cursor: pointer;
}


/* Submit button */

#addNewButton {
    border: 1px solid var(--MainButtonGridBackground2) !important;
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    margin-top: 2px !important;
    margin-left: 2px !important;
    padding: 5px !important;
}

#addNewButton:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
    cursor: pointer;
}


/* Next Button  */

#nextButton {
    border: 1px solid var(--MainButtonGridBackground2) !important;
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
}

#nextButton:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
    cursor: pointer;
}


/* Previous Button  */

#prevButton {
    border: 1px solid var(--MainButtonGridBackground2) !important;
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
}

#prevButton:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
    cursor: pointer;
}


/* Spinner Button Up/Down */

.ui-spinner-button {
    border: 1px solid var(--MainButtonGridBackground2) !important;
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
}

.ui-spinner-button:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
    cursor: pointer;
}


/* Date Picker */


/* Submit */

input[type="submit"],
input[type="button"] .ui-widget-header {
    border: 1px solid var(--MainButtonGridBackground2) !important;
    background: var(--MainButtonGridBackground1) !important;
    background: var(--MainButtonGridBackground2) !important;
    color: var(--MainButtonGridText) !important;
    padding: 5px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}


/* Submit Button Hover */

input[type="submit"]:hover,
input[type="button"]:hover {
    background: var(--MainButtonBackgroundHover1) !important;
    background: var(--MainButtonBackgroundHover2) !important;
    border-color: var(--MainButtonBackgroundHover2) !important;
    color: var(--MainButtonHoverText) !important;
    cursor: pointer;
}


/* UI Element Icons */

.ui-state-default,
.ui-widget-content .ui-widget-header:hover {
    cursor: pointer;
}


/* Date Picker Icon */

.ui-datepicker-trigger {
    cursor: pointer;
}

.chosen-container .chosen-results li {
    max-height: 200px !important;
}


/* Dropdown */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgb(0 0 0 / 10%);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}


/* Selected in list */


/* .result-selected{
        background: ????;
    } */

.chosen-container .chosen-container-single {
    background: red;
}


/* Dropdown list hover */

.chosen-container .chosen-results li.highlighted {
    background: var(--DropdownBackgroundHover1);
    background: var(--DropdownBackgroundHover2);
    color: var(--DropdownTextHover);
}


/* #ddlDatabases_chosen{
          background: transparent;
      } */

#ddlDatabases_chosen {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: white;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    user-select: none;
    /* background: green; */
    width: 204px;
}

input:-webkit-autofill {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

div.ui-widget.ui-corner-all.nuq-box {
    background: transparent;
    /* color: transparent; */
    border-color: transparent;
}


/* Page Title */

#PageTitle_lblTitle {
    color: var(--PageTitleText) !important;
    font-weight: bold !important;
    font-size: 150% !important;
    padding-left: 10px !important;
}

.nuq-page-title-wrapper-pagename {
    color: var(--PageTitleText) !important;
    font-weight: bold !important;
    font-size: 150% !important;
    padding-left: 10px !important;
}

div.nuq-header-line {
    color: transparent;
    background-color: transparent;
    background: transparent;
    border-bottom-color: transparent;
}

.btn-success {
    background-color: #3ec61c;
    border-color: #a1c61c;
    color: #FFFFFF;
}

input#createButton.NuQ_InputButton.createButton.ui-button.ui-widget.ui-state-default.ui-cornel-all {
    background: red;
}