body {
    background-color: rgba(0, 0, 0, 0.3);
}

.shiftSelect {
    background-color: #337ab7 !important;
    color: white !important;
}

.multiselect {
    width: 200px;
  }

.highlighBackgound {
    background: yellow;
}

.highlighBackgoundGroups {
    /* background: bisque; */
}

  .selectBox {
    position: relative;
  }

  .selectBox select {
    width: 100%;
    font-weight: bold;
  }

  #checkboxes {
    display: none;
    border: 1px #dadada solid;
  }

  #checkboxes label {
    display: block;
  }

  #checkboxes label:hover {
    background-color: #ddd;
  }

.checkbox-large {
    height:35px !important;
    width:35px !important;
}
.radio-large {
    width:20px;
    height:20px;
}
.menu-label-div {
    float:left;
    padding-top:12px;
    padding-left:5px;
}
a:focus, a:hover, a:active {
    text-decoration: none !important;
}

.default-bg-color {
    background-color: #ddd;
}

.default-border-color {
    background-color: #ddd;
}

.columns-dropdown {
    margin-right: 70px !important;
    max-height: 500px !important;
    overflow-y: auto !important;
}

.columns-dropdown-right {
    max-height: 500px !important;
    overflow-y: auto !important;
}

.filter-table {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 12px;
    margin-bottom: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.filter-table td {
    padding: 6px;
}

.filter-table input[type=text] {
    /*max-width:120px !important;*/
}

.help-window{
    border-radius: 8px !important;
    background-color: #fff !important;
    padding:10px !important;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}

.data-window {
    display: none;
    position: absolute;
    width: 600px;
    z-index: 2;
    top: 90px;
    left: 50%;
    margin-left: -300px;
    border: 1px solid #000;
}

.data-window-wide {
    display: none;
    position: absolute;
    width: 90%;
    z-index: 2;
    top: 90px;
    left: 50%;
    margin-left: -49%;
    border: 1px solid #000;
}

.hover-highlight:hover{
    background-color:#eeeeee;
    cursor:pointer;
}

.quote-data-window {
    display: none;
    position: absolute;
    width: 8.5in;
    /*height: 11in;*/
    top: 20px;
    left: 40%;
    margin-left: -30%;
    border: 1px solid #000;
    z-index:5;
    background-color:#fff;
}

.data-window-wide label span{
    color:#990000;
}

.title-bar {
    height: 28px;
    width: 100%;
    background-color: #000055;
    color: #fff;
    padding: 3px 4px 0 10px;
}

#titleBar {
    height: 28px;
    width: 100%;
    background-color: #000055;
    color: #fff;
    padding: 3px 4px 0 10px;
    z-index: initial;
}

.titlbar-text {
    font-size: 16px;
    letter-spacing: 2px;
}

#toolBar {
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    z-index: initial;
}

#navPanel {
    position: absolute;
    top: 64px;
    left: 0;
    width: 190px;
    bottom: 32px;
    /* overflow: auto; */
    padding: 4px;
    border-left: 1px solid #999;
    z-index: initial;
}

#navPanel .row {
    padding: 10px 8px 10px 8px;
    border-left: 1px solid #999;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.navPanelHeader {
    margin-top: 4px;
    background: -moz-linear-gradient(top, #ffffff 0%, #aaaaaa 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #aaaaaa 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #aaaaaa 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.navPanelContent {
    display: none;
    font-size: 14px;
    background: #fff !important;
}

.navPanelContent div {
    padding: 4px;
    cursor: pointer;
}

.navPanelContent div:hover {
    background: #eeeeee;
}

.navPanelContent div.dropdown-menu:hover {
    background: #fff !important;
}

#bar {
    position: absolute;
    top: 64px;
    left: 190px;
    width: 6px;
    bottom: 32px;
    overflow: hidden;
    background-color: #999;
    z-index: initial;
}

