/* Minification failed. Returning unminified contents.
(2076,39): run-time error CSS1046: Expect comma, found '0'
(2076,43): run-time error CSS1046: Expect comma, found '/'
(2076,81): run-time error CSS1046: Expect comma, found '255'
(2076,89): run-time error CSS1046: Expect comma, found '/'
 */
body {
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #fdfdfd;
    font-family: "Source Sans Pro", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh - 105px);
}

footer {
    padding: 0 15px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

/*Bootstrap override*/
.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
    display: none;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #ddd;
}
h1,
h2,
h3 {
  margin-top: 10px;
}

.row {
    background-color: transparent;
    border-radius: 10px;
    box-sizing: border-box;
}
@media (min-width: 1290px) {
    .container {
        max-width: 1200px;
    }
}

.body-content .form-control {
  /*height: 30px;*/
  height: auto;
  font-size: 14px;
}
.body-content .form-control[type=checkbox],
.body-content .form-control[type=radio] {
    height:30px;
    width:30px;
}

.btn {
    padding:4px 12px 4px 12px;
}


/*
    Since the above bootstrap class was overriden, other button sizes are affected
    so below css properties will bring back those original css properties
*/
.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 18px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
}

.k-grid .k-header .btn {
    padding: 5px 8px;
}

.k-grid .btn{
    padding: 3px 8px;
}

.dropdown-menu .divider {
  margin: 4px 0;
}
.nav > li > a {
  font-weight: bold;
  color: #bbb;
  padding-top: 10px;
  padding-bottom:15px;
}

#main-navbar {
    border-radius:0px;
}

