.nav > li :hover {
    color: #29abe3;
    background-color: #2F2F2F;
}

ul.nav-main li a {
    text-align: center;
    transition: all linear 0.13s;
}

html.sidebar-left-xs .sidebar-left ul.nav-main li i {
    display: block;
    margin: auto;
    font-size: 2rem;
}

ul.nav-main li span {
    font-size: 1.3rem;
    border-bottom: none;
}

ul.nav-main li div {
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1d2127;
}

div.nav-main-level1 {  
    padding: 0px;  
}

div.nav-main-level2 {  
    padding: 0px;  
    border-left-width:1px;
    border-left-style:solid;
    border-left-color: #2f353f;
}

ul.nav-main li div a {
    text-decoration: none;
}

html.sidebar-left-collapsed .sidebar-left .nav-main > li > div {    
    padding-top: 5px;    
}

html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
}

html.sidebar-left-collapsed .sidebar-left .nav-main > li > a > i {
    font-size: 1.5rem;
    display: inline;
    margin-right: 5px;
}


.page-header {
    background-color: #000;
}

.panel {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

body {
    background-color: white;
}

body .btn {
    white-space: nowrap;
}

html.fixed .inner-toolbar {
    right: 0;
    left: 200px;
}

.tabs.tabs-simple .nav-tabs > li:first-child {
    margin-right: 0px;
    border-left: 1px solid rgba(200, 200, 200, 0.4);
}

.tabs.tabs-simple .nav-tabs > li a {
    margin-right: 0px;
    border-right: 1px solid rgba(200, 200, 200, 0.4);
    transition: all 0.25s ease-out;
}

    .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {
        color: #29abe3;
        margin-right: 0px;
        border-right: 1px solid rgba(200, 200, 200, 0.4);
    }

.tabs.tabs-simple .nav-tabs > li.active {
}


.no-borders {
    box-shadow: none;
    border: none;
}

/*.pl-none {
    padding-left: 0;
}

.pr-none{
    padding-right: 0;
}*/


.pulse-active {
    transition: all ease 0.5s;
    box-shadow: 0px 0px 10px 2px rgba(41, 171, 226, 0.50);
}

/*PROJECT NAME*/
.nav-project-title, .nav-project-title:hover {
    background-color: #2F2F2F;
    overflow: hidden;
    /*border-top: 3px solid #666;*/
}

/*PROJECT NAME WHEN HOVERED*/
ul.nav-main > .nav-project-title > a:hover, ul.nav-main > .nav-project-title > a:focus {
    background-color: #2F2F2F;
}

/*PROJECT NAME WHEN SIDE BAR IS COLLAPSED*/
html.sidebar-left-collapsed .sidebar-left .nav-main .nav-project-title {
    display: none;
}
/*PROJECT MENU ITEM */
/*.nav-project-menu, .nav-project-menu:hover {
    background-color: #042238;
}*/

.nav-project-menu a span {
    text-overflow:ellipsis;white-space: nowrap; overflow:hidden;display:block;
}

/*PROJECT MENU ITEM WHEN HOVERED*/
/*ul.nav-main > .nav-project-menu > a:hover, ul.nav-main > .nav-project-menu > a:focus {
    background-color: #062a44;
}*/
/*Make modals headers and footers have gray background*/
.modal-header, .modal-footer {
    background-color: #F5F5F5;
}

.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Left align the sidebar menu tray*/
.sidebar-left .sidebar-header .sidebar-toggle {
    left: 0;
    right: auto;
}

.sidebar-header {
    background-color: #000;
}

.page-header {
    border-left: none;
}

/*Make sidebar 140px wide, and page header + page content to have left margin 140px to match it.*/
html.sidebar-left-xs .sidebar-left {
    width: 160px;
}

html.fixed.sidebar-left-xs .page-header {
    left: 140px;
}

html.fixed.sidebar-left-xs .content-body {
    margin-left: 140px;
    margin-top: -20px;
}

@media screen and (max-width:767px) {

    html.fixed.sidebar-left-xs .content-body {
        margin-left: 0px;
    }

    .panel-body {
    }
}

html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
}

html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
}

/*tooltip custom width*/
.tooltip-inner {
    max-width: 400px;
}

.bg-incomplete {
    background: #858585;	
    color: white;
}

.bg-batch-incomplete {
    background: repeating-linear-gradient(
      45deg,
      #a8a8a8,
      #a8a8a8 1px,
      #a0a0a0 1px,
      #a0a0a0 4px
    );
    color: white;
}

