html {
    height: 100%;
    width: 100%;
}

.padding_10 {
    padding: 15px !important;
}

.margin_10 {
    margin: 15px !important;
}

.yes_no_radio {
    margin: 7px !important;
}

.pre {
    white-space: pre;
    line-height: normal;
}

.fillParent {
    height:100% !important;
    width:100% !important;
}

.core_alert_box {
    color: white;
    background-color: #C3C3C3;
    margin-left: 25%;
    margin-right: 25%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

@font-face {
    font-family: myCoreFont;
    src: url('opensans/OpenSans-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('opensans/OpenSans-Regular.ttf') format('truetype');
}

.myBody {
    background-color: #f8f8f8 !important;
    font-family: myCoreFont !important;
}

.myBody #pageTitle {
    position: relative;
    display: inline-block;
    font-size: 24px;
}

@media print {
    a[href]:after {
        content: none;
    }
}

/* EXT Overides  */

.x-item-disabled .x-tbar-page-next {
    background-position: -333px -71px;
}

.x-menu-item-arrow {
    position: absolute;
    top: 9px;
    right: 5px;
    background: no-repeat center center;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid dimgray;
}

.x-panel-header-default {
    font-size: 13px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    background-image: none;
    background-color: #fff
}

.x-panel-header {
    cursor: pointer;
}

.x-grid-row-selected .x-grid-cell, .x-grid-row-selected .x-grid-rowwrap-div {
    border-style: solid;
    border-color: #D8D8D8;
    background-color: #E7E7E7 !important;
}

.x-boundlist {
    width: inherit !important;
}

.x-field-default-toolbar .x-form-trigger {
    height: 30px !important;
}

.x-border-box .x-field-default-toolbar .x-form-text {
    height: 30px !important;
    padding: 4px;
}

table.x-datepicker-inner {
    width: auto;
    table-layout: fixed;
}

.x-monthpicker-yearnav-button-ct {
    display: inline-block;
}

.x-monthpicker-yearnav-button-ct a {
    background-image: url('../../javascripts/coreExtjs/ux/bootstrap/resources/theme/images/bootstrap/tools/tool-sprites.gif');
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 7px 14px 5px 14px;
    border: 0;
    outline: 0 none;
    display: inline-block;
}

.x-toolbar .x-toolbar-separator-horizontal {
    margin: 0 3px 0 2px;
    height: 14px;
    width: 0;
    border-left: 1px solid rgba(243, 122, 33, .50) ;
    border-right: 1px solid #fff;
}


/* FORMS */
.form-control {
    min-width: 75px;
    /*height: 30px;*/
    /*padding: 0px 5px;*/
    max-width: 100%;
}

select[class^="form-"], select[class^=" form-"] {
    min-height: 30px;
    height: auto;
    word-wrap: normal;
    white-space: normal;
}

.swap-selector-large, select[class^="form-"].swap-selector-large {
    height: 200px;
}

.form-control-min, .form-control-sm, .form-control-md, .form-control-lg {
    height: 30px;
    padding: 0px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-min {
    width: 75px;
}

.form-control-sm {
    width: 125px;
}

.form-control-md {
    width: 175px;
}

.form-control-lg {
    width: 225px;
}

.form-control-max {
    width: 275px;
}

.form-control-min:focus {
    border-color: #F37A21;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(244, 121, 32, 0.6);
}

.form-control:focus {
    border-color: #F37A21;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(244, 121, 32, 0.6);
}

/* custom file input */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* BUTTONS */
.btn {
    line-height: 1.158571;
}

/* BUTTONS */
.btn {
    line-height: 1.158571;
}

a.btn:link {
    color: #fff;
}

a.btn:hover {
    color: #fff;
    text-decoration: none;
}

a.btn:visited {
    color: #fff;
}

a.btn:active {
    color: #fff;
}

.btn-primary {
    background-color: #777777;
    background-image: linear-gradient(to bottom, #777777 0px, #666666 100%);
    background-repeat: repeat-x;
    border-color: #333333;
    height: 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #505050;
    border-color: #111111;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #505050;
    border-color: #111111;
}


.btn-primary .btn-sm,
.btn-default .btn-sm {
    height: 27px;
}

.btn-primary .btn-xs,
.btn-default .btn-xs {
    height: 24px;
}


.btn-default {
    background-color: #f37a21;
    background-image: linear-gradient(to bottom, #f37a21 0px, #E6670B 100%);
    background-repeat: repeat-x;
    border-color: #F37A21;
    text-shadow: 0 0px 0 #FFFFFF;
    color: #FFFFFF;
    height: 30px;
    border-radius: 4px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #F37A21;
    border-color: #F37A21;
    color: #FFFFFF;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: #F37A21;
    border-color: #F37A21;
    color: #FFFFFF;
}


/* override btn for replacing btn-default */
.lot-buttons {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333 !important;
    padding: 2px 4px;
    text-decoration: none;
    margin: 1px 3px;
    white-space: normal;
}

.btn-group-vertical .lot-buttons {
    margin: 0;
}

.table .btn-group-vertical {
    display: table-cell;
    right: auto;
    left: 0;
    position: relative;
}

.lot-buttons:hover {
    background-color: #ddd;
    border: 1px solid #888;
    color:#333 !important;
}

/* used to make page not scroll a little bit to the side, it was just extra margin on right */
.row {
    margin-left: 0;
    margin-right: 0;

}

.col-12-padding {
    padding-left: 15px;
    padding-right: 15px;
}

/* custom paddings, border, margins */
.remove-padding {
    padding: 0;
}

.remove-horz-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.remove-vert-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.split-padding + .split-padding { /* these help add padding between elements */
    padding-left: 10px;
}

.split-padding:first-child {
    padding-left: 0px;
}

.split-padding:last-child {
    padding-right: 0px;
}

.padding-right {
    padding-right: 10px;
}

/* PANELS */
.panel {
    padding-left: 0px;
    padding-right: 0px;
    word-wrap: break-word;
    border: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
}

.no-box-shaddow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
}

.remove-border {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
}

.panel-primary {
    border-color: #333333;
}

.panel-primary .panel-heading {
    color: #ffffff !important;
    background-color: #777777;
    background-image: linear-gradient(to bottom, #777777 0px, #666666 100%);
    background-repeat: repeat-x;
    border-color: #333333;
}

.panel-primary .panel-heading.panel-subheading {
    color: #5E5E5E;
    border-color: #DBDBDB;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #EAEAEA 100%);
}

.panel-group {
    margin-bottom: 0;
}

.panel-heading a {
    color: #D1D1D1 !important;
    font-weight: bold;
}

.panel table {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
}

.panel .table-responsive {
    /* max-height: 300px; */
    overflow-y: scroll;
}

.panel table .panel-heading th {
    padding: 4px;
}

.panel table .panel-heading th:first-child {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
}

.panel table .panel-heading th:last-child {
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
}

.table {
    background-color: #ffffff;
}

.table.table-hover-cell td:hover {
    -webkit-box-shadow: inset 0px 0px 10px 3px rgba(97, 97, 97, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 3px rgba(97, 97, 97, 0.3);
    box-shadow: inset 0px 0px 10px 3px rgba(97, 97, 97, 0.3);
}

/* list item override, prettier and setting a standard*/
.panel .list-group {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.list-group-item {
    padding: 2px 0px;
    line-height: 28px;
    overflow: auto;
}

.list-group-item.active {
    background-color: #777777;
    background-image: linear-gradient(to bottom, #777777 0px, #666666 100%);
    background-repeat: repeat-x;
    color: #ffffff;
    border-color: #333333;
    padding-left: 8px;
}

.list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #505050 !important;
    background-image: none;
    border-color: #111111;
}

.list-group-item:hover {
    background-color: #eee;
}

/* the icons used in the super Type menu */
.lot-icon-buttons {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}

/* PAGE SPECIFIC */
/* entity functions */
.entityfunctions .badge {
    margin-left: 10px;
}

.entityfunctions .badge.noteIcon {
    font-size: 11px;
    top: -19px;
    left: -15px;
    color: #FEFFF9;
    background-color: #F37A21;
    padding: 2px;
    width: 23px;
    z-index: 50;
}

.entityfunctions .top-bar .btn {
    width: 39.5px;
}

/* Entity details */
.entity_associations .x-panel.x-panel-default .x-panel-header {
    color: #FFF !important;
    background-color: #777;
    background-image: linear-gradient(to bottom, #777 0px, #666 100%);
    background-repeat: repeat-x;
    padding: 4px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 0px;
}

.entity_associations .x-panel-header-text-default {
    color: #fff;
}

#cfAssociations .x-panel.x-panel-default .x-panel-header {
    color: #FFF !important;
    background-color: #777;
    background-image: linear-gradient(to bottom, #777 0px, #666 100%);
    background-repeat: repeat-x;
    padding: 4px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 0px;
}

#cfAssociations .x-panel-header-text-default {
    color: #fff !important;
}

/* FOOTER */
#the_foot {
    background-color: #F37A21;
    padding: 0px 15px;
    height: 20px;
    color: #FFF;
    font-size: 11px;
}

/* Global footer */
footer {
    clear:both;
    display: block;
    margin-bottom:1em;
    position: relative;
    width: 100%;
}

footer #bottombar {
    clear: both;
    border-top: 1px solid #f37a21;
    font-size: 12px;
    padding-top: 10px;
    margin: 12px;
}

footer #bottombar p.copyright {
    float: right;
    text-align:left;
    padding-top: 5px;
    padding-right: 5px;
}

footer #bottombar p.copyright a {
    color: #2b78e4;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 0px solid;
}
footer #bottombar p.copyright a:hover {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #2b78e4;
}

footer #bottombar .backtotop {
    float: left;
    text-align:left;
    padding-top: 5px;
    padding-left: 5px;
}
footer #bottombar .backtotop a {
    color: #2b78e4;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 0px solid ;
}
footer #bottombar .backtotop a:hover {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #2b78e4;
}

