﻿.form-group .text
{
    padding-top: 7px;
    font-size:14px;
    display:inline-block
}

.has-error .ace_editor, .has-error .wysihtml5
{
    border-color: #ebccd1;
}

.has-error .ace_editor.ace_focus, .has-error .wysihtml5:focus
{
    border-color: #dca7b0;
}

.has-error .control-label
{
    font-weight:bold;
}

.form-group.has-error
{
    background-color:#ffeeee;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th
{
    background-color: #efefef;
}

table.table-bordered tfoot td {
    border-bottom: none;
    border-left:none;
}

.dropdown > .dropdown-menu, .dropdown-toggle > .dropdown-menu, .btn-group > .dropdown-menu
{
    margin-top: 0px;
}

.dropdown > .dropdown-menu:before,
.dropdown-toggle > .dropdown-menu:before,
.btn-group > .dropdown-menu:before {
    display: none !important;
}

.dropdown > .dropdown-menu:after,
.dropdown-toggle > .dropdown-menu:after,
.btn-group > .dropdown-menu:after {
    display: none !important;

}

.btn-group > .btn.btn-xs + .dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px;
}

#header_task_bar .dropdown-toggle
{
    margin-top: -1px;
}

.global-search-bar-container
{
    margin-top: 6px;
    display:inline-block;
}

.global-search-bar {
    /*border-bottom-width: 2px;
    border-color: white*/
}

.nav .open > a.btn.blue {
    background-color: #4b8df8;
}