﻿.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: 218px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
}

    .sidebar .sidebar-wrapper {
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        width: 218px;
        z-index: 4;
        padding-bottom: 100px;
    }

.main-panel {
    position: relative;
    z-index: 2;
    float: right;
    width: 100%;
}

.footer .copyright {
    color: #777777 !important;
    padding: 10px 15px !important;
    margin: 0px 3px !important;
    line-height: 20px !important;
    font-size: 14px !important;
}

.footerNew {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 3;
    background-color: #f8f8f8bd;
}

.navNew {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    background-color: #f8f8f8bd;
}

.main-panel > .content {
    padding: 63px 15px !important;
    min-height: calc(100% - 200px);
}

.container-fluid {
    padding-right: 6px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    min-height: 100% !important;
    position: relative;
    height: 100% !important;
}

.card form [class*="col-"] {
    /*padding: 6px;*/
}

.form-horizontal .control-label {
    padding: 15px !important;
    margin-bottom: 0;
    text-align: right;
}

.form-horizontal .control-label-sem {
    padding: 6px !important;
    padding-top: 0px !important;
    margin-bottom: 0;
    text-align: right;
}

.form-control {
    background-color: #FFFFFF !important;
    border: 1px solid #45b5ec !important;
    border-radius: 4px !important;
    color: #565656 !important;
    padding: 5px 12px !important;
    height: 32px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    background-image: url(/assets/img/1.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.navbar .navbar-nav > li > a {
    padding: 2px 14px;
    padding-left:0px !important;
    margin: 11px 3px;
    position: relative;
}

.navbar .navbar-brand {
    font-weight: 400;
    margin: 0px 0px;
    padding: 10px 15px;
    font-size: 20px;
}

.main-panel > .content {
    padding: 54px 15px 0 15px !important;
    min-height: 100%;
}
@media only screen and (max-width: 480px){
    .main-panel > .content {
        padding-top: 120px !important;
    }
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        background-color:royalblue;
    }
    #btnTicket{
        float: right;
    }
    .nopadding{
        padding-left: 0;
        padding-right: 0;
    }
    .pe-7s-user{
        float: right;
    }
}

.card {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.05), 0 0 0 1px rgba(63, 63, 68, 0.1) !important;
    background-color: #FFFFFF;
    margin-bottom: 57px;
    height: 525px;
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.navbar .navbar-nav > li > a {
    padding: 7px 14px;
    margin: 2px 3px;
    position: relative;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 3px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-right: 6px;
    margin-left: 6px;
}

hr {
    margin-top: 9px;
    margin-bottom: 9px;
    border: 0;
    border-top: 1px solid #40afd6;
}

.required {
    color: red !important;
    margin-top: 6px !important;
    font-weight: 800;
    position: absolute;
    margin-left: -12px;
}

.examRequired:after {
    content: "*";
    color: red !important;
    margin-top: -9px !important;
    font-weight: 800;
    position: absolute;
    margin-left: 3px;
}

.table-bordered {
    border: 1px solid #0da8f3;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #0fabf5;
    }

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #0fabf5;
    }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    background-color: #d3e7ef;
    color: #101010;
}

.divDownloadLinks {
    margin-right: 20px;
    margin-top: -21px
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead > table, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: 1px solid !important;
    border-bottom-color: #0da8f3 !important;
}

.btnAdd {
    margin-top: 25px;
    position: absolute;
    float: right !important;
    z-index: 0;
}

.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: 2px 8px;
    vertical-align: middle;
}

.mybreadcrumb {
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
    margin-left: -16px;
}

    .mybreadcrumb li {
        float: left;
    }

        .mybreadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 6px 0 6px 34px;
            background: brown; /* fallback color */
            background: hsl(219, 40%, 56%);
            position: relative;
            display: block;
            float: left;
        }

            .mybreadcrumb li a::after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsl(219, 40%, 56%);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .mybreadcrumb li a::before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .mybreadcrumb li:first-child a {
            padding-left: 10px;
        }

        .mybreadcrumb li:nth-child(2) a {
            background: hsl(219, 40%, 56%)
        }

            .mybreadcrumb li:nth-child(2) a:after {
                border-left-color: hsl(219, 40%, 56%)
            }

        .mybreadcrumb li:nth-child(3) a {
            background: hsl(219, 40%, 56%)
        }

            .mybreadcrumb li:nth-child(3) a:after {
                border-left-color: hsl(219, 40%, 56%)
            }

        .mybreadcrumb li:nth-child(4) a {
            background-color: #69f5db
        }

            .mybreadcrumb li:nth-child(4) a:after {
                border-left-color: #69f5db
            }

        .mybreadcrumb li:nth-child(5) a {
            background: hsl(219, 40%, 56%)
        }

            .mybreadcrumb li:nth-child(5) a:after {
                border-left-color: #69f5db
            }

        .mybreadcrumb li:last-child a {
            background-color: #69f5db;
            color: black;
            pointer-events: none;
            cursor: default;
        }

            .mybreadcrumb li:last-child a:after {
                border-left-color: #69f5db
            }

        /*.mybreadcrumb li:last-child a::after {
                    border: 0;
                }*/

        .mybreadcrumb li a:hover {
            background: hsla(34, 85%, 25%, 1) !important;
        }

            .mybreadcrumb li a:hover:after {
                border-left-color: hsla(34, 85%, 25%, 1) !important;
            }

ol, ul {
    margin-top: 0;
    margin-bottom: 3px;
}
.clsbtnAdd {
    margin-top: 21px;
    float: left !important;
    z-index: 1;
    position: absolute
}
.alert {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    padding: 0px 15px;
    font-size: 14px;
    margin-top: 2px;
    margin-left: 2px;
}
.clsFailure {
    color: red;
    font-size: 25px;
    padding-right: 27px;
}
.clsSuccess {
    color: forestgreen;
    font-size: 25px;
    padding-right: 27px;
}
.clsInformation {
    color: darkorange;
    font-size: 25px;
    padding-right: 27px;
}
