/* ---------------------------------------------------------------------- */
/*	GLOBAL
/* ---------------------------------------------------------------------- */

    /* ---------------------------------------------------------------------- */
    /*	Basic Elements & Classes
    /* ---------------------------------------------------------------------- */
    body {
        color: #000000;
        direction: ltr;
        padding: 0 !important;
        margin: 0 !important;
        background: #ffffff;
        overflow: hidden;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        font-weight: bold;
    }

    /* svim parent elementima dajem visinu 100% da bi tablice dokumenata/stavaka mogle dobiti 50% preostale visine */
    body, html, .container-fluid, .row, .tab-content, .tab-pane {
        height: 100%;
    }

    .main_content {
        padding: 0;
        margin: 0;
        height: calc(100% - 120px);
    }

    a, a:focus, a:hover, a:active {
        outline: 0 !important;
        cursor: pointer;
    }

    h1, h2, h3 {
        font-family: 'Raleway', sans-serif;
    }

    /* glavna polja forme (ean/isrc/naziv/itd) */
    .main_field {
        background-color: #dbe2ee;
        font-weight: bold;
    }

    input[type=number] {
        padding-right:0;
    }

    .footer {
        position:fixed;
        left: 0;
        bottom: 0;
        height: 30px;
        width: 100%;
        padding: 10px;
        font-size: 0.8em;
        font-weight: bold;
        text-align: right;
        z-index: 1000;
    }

    .tooltip {
        font-size: 11px;
    }
    .tooltip-inner {
        background-color: #3d3d3d;
        text-align: left !important;
    }

    /* zbog promjene tooltipa moram smanjiti sve btn-xs */
    .btn-xs {
        font-size: 0.90em;
    }

    /* wobble fix za loading spinner */
    .wobble-fix { -webkit-filter: blur(0); }

    .tab-content .tab-pane {
        border-radius: 5px;
    }

    ::-webkit-input-placeholder {
        color: grey;
        font-weight: normal;
        font-style: italic;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: grey;
        font-weight: normal;
        font-style: italic;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
        color: grey;
        font-weight: normal;
        font-style: italic;
    }

    :-ms-input-placeholder {
        color: grey;
        font-weight: normal;
        font-style: italic;
    }

    .unselectable {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .selectable {
        -webkit-touch-callout: default;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    /* table klonirani header */
    #header-fixed {
        position: fixed;
        top: 140px;
        display:none;
        background-color:white;
        z-index:999;
    }

    #header-fixed-izvodjenje {
        position: fixed;
        top: 120px;
        display:none;
        background-color:white;
        z-index:999;
    }
    #header-fixed-spajanje {
        position: fixed;
        top: 120px;
        display:none;
        background-color:white;
        z-index:999;
    }
    #header-fixed-ext {
        position: fixed;
        top: 166px;
        display:none;
        background-color:white;
        z-index:999;
    }

    #disko-snimke-fixed {
        position: fixed;
        top: 95px;
        display:none;
        background-color:white;
        z-index:1000;
    }

    #disko-albumi-fixed {
        position: fixed;
        top: 95px;
        display:none;
        background-color:white;
        z-index:1000;
    }

    .sort {
        font-size: 1em;
        text-decoration: none;
        cursor: pointer;
        color: #707070;
    }

    .sort:hover {
        font-size: 1em;
        text-decoration: none;
        cursor: pointer;
        color: #4e4e4e;
    }


    /* thumbnailovi istih visina */
    .equal, .equal > div[class*='col-'] {
        display: -webkit-flex;
        display: flex;
        flex:1 1 auto;
    }

    /* fixirani headeri svakog moda */

    .header_naslov {
        margin-top: 7px;
        white-space: nowrap;
        overflow: hidden;
        font-weight: bold;
        font-size: 1.15em;
    }

    .header_1 {
        margin: 0;
        height:45px;
        padding: 8px 0 5px 0;
        position:fixed;
        top:50px;
        width:100%;
        z-index:1000;
        display: flex;
    }

    .header_2 {
        margin: 0;
        position:fixed;
        top:95px;
        display: flex;
        height:45px;
        padding: 8px 0 5px 0;
        width:100%;
        z-index:999;
    }

    .header_group {
        white-space: nowrap;
    }

    .content_form {
        padding-top:30px;
        margin-left: 0;
        margin-top: 95px;
        height: calc(100vh - 125px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .content_2 {
        margin: 140px 0 0 0;
        padding: 0;
        height: calc(100vh - 170px);
        overflow-y: auto;
    }

    .tab-content, .tab-pane {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .td_naziv {
        font-weight: bold;
    }

    label {
        color: #878787;
        font-weight: normal;
    }

    .dropdown_btn {
        cursor: pointer;
        height: 30px;
        position: relative;
        display: inline-block;
    }

    .dropdown_btn > .dropdown-menu:after, .dropdown_btn > .dropdown-menu:before {
        margin: 0 !important;
    }

    .fa-sm {
        -webkit-transform: scale(0.9,0.9);
        -ms-transform: scale(0.9,0.9);
        transform: scale(0.9,0.9);
        vertical-align: middle;
    }

    #progressbox {
        background: #757476;
        width: 100%;
    }
    #progressbar {
        width: 0;
        background-color: #4fae60;
    }

    .emisija_tablice {
        margin-top: 0;
        height: calc(100vh - 282px);
        overflow-y: auto;
    }

    .dropdown_btn > .dropdown-menu {
        min-width: 180px !important;
        right: 0 !important;
        width: 100%;
        left: auto;
        height:auto;
    }

    #login_alert {
        margin-bottom: 1px;
        height: 34px;
        line-height:34px;
        padding:0 15px;
    }

    #main_alert {
        position:absolute;
        bottom: 20px;
        left: 10px;
        width: auto;
        z-index:9999;
    }

    .alert-secondary {
        background-color: #cdcdcd !important;
        color: dimgrey !important;
    }

    legend {
        font-size: 14px;
        color: #5d6f87;
        font-weight: bold;
        border-bottom: 1px solid #5d6f87;
    }

    /* linkovi na obavijestima */
    .panel-body > p > a:link {
        color: rgb(92, 181, 233);
    }

