a.visible-desktop
{
    position: relative !important;
}

::selection {
    background: #f08a00;
    color: #fff;
}

::-moz-selection {
    background: #f08a00;
    color: #fff;
}

span.bad
{
    background-color: #b94a48;
    padding: 4px;
    border-radius: 2px;
    color: #fff;
}

span.good
{
    background-color: #468847;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
}

.text-error {
    color: #d15a5b !important;
}

.odacopyright {
    color: #f08a00;
}

#loginbg {
    background-color: #efefef;
    border: 0 !important;
}

#wrap > .container-fluid
{
    padding-top: 80px;
    padding-bottom: 100px;
}

/* NAVBAR */
.navbar {
    border-top: 10px solid #f08a00;
    background-color: #fff !important;

    padding-top: 4px;

    -webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5) !important;
    -moz-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5) !important;
    box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5) !important;
}

.navbar.kanton {
    border-top: 10px solid #7ed3f7;
}

.navbar.admin {
    border-top: 10px solid #cc9877;
}

.navbar-inverse {
    border-top: 10px solid #F00100;

    background-image: none !important;

    padding-top: 4px;
}

.navbar-inverse .navbar-inner {
    background-color: #fff;
    background-image: none !important;
    border: 0 !important;
}

.navbar-inner {
    background-image: none !important;
    border: 0 !important;
}

.navbar-inner a {
    color: #000 !important;
    text-shadow: none !important;
}

.navbar-inner a.navbar-brand:hover {
    color: #000 !important;
}

.navbar-inner a:hover {
    color: #f08a00 !important;
}

.navbar-inner .navbar-brand {
    font-weight: bold !important;
}

.navbar-inner .usernav {
    color: #000 !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: #f08a00 !important;
    color: #000 !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .custom-caret-2 {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
}

nav.navbar a.btn-sm
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.usernav {
    text-align: right;
    color: #fff;
}

/* WELCOME */
.masterwelcome {
    min-width: 256px !important;
    max-width: 100% !important;
}

.masterwelcome > .span3 {

}

.masterwelcome > .alert {
    padding: 8px 12px 8px 6px;
}

div.page-header {
    border-bottom: 1px solid #cccccc;
}

/* ADMIN BLOCK */
.admin-block .lead {
    color: #000;
}

.admin-block .alert-success {
    background-color: #94c62c;
}

.admin-block .alert-info {
    background-color: #39a7d2;
}

.admin-block .alert-warning {
    background-color: #bf8563;
}

/* MAIN BLOCKS */
.main-block-1
{
    background-color: #FFDE75 !important;
    text-shadow: none !important;
    color: #000 !important;
}

.main-block-2
{
    background-color: #FACDA0 !important;;
    text-shadow: none !important;
    color: #000 !important;
}

.main-block-3
{
    background-color: #D1D1D1 !important;;
    text-shadow: none !important;
    color: #000 !important;
}

.main-block-4
{
    background-color: #AFCEEB !important;;
    text-shadow: none !important;
    color: #000 !important;
}

/** WELCOME USER **/
.welcome-user {
    width: 100%;
}

.welcome-user hr {
    border-color: #000;
}

.welcome-user > div > div, .masterwelcome > div > div
{
    height: 230px;
    border-radius: 5px;
}

.welcome-user > div > div > ul
{
    height: 70px;
}

/* LINKS */
a.nohighlight:link {
    color: #fff;
}

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

a.nohighlight:hover {
    color: #fff;
}

