﻿.form-inline .ui-select-container {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

/*use company name instead log*/
.main-header .logo-name {
    color: #FFF;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
}

/*override select2 color*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff !important;
}

/* REGION CUSTOM COLORS */
.skin-red .main-header .logo {
    background-color: white !important;
}

.skin-red .main-header .navbar {
    /*background-color: #7b92a5 !important;*/
    background-color: #d11f14 !important;
}

.skin-red .main-header li.user-header {
    background-color: #d11f14 !important;
}

.box.box-bvb {
    border-top-color: #d11f14 !important;
}

.box.box-solid.box-bvb {
    border: 1px solid #d11f14 !important;
}

    .box.box-solid.box-bvb > .box-header {
        color: #fff !important;
        background-color: #d11f14 !important;
    }

.text-bvb, .btn-link.text-bvb, .btn-link.text-bvb:link {
    color: #d11f14 !important;
}

    .text-bvb:hover, .text-bvb:focus, .btn-link.text-bvb:hover, .btn-link.text-success:focus {
        color: #3f5364 !important;
    }

.btn-link.text-success, .btn-link.text-success:link {
    color: #3f5364 !important;
}

    .btn-link.text-success:hover, .btn-link.text-success:visited, .btn-link.text-success:active .btn-link.text-success:focus {
        color: #3f5364 !important;
        outline: transparent;
    }

.bvb-title {
    color: #d11f14;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #d11f14 !important;
}

/* END REGION CUSTOM COLORS*/


/* REGION BVB DATATABLE */
td.colButtons {
    white-space: nowrap !important;
}

.table-trim {
    white-space: nowrap;
}

table.inline > tbody > tr > td {
    white-space: nowrap;
}

table.bvb-table > thead > tr, .bvb-thead > tr {
    background-color: #d11f14;
    color: white;
}

    table.bvb-table > thead > tr > th > input, select {
        color: black;
    }

table.bvb-table tbody tr:nth-child(even) {
    background-color: #ecf0f5;
}

table.bvb-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

table.bvb-table tbody tr:hover {
    background-color: #9b9b9b;
}
/* END REGION BVB DATATABLE */


/* REGION OVERRIDE DEFAULT STYLES */
.sidebar-mini .main-header .navbar, .main-header .navbar {
    margin-left: 0px !important;
}

.main-header .sidebar-toggle {
    padding: 15px 19px !important;
}

.sidebar-mini .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 0px !important;
}

.sidebar-mini .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 230px;
}
/* END REGION OVERRIDE DEFAULT STYLES */