#mainPanel {
    position: absolute;
    top: 64px;
   /* left: 196px;*/
    right: 0;
    bottom: 32px;
    overflow: auto;
    padding: 8px 8px 8px 12px;
    border-right: 1px solid #999;
    z-index: initial;
}

#mainPanel-toolBar {
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    z-index: initial;
}

.statusBar {
    position: absolute;
    bottom: 0;
    height: 32px;
    background-color: #eee;
    border: 1px solid #999;
    width: 100%;
    overflow: hidden;
    padding: 6px;
    z-index: initial;
}

.status-message {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 10px 0 6px;
}

.status-message span {
    margin-right: 10px;
}

#loadingModal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    top: 28px;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 10;
}

#ajax_loader {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    background: url("../img/loading.gif");
}

.xtable th {
    white-space: nowrap !important;
    min-width: 126px !important;
}

.xtable th div {
    white-space: nowrap !important;
    cursor: pointer;
}

.xtable th, .table td {
    padding: 2px 3px 2px 3px !important;
    min-width: 90px;
    border: 1px solid #bbb !important;
}

.xtable td:hover {
    cursor: pointer;
/*    border: 1px solid #ff9900 !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #999 90%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(top, #ffffff 0%, #999 90%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(to bottom, #ffffff 0%, #999 90%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
*/}

/*.xtable td:active {
    border: 1px solid #ff9900 !important;
    background: -moz-linear-gradient(top, #999 0%, #fff 90%) !important; !* FF3.6-15 *!
    background: -webkit-linear-gradient(top, #999 0%, #fff 90%) !important; !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(to bottom, #999 0%, #fff 90%) !important; !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
}*/

.xtable-min-width-150 {
    min-width: 150px !important;
}

.xtable-min-width-200 {
    min-width: 200px !important;
}

.print-only-display {
    display: none;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.auto_scroll {
    max-height: 450px;
    overflow: auto;
}

#color-picker div {
    padding-left: 12px !important;
}

select:required:invalid {
    color: #a19895;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

/*::-webkit-file-upload-button {
    background: #337ab7;
    color: white;
    padding: .5em;
    cursor: pointer;
}*/

.parentDisable {
    position: fixed;
    top: 0;
    left: 0;
    background: grey;
    opacity: 0.8;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.popup {
    z-index: 4;
}

.popup_1 {
    z-index: 2;
}




.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ee4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.panel-orange {
    border-color: #ff9900;
}

.panel-orange .panel-heading {
    border-color: #ff9900;
    color: #fff;
    background-color: #ff9900;
}

.panel-orange a {
    color: #ff9900;
}

.panel-orange a:hover {
    color: #cc7722;
}


.panel-brown {
    border-color: #996633;
}

.panel-brown .panel-heading {
    border-color: #996633;
    color: #fff;
    background-color: #996633;
}

.panel-brown a {
    color: #996633;
}

.panel-brown a:hover {
    color: #7B5229;
}




.panel-fuchsia {
    border-color: #FF66FF;
}

.panel-fuchsia .panel-heading {
    border-color: #FF66FF;
    color: #fff;
    background-color: #FF66FF;
}

.panel-fuchsia a {
    color: #FF66FF;
}

.panel-fuchsia a:hover {
    color: #FF00FF;
}



.panel-purple {
    border-color: #9933ff;
}

.panel-purple .panel-heading {
    border-color: #9933ff;
    color: #fff;
    background-color: #9933ff;
}

.panel-purple a {
    color: #9933ff;
}

.panel-purple a:hover {
    color: #400080;
}


.panel-grey {
    border-color: #999;
}

.panel-grey .panel-heading {
    border-color: #999;
    color: #fff;
    background-color: #999;
}

.panel-grey a {
    color: #999;
}

.panel-grey a:hover {
    color: #666;
}

.add-notifyemail {
    float:right;cursor: pointer;
    background: #204d74;
    border: 1px solid #204d74;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    font-size: 13px;
}