﻿/*file explorer swal error*/
.dragover {
    border: 2px dashed black;
    background-color: #a5a5a5;
}

/*override swal error*/
.sweet-alert .sa-input-error {
    top: 25px !important;
}

.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-blue .main-header .logo {
    background-color: white !important;
}

.skin-blue .main-header li.user-header,
.skin-blue .main-header .navbar,
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    background-color: #000000 !important;
}

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: black;
    }

        .skin-blue .main-header .navbar .dropdown-menu li a:hover {
            background: #0091ca;
        }

.box.box-bvb {
}

.box.box-solid.box-bvb {
    border: 1px solid #000000 !important;
}

    .box.box-solid.box-bvb > .box-header {
        color: #fff !important;
        background-color: #000000 !important;
    }

.text-bvb, .btn-link.text-bvb, .btn-link.text-bvb:link {
    color: #1D5C7B !important;
    outline: transparent !important;
}

    .text-bvb:hover, .text-bvb:focus, text-bvb:active, .btn-link.text-bvb:hover, .btn-link.text-success:focus {
        color: #3f5364 !important;
        outline: transparent !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;
    }

.bvb-title {
    color: #1D5C7B;
    font-size: 18px;
    font-weight: bold;
}



.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #000000 !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: #1D9BCA !important;
    color: white;
}

    table.bvb-table > thead > tr > th > input, select {
        color: black;
    }

table.bvb-table tbody tr:nth-child(even) {
    background-color: #6AC0FC;
}

table.bvb-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

table.bvb-table tbody tr:hover {
    background-color: #ecf0f5;
}
/* END REGION BVB DATATABLE */


/* REGION OVERRIDE DEFAULT STYLES */

.btn-link {
    padding: 0px !important;
}

.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 !important;
}

/* END REGION OVERRIDE DEFAULT STYLES */