/* ---------------------------------------------------------------------- */
/*	Login
/* ---------------------------------------------------------------------- */
body.login {
    color: #7F7F7F;
}
body.login .main-login {
    margin-top: 60px;
}
body.login .logo {
    padding: 20px;
    text-align: center;
}
body.login .box-login, body.login .box-forgot, body.login .box-register {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}
body.login .box-forgot, body.login .box-register, body.login .box-login {
    /*display: none;*/
}
body.login .form fieldset {
    border: none;
    margin: 0;
    padding: 10px 0 0;
}
body.login a.forgot {
    color: #909090;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 9px;
}
body.login input.password {
    padding-right: 130px;
}
body.login label {
    color: #7F7F7F;
    font-size: 14px;
    margin-top: 5px;
}

body.login .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}
body.login .form-actions:before, body.login .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
body.login .form-actions:after {
    clear: both;
}
body.login .form-actions {
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}
body.login .new-account {
    border-top: 1px dotted #EEEEEE;
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}
span.input-icon, span.input-help {
    display: block;
    position: relative;
}
.input-icon > input {
    padding-left: 25px;
    padding-right: 6px;
}
.input-icon.input-icon-right > input {
    padding-left: 6px;
    padding-right: 25px;
}
.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="clip-"] {
    left: auto;
    right: 4px;
}
.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="clip-"] {
    color: #557799;
}

/* ---------------------------------------------------------------------- */
/*	Buttons
/* ---------------------------------------------------------------------- */
.btn-teal {
    background-color: #569099;
    border-color: #4d8189;
    color: #ffffff;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
    background-color: #4d8189;
    border-color: #447178;
    color: #ffffff;
}
.btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
    background-color: #569099;
    border-color: #569099;
    color: #ffffff;
}