.navbar-brand {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    height: 30px;
    padding-top: 7px;
}
.navbar-nav > li > a {
  /*line-height: 5px;*/
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar {
        /*min-height: 61px;*/
        border: none;
    }

    /*ul.nav.navbar-nav {
        height: 61px;
    }*/
    #menu-waffle {
        margin: 10px 10px 10px 0;
    }

    .navbar a.navbar-left {
        margin: 14px 20px 14px 0px;
    }

    .menu-waffle-header {
        min-width: 99px;
    }

}
@media (max-width: 820px) {
    #image-header-logo {
        margin-top: 8px;
        margin-left: 15px;
    }

    .navbar-header-logo {
        display: inline-flex;
    }

    #menu-waffle {
        margin: 5px 5px 5px 0;
    }

    .navbar-header {
        height: 50px;
    }

    .navbar a.navbar-left {
        margin: 0 10px 0 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
.navbar-inverse {
    background-color: #364760;
    border-bottom-color: #364760;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #8c97b2;
  font-weight: normal;
  font-size: 14px;
  padding: 23px 14px 19px;
  height: 100%;
}

.navbar-inverse .navbar-nav > .dropdown.active > a .caret,
.nav-pills > li.active > .dropdown-toggle > .caret {
        border-top-color: white;
    }
.jumbotron {
  color: #53575a;
  background-color: white;
}
.jumbotron #main-logo {
    background: url("Images/SIU_LOGO_big.png") center no-repeat;
    display:block;
    height:80px;
}
.container .jumbotron,
.container-fluid .jumbotron {
  text-align:center;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/*END Bootstrap override*/

/* utilities */
.p-relative {
    position: relative;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.default-input input,
.default-input select,
.default-input textarea {
    max-width:none;
}

.default-input .form-control,
.body-content .default-input .form-control{
    height:30px;
}

input.fluid-input,
select.fluid-input,
textarea.fluid-input {
    max-width:none;
    width:100%;
}

input.bstrp {max-width:none;}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[readonly="readonly"]
{
    background-color:#c5c5c5;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.company-header h1 {font-size: 20px;padding:10px;}

.body-container{
    margin: 10px 15px;
}

.clear-both{
    clear:both;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top--25 {
    margin-top: -25px;
}

.margin-top--70 {
    margin-top: -70px;
}

.display-none {
    display: none;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-auto {
    overflow: auto;
}

.btn-top {
    margin-bottom: 5px; 
    margin-left:20px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-18 {
    padding-left: 18px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-right-18 {
    padding-right: 18px !important;
}

.padding-top-6 {
   padding-top: 6px !important;
}

.padding-top-7 {
    padding-top: 7px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-11 {
    padding-top: 11px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-left-7 {
    padding-left: 7px !important;
}

.padding-4px {
    padding: 4px;
}

.width-100-percent {
    width: 100%;
}

.width-10-percent {
    width: 10%;
}

.width-100px {
    width: 100px;
}

.width-80px {
    width: 80px;
}

.width-50px {
    width: 50px;
}

.width-200px {
    width: 200px;
}

.width-120px {
    width: 120px;
}

.width-150px {
    width: 150px;
}

.width-160px {
    width: 160px;
}

.width-250px {
    width: 250px;
}

.width-280px {
    width: 280px;
}

.width-100px {
    width: 100px;
}

.line-height-20 {
    line-height : 20px !important;
}

.border-radius-4px {
    border-radius: 4px;
}

.border-default {
    border:1px solid #ccc;
}

/*COMMENTED the style below because it hides the loader*/
/*#grid .k-grid-content,*/
/*#typelevelgrid .k-grid-content,
    #typesinroomsgrid .k-grid-content,
    #typesinattributesgrid .k-grid-content
*/
#modelvaluesperroomgrid  .k-grid-content{
    height: auto !important;
    max-height: 433px;
    min-height: 70px;
}

#gridCommunity .k-grid-content
{
    height: auto !important;
    max-height: 300px;
    min-height: 70px;
}

/*It is not possible to hide the empty rows by setting height:auto 
    because the grid's scrollable feature will mess up when adding and removing rows.*/
/*#grid.k-grid,*/
/*#typelevelgrid.k-grid,
    #typesinroomsgrid.k-grid,
    #typesinattributesgrid.k-grid
*/
#modelvaluesperroomgrid.k-grid{
    height: auto !important;
}

#ApplyRooms-window .k-grid-content {
    height: auto !important;
    max-height: 140px;
    min-height: 140px;
}

.confirm-delete-popup, .kendo-popup {
    padding:2px 15px;
}

.gridcolheader-vertical {
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);   
    display: block;
    position: absolute;
    bottom: 65px;
    left: -25%;
    width:107px;
}
.gridcolheader-vertical-core {
    left: -15%;
}
.gridcolheader-vertical-button {
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);   
    display: block;
    position: absolute;
    bottom: 65px;
    left: -18%;
    width:107px;
}
.gridcolheader-horizontal {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #364760;
    padding-top: 2px;
    background-color: #364760;
    border-color: #364760;
    color: #fff;
}
    .gridcolheader-horizontal:hover {
        background-color: #23394F;
    }

/*#SpecGrid .k-grid-content {
    height: auto !important;
    max-height: 400px;
    min-height: 70px;
}*/

/*#qualifyPerModelGrid .k-grid-content
{
    height: auto !important;
    max-height: 350px;
    min-height: 70px;
}*/
/*#optionSellingPricesGrid .k-grid-content {
    height: auto !important;
    max-height: 450px;
    min-height: 70px;
}*/

#gridCompany .k-grid-content {
    height: auto !important;
}

#gridCompanyLevel .k-grid-content {
    height: auto !important;
}

#qualifyPerModelGrid .k-grid-header .k-header .k-link, 
#optionSellingPricesGrid .k-grid-header .k-header .k-link
 {
    height:150px;
    position:relative;
    padding:0px;
}

#optionSellingPricesGrid .k-grid-header th.k-header,
#qualifyPerModelGrid .k-grid-header th.k-header
{
    padding: .5em .6em .4em .0em;
}


.k-header .btn {
    min-width: 100px;
}

.div-popup-command-buttons {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #c5c5c5;
    clear: both;
    padding: 0.6em;
    text-align: right;
    margin-right: 10px;
}

.div-popup-command-buttons .btn {
    min-width: 100px;
    min-height: 30px;
}

#div-dashboard {
    display: block;
    width: auto;
    padding: 5px 30px;
}

#div-dashboard fieldset{
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    display: inline;
    /*float: left;*/
    margin-left: 18px;
    margin-top: 15px;
    padding: 0 20px;
    vertical-align: top;
    /*width: 140px;*/
}

#div-dashboard fieldset legend {
    color: #23164d;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
    width:inherit
}

#div-dashboard a.btn {
    margin-bottom: 5px;
    text-align:left;
}

table.k-selectable tr {
    cursor: pointer;
}

