﻿/*  APIX CSS Style Sheet  */
body {
   font-family: Helvetica, "Helvetica Neue", "Sailec-Medium", Arial, "Lucida Grande", sans-serif;
   font-size: 14px;
   color: #333;
   line-height: 1.42857143;
   padding-top: 127px;
}

p {
    margin: 0 0 10px;
}

.panel-primary {
   border: 1px solid;
   border-color: #E84E0F;
   margin-bottom: 20px;
   border-radius: 4px;
}

.panel-heading {
   padding: 10px 15px;
   border-bottom: 1px solid;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   color: white;
   background-color: #E84E0F;
}

.panel-body {
    padding: 15px
}


.headerbar {
   position: fixed;
   left: 0;
   right: 0;
   top: 50px;
   height: 68px;
   background: #ffffff;
   margin: auto;
   border-bottom: solid;
   border-image: linear-gradient( to right, #A13B16, #A13B16 25%, #E74E0F 25%, #E74E0F 50%, #D9863D 50%, #D9863D 75%, #726F70 75% );
   border-image-slice: 1;
   border-bottom-width: 3px;
}

.container {
    min-width: 588px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    right: 0;
    left: 0;
    top: 0px;
    z-index: 1030;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                line-height: 20px;
            }
}

.navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-custom {
   top: 0px;
   min-height: 50px;
   padding: 0px;
   position: fixed;
   background-color: #E84E0F;
   color: #ffffff;
   border-radius: 0;
}

    .navbar-custom .navbar-nav .nav-link {
        color: #fff;
        padding: 15px 15px;
    }

        .navbar-custom .navbar-nav .nav-link .active {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus,
    .navbar-custom .navbar-nav > .open > a {
        text-decoration: none;
        background-color: #808080;
    }

    .navbar-custom .navbar-nav .nav-link a:hover,
    .navbar-custom .navbar-nav .nav-link a:focus,
    .navbar-custom .navbar-nav .nav-link .active a:hover {
        text-decoration: none;
        background-color: #808080;
    }

    .navbar-custom .navbar-brand {
        color: #eeeeee;
    }

    .navbar-custom .navbar-toggle {
        background-color: #eeeeee;
    }

    .navbar-custom .icon-bar {
        background-color: #6993d4;
    }

    .navbar-custom .navbar-nav .dropdown-menu {
        background-color: #808080;
        font-size: 14px;
    }

        .navbar-custom .navbar-nav .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            white-space: nowrap;
            line-height: 20px;
        }

            .navbar-custom .navbar-nav .dropdown-menu > li > a:hover,
            .navbar-custom .navbar-nav .dropdown-menu > li > a:focus {
                color: #000000;
                background-color: #ffffff;
            }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.tdleft {
    text-align: left;
    vertical-align: central;
}

.tdcenter {
    text-align: center;
    vertical-align: central;
}

.tablelayout1 {
    font-size: 9pt;
    border: solid;
    border-color: #cccccc;
}

.tablelayout2 {
    font-size: 8pt;
    border: solid;
    border-color: #cccccc;
}

.tablelayout3 {
    font-size: 9pt;
    border: solid;
    border-width: 1px;
    border-color: #cccccc;
}

.methodget {
    width: 60px;
    height: 22px;
    background-color: #0f67b6;
    text-align: center;
    color: #ffffff;
    padding-top: 3px;
}

.methodpost {
    width: 60px;
    height: 22px;
    background-color: #09a745;
    text-align: center;
    color: #ffffff;
    padding-top: 3px;
}

.methodput {
    width: 60px;
    height: 22px;
    background-color: #c68824;
    text-align: center;
    color: #ffffff;
    padding-top: 3px;
}

.methoddelete {
    width: 60px;
    height: 22px;
    background-color: #a51f20;
    text-align: center;
    color: #ffffff;
    padding-top: 3px;
}

.methodaction {
    min-width: 60px;
    height: 22px;
    display: inline-block;
    background-color: gray;
    text-align: center;
    color: #ffffff;
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
}