.bg-batch-success {
    background: repeating-linear-gradient(
      45deg,
      #4cac4c,
      #4cac4c 1px,
      #47a447 1px,
      #47a447 4px
    );
    color: white;
}

.bg-batch-failure {
    background: repeating-linear-gradient(
      45deg,
      #dc3c34,
      #dc3c34 1px,
      #d2322d 1px,
      #d2322d 4px
    );
    color: white;
}

.bg-batch-warning {
    background: repeating-linear-gradient(
      45deg,
      #f2a12c,
      #f2a12c 1px,
      #ed9c28 1px,
      #ed9c28 4px
    );
    color: white;
}

.batch-log-table tbody tr td:first-child {
    text-align: center;
}

.batch-log-table tbody tr.danger,
.batch-log-table tbody tr.danger td {
    background: repeating-linear-gradient(
      45deg,
      #ffcece,
      #ffcece 1px,
      #fedada 1px,
      #fedada 4px
    );
    color: red;
}

.batch-log-table tbody tr.danger td:first-child {
    background: repeating-linear-gradient(
      45deg,
      #e06059,
      #e06059 1px,
      #e16e67 1px,
      #e16e67 4px
    );
    color: white;
    text-align: center;
}


.batch-log-table tbody tr.warning,
div.warning,
.batch-log-table tbody tr.warning td {
    background: repeating-linear-gradient(
      45deg,
      #eed5b1,
      #eed5b1 1px,
      #f1dfc5 1px,
      #f1dfc5 4px
    );
    color: #cd6600
}

.batch-log-table tbody tr.warning td:first-child {
    background: repeating-linear-gradient(
      45deg,
      #f2a12c,
      #f2a12c 1px,
      #ed9c28 1px,
      #ed9c28 4px
    );
    color: white;
    text-align: center;
}

/* Ensure SQL commands stay within the bounds of the modal window */
.modal .batch-log-table td, .modal .batch-log-table td i {
    max-width: 240px;
    word-break: break-word;
}

.schema-columns-table tbody tr td:first-child {
    text-align: center;
}

.schema-columns-table tbody tr.danger,
.schema-columns-table tbody tr.danger td {
    background: repeating-linear-gradient(
      45deg,
      #ffcece,
      #ffcece 1px,
      #fedada 1px,
      #fedada 4px
    );
    color: #777;
}

.schema-columns-table tbody tr.danger td:first-child {
    background: repeating-linear-gradient(
      45deg,
      #e06059,
      #e06059 1px,
      #e16e67 1px,
      #e16e67 4px
    );
    color: white;
    text-align: center;
}


.schema-columns-table tbody tr.warning,
.schema-columns-table tbody tr.warning td {
    background: repeating-linear-gradient(
      45deg,
      #eed5b1,
      #eed5b1 1px,
      #f1dfc5 1px,
      #f1dfc5 4px
    );
    color: #777;
}

.schema-columns-table tbody tr.warning td:first-child {
    background: repeating-linear-gradient(
      45deg,
      #f2a12c,
      #f2a12c 1px,
      #ed9c28 1px,
      #ed9c28 4px
    );
    color: white;
    text-align: center;
}

.schema-columns-table tbody tr.notifiableData td {
    background: repeating-linear-gradient(
      45deg,
      #FFFEEE,
      #FFFEEE 1px,
      #FFFAAA 1px,
      #FFFAAA 4px
    );
}


.agent-deprecated {
    background: repeating-linear-gradient(
      45deg,
      #ffcece,
      #ffcece 1px,
      #fedada 1px,
      #fedada 4px
    );
    color: white;
}

.agent-offline {
    background: repeating-linear-gradient(
      45deg,
      #e2e2e2,
      #e2e2e2 1px,
      #ececec 1px,
      #ececec 4px
    );
    color: white;
}

.datastore-paused {
    background: repeating-linear-gradient(
      45deg,
      #e2e2e2,
      #e2e2e2 1px,
      #ececec 1px,
      #ececec 4px
    );    
}

.tangular p {
    line-height: unset !important;
    margin: 0 !important;
}

.ta-toolbar {
    background-color: #F0F0F0;
    padding: 10px 10px 5px;
    margin-left: 0px;
    border: 1px solid #EEE;
}

.ta-editor, .white-box {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #EEE;
    width: 100%;
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}


textarea.ta-bind { width: 100%; }

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 100px;
}

.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.little-avatar {
    height: 50px;
    width: 50px;
}

.info-fab {
    position: absolute;
    right: 20px;
    z-index: 50;
    font-size: 30px;
    top: 0;
    color: #29abe3;
}

.important-info-modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.important-info-modal .modal-title {
    color: #29abe3;
}

.modal-title {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