footer #bottombar #logo-pfs {
    background-image:url("../images/footer/Platform-For-Science.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inherit;
    height:29px;
    width:235px;
    margin:0 auto;
    overflow:hidden;
    white-space:nowrap;
}

@media (max-width:768px){
    footer #bottombar p.copyright {
        color: #333333;
        padding-top: 5px;
        padding-right: 5px;
        margin:0 auto;
        float: none;
        width: 290px;
    }
}

/* MOBILE FIRST @ 420 */
@media (max-width:420px){
    /* Navagation */
    footer #bottombar p.backtotop {
        color: #333333;
        float: left;
        text-align:left;
        padding-top: 3px;
        padding-left: 2px;
        font-size: 12px;

    }
    footer #bottombar p.backtotop a {
        color: #2b78e4;
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 0px solid ;
    }
    footer #bottombar p.backtotop a:hover {
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid #2b78e4;
    }

    /* logo */
    footer #bottombar #logo-pfs {
        background-image:url("../images/footer/Platform-For-Science_sm.png");
        background-repeat: no-repeat;
        background-position: left;
        display: inherit;
        height:29px;
        overflow:hidden;
        float:left;
    }

    footer #bottombar p.copyright {
        color: #333333;
        float: left;
        padding-top: 5px;
        padding-right: 5px;
    }
    footer #bottombar p.copyright a {
        color: #2b78e4;
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 0px solid ;
    }
    footer #bottombar p.copyright a:hover {
        text-decoration: none;
        padding-bottom: 1px;
        border-bottom: 1px solid #2b78e4;
    }

}