.btn-digest {
    background-color: #85A0D2;
    border-color: #6a81ad;
    color: #ffffff;
}
.btn-digest:hover, .btn-digest:focus, .btn-digest:active, .btn-digest.active {
    background-color: #6a81ad;
    border-color: #4b6086;
    color: #ffffff;
}
.btn-digest.disabled:hover, .btn-digest.disabled:focus, .btn-digest.disabled:active, .btn-digest.disabled.active, .btn-digest[disabled]:hover, .btn-digest[disabled]:focus, .btn-digest[disabled]:active, .btn-digest[disabled].active, fieldset[disabled] .btn-digest:hover, fieldset[disabled] .btn-digest:focus, fieldset[disabled] .btn-digest:active, fieldset[disabled] .btn-digest.active {
    background-color: #85A0D2;
    border-color: #85A0D2;
    color: #ffffff;
}

.btn-primarni {
    background-color: #90bbc2;
    border-color: #67838a;
    color: #ffffff;
}
.btn-primarni:hover, .btn-primarni:focus, .btn-primarni:active, .btn-primarni.active {
    background-color: #67838a;
    border-color: #4a5d63;
    color: #ffffff;
}
.btn-primarni.disabled:hover, .btn-primarni.disabled:focus, .btn-primarni.disabled:active, .btn-primarni.disabled.active, .btn-primarni[disabled]:hover, .btn-primarni[disabled]:focus, .btn-primarni[disabled]:active, .btn-primarni[disabled].active, fieldset[disabled] .btn-primarni:hover, fieldset[disabled] .btn-primarni:focus, fieldset[disabled] .btn-primarni:active, fieldset[disabled] .btn-primarni.active {
    background-color: #90bbc2;
    border-color: #90bbc2;
    color: #ffffff;
}

.btn-beige {
    background-color: #cc9;
    border-color: #c4c488;
    color: #ffffff;
}
.btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
    background-color: #c4c488;
    border-color: #bbbb77;
    color: #ffffff;
}
.btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
    background-color: #cc9;
    border-color: #cc9;
    color: #ffffff;
}
.btn-dark-beige {
    background-color: #afaa6d;
    border-color: #a6a05d;
    color: #ffffff;
}
.btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
    background-color: #a6a05d;
    border-color: #979152;
    color: #ffffff;
}
.btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
    background-color: #afaa6d;
    border-color: #afaa6d;
    color: #ffffff;
}
.btn-orange {
    background-color: #e6674a;
    border-color: #e35434;
    color: #ffffff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background-color: #e35434;
    border-color: #de421f;
    color: #ffffff;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
    background-color: #e6674a;
    border-color: #e6674a;
    color: #ffffff;
}
.btn-purple {
    background-color: #57517b;
    border-color: #413d5c;
    color: #ffffff;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background-color: #4c476c;
    border-color: #413d5c;
    color: #ffffff;
}
.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
    background-color: #57517b;
    border-color: #333;
    color: #ffffff;
}