.btn.btn-primary {
    color: #fff !important;
    background-color: #39a7d2 !important;
    background-image: linear-gradient( to bottom, #6dc8f3, #39a7d2);
}

ul.multiselect-container
{
    height: 300px;
    overflow: auto;
}

input.multiselect-search
{

}

.dropdown-menu li > a:hover {
    color: #fff !important;
    background-color: #f08a00 !important;
    background-image: none !important;
}

.custom-caret-2 {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
}

.dropdown-toggle:hover .custom-caret-2 {
    border-top-color: #f08a00 !important;
    border-bottom-color: #f08a00 !important;
}

a.btn {
    color: #000 !important;
}

a.btn:hover {
    color: #000 !important;
}

a {
    color: #f08a00 !important;
}

a.btn.btn-info {
    color: #fff !important;
}

a.btn.btn-danger {
    color: #fff !important;
}

a.btn.btn-warning {
    color: #fff !important;
}

a.btn.btn-success {
    color: #fff !important;
}

a.btn.btn-primary {
    color: #fff !important;
}

a.btn-inverse {
    color: #fff !important;
}

a.btn-inverse:hover {
    color: #fff !important;
}

/* TABLES */
tr.persist-header {
    padding-top: 10px;
    border-bottom: 4px solid #f08a00;
}

.table tbody tr.odabrownrowone > td
{
    background-color: #dfdfdf !important;
    border-bottom: 4px solid #f37122;
    color: #333333;
}

.table tbody tr.odabrownrowone > td:first-child
{
    font-weight: bold;
}

.table tbody tr.odagreenrowone > td
{
    background-color: #dfdfdf;
    border-top: 4px solid #f37122;
}

.table tbody tr.odagreenrowone > td .text-success {

}

.table thead tr.edu-top
{
    border-bottom: none;
}

.floatingHeader .table thead tr.edu-top .filter
{
    display: none;
}

.table thead tr > th.edu-top
{
    border-bottom: 4px solid #f37122;
}

.table thead tr > th.edu-under-left
{
    border-left: solid 1px #f37122;
    border-bottom: 1px solid #f37122;
}

.table thead tr > th.edu-under-right
{
    border-right: solid 1px #f37122;
    border-bottom: 1px solid #f37122;
}

.table thead tr > th.edu-under
{
    border-bottom: 1px solid #f37122;
}

.table tbody tr.warning td
{
    /*background-color: #F2C1A4;*/
}

.job-totals
{
    margin-bottom: 12px;
    padding: 6px;

    font-weight: bold;

    line-height: 12pt;
    text-align: center;

    background-color: #dfdfdf;
    color: #000;
}

.odacopyright {
    color: #fff !important;
}

/* FORMS */

.controls {
    overflow: hidden;
    padding-left: 4px;
}

/* BUTTONS */
.btn.btn-mini {
    margin-top: 0 !important;
}

/* JOBS EDIT */
.eduWeeks input {
    float: left;
    margin-right: 20px;
}

.eduWeeks label {
    float: left;
}

/** EXPENSES **/
.expenses-label
{
    float: left;
    padding: 6px 0 0 0;
    margin: 0 10px 0 0;
}

.expenses-label > i
{
    font-size: 16px;
}

.expenses-form > div
{
    overflow: hidden;
}

.expenses-form input
{
    width: 60%;
    float: right;
}

/** INFO BLOCK **/
#info-block .info
{
    padding: 20px;
}

/** EDUCATION **/
ul.education-filter
{
    margin-top: 38px;
}

ul.education-filter li a
{
    color: #000 !important;
}

ul.education-filter li.active a
{
    color: #fff !important;
    background: #f08a00;
}


/* Custom */
div.no-margin-control .control-group {
    margin: 0 !important;
}

table.institutions-small {
    width: 300px;
}

table.institutions-small tr {

}

table.institutions-small tr.gray {
    background-color: rgba(0, 0, 0, 0.1);
}

table.institutions-small tr td {
    text-align: center;
}

table.institutions-small tr th {
    text-align: center;
    border-bottom: 1px solid #000;
}

/* version 4 */

.pagination-centered
{
    text-align: center;
}

li.account-info
{
    text-align: right;
    margin-left: 14px;
}

li.logoutbutton
{
    padding: 0 !important;
    margin-left: 20px;
}

li.logoutbutton > a
{
    padding: 6px 10px;
}

nav {
    background-color: transparent !important;
}

.text-error
{
    color: #d15a5b !important;
}

.institutions-label
{
    color: #000;
}