fieldset.fieldsetTemplate {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    margin: 0;
    padding: 10px;
}


.glyphicon-duplicate:before {
content: "\e224";
}

.cellalert-danger {color: #468847; background-color: #DFF0B1; border-color: #d6e9c6;}
.cellalert-info {color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1;}
.cellalert-warning, .cellalert-warning:hover { font-weight: bold; background-color: #ffff37 !important; color: black !important; }
.cellalert-disabled { color: '#555'; background-color: #ccc; }

.config-status-spechome { background-color: #c4e3f3; } 
.config-status-spechome-forsigning { background-color: #ffff9e; }
.config-status-spechome-complete { background-color: #91e991; }
.config-status-spechomechangeorder { background-color: #8d95e7; }
.config-status-spechomechangeorder-forsigning { background-color: #ffff85; }
.config-status-spechomechangeorder-complete { background-color: #7be57b; }
.config-status-configuration { background-color: #9acfea; }
.config-status-configuration-forsigning { background-color: #ffff6b; }
.config-status-configuration-complete { background-color: #66e166; }
.config-status-changeorder-initial { background-color: #7881e3; }
.config-status-changeorder-forsigning { background-color: #ffff1f; }
.config-status-changeorder-complete { background-color: #22af22; }
.config-status-cancelled { background-color: #878787; }
.config-status-closed { background-color: #ff6c6c; }


.lot-status-unavailable { background-color: #808080; }
.lot-status-reserved { background-color: #00b300; }
.lot-status-spec { background-color: #0083ff; }
.lot-status-sold { background-color: #ff4d4d; }
.lot-status-closed { background-color: #A52A2A; }
.lot-status-model { background-color: #ffa64d; }
.lot-status-spec-reserved { background-color: #50C878; }
.lot-status-spec-completed { background-color: #FF6961; }

.invalid-configuration {background-color: #a9a9a9 !important;}


#AutoOptionWizardContainer .nav-tabs li a {
    color: #333;
}
#AutoOptionWizardContainer .nav-tabs li.active a,
#AutoOptionWizardContainer .nav-tabs li a:hover{color:#428bca;}

.nav-tabs li a {
    color: #333;
}

.nav-tabs li.active a, .nav-tabs li a:hover {
    color: #428bca;
}

.nav-tabs li.active a,
.k-tabstrip-items .k-state-active .k-link {
    background-color: #eee !important;
    color: #6a788d !important;
}

/*neutralize the color of the changes identifier*/
/*td[role=gridcell] .k-dirty {background-color:transparent;border-color:transparent;}*/

.custom-validation-summary {
    font-weight: bold;
    font-size: medium;
}

/*this will override the kendo.common css*/
span.k-dirty {
    border-width: 5px !important;
}

td.k-dirty-cell {
    background-color: #f2dede;
}

.k-grid .margin-btn{margin:0 .16em}

span.numerify span.k-numeric-wrap{
    height:1.65em;
}
input.numerify.k-input {
    height:1.2em;
    line-height:1.2em;
    border:none;
}

.k-grid td[role=gridcell] input[type=checkbox] {
    height: 24px;
    display: block;
    width: 100%;
    /*border:1px solid #cccccc;*/
    vertical-align: middle;
}
.k-grid th[role=columnheader] input[type=checkbox] {
    height: 24px;
    display: inline-block;
    width:24px;
    /*width: 100%;*/
    /*border:1px solid #cccccc;*/
    vertical-align: middle;
}

.checkbox.siu, .checkbox-inline.siu,
.radio.siu, .radio-inline.siu {
    line-height: 30px;
}
    .checkbox.siu input, .checkbox-inline.siu input,
    .radio.siu input, .radio-inline.siu input {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
.table-condensed .checkbox.siu,
.table-condensed .radio.siu{
    margin-bottom:5px;
}

.siu-checkbox-treeview .k-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin:0px;
}
.siu-checkbox-group input[type=radio],
.siu-checkbox-group input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-left:-30px;
    margin-top:0px;
}
.siu-checkbox-group .radio label {
    padding-left:30px;
}

.siu-checkbox {
    width: 24px;
    height: 24px;
}

input.retain-pricing-checkbox {
    margin-left: -25px !important;
    width: 20px;
    height: 20px;
    top: -5px;
}

.k-widget.k-treeview {
    color: #333;
    font-size: 14px;
}

.vertical-align-bottom {
    vertical-align:bottom;
}

.vertical-align-top {
    vertical-align:top;
}

.vertical-align-middle {
    vertical-align:middle;
}

/*Sales View page*/
#salesview input[type=text],
#salesview select,
#salesview .k-dropdown{
    width:100%;
    max-width:none;
}

#OptionDropdown-container .k-dropdown {
     width: 320px;
}

#orv-dialog-message1 {
font-size:14px;
}

select.siuDropdownlist {
    width:280px !important;
    padding-top:0px;
    padding-bottom:0px;
    height:28px !important;
}


.siuAlert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.siuAlert h4 {
  margin-top: 0;
  color: inherit;
}
.siuAlert .siuAlert-link {
  font-weight: bold;
}
.siuAlert > p,
.siuAlert > ul {
  margin-bottom: 0;
}
.siuAlert > p + p {
  margin-top: 5px;
}
.siuAlert-dismissable,
.siuAlert-dismissible {
  padding-right: 35px;
}
.siuAlert-dismissable .close,
.siuAlert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.siuAlert-info {
  color: #6A788D;
  background-color: #EFF2F9 ;
  border-color: #ddd;
}
.siuAlert-info hr {
  border-top-color: #a6e1ec;
}
.siuAlert-info .siuAlert-link {
  color: #245269;
}

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-color-red {
    color: red !important;
}

.text-color-green {
    color: green !important;
}

#AutoOptionDropDown-list .k-group-header {
    font-weight:bold;
    display:block;
    color:#337ab7;
    background-color:#fff;
    text-align:left;
}

#AutoOptionDropDown-list .k-list .k-item .k-group{
    display:none;
}

#AutoOptionDropDown-list .k-list .k-item.k-first>.k-group
{
    position:absolute;
    font-weight:bold;
    left:0;
    top:-20px;
    display:block;
    color:#337ab7;
    background-color:#fff;
}

/*#AutoOptionDropDown-list .k-list > li:first-child > .k-group {
    position:absolute;
    font-weight:bold;
    left:0;
    top:-20px;
    display:block;
    color:#337ab7;
    background-color:#fff;
}*/


#AutoOptionDropDown-list .k-list .k-item.k-first{
margin-top:20px;

}
#AutoOptionDropDown-list .k-list .k-item .a-item{
padding-left:10px;
}

.k-grid-content .code-cell {
    text-transform:uppercase;
}
.k-grid-content .code-cell input.k-textbox {
    text-transform:uppercase;
}
.code-cell input,
.code-cell {
    text-transform: uppercase !important;
}

#StopImpersonation {
    margin-top: 15px;
    margin-right: 2px;
    background-color: #ddd;
    color: #000000;
    padding: 10px;
    height: auto;
    line-height: 5px;
}
#StopImpersonation:hover {
    background-color: #f5f5f5;
    color: #cc0000;
}
#notifications {
    max-height: 300px;
    overflow-y: auto;
    width: 450px;
}

#notifications .alert {margin:0px 3px 1px 3px; border-radius:initial;}
#notifications .has-url{
    cursor:pointer;
}
#notifications .has-url:hover .noti-title{
    text-decoration:underline;
}

table[role="grid"] tr:hover, table[role="treegrid"] tr:hover, .k-gantt-tables tr:hover {
    background-color: #fcfac4 !important;
    color: black !important;
}

tr.k-state-selected:hover {
    color: black !important;
}

/* Login Page */
/*.login-form {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}*/

.login-form .form-control {
    max-width: none;
}

.login-form .validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.login-checkbox input[type="checkbox"] {
    margin-left: 0;
}

.login-validation {
    height: 15px;
}

.login-validation .field-validation-error {
    height: 15px;
    display: block;
    padding: 5px 0 2px 0;
}

@media (max-width: 500px) {
    .login-form {
        border: 0;
    }
}

@media (max-width: 400px) {
    #menu-waffle .dropdown-menu {
        max-width: 280px;
    }
}


/*@media (min-width: 500px) {
    .login-form {
        width: 320px;
    }

    .news-section {
        max-width: 350px;
    }

    .login-form-wrapper {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1000px) {
    .login-form {
        float: left;
        display: block;
    }
    .news-section {
        float: left;
        display: block;
        margin-left: 60px;
        width: 700px;
        max-width: none;
        padding-top: 10px;
    }

    .login-form-wrapper {
        max-width: 1200px;
    }
}*/
.forgot-password-link {
    padding-left:30px;
}

.news-editor {
    min-height: 900px;
}

.news-container-wrapper {
    padding-top: 40px;
}

.news-container {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, .1);
}

.news-container:last-child {
    border-bottom: 0;
}

.news-view-container {
    margin-top: 20px;
    margin-bottom: 50px;
}

.news-preview-container {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, .1);
}

.news-preview-container:last-child {
    border-bottom: 0;
}

.create-attribute-window .k-window {
    height: auto !important;
}

.create-attribute-window .k-edit-form-container {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

.create-attribute-window .k-edit-form-container .k-edit-buttons {
    margin-right: 0;
}

.create-attribute-window .createattribute-validationsummary {
    display: none;
}

.d-block {
    display: block;
}

.k-grid-toolbar {
    padding: .22em .2em .28em;
    margin: 0;
    min-height: 28px;
}

.user-list-box {
    height: 300px !important;
    min-width: 500px !important;
}

.user-list-btn-container {
    padding-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-move {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    width: 40px;
}

.ul-user-group-page {
    list-style: none;
    padding-left: 10px;
}

.k-grid-DeleteCascade {
    /*margin-left: 1rem;*/
    position: relative;
    top: 1px;
}

.k-edit-cell .form-control {
    box-sizing: border-box;
}

.k-edit-cell {
    padding: 0 .2em !important;
    font-size: 12.5px;
}

.modal-header-title {
    padding: .4em .5em !important;
    font-size: 15px !important;
    background-color: #f5f5f5 !important;
    border-radius: 5px;
}

.selling-percent {
    border-bottom: 1px solid #ddd;
}

.form-row .form-group {padding-left:0px;}
.form-row .form-group:last-child{padding-right:0px;}
.form-row .col {margin-bottom:10px;}

.margin-left-30 {
    margin-left: 30px;
}

.star-isprimary {
    cursor: pointer;
    color: #888;
    font-size: 15px;
}

.star-isprimary.glyphicon-star {
    color: #dddd55;   
}
.star-isprimary:hover {
    color: #dddd55;
}

.siu-panel-primary {
    border-color: #ddd;
}

    .siu-panel-primary .panel-heading,
    .panel-primary > .panel-heading {
        background-color: #EFF2F9;
        color: #6A788D;
        border-color: #CCCECE;
    }

.panel-primary {
    border-color: #CCCECE;
}

.panel-default > .panel-heading {
    background-color: #EFF2F9;
    color: #6A788D;
    border-color: #CCCECE;
}

#home-header-logo {
    font-size: 16px;
    top: 6px;
    color: white;
}

#image-header-logo {
    height: 33px;
    /*border: 2px solid #ededed;*/
    /*margin-top: 2px;*/
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2a394f;
    color: #fff;
}

a {
    color: #00a9d2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2a394f;
}

#PageMainContentContainer h1, #PageMainContentContainer h2, #PageMainContentContainer h3 {
    color: #6A788D;
    font-weight: 400;
}

a:hover {
    color: #cc0000;
}

.dropdown-menu {
    background-color: #00a9d2;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu li:hover {
    background-color: #364760;
    color:#fff;
}


a.navbar-left:hover {
    text-decoration:none;
}

#notification-menu, #notification-menu a {
    /*height: 35px;*/
}

#notification-menu .dropdown-menu #notifications:hover {
    background-color: #00a9d2;
}

#notification-menu #notifications .noti-title:hover, 
#notification-menu #notifications .moment-date:hover,
#notification-menu #notifications span:hover {
    color: #2a394f !important;
}

.k-widget.k-tooltip.k-popup {
    /*background-color:#333;*/
}
table.siu-table-tooltip {
    margin-bottom: 0px;
}
    table.siu-table-tooltip th {
        /*text-align: right;*/
        /*color: #ff0000;*/
        color:#000;
    }
    table.siu-table-tooltip td {
        text-align: left;
        color:#000;
    }

.tag-table-container {
    margin: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.document-tags-table td {
    width: 50%;
}

.moment-date:hover {
    text-decoration:underline;
}

.sign-download-link {
    color: #0c64c0;
    font-weight: bold;
}

.bi-frame {
    width: 100%;
    height: calc(100% - 61px);
    border: 0;
    top: 61px;
    position: absolute;
}

.k-grid td[role=gridcell].siu-grid-col-chk input[type=checkbox] {
    display:inline;
}

.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;
        }

.visibility-hidden {
    visibility:hidden; /*hide display but keep allocated space*/
}

ul.nav.navbar-nav > li {
    height: 100%;
}

#account-menu .dropdown-toggle {
    padding-right: 0px !important;
}

.container-fluid .navbar-right {
    margin-right: 0;
}

sub,
sup {
    font-size: 55%;
}

sup.text-primary {
    color: #3a87ad;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #2a3950;
}

@media (min-width: 992px) {
    #PageMainContentContainer .col-md-3 
    {
        width: 20%;
    }
}

.btn-primary {
    background-color: #364760;
    border-color: #364760;
}

    .btn-primary:hover {
        background-color: #23394F;
        border-color: #364760;
    }

.btn-create,
.k-grid-toolbar .k-grid-add,
.k-upload-selected,
.k-upload .k-upload-button {
    background: transparent linear-gradient(180deg, #FEE04B 0%, #F7C840 100%) 0% 0% no-repeat padding-box !important;
    opacity: 1 !important;
    border-color: #ccc !important;
    color: #333 !important;
}
    .btn-create:hover,
    .btn-create:focus,
    .btn-create:active,
    .k-grid-toolbar .k-grid-add:hover,
    .k-upload-selected:hover,
    .k-upload .k-upload-button:hover {
        background: none !important;
        background-color: #EDBE22 !important;
        border-color: #ccc !important;
        color: #333 !important;
    }

    .btn-create[disabled],
    .k-grid-toolbar .k-grid-add[disabled],
    .k-upload-selected[disabled] {
        background: none !important;
        background-color: #FEE08B !important;
    }

.btn,
.k-button,
.label {
    border-radius: 2px;
}

.k-grid-content .glyphicon-time,
.k-grid-content .glyphicon-list,
.k-grid-content .glyphicon-th-list,
.btn-gantt {
    background-color: #a5b962;
    border-color: #91a356;
    color: #fff;
}
    .k-grid-content .glyphicon-time:hover,
    .k-grid-content .glyphicon-list:hover,
    .k-grid-content .glyphicon-th-list:hover,
    .btn-gantt:hover {
        background-color: #91a356;
        border-color: #91a356;
        color: #fff;
    }

.k-grid-content .btn-primary,
.k-grid-content .glyphicon-arrow-up,
.k-grid-content .glyphicon-arrow-down,
.k-grid-content .glyphicon-copy {
    background-color: #364760;
    border-color: #364760;
}
    .k-grid-content .btn-primary:hover,
    .k-grid-content .glyphicon-arrow-up:hover,
    .k-grid-content .glyphicon-arrow-down:hover,
    .k-grid-content .glyphicon-copy:hover {
        background-color: #23394F;
    }

.k-grid-content .k-command-cell,
#NwdMainContainer td:last-child {
    text-align: center;
}

.btn-assign,
.alert.alert-info {
    background-color: #78CC8C !important;
    border-color: #00BE64 !important;
    color: #fff !important;
}
    .btn-assign:hover,
    .btn-assign:focus,
    .alert.alert-info:hover {
        background-color: #00BE64 !important;
        border-color: #00BE64 !important;
        color: #fff !important;
    }

.k-grid .k-grid-save-changes,
#CompanyEditCtrl .btn.btn-success,
#CompanyEditCtrl .btn.btn-primary,
.btn-save,
#btn-save,
.btn-save-exit {
    background-color: #21BA45;
    border-color: #21BA45;
}
    .k-grid .k-grid-save-changes:hover,
    #CompanyEditCtrl .btn.btn-success:hover,
    #CompanyEditCtrl .btn.btn-primary:hover,
    .btn-save:hover,
    #btn-save:hover,
    .btn-save:active,
    #btn-save:active,
    .btn-save:focus,
    #btn-save:focus {
        background-color: #21BA45;
        border-color: #21BA45;
    }

.k-grid .k-grid-cancel-changes,
.btn.btn-danger,
.k-grid-btnClear,
#autoheight-grid-container #ManageConfigurationButton,
.btn-cancel,
.k-clear-selected{
    background-color: #888888;
    border-color: #888888;
    color: #fff;
}
    .k-grid .k-grid-cancel-changes:hover,
    .btn.btn-danger:hover,
    .k-grid-btnClear:hover,
    #autoheight-grid-container #ManageConfigurationButton:hover,
    .btn-cancel:hover,
    .btn-cancel:active,
    .btn-cancel:focus,
    .k-clear-selected:hover {
        background-color: #777777;
        color: #fff;
    }

.k-grid-content .btn-danger,
.k-grid-content .btn-danger:hover,
.btn-delete,
.fields-table .btn-danger,
.choices-table .btn-danger,
.btn-delete:hover,
.btn-delete:focus,
.fields-table .btn-danger:hover,
.choices-table .btn-danger:hover {
    background-color: #DB2828;
    border-color: #DB2828;
    color: #fff;
}

.input-group-btn .btn-delete {
    top: 0;
}

.alert.alert-info {
    color: #FFF;
}
    .alert.alert-info a {
        color: #fff;
    }

.btn-edit-template,
.btn-edit-template:focus {
    background-color: #3a87ad;
    border-color: #3a87ad;
    color: #FFF;
}
    .btn-edit-template:hover {
        background-color: #00a9d2;
        border-color: #3a87ad;
        color: #FFF;
    }

.btn-calendar {
    background-color: #6a788d;
    border-color: #6a788d;
    color: #FFF;
}
    .btn-calendar:hover,
    .btn-calendar:focus,
    .btn-calendar:active {
        background-color: #8c97b2;
        border-color: #6a788d;
        color: #FFF;
    }

.k-grid-content .k-grid-LotMapViewer.btn-primary {
    background-color: #00A9D2;
    border-color: #00A9D2;
}
    .k-grid-content .k-grid-LotMapViewer.btn-primary:hover {
        background-color: #3A87AD;
    }

.k-grid-content .k-grid-OptionSellingPercent.btn-warning,
.k-grid-content .k-grid-LotMapEditor.btn-warning,
.k-grid-content .k-grid-LotMapViewer.btn-warning,
.k-grid-content .k-grid-OptionSellingPercent.btn-warning:hover,
.k-grid-content .k-grid-LotMapEditor.btn-warning:hover,
.k-grid-content .k-grid-LotMapViewer.btn-warning:hover {
    background-color: #A5B962;
    border-color: #A5B962;
}

.k-dialog .k-window-titlebar,
.k-window-titlebar.k-header,
.modal .modal-header,
.modal h5.modal-title {
    background-color: #eff2f9 !important;
    color: #6a788d;
}

.k-dialog {
    min-width:500px !important;
}

.btn.set-default,
.div-popup-command-buttons .k-primary {
    background-color: #3a87ad;
    border-color: #3a87ad;
}

.k-grid-pager span.k-state-selected {
    background-color: #00a9d2;
}

.panel .panel-title a {
    font-weight: normal;
}

.k-pager-wrap .k-link {
    color: #00a9d2;
}

.btn-details {
    background-color: #a5b962 !important;
    border-color: #91a356 !important;
}

    .btn-details:hover {
        background-color: #91a356 !important;
        border-color: #91a356 !important;
    }

@media (max-width: 820px) {
    .navbar-nav .open .dropdown-menu {
        width: 100%;
        float: left;
        position: static;
        background-color: transparent;
    }
    #notifications {
        width: unset;
    }
    #notification-menu, #notification-menu a {
        height: unset;
    }
    ul.nav.navbar-nav > li,
    ul.nav.navbar-nav > li > a {
        position: static;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #080808;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
}

#ManageGroupingDialog .label-danger {
    background-color: #00a9d2;
}

#NwdMainContainer td:last-child .btn {
    min-width: 59px;
}