.btn-dark-grey {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}
.btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
    background-color: #262626;
    border-color: #1a1a1a;
    color: #ffffff;
}
.btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}
.btn-med-grey {
    background-color: #666;
    border-color: #595959;
    color: #ffffff;
}
.btn-med-grey:hover, .btn-med-grey:focus, .btn-med-grey:active, .btn-med-grey.active {
    background-color: #595959;
    border-color: #4d4d4d;
    color: #ffffff;
}
.btn-med-grey.disabled:hover, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:active, .btn-med-grey.disabled.active, .btn-med-grey[disabled]:hover, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:active, .btn-med-grey[disabled].active, fieldset[disabled] .btn-med-grey:hover, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey.active {
    background-color: #666;
    border-color: #666;
    color: #ffffff;
}
.btn-light-grey {
    background-color: #999;
    border-color: #8c8c8c;
    color: #ffffff;
}
.btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
    background-color: #8c8c8c;
    border-color: #808080;
    color: #ffffff;
}
.btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
    background-color: #999;
    border-color: #999;
    color: #ffffff;
}
.btn-bricky {
    background-color: #C83A2A;
    border-color: #b33426;
    color: #ffffff;
}
.btn-bricky:hover, .btn-bricky:focus, .btn-bricky:active, .btn-bricky.active {
    background-color: #b33426;
    border-color: #9e2e21;
    color: #ffffff;
}
.btn-bricky.disabled:hover, .btn-bricky.disabled:focus, .btn-bricky.disabled:active, .btn-bricky.disabled.active, .btn-bricky[disabled]:hover, .btn-bricky[disabled]:focus, .btn-bricky[disabled]:active, .btn-bricky[disabled].active, fieldset[disabled] .btn-bricky:hover, fieldset[disabled] .btn-bricky:focus, fieldset[disabled] .btn-bricky:active, fieldset[disabled] .btn-bricky.active {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #ffffff;
}
.btn-green {
    background-color: #3D9400;
    border-color: #327b00;
    color: #ffffff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
    background-color: #327b00;
    border-color: #286100;
    color: #ffffff;
}
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #ffffff;
}
.btn-blue {
    background-color: #364F6A;
    border-color: #2d4259;
    color: #ffffff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
    background-color: #2d4259;
    border-color: #253648;
    color: #ffffff;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #ffffff;
}

.btn-yellow {
    background-color: #FFB848;
    border-color: #ffae2f;
    color: #ffffff;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
    background-color: #ffae2f;
    border-color: #ffa415;
    color: #ffffff;
}
.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
    background-color: #FFB848;
    border-color: #FFB848;
    color: #ffffff;
}
.btn-red {
    background-color: #E02222;
    border-color: #cc1d1d;
    color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #cc1d1d;
    border-color: #b61919;
    color: #ffffff;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
    background-color: #E02222;
    border-color: #E02222;
    color: #ffffff;
}
.btn-teal .caret, .btn-beige .caret, .btn-dark-beige .caret, .btn-orange .caret, .btn-purple .caret, .btn-dark-grey .caret, .btn-med-grey .caret, .btn-light-grey .caret, .btn-bricky .caret, .btn-green .caret, .btn-blue .caret, .btn-yellow .caret, .btn-red .caret {
    border-top-color: #ffffff;
}
.dropup .btn-teal .caret, .dropup .btn-beige .caret, .dropup .btn-dark-beige .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-dark-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-light-grey .caret, .dropup .btn-bricky .caret, .dropup .btn-green .caret, .dropup .btn-blue .caret, .dropup .btn-yellow .caret, .dropup .btn-red .caret {
    border-bottom: 4px solid #FFFFFF;
}
.btn-squared {
    border-radius: 0 !important;
}
.btn {
    transition: all 0.3s ease 0s !important;
}
.btn-icon {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top , #FAFAFA, #EFEFEF);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 80px;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #333333;
}
.btn-icon:hover {
    border-color: #A5A5A5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    color: #444444;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.btn-icon .badge {
    border-radius: 12px 12px 12px 12px !important;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    color: #FFFFFF !important;
    font-family: 'Open Sans';
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 7px;
    position: absolute;
    right: -5px;
    text-shadow: none;
    top: -5px;
}
.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"], .btn-icon [class^="clip-"], .btn-icon [class*=" clip-"] {
    clear: both;
    display: block;
}
.buttons-widget .btn, .buttons-widget .make-switch {
    margin-bottom: 5px;
}
.buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */
/*  Navbar and navbar elements
 /* ---------------------------------------------------------------------- */
.navbar {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 42px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    background: none;
    border-color: #ffffff;
}
.header-default .navbar {
    position: relative !important;
}
.navbar > .container .navbar-brand, .logo {
    padding: 14px 10px 12px;
    margin-left: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    min-width: 210px;
}
.navbar > .container .navbar-brand i, .logo i {
    font-size: 20px;
}
.navbar-tools > ul {
    list-style: none;
}
.navbar-tools > ul > li > a {
    padding: 15px 15px 9px;
    font-size: 16px;
    line-height: 26px;
}
.navbar-tools li.view-all a {
    padding: 8px 8px 6px !important;
}
.navbar-tools > ul > li {
    float: left;
}
.navbar-tools .dropdown-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C7CBD5;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    list-style: none outside none;
    margin: 0;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}