/* Navbar */
.nav > li > a {
    padding: 7px 15px;
}

.navbar .menu-item-panels {
    position: relative;
}

.navbar .menu-item-panels .main-panel {
    height: auto;
    position: absolute;
    z-index: 214748364;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    padding: 3px;
}

.navbar .menu-item-panels .sub-panel .panel-heading {
    border: 1px solid #DDD;
    cursor: pointer;
    padding: 2px 0px 0px 5px;
}

.navbar .menu-item-panels .sub-panel label {
    cursor: pointer;
    margin: 0px;
}

.navbar .menu-item-panels .sub-panel label:last-child {
    cursor: pointer;
    right: 12px;
    position: absolute;
}

.navbar .menu-item-panels .sub-panel {
    min-width: 200px;
}

.navbar .menu-item-panels .sub-panel h6 {
    background-color: #F37A21;
    background-image: linear-gradient(to bottom, #F37A21 0px, #F37A21 100%);
    color: #FFF;
    padding: 1px 2px;
    margin: 0;
}

.navbar .menu-item-panels .sub-panel p {
    padding: 3px 4px;
    margin: 0;
}

.navbar .menu-item-panels .sub-panel a p:hover {
    background-color: #EEE;
}

.navbar .menu-item-panels .sub-panel a:hover {
    text-decoration: none;
}

.navbar-default {
    background-color: rgba(237, 237, 237, 1);
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #EAEAEA 100%);
    border: 0px;
}

.navbar {
    margin-bottom: 0px;
    min-height: initial;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

#navbar-menu-items li a.main {
    padding: 11px 10px;
    border-left: 1px solid #eee;
}

#navbar-menu-items li a.main:hover {
    background-color: #eeeeee;
}

.navbar-input-group {
    font-size: 0px;
}

.navbar-input-group input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
}

.navbar-input-group .btn:first-of-type {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-left: 0px;
}

.navbar-input-group .btn:last-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-left: 0px;
}

.navbar-default .nav .bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #ccc;
    margin-top: 5px;
}

.navbar-default .navbar-collapse {
    max-height: none;
}