.nav-tabs li a[disabled]:hover,
.nav > li > a[disabled]:hover {
    color: unset;
    background-color: unset;
    cursor: not-allowed;
}

.public-layout.body-content {
    margin-top: 61px;
}


#notification-menu .glyphicon-bell.bell-active {
    color:#ffcc00;
}

#notification-menu .glyphicon-bell.bell-active.bell-ring {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
    font-size:20px;
}


@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}
#menu-waffle {
    display: inline-block;
}
#menu-waffle .dropdown-menu {
    background: #fff;
    border: 1px solid #CAD2E2;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 25%), inset 0px 1px 0px 0px rgb(255 255 255 / 40%);
    margin-top: 15px;
}

#menu-waffle .dropdown-header {
    color: #00a9d2;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 16px;
    min-width: 440px !important;
}
#menu-waffle .dropdown-menu li:hover {
    background-color: #fff;
}
#menu-waffle .dropdown-menu li a {
    color: inherit;
}
#menu-waffle .dropdown-menu li h4 {
    cursor: pointer;
    color: #839db0;
}
#menu-waffle .dropdown-menu li .pipeline-lbm-links-container h4:hover {
    background: #00a9d2;
    color: #fff;
}
#menu-waffle .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
#menu-waffle .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FFF;
    border-color: #EEEEEE;
}

