﻿.bar.bar-custom {
    border-color: #0067A4;
    background-color: #0067A4;
    background-image: linear-gradient(0deg, #0067A4, #0067A4 50%, transparent 50%);
    color: #fff;
}

    .bar.bar-custom .title {
        color: #fff;
    }

    .bar.bar-custom.bar-footer {
        background-image: linear-gradient(180deg, #0067A4, #0067A4 50%, transparent 50%);
    }

.bar-custom .button {
    border-color: #0067A4;
    background-color: #0067A4;
    color: #fff;
}

    .bar-custom .button:hover {
        color: #fff;
        text-decoration: none;
    }

    .bar-custom .button.active, .bar-custom .button.activated {
        border-color: #0067A4;
        background-color: #0067A4;
    }

    .bar-custom .button.button-clear {
        border-color: transparent;
        background: none;
        box-shadow: none;
        color: #fff;
        font-size: 17px;
    }

    .bar-custom .button.button-icon {
        border-color: transparent;
        background: none;
    }

.tabs-custom > .tabs,
.tabs.tabs-custom {
    border-color: #0067A4;
    background-color: #0067A4;
    background-image: linear-gradient(0deg, #0067A4, #0067A4 50%, transparent 50%);
    color: #fff;
}

    .tabs-custom > .tabs .tab-item .badge,
    .tabs.tabs-custom .tab-item .badge {
        background-color: #fff;
        color: #0067A4;
    }

.button.button-custom {
    border-color: transparent;
    background-color: #0067A4;
    color: #fff;
}

    .button.button-custom:hover {
        color: #fff;
        text-decoration: none;
    }

    .button.button-custom.active, .button.button-custom.activated {
        border-color: #459DD1;
        background-color: #0067A4;
    }

    .button.button-custom.button-clear {
        border-color: transparent;
        background: none;
        box-shadow: none;
        color: #0067A4;
    }

    .button.button-custom.button-icon {
        border-color: transparent;
        background: none;
    }

    .button.button-custom.button-outline {
        border-color: #0067A4;
        background: transparent;
        color: #0067A4;
    }

        .button.button-custom.button-outline.active, .button.button-custom.button-outline.activated {
            background-color: #0067A4;
            box-shadow: none;
            color: #fff;
        }

.item.item-custom {
    border-color: #0067A4;
    background-color: #0067A4;
    color: #fff;
}

.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 100px;
    margin: auto;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    /*background: #E0F2F1;*/
    background: #0067A4;
    color: white;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 10px;
    font-weight: bolder;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

    th:first-child {
        border-top-left-radius: 3px;
    }

    th:last-child {
        border-top-right-radius: 3px;
        border-right: none;
    }

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 10px;
}

    tr:hover td {
        background: #4E5066;
        color: #FFFFFF;
        border-top: 1px solid #22262e;
        border-bottom: 1px solid #2B2A29;
    }

    tr:first-child {
        border-top: none;
    }

    tr:last-child {
        border-bottom: none;
    }

    tr:nth-child(odd) td {
        background: #EBEBEB;
    }

    tr:nth-child(odd):hover td {
        background: #4E5066;
    }

    tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

td {
    background: #FFFFFF;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    border-right: 1px solid #C1C3D1;
}

    td:last-child {
        border-right: 0px;
    }

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.avatar {
    height: 128px;
    width: 128px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4pt 10pt rgba(0,0,0,1);
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inputBtnSection {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    font-family: verdana;
}

.disableInputField {
    display: inline-block;
    vertical-align: top;
    height: 27px;
    margin: 0;
    font-size: 14px;
    padding: 0 3px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    border: solid 1px gray;
    display: inline-block;
    vertical-align: top;
}

.uploadBtn {
    display: inline-block;
    vertical-align: top;
    background: #0067A4;
    font-size: 14px;
    padding: 0 10px;
    height: 25px;
    line-height: 22px;
    color: #fff;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

zoom-pane {
    width: 100%;
    height: 100%;
}

.zoom-pane .scroll {
    min-height: 100%;
    /* Vertical align */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.zoom-pane img {
    width: 100%;
    vertical-align: middle;
}