.navbar-tools .drop-down-wrapper {
    height: 250px;
    width: 270px;
    overflow: hidden;
    position: relative;
}
.navbar-tools .drop-down-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.notifications li, ul.todo li, ul.posts li {
    min-width: 260px;
}
.navbar-tools > ul > li.dropdown {
    margin-left: 2px;
    margin-right: 2px;
}

.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
    background-color: #F4F6F9 !important;
    background-image: none;
    filter: none;
    color: #000;
    text-decoration: none;
}
.drop-down-wrapper ul > li:last-child a {
    border-bottom: none;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
    display: block;
    font-weight: bold;
    margin: -1px;
    padding: 5px 10px;
}
.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 8px 6px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.22);
    white-space: normal !important;
    display: block;
}
.navbar-tools .dropdown-menu > li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 6px 6px;
}
li.dropdown.current-user .dropdown-toggle {
    padding: 10px 4px 7px 9px;
}
li.dropdown.current-user .dropdown-menu li a {
    border-bottom: none !important;
}
.navbar-tools .dropdown-menu li p {
    font-weight: bold;
}
.navbar-tools .dropdown-menu li a .author {
    color: #0362FD;
    display: block;
}
.navbar-tools .dropdown-menu li a .preview {
    display: block;
}
.navbar-tools .dropdown-menu li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    display: block;
    float: right;
}
.navbar-tools .dropdown-menu li.view-all a i {
    float: right;
    margin-top: 4px;
}
.navbar-tools .dropdown-menu.notifications li > a > .label {
    margin-right: 2px;
    padding: 2px 4px;
    text-align: center !important;
}
.navbar-tools .thread-image {
    margin-right: 8px;
    float: left;
    height: 50px;
    width: 50px;
}
.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none !important;
    top: 8px;
}
.navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 4px;
}
.navbar-toggle span {
    font-size: 16px;
}
/* ---------------------------------------------------------------------- */
/*	Table and table elements
 /* ---------------------------------------------------------------------- */
.table {
    border-bottom: 1px solid #a5a8a5;
    margin: 0 !important;
}
th.center, td.center {
    text-align: center;
}
td.center .dropdown-menu {
    text-align: left;
}
.table thead tr {
    color: #707070;
    font-weight: normal;
}
.table.table-bordered thead tr th {
    vertical-align: middle;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
    font-size: 10px;
}

.editable-element {
    border-bottom: 1px dashed #0088CC;
    text-decoration: none;
    opacity: 0.5;
    display: inline;
}
/* ---------------------------------------------------------------------- */
/*	Tabs
/* ---------------------------------------------------------------------- */
.tabbable {
    margin-bottom: 15px;
}
.nav-tabs {
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-top: 2px solid #DDDDDD;
    color: #333333;
    line-height: 16px;
    margin-top: -1px;
    z-index: 12;
}

.nav-tabs > li:first-child > a {
    margin-left: 0;
}
.nav-tabs > li > a:hover {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #4C8FBD;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
    background-color: #F9F9F9;
    border-color: #DDDDDD;
    border-radius: 0 0 0 0 !important;
    color: #999999;
    line-height: 16px;
    margin-right: -1px;
    position: relative;
}