#menu-waffle .panel-title {
    font-size: 14px;
}
#menu-waffle .dropdown-menu li a {
    text-decoration: none;
}
#menu-waffle .dropdown-menu li h4 {
    padding: 8px 16px;
    font-size: 14px;
    display: block;
}
#menu-waffle .dropdown-menu li .glyphicon {
    float: right;
}
#menu-waffle .panel-body-div-margin {
    margin-left: 20px;
    margin-right: 20px;
    border-left: 1px solid #b3b3b3;
}
#menu-waffle .dropdown-overflow {
    max-height: 404px !important;
    overflow-y: auto !important;
    max-width: 404px !important;
    overflow-x: auto !important;
    padding-top: 5px;
}
#menu-waffle .panel-body {
    padding: 0;
    border: none;
}
#menu-waffle .panel {
    border: none;
}
#menu-waffle .panel-group {
    margin: 0;
}
#menu-waffle .panel.panel-default {
    margin-top: 0;
}
#menu-waffle .dropdown-toggle {
    background-color: transparent;
}
#menu-waffle .glyphicon-th {
    font-size: 36px;
    color: #8c97b2;
}
#menu-waffle .dropdown-menu:before {
    position: absolute;
    top: -13px !important;
    left: 6px !important;
    right: auto !important;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
