

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th, .table-bordered {
    border: 1px solid   #0082cd!important;
}

tr:hover {
    background-color: #0082cd4d !important;
}

.user-list .user-list-item .user-desc span.name {
    color: #424648 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
}

.user-list .user-list-item .user-desc {
    margin-left: 24px;
}

.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.list-group-item {
    padding: 3px 5px;
}

.user-list .user-list-item .user-desc span.desc {
    color: #0082cd;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}


.logo-img img {
    width: 300px;
}

.table > tfoot > tr > td {
    color: #000000;
    font-weight: 800!important;
    font-size: 14px;
}

tbody {
    color: #000000;
}

.pull-right{
    display:none;
}

table.dataTable {
    border-collapse: collapse;
}

.bg-red {
    background: #0082cd;
}

    .bg-red h4 {
        text-align: center;
        color: #fff;
    }

.navbar-default {
    background-color:   #0082cd;
    border-radius: 0px;
    height: 30px;
    border: none;
    margin-bottom: 0px;
    padding: 0px 20px;
}

.btn-korp {
    background-color: #0082cd !important;
    border: 1px solid #0082cd !important;
    color: #ffffff;
    width: 135px;
}

    .btn-korp:hover {
        background-color: #ffffff !important;
        border: 1px solid #0082cd !important;
        color: #0082cd;
        width: 135px;;
    }



.logo {
    color:   #0082cd;
    font-size: 25px;
    position: relative !important;
    top: 0px;
    font-family: 'Rancho', cursive;
}

.user-box .user-img {
    position: relative;
    height: auto;
    background: #841f1f;
    border-radius: 50%;
    width: 100px;
    padding: 5px;
    margin: 10px auto;
}

.user-img img {
    width: auto;
    padding: 5px;
}

label {
    font-size: 14px;
}

#sidebar-menu ul li a i:hover {
    background: #012c6d;
    border: 1px solid #ffffff;
    color: #ffffff;
}


#sidebar-menu ul ul li.active a {
    color:   #0082cd;
}

#sidebar-menu ul ul a {
    color:   #0082cd ;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 20px 5px 65px;
}

h3 {
    line-height: 18px;
    font-size: 17px !important;
}

.card-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: .8px .9px 3px grey;
    border: 1px solid   #0082cd ;
}

    .card-box:hover {
        box-shadow: 1px 8px 20px #7b8082;
        -webkit-transition: box-shadow 0.3s ease-in;
    }

@media all and (max-width: 800px) {
    #sidebar-menu > ul > li > a {
        color: #012c6d; /*menu color as per logo*/
        display: block;
        font-size: 18px;
        padding: 12px 20px;
        margin: 4px 0px;
        border-left: 3px solid transparent;
    }
}

@media all and (min-width: 801px) {
    #sidebar-menu > ul > li > a {
        color: #012c6d; /*menu color as per logo*/
        display: block;
        font-size: 14px;
        padding: 5px 20px;
        margin: 4px 0px;
        border-left: 3px solid transparent;
    }
}

.widget-chart-1 .widget-chart-box-1 h3 {
    line-height: 10px;
    font-size: 16px !important;
}

.panel-group .panel-heading {
    background-color: #0082cd;
}

a {
    color: #0082cd;
    text-decoration: none;
    font-weight: bold;
}

.panel-heading a{
    color:#ffffff;
}

.card-box h2 h3 {
    color: #000000;
}

#sidebar-menu > ul > li > a.active {
    border-left: 3px solid #71b6f9;
    color: #012c6d;
}

#sidebar-menu .subdrop {
    border-left: 3px solid #71b6f9;
    color:   #0082cd;
}

#sidebar-menu ul li a i {
    border: 1px solid   #0082cd;
}

.close {
    font-size: 40px;
}

.input-sm {
    font-size: 16px;
}

.form-group {
    margin-bottom: 6px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #012c6d;
    font-size: 14px;
}

    .form-control:focus {
        background-color: #ffffff;
        border: 2px solid   #0082cd;
        color:   #0082cd;
    }

.panel-title {
    font-size: 20px;
}

@media (max-width: 768px) {
    .notification-box ul li a, .page-title {
        color: #ffffff;
    }
}


@media (max-width: 1023px) {
    .button-menu-mobile {
        display: block;
        color: #ffffff;
        font-size: 21px;
    }
}

.button-menu-mobile {
     color: #0082cd;
    font-size: 21px;
}

table {
    font-size: 12px;
}


.datepicker th{
    font-size:12px!important;
}

table a {
    color: blue;
}

/*
    .content-page .content {
    margin-top: 35px;
}
    
.pull-right{
    display:none;
}

*/

.dropdown {
    float: right;
    display: inline-flex;
}

/*new css*/
.waves-effect img {
    width: 20px;
}

.slideInRight {
    animation-name: slideInRight;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.wrapper-page {
    width: 800px;
}

.label-primary {
    background-color: #1c2665;
    border: 2px solid   #0082cd;
    border-radius: 50%;
    margin: 0px 2px;
    padding: 5px;
    color: #ffffff;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}
/*new css*/

select[multiple].input-sm, textarea.input-sm {
    height: auto;
    height: 150px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #71b6f9;
}

table.dataTable thead .sorting {
    background-image: none;
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
        display: none;
    }

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px;
}

.pagination > li > a, .pagination > li > span {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 10px
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 1px 6px;
    margin-left: -1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #71b6f9;
}




    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white;
        border: 1px solid #71b6f9;
        background-color: #8dc4fa;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
        background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
        background: -moz-linear-gradient(top, #585858 0%, #111 100%);
        background: -ms-linear-gradient(top, #585858 0%, #111 100%);
        background: -o-linear-gradient(top, #585858 0%, #111 100%);
        background: linear-gradient(to bottom, #71b6f9 0%, #71b6f9 100%);
    }

th {
    color: #000000;
    font-weight: 500;
}

.centered-form {
    margin-top: 120px !important;
    margin-bottom: 120px;
}

.panel-primary > .panel-heading {
    background-color:   #0082cd ;
}



.panel .panel-body {
    padding: 20px;
    border: 1px solid #012c6d;
}



.btn-default {
    background-color: #ffffff;
    border-color: #012c6d;
}

.panel {
    border: 1px solid #0082cd;
    background-color: #ffffff;
}

.stock-btn {
    background-color: #0082cd;
    color: #ffffff;
}

.nav-tabs > li {
    border: 1px solid #0082cd !important;
}

.nav-tabs > li.active > a {
    color: #ffffff !important;
    background:#0082cd !important;
}

.nav-tabs > li > a {
    color: #0082cd !important;
    font-size: 12px;
    padding: 5px 6px;
}

.tab-content {
    border: 2px solid #0082cd;
}



.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
    background: #0082cd !important;
}