.tabs-below > .nav-tabs {
    border-bottom-width: 0;
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-top: -1px;
    top: auto;
}
.tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-color: #DDDDDD;
}
.tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:hover, .tabs-below > .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #DDDDDD;
    border-color: transparent #DDDDDD #DDDDDD;
    border-top-width: 1px;
    margin-top: 0;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 60px;
}
.tabs-left > .nav-tabs {
    border-color: #DDDDDD;
    float: left;
    margin-bottom: 0;
    top: auto;
}
.tabs-left > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
    border-color: #DDDDDD;
    margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
    border-color: #DDDDDD;
    border-right: none;
    border-left: 2px solid #DDDDDD;
    border-top-width: 1px;
    margin: 0 -1px;
}
.tabs-right > .nav-tabs {
    border-color: #DDDDDD;
    float: right;
    margin-bottom: 0;
    top: auto;
}
.tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
    border-color: #DDDDDD;
    margin: 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
    border-color: #DDDDDD;
    border-left: none;
    border-right: 2px solid #DDDDDD;
    border-top-width: 1px;
    margin: 0 -2px 0 -1px;
}
.nav-tabs > li > a > .badge {
    line-height: 8px;
    opacity: 0.7;
}
.nav-tabs > li > a > [class*="fa-"] {
    opacity: 0.75;
}
.nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*="fa-"] {
    opacity: 1;
}
.nav-tabs li [class*=" fa-"], .nav-tabs li [class^="fa-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}
.nav-tabs > li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFFFFF;
}
.nav-tabs > li.open .dropdown-toggle > [class*="fa-"] {
    color: #FFFFFF !important;
    opacity: 1;
}
.tabs-left .tab-content, .tabs-right .tab-content {
    overflow-y: auto;
}
/*teal*/
.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: 2px solid #569099;
}
.tab-teal > li > a:hover {
    color: #569099;
}
.tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.dropdown.open.active > a:focus {
    background-color: #569099;
    border-color: #569099;
    color: #FFFFFF;
}
.tab-teal > li.open .dropdown-toggle {
    background-color: #569099;
    border-color: #569099;
    color: #FFFFFF;
}
.tab-teal .dropdown-menu > li > a:hover, .tab-teal .dropdown-menu > li > a:focus {
    background-color: #569099;
}
.tab-teal .active > a, .tab-teal .active > a:hover, .tab-teal .active > a:focus {
    background-color: #569099;
}
.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-right: none;
    border-left: 2px solid #569099;
}
.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:hover, .tabs-below > .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: none;
    border-bottom: 2px solid #569099;
}
.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-left: none;
    border-right: 2px solid #569099;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.tab-padding.tab-teal > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}
.tab-padding.tab-teal > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}
.tab-padding.tab-teal > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
    background-color: #7DAFB7;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #4F80A0;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    border-color: #569099 #DDDDDD transparent;
    color: #4D8189;
}
.tabs-below .tab-padding.tab-teal > li.active > a {
    border-color: transparent #7DB4D8 #7DB4D8;
}
.tab-padding.tab-teal {
    border-bottom-color: #569099;
    background-color: #F3F8F8;
}
.tabs-below .nav-tabs.tab-teal {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
/*bricky*/
.tab-bricky > li.active > a, .tab-bricky > li.active > a:hover, .tab-bricky > li.active > a:focus {
    border-color: #C83A2A #DDDDDD transparent;
    border-top: 2px solid #C83A2A;
}
.tab-bricky > li > a:hover {
    color: #C83A2A;
}
.tab-bricky > li.dropdown.open.active > a:hover, .tab-bricky > li.dropdown.open.active > a:focus {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFFFFF;
}
.tab-bricky > li.open .dropdown-toggle {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFFFFF;
}
.tab-bricky .dropdown-menu > li > a:hover, .tab-bricky .dropdown-menu > li > a:focus {
    background-color: #C83A2A;
}
.tab-bricky .active > a, .tab-bricky .active > a:hover, .tab-bricky .active > a:focus {
    background-color: #C83A2A;
}
.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #C83A2A;
    border-left: 2px solid #C83A2A;
}
.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:hover, .tabs-below > .tab-bricky > li.active > a:focus {
    border-bottom: 2px solid #C83A2A;
    border-color: transparent #DDDDDD #C83A2A;
}
.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
    border-color: #DDDDDD #C83A2A #DDDDDD transparent;
    border-right: 2px solid #C83A2A;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.tab-padding.tab-bricky > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}
.tab-padding.tab-bricky > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}
.tab-padding.tab-bricky > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
    background-color: #DC6456;
}