.navbar-default .navbar-collapse .navbar-form {
    padding: 0 0 0 10px;
    margin: 6px 0 0 0;
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0px;
    padding: 14px;
    margin: 0;
}

.navbar-default .navbar-toggle:hover {
    background-color: #EEEEEE;
}

.navbar-default .navbar-toggle:focus {
    background-color: #eeeeee;
}

.navbar-default .navbar-toggle .icon-bar {
    /* 5.0 UI changes */
    background-color: #aaaaaa;
    background-image: none;
}

ul.nav-right-drop li.dropdown a {
    padding: 14px 12px;
    line-height: 8px;
    display: inline-block;
    width: 100%;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
}

.navbar-right {
    margin-right: 0;
}

@media ( max-width: 767px) {
    ul.nav-drop li.dropdown.open ul {
        position: absolute;
        background-color: #f9f9f9;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    }

    ul.nav-right-drop li.dropdown.open ul {
        left: auto;
        right: 0;
    }
}

/* DASHBOARDS */
.gdt-container-wrapper * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gridster-tools, .dashboard-tools {
    color: #A5A5A5;
    float: right;
}

.gridster-tools span, .dashboard-tools span {
    margin: 4px;
    margin: 4px;
    z-index: 990;
    cursor: pointer;
}

.gridster > * {
    margin: 0 !important;
}

.gridster .divHandle .handle {
    width: 0px;
    height: 0px;
    border-top: 40px solid white;
    border-right: 40px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: move;
    z-index: 1000;
}

.gridster .divHandle .handle > div {
    position: relative;
    left: 4px;
    top: -35px;
    color: #AAAAAA;
}

.dashboard-gadgets > ul > li {
    overflow: auto;
}

.dashboard-gadgets .appTile a div {
    display: table-cell;
    vertical-align: middle;
}

.home-icons {
    /* margin-top: 22px; */
}

/* CUSTOM TILE */
.appTile-ultraviolet {
    background-color: #9966cc;
}
.appTile-violet {
    background-color: #9999ff;
}
.appTile-blue {
    background-color: #007aff;
}
.appTile-cyan{
    background-color: #34aadc;
}
.appTile-sky{
    background-color: #5ac8fa;
}
.appTile-lime{
    background-color: #33cc99;
}
.appTile-green {
    background-color: #009999;
}
.appTile-rose{
    background-color: #ff6699;
}
.appTile-red{
    background-color: #ff3b30;
}
.appTile-orange {
    background-color: #f37a21;
}
.appTile-yellow {
    background-color: #ffcc33;
}
.appTile-gray {
    background-color: #999999;
}

/* HOME PAGE */
.appTile {
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.verticalAlignTop {
    vertical-align: top;
    text-align: left;
    border: 0 none;
    padding-bottom: 10px;
    padding-right: 10px;
}

.appTile a {
    height: 100%;
    width: 100%;
    display: table;
    color: #FFFFFF;
    text-decoration: none;
}

.appTile a:link {
    color: #FFFFFF !important;
    text-decoration: none;
}

.appTile a:visited {
    color: #FFFFFF !important;
    text-decoration: none;
}

.appTile h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: bold;
    font: inherit;
}

.appTile:hover a {
    background-color: rgba(82, 82, 82, 0.3);
}

.navBarProd {
    border-bottom: 1px solid #cecece;
}

.navBarTesting {
    border: 5px solid #F37A21;
}

/* HOME -> FEEDS */
.feeds-wrapper {
    border-left: 1px solid #ddd;
    box-shadow: inset 7px 0 9px -12px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: inset 7px 0 9px -12px rgba(0, 0, 0, 0.39);
    background-color: #eeeeee;
}

.feeds-wrapper .nav-tabs {
    padding-left: 15px;
}

.feeds-wrapper .nav.nav-tabs li a {
    padding: 7px;
    font-size: 12px;
    background-color: #ddd;
    border-right: 1px solid #C7C7C7;
    margin-right: 0px;
    border-radius: 0px;
    color: #222;
    border-bottom: none;
}

.feeds-wrapper .nav.nav-tabs li.active a {
    background-color: #eee;
    background-image: none;
    color: #555;
}

.feeds-wrapper .tab-content {
    padding-left: 5px;
}

.feeds-wrapper .tab-content .panel.panel-default {
    border-bottom: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.feeds-wrapper .tab-content .panel.panel-default table {
    background-color: #eee;
}

.feeds-wrapper .tab-content .panel.panel-default table tr:hover td {
    background-color: #DADADA;
}

.feeds-wrapper .tab-content .panel.panel-default .panel-heading {
    background-image: linear-gradient(to bottom, #eee 0, #eee 100%);
    background-color: #eee;
}

.feeds-wrapper .tab-content .panel {
    background-color: #eee;
}

.feeds-wrapper .tab-content .time {
    font-size: 11px;
    color: #6f6f6f;
}

.feeds-wrapper #statusUpdateDiv .row {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 5px;
    border-bottom: 1px solid #E0E0E0;
}

/* SMARTGRID */
.gear-grid {
    width: 17px
}

/* CONTAINERS */
.container-cells {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Plate Maps */
.btn-group-container-another .active {
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(36, 36, 36, 0.45);
    box-shadow: inset 0px 0px 10px 1px rgba(36, 36, 36, 0.45);
    opacity: .9;
}

.btn-group-container-another .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-left: 0px;
    border-top: 0px;
    padding: 7px 4px;
    width: 100%;
}

.btn-group-container-another .btn input[type='checkbox'] {
    position: absolute;
    left: -1px;
    opacity: 0;
}

.btn-group-container-another .input-group .input-group-addon {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    width: 38px;
    display: block;
    border: none;
}

.btn-group-container-another .input-group input[type='text'] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 40px;
    min-width: 35px;
    border-right: 0px;
}

.btn-group-container-another table {
    border-radius: 4px;
    overflow: hidden;
}

/* CORE FORM */
/* resize is set to false for the core form in CoreFormFunctionsHelper.jsp  */
#functionsForm #functionsForm-body {
    overflow-y: auto !important;
    height: 292px;
    left: 0;
    overflow: auto;
    padding: 10px;
    top: 0;
    width: 334px;
}

