﻿a {
    color: #009de0;
}

@media(max-width:736px) {
    .bg-img {
        width: auto !important;
    }

    #detail{
        display: none;
    }

    /*#scrollbar {
        height: 50vh !important;
    }*/
}

@media(min-width:468px) {
    .solped-item {
        min-height: 95px !important;
    }

    .solped-amnt {
        font-size: 14px !important;
    }

    .bg-img {
        width: auto;
    }

    #content {
        display: none;
    }

    #header .dropdown-toggle {
        /*color: #333;*/
    }    
}

@media(min-width: 320px) {
    .solped-item {
        min-height: 95px !important;
    }

    .solped-item-body {
        width: 40% !important;
    }

    .solped-amnt {
        font-size: 14px !important;
    }

    #header .dropdown-toggle {
        /*color: #333;*/
    }
}

#detail-body {
    padding: 20px 20px 0 20px;
}

.bg-img {
    width: 800px;
    height: 600px;
    display: flex;
    margin: 0 auto;
}

.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

.badge-green {
    background-color: #4cae4c;
}

.badge-red {
    background-color: #d43f3a;
}

.badge-orange {
    background-color: #fabb3d;
}


.custom-table {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table thead {
        background: #efefef;
        border: 1px solid #d2d2d2;
    }

    .custom-table td {
        background-color: #fff;
        border-bottom: 1px solid #d2d2d2;
    }

    .custom-table th, .custom-table td {
        padding: 10px;
    }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f1f2f7;
}

.p0 {
    padding: 0;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.pt16 {
    padding-top: 16px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.mt8 {
    margin-top: 8px;
}

.mt75 {
    margin-top: 75px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.t15 {
    top: 15px;
}

.col{
    float: left;
}

.background-white {
    background: #fff;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    /*background: #aaa;*/
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    height: 75px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    /*height: 50px;*/
}

::-webkit-scrollbar-corner {
    background: #000;
}

#scrollbar {
    scrollbar-face-color: #6C6E71;
    scrollbar-arrow-color: #6C6E71;
    scrollbar-track-color: #e0e0e0; /*rgba(0, 0, 0, 0.5);*/
    height: 88vh;
    /*height: 78vh;*/
    overflow-y: scroll;
    /*min-height: 862px;*/
    margin-bottom: 35px;
}

.solped-item-title {
    color: #676a6c;
    font-weight: 600;
    font-size: 14px;
}

.solped-item {
    display: block;
    margin-bottom: 0;
    min-height: 95px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    width: 100%;
}

    #scrollbar .solped-item:last-child{
        margin-bottom: 20px;
    }

    .solped-item:hover {
        background: #f1f2f7 !important;
    }

.solped-item-body {
    float: left;
    padding: 15px 5px 5px 5px;
    vertical-align: top;
    width: 50%;
}

.solped-number {
    color: #aaa;
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.solped-desc {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
    word-wrap: break-word;
}

.solped-item-price {
    float: right;
    padding: 10px;
    vertical-align: middle;
}

.solped-amnt {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666;
    text-align: right;
}

.bordered-bottom {
    border-bottom: 1px solid #ddd;
}

.chkhdr-lbl {
    /*padding-left: 50px;
    padding-top: 0;*/
    padding-left: 2rem;
    padding-top: .75rem;
}

    /*.chkhdr-lbl i {
        left: 24px;
        top: 95px;
    }*/

.solped-chkitem {
    float: left;
    padding: 10px;
}

.sidebar-header {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 10px;
    background: #666; /*#2a2a2a;*/
    /*min-width: 546px;*/
}

.solpeds-totals {
    text-align: left;
    color: #fff;
}

.detail-hdr-number {
    color: #0094ff;
    font-size: 1.375em;
}

.error-hdr {
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    margin: 0 0 32px 0; 
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 0;
    /*float: right;*/
}

    .pagination li > a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

        .pagination li > a:hover {
            z-index: 2;
            color: #0056b3;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6;
        }

    .pagination li.active > a {
        z-index: 1;
        color: #fff !important;
        background-color: #009de0; /*#007bff;*/
        border-color: #009de0; /*#007bff;*/
    }

        .pagination > li > a, .pagination > li > span {
        padding: 4px 12px;
    }

.jumbotron {
    background-image: url(../images/sap_f_01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.card:hover {
    color: #009de0;
    border-color: #009de0;
}

#detailTab{
    width: 12rem;
    border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #009de0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link i {
    -moz-border-radius: 3rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border: 1px solid #009de0;
    width: 3rem;
    height: 3rem;
    line-height: 2.75rem;
    overflow: hidden;
    background-color: #fff;
    color: #009de0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {
    color: #495057;
    background-color: #009de0;
    color: #fff;
}

.modal-header {
    background-color: #777;
    color: white;
    padding: 0;
}

.modal-title {
    margin-top: 6px;
    margin-left: 10px;
}

button.close {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #666;
    margin: 0 !important;
    padding: 0 !important;
}

.btn{
    padding: .2rem .75rem;
}

/*#sapMBtnBack{
    display: none;
}*/

.sapVisible {
    display: block;
}

.sapHidden{
    display: none;
}

.sapMBtnDefault {
    height: 2.500rem;
    min-width: 2.500rem;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    border-radius: 0.125rem;
    text-shadow: 0 1px 0 #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #f7f7f7;
    background: -ms-linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(1,#f2f2f2));
    background: -webkit-linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
    background: linear-gradient(top,#f7f7f7 0,#f2f2f2 100%);
    color: #666666;
    font-size: 1.375rem;
    line-height: 2.375rem;
    width: 2.375rem;
    text-align: center;
    max-height: 2.375rem;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    /*#header {
        height: 54px;
    }*/
    
    #detail-body{
        padding: 15px 20px 80px 20px;
    }    

    /*.sidebar-header{
        width: 97%;
    }*/
}

@media (min-width: 768px) {
    /*#header {
        height: 54px;
    }*/
    
    #detail-body {
        padding: 10px 20px 80px 20px;
    }

    /*.sidebar-header {
        width: 97%;
    }*/
}