/* Missing skinning parameters */
.skin-1 .panel-info {
    border-color: #0e9aef;
}

.skin-1 .panel-info > .panel-heading {
    background-color: #0e9aef;
    border-color: #0e9aef;
}

.float-e-margins .ibox-title h4 {
    margin-top: 7px;
    font-weight: 400;
}

.float-e-margins .ibox-title .btn {
    margin-bottom: 5px;
}

.nav-header {
    background: url("../img/profile-red-background.png") round !important;
}

.nav-header-fixed-height {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
}

.page-wrapper-hide-sidebar{
    margin-left: 0px !important;
}

.ibox-title-standalone{
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaec;
}

.ibox-title-border-bottom{
    border-bottom: 1px solid #e7eaec;
}

.float-e-margins{
    margin-bottom: 1.0rem !important;
}

.error-container {
    width: auto;
    max-width: 800px;
    margin: 25px auto;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

/* Align table contents vertically */
.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

/* Overview Widget */

.widget-parent {
    background-color: #3e495f;
    color: white;
    box-shadow: 0px 0px 5px 5px lightgrey
}

.widget-parent h1,
.widget-parent h2,
.widget-parent h3,
.widget-parent h4 {
    font-weight: 300;
}

.widget .site-widget {
}

.widget .site-widget:hover {
    box-shadow: 0px 0px 1px 2px white;
}

.widget .site-widget .site-header {
    color: white;
    font-size: 12px;
    margin: 0px;
}

.widget .site-widget p.site-detail {
    color: #f4f6fa;
    font-size: 10px;
    margin: 0px;
}

.widget .site-widget i.site-icon {
    margin-top: 10px;
    color: white;
}

/* Status controls*/

.status-ONLINE {
    background-color: #1ab394;
}

.status-OFFLINE {
    background-color: #ed5565;
}

.status-DISABLED {
    background-color: #C1C3C7;
}

.status-WARNING {
    background-color: #f8ac59;
}

.plan-active {
    color: #1ab394;
}

.plan-data_exceeded {
    color: #FFA500;
}

.plan-default {
    color: #E10F02;
}

.hidden {
    display: none;
}

.form-align {
    align-content: center;
    align-items: center;
}

.login__logo {
    height: 40px;
    background: url('/resources/img/vistagate-logo.png') 50% top no-repeat;
}

.preformatted {
    font-family: monospace;
    white-space: pre;
}

.table-nonfluid {
    width: auto !important;
}

.rotate45 {
    transform-origin: 0%;
    transform: rotate(-45deg);
}

tr.selected {
    background: #d3eeff;
}

.item-controls {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    text-align: center;
    vertical-align: middle;
}

.item-controls .btn {
    margin-bottom: 0px;
}

.item-controls .btn-bitbucket {
    padding: 2px 6px !important;
}

.item-controls-singleton {
    margin-bottom: 0px !important;
    padding: 2px 6px !important;
}

.skin-1 .navbar-minimalize:active {
    background: #C94646;
    border-color: #C94646;
}

/**
    Remove padding from the bottom of data tables
 */
.dataTables_wrapper {
    padding-bottom: 0px !important;
}

.dataTables_length select {
    padding: 0px 10px;
    text-align: center;
}

/**
    Redirect Custom URL
 */
#redirectCustomUrl_btn_div {
    float: left;
    margin-right: 1%;
}
#redirectCustomUrl_div {
    float: left;
    width: calc(99% - 52px);
}
#redirectCustomUrl_select_div {
    float: left;
    margin-right: 1%;
}
#redirectCustomUrl_text_div {
    float: left;
    width: calc(99% - 182px);
}

.wrapper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #7d7d7d;
    border-color: #d2d2d2;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #7d7d7d;
    background-color: #d2d2d2;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #7d7d7d;
    background-color: #fff;
    border-color: #d2d2d2;
    border-bottom-color: transparent;
}

.table-margin {
    margin-top:20px;
}

.space-checkbox-text {
    vertical-align:top; 
    margin-right:5px !important;
}

.no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0
}

.pagination > li > a.active {
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;
    color: #FFFFFF !important;
}

.margin-bottom-zero {
     margin-bottom: 0px;
 }

/* Network mapping data Table width in event modal */
.title-width {
    width: 30%;
}
.content-width {
    width: 70%;
}
