﻿.header-bar {
    margin-bottom: 3px;
    padding: 6px 6px 4px 10px;
    overflow: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
}

.header-bar-text {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 25px;
    /*line-height:30px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #707070;
}

@media screen and (max-width:600px) {
    .header-bar-text {
        font-size: 18px;
    }
}

@media screen and (max-width:400px) {
    .header-bar-text {
        font-size: 12px;
    }
}

.header-bar-button {
}

.header-bar-search {
    padding: 6px 14px;
    background: rgba(90, 90, 90, 0.2);
    border: 0px solid #dbdbdb;
    width: 200px;
}

@media screen and (max-width:600px) {
    .header-bar-search {
        padding: 5px 5px;
        width: 120px;
    }
}

@media screen and (max-width:400px) {
    .header-bar-search {
        padding: 0px 0px;
        width: 120px;
    }
}

.form-group {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #E0E0E0;
    margin-left: 10px;
    margin-right: 10px;
}

.control-label {
    font-size: 12px;
    font-weight: normal;
}

.form-control {
    background-color: #FFFFFF;
    color: #808080;
    width: 100%;
}

    .form-control::-moz-placeholder {
        color: #A0A0A0;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #A0A0A0;
    }

    .form-control::-webkit-input-placeholder {
        color: #A0A0A0;
    }


    .form-control:focus {
        border-color: blue;
        border-width: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #F0F0F0;
        color: #404040;
    }


.form-control-error {
    border-color: #ff0000;
    border-width: 2px;
}

.required {
    color: #F00000;
    font-size: 16px;
    font-weight: bold;
}


#titlearea {
    /*width: calc(100% - 200px);*/
    white-space: nowrap;
    overflow: hidden;
    float: left;
    font-size: 20px;
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 5px;
    visibility: visible;
    height: 40px;
}

.header-btn-group {
    display: block;
}

.header-btn-group-dropdown {
    display: none;
}

@media screen and (max-width:920px) {
    #titlearea {
        display: block;
        font-size: 13px;
        margin-top: 4px;
        letter-spacing: 3px;
        white-space: pre-wrap;
        visibility: visible;
        height: 40px;
    }

    .header-btn {
        padding: 3px 6px !important;
        font-size: 11px !important;
    }

    .header-btn-group {
        display: none;
    }

    .header-btn-group-dropdown {
        display: block;
    }
}

@media screen and (max-width:435px) {
    #titlearea {
        /*visibility: hidden;
            height:0px;*/
        display: none;
    }

    /*.header-btn {
            padding: 1px 2px !important;
            font-size: 10px !important;
        }*/

    .header-btn-group {
        display: none;
    }

    .header-btn-group-dropdown {
        display: block;
    }
}


@media only screen and (min-width: 769px) {
    #mobileButton {
        display: none;
    }
}

#inner-content-left-panel {
    float: left;
    width: calc(100% - 315px);
    min-width: 200px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-right: 15px;
}

#inner-content-right-panel {
    border-radius: 5px;
    float: left;
    width: 300px;
    background-color: #F0F0F0;
    padding: 10px;
    border: 1px solid #E0E0E0;
}

@media screen and (max-width:920px) {
    #inner-content-left-panel {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    #inner-content-right-panel {
        border-radius: 5px;
        float: right;
        width: 100%;
        background-color: #F0F0F0;
        padding: 10px;
        border: 1px solid #E0E0E0;
    }
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: blue;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.tile {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
    border-top: 5px solid blue;
}

    .tile .title {
        margin-top: 0px;
    }

    .tile.purple, .tile.blue, .tile.red, .tile.orange, .tile.green {
        color: #fff;
    }

    .tile.purple {
        background: #5133ab;
    }

        .tile.purple:hover {
            background: #3e2784;
        }

    .tile.red {
        background: #ac193d;
    }

        .tile.red:hover {
            background: #7f132d;
        }

    .tile.green {
        background: #00a600;
    }

        .tile.green:hover {
            background: #007300;
        }

    .tile.blue {
        background: #2672ec;
    }

        .tile.blue:hover {
            background: #125acd;
        }

    .tile.orange {
        background: #dc572e;
    }

        .tile.orange:hover {
            background: #b8431f;
        }

.informationbar {
    border-radius: 5px;
    padding: 8px;
}

.titlebartext {
    font-size: 18px;
    margin: 0px 0px 0px 10px;
    font-weight: normal;
    line-height: 32px;
}


@media screen and (max-width:920px) {
    .titlebartext {
        font-size: 11px;
        margin: 0px 0px 0px 10px;
        line-height: 32px;
    }
}


.app-form-panel {
    border-color: #E0E0E0;
    background-color: #F0F0F0;
    color: #404040;
}


.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}



.app-primary-color {
    color: blue;
}

.app-bk-primary-color {
    background-color: blue;
}


/* unvisited link */
a {
    color: blue;
}

    /* mouse over link */
    a:hover {
        color: blue;
    }

.dropdown-menu > li > a:hover {
    color: #FFFFFF !important;
    background-color: blue !important;
}