.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}
.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    border-color: #C83A2A #DDDDDD transparent;
    color: #333333;
}
.tabs-below .tab-padding.tab-bricky > li.active > a {
    border-color: transparent #C83A2A #DDDDDD;
}
.tab-padding.tab-bricky {
    border-bottom-color: #C83A2A;
    background-color: #FBEEEC;
}
.tabs-below .nav-tabs.tab-bricky {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
/*green*/
.tab-green > li.active > a, .tab-green > li.active > a:hover, .tab-green > li.active > a:focus {
    border-color: #3D9400 #DDDDDD transparent;
    border-top: 2px solid #3D9400;
}
.tab-green > li > a:hover {
    color: #3D9400;
}
.tab-green > li.dropdown.open.active > a:hover, .tab-green > li.dropdown.open.active > a:focus {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFFFFF;
}
.tab-green > li.open .dropdown-toggle {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFFFFF;
}
.tab-green .dropdown-menu > li > a:hover, .tab-green .dropdown-menu > li > a:focus {
    background-color: #3D9400;
}
.tab-green .active > a, .tab-green .active > a:hover, .tab-green .active > a:focus {
    background-color: #3D9400;
}
.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #3D9400;
    border-left: 2px solid #3D9400;
}
.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:hover, .tabs-below > .tab-green > li.active > a:focus {
    border-bottom: 2px solid #3D9400;
    border-color: transparent #DDDDDD #3D9400;
}
.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
    border-color: #DDDDDD #3D9400 #DDDDDD transparent;
    border-right: 2px solid #3D9400;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.tab-padding.tab-green > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}
.tab-padding.tab-green > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}
.tab-padding.tab-green > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
    background-color: #71B145;
}
/*purple*/
.tab-purple > li.active > a, .tab-purple > li.active > a:hover, .tab-purple > li.active > a:focus {
    border-color: #EC54A5 #DDDDDD transparent;
    border-top: 2px solid #EC54A5;
    font-weight: bold;
    color: #EC54A5;
}
.tab-purple > li > a:hover {
    color: #EC54A5;
}
.tab-purple > li.dropdown.open.active > a:hover, .tab-purple > li.dropdown.open.active > a:focus {
    background-color: #57517B;
    border-color: #57517B;
    color: #FFFFFF;
}
.tab-purple > li.open .dropdown-toggle {
    background-color: #57517B;
    border-color: #57517B;
    color: #FFFFFF;
}
.tab-purple .dropdown-menu > li > a:hover, .tab-purple .dropdown-menu > li > a:focus {
    background-color: #57517B;
}
.tab-purple .active > a, .tab-purple .active > a:hover, .tab-purple .active > a:focus {
    background-color: #EC54A5;
}
.tabs-left > .tab-purple > li.active > a, .tabs-left > .tab-purple > li.active > a:focus, .tabs-left > .tab-purple > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #57517B;
    border-left: 2px solid #57517B;
}
.tabs-below > .tab-purple > li.active > a, .tabs-below > .tab-purple > li.active > a:hover, .tabs-below > .tab-purple > li.active > a:focus {
    border-bottom: 2px solid #57517B;
    border-color: transparent #DDDDDD #57517B;
}
.tabs-right > .tab-purple > li.active > a, .tabs-right > .tab-purple > li.active > a:focus, .tabs-right > .tab-purple > li.active > a:hover {
    border-color: #DDDDDD #57517B #DDDDDD transparent;
    border-right: 2px solid #EC54A5;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus, .tab-padding.tab-purple > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.tab-padding.tab-purple > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}
.tab-padding.tab-purple > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}
.tab-padding.tab-purple > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus {
    background-color: #84809F;
}