#menu-waffle .dropdown-menu:after {
    position: absolute;
    top: -13px !important;
    left: 6px !important;
    right: auto !important;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 13px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}
#menu-waffle h4.focused-panel-title,
#menu-waffle h4.focused-panel-title:hover {
    font-weight: bold !important;
    background-color: #E1E2E5 !important;
    color: #6c7889 !important;
}

.k-overlay {
    opacity: 0.5;
}

.input, .k-input, .k-textbox{
    font-size: 14px;
}

.k-alt:not(.k-state-selected):not(:hover),
.table-striped > tbody > tr:nth-of-type(odd):not(:hover),
.panel > .list-group .list-group-item:nth-of-type(odd):not(:hover):not(.active) {
    background-color: #F7FBFC;
}
.k-reset {
    font-size: 14px;
}

#purchasing-resend-versions-checklist input[type=checkbox] {
    width: 15px;
    height: 15px;
    display:none;/*hide for now*/
}

.div-popup-command-buttons button,
.k-dialog-buttongroup button,
.modal-footer .btn {
    min-width: 100px !important;
    min-height: 30px;
    box-sizing: content-box;
    margin-bottom: 5px !important;
    margin-left: 5px;
}


.is-flex {
    display: flex;
}

.is-flex > .btn {
    margin: 0 0.5rem !important;
}

.gap-1 {
    gap: 5px;
}

.is-flex-1 {
    flex: 1;
}

.is-flex-grow-1 {
    flex-grow: 1;
}

.is-flex-wrap-wrap {
    flex-wrap: wrap;
}

.mb-1 {
    margin-bottom: 0.5rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1.5rem;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mr-1 {
    margin-right: 0.5rem;
}

.mr-2 {
    margin-right: 1rem;
}

.mr-3 {
    margin-right: 1.5rem;
}

.py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.is-invisible {
    visibility: hidden;
}

.k-grid-header th.k-header > .k-link {
    color: #6B728E;
}
.mr-5px {
    margin-right:5px;
}
@media only screen and (max-width: 499px) {
    .k-dialog {
        min-width: 350px !important;
    }
}
.d-none {
    display: none;
}
.w-full {
    width: 100%;
}

input.enable-clear[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 14px;
}