#functionsForm #functionsForm-targetEl {
    height: 272px;
}

.accordion-toggle-current-active {
    background-color: #eee !important;
}

/* Test */
iframe {
    border: 1px solid #DFDFDF;
}

/****
loading
***/
.loader {
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
    }
}

/** for yes or no lighting on table cells where conditional formatting cannot read **/
.redLightTableCell {
    background-color: #FF6962;
    width: 5%;
}

.greenLightTableCell {
    background-color: #5EF97B;
    width: 5%;
}

.greyLightTableCell {
    background-color: #777;
    width: 5%;
}

.medium_height {
    height: 400px;
    overflow: auto;
}

/* Instance Lables */
.InstanceType {
    margin: 0px auto;
    height: 24px;
    width: 320px;
    margin-bottom: -24px;
    position: relative;
    top: 6px;
}

.instance-label {
    padding:6px;
    font-size:1em;
}

#bannerClose {
    box-shadow: none;
    padding:0 10px;
}

/* Banner Syles */
#bannerClose:hover {
    background: none;
    color: white;
}
#bannerMessage {
    background-color:#F37A21;
    color:white;
    padding: 1em;
    display: none;
}




/** progress bar stuff :D **/

.core-progress-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.core-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    margin-bottom: 0px;
}

.core-progress-wrapper {
    margin: 7px 7px 7px 0px;
}

.core-progress-striped.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.weakHide{
    display: none;
}

/* Share Message Button */
.share-msg-btn {
    margin-right: .2em;
}

.container, .container-fluid {
    min-height: 91vh;
    padding: 3em;
}

/* Tweaks to make the href links consistent #2b78e4 */
footer a:hover:not(#logo-pfs),
.login-form a:hover,
.container-fluid a:hover:not(.btn):not(.super-type-icon):not(.x-tab):not(.tab):not(.entity-tab):not(.list-group-item)
{
    text-decoration: none !important;
    padding-bottom: 1px !important;
    border-bottom:  1px solid #2b78e4;
}

footer a:not(#logo-pfs),
.login-form a,
.container-fluid a:not(.btn):not(.super-type-icon):not(.x-tab):not(.tab):not(.entity-tab):not(.list-group-item):not(.list-group-item a)
{
    color: #2b78e4;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 0px solid ;
}

.gridster .gs-w a {
    border-bottom: 0px !important;
}

.dropdown-menu>li>a {
    color: #2b78e4;
}

.dropdown-menu>li>a:hover {
    color: #2b78e4;
    border-bottom: none !important;
}

a:link {
    color: #2b78e4;
}

a:hover {
    color: #2b78e4;
}

a:visited {
    color: #2b78e4;
}

a:active {
    color: #2b78e4;
}

#sharepoint-login  {
    text-align:center; margin:auto; width:45em;
}
#sharepoint-login h1 {
    font-size:1.25em;
}
#sharepoint-login iframe {
    border:2px #AAAAAA solid; background-color:rgba(255, 255, 255, 0.75);
}