.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-purple > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}
.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    border-color: #57517B #DDDDDD transparent;
    color: #333333;
}
.tabs-below .tab-padding.tab-purple > li.active > a {
    border-color: transparent #57517B #DDDDDD;
}
.tab-padding.tab-purple {
    border-bottom-color: #57517B;
    background-color: #F5F4F9;
}
.tabs-below .nav-tabs.tab-purple {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    border-color: #3D9400 #DDDDDD transparent;
    color: #333333;
}
.tabs-below .tab-padding.tab-green > li.active > a {
    border-color: transparent #3D9400 #DDDDDD;
}
.tab-padding.tab-green {
    border-bottom-color: #3D9400;
    background-color: #EFFBEC;
}
.tabs-below .nav-tabs.tab-green {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}
/*blue*/
.tab-blue > li.active > a, .tab-blue > li.active > a:hover, .tab-blue > li.active > a:focus {
    border-color: #364F6A #DDDDDD transparent;
    border-top: 2px solid #364F6A;
}
.tab-blue > li > a:hover {
    color: #364F6A;
}
.tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.dropdown.open.active > a:focus {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}
.tab-blue > li.open .dropdown-toggle {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFFFFF;
}
.tab-blue .dropdown-menu > li > a:hover, .tab-blue .dropdown-menu > li > a:focus {
    background-color: #364F6A;
}
.tab-blue .active > a, .tab-blue .active > a:hover, .tab-blue .active > a:focus {
    background-color: #364F6A;
}
.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
    border-color: #DDDDDD transparent #DDDDDD #364F6A;
    border-left: 2px solid #364F6A;
}
.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:hover, .tabs-below > .tab-blue > li.active > a:focus {
    border-bottom: 2px solid #364F6A;
    border-color: transparent #DDDDDD #364F6A;
}
.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
    border-color: #DDDDDD #364F6A #DDDDDD transparent;
    border-right: 2px solid #364F6A;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.tab-padding.tab-blue > li:not(.active) > a:hover {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
    opacity: 0.85;
}
.tab-padding.tab-blue > li:not(.active) > a > [class*="fa-"]:first-child {
    color: #FFFFFF !important;
}
.tab-padding.tab-blue > li:not(.active) > a > .badge {
    background-color: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
    background-color: #6C7F92;
}

.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #333333;
}
.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    border-color: #364F6A #DDDDDD transparent;
    color: #333333;
}
.tabs-below .tab-padding.tab-blue > li.active > a {
    border-color: transparent #364F6A #DDDDDD;
}
.tab-padding.tab-blue {
    border-bottom-color: #364F6A;
    background-color: #F3F5F6;
}
.tabs-below .nav-tabs.tab-blue {
    padding-bottom: 6px;
    border-bottom-color: #DDDDDD;
    border-top: 0 none;
}

.nav > li.active > .dropdown-toggle {
    cursor: pointer !important;
}
.nav-pills .open .dropdown-toggle > [class*="fa-"], .nav > li.dropdown.open.active > a:hover > [class*="fa-"], .nav > li.dropdown.open.active > a:focus > [class*="fa-"] {
    color: #FFFFFF !important;
}
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*="fa-"]:first-child {
    color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
    margin-right: 1px;
}
.nav-tabs.tab-space-2 > li > a {
    margin-right: 2px;
}
.nav-tabs.tab-space-3 > li > a {
    margin-right: 3px;
}
.nav-tabs.tab-space-4 > li > a {
    margin-right: 4px;
}
.nav-tabs.tab-padding {
    padding: 6px 5px 0;
    border: 1px solid springgreen;
}
.panel-tabs .nav-tabs {
    float: right;
    margin-top: -52px;
    border: none;
}
.panel-tabs .nav-tabs > li > a {
    height: 36px;
    border-top: none;
    border-bottom: none;
    background: none;
    border-right: 1px solid #CDCDCD;
    box-shadow: 1px 1px 0 0 #FFFFFF;
}
.panel-tabs .nav-tabs > li > a:hover {
    background: #ffffff;
}
.panel-tabs .nav-tabs > li:first-child > a {
    box-shadow: 0 1px 0 1px #FFFFFF;
}
.panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
    background-image: none;
    border-color: #4C8FBD #DDDDDD transparent;
    border-top: none;
    box-shadow: none;
    color: #333333;
    line-height: 16px;
    margin-top: 0;
}
.panel-tabs .tab-content {
    border: none;
    padding: 0;
}
.tabs-right > .nav-tabs > li {
    float: none;
}