body {
    background-color: #fafbfc;
    border-top: 2px solid #007bff;
    background: url(../images/login-bg.jpg);
}

.container {
    margin: 0;
    background: #fff;
    width: 100%;
    max-width: 100%
}

.navbar {
    transition: margin-left .3s ease-in-out;
    box-shadow: 0 24px 28px -12px rgba(0, 0, 0, .1)
}

.border-right {
    border-right: none!important
}

.panel {
    border-radius: 0;
    box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03);
    border-width: 0;
    transition: all .2s;
    border-color: #ddd;
    margin-bottom: 20px;
    background-color: #fcfeff;
    border: 1px solid transparent;
    margin: 2% 1%;
    padding: 8px
}

.bg-light {
    background-color: #fff!important
}

h1 {
    font-size: 24px
}

table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px
}

table tr:nth-child(even) {
    background-color: #f2f2f2
}

table tr:hover {
    background-color: #ddd
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4caf50;
    color: #fff
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #1e90ff;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #1e90ff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1);
}

input {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #bbb;
}

::-webkit-scrollbar-thumb {
    background: #10595f;
}

::-webkit-scrollbar-thumb:hover {
    background: #444;
}

.icon-large {
    padding: 0 8px;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-orange {
    background-color: #FF851B !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.small-box>.inner {
    padding: 10px;
    color: white;
    margin: 0 0 8px 0;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 76px;
    color: rgba(0, 0, 0, 0.15);
}

.devider {
    padding: 26px 0;
}

.login-container {
    background: white;
    padding: 18px;
}

.login-bg {
    background: url(../images/login-bg.jpg);
}

#footer table tr td {
    border: none;
}

.active-menu {
    background-color: #0f6dd1 !important;
    color: #ffffff!important;
    font-weight: 500;
}

.logo {
    float: left;
    width: 145px;
    height: 121px;
    padding: 0 8px 0 0;
}

.address {
    padding: 8px 0 0 0;
}

.navbar {
    padding: .5rem 0 !important;
}

.btn {
    padding: .375rem 0 !important;
}

.list-group-item-action:hover {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #0f6dd1
}

.list-group-item-action:active {
    color: #ffffff;
    background-color: #0f6dd1
}


/*Mobile*/

@media only screen and (max-width: 600px) {
    .address {
        padding: 8px 0 0 0;
        width: calc(100% - 146px);
        height: 100%;
    }
}


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .address {
        padding: 8px 0 0 0;
        width: calc(100% - 150px);
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .address {
        padding: 8px 0 0 0;
    }
}


/* ----------- Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .address {
        padding: 8px 0 0 0;
        width: calc(100% - 150px);
    }
}