﻿/* CUSTOM CSS ====================================== */
body {
    background: #fffaf3 !important; /* BLUE : #f0f7fc | ORANGE : #fffaf3 */
}

/* START BG Colors */
.bg-blue {
    background-color: #003399 !important;
}

.border-line-blue {
    border-top: #003cb3 1px solid !important;
}

.bg-orange {
    background-color: #f4a024 !important;
}

.border-line-orange {
    border-top: #e88b00 1px solid !important;
}

.bg-dark-grey {
    background: #525658 !important;
}

.bg-info-gradient {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#003399)) !important;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #003399, #1a82f7) !important;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #003399, #1a82f7) !important;
    /* IE 10 */
    background: -ms-linear-gradient(top, #003399, #1a82f7) !important;
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #003399, #1a82f7) !important;
}

.card-header-border {
    border-bottom: 1px solid rgb(6, 117, 242) !important;
}

/* END BG Colors */

.smooth-shadow {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(237, 242, 255,0.15);
    -moz-box-shadow: 1px 1px 1px 1px rgba(237, 242, 255,0.15);
    box-shadow: 1px 1px 1px 1px rgba(237, 242, 255,0.15);
}

.form-control-static-custom {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    text-overflow: ellipsis;
}

.navbar-blue {
    line-height: 2 !important;
    z-index: 1111;
}

    .navbar-blue .nav-item.active .nav-link, .navbar-blue .nav-item:hover .nav-link {
        color: #000000 !important;
        background-color: #ccffcc; /* ORANGE - #ffc267 | BLUE - #ccffcc */
    }

@media print {
    .no-print {
        display: none !important;
    }

    .wrap, .container, .block-header, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12, .card, .body, .demo-masked-input, .container-fluid .header-blue, .row {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .table-print td {
        padding: 2px !important;
    }

    .txt-sm {
        font-size: 10px !important;
    }

    .pbreak {
        page-break-after: always !important;
    }
}

/*************Date Picker**************/



table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

/* CUSTOM CSS ====================================== */

.topnav {
    background-color: #333;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add an active class to highlight the current page */
        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px
}

    .info-box small {
        font-size: 14px
    }

    .info-box .progress {
        background: rgba(0,0,0,0.2);
        margin: 5px -10px 5px -10px;
        height: 2px
    }

        .info-box .progress, .info-box .progress .progress-bar {
            border-radius: 0
        }

            .info-box .progress .progress-bar {
                background: #fff
            }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2)
}

    .info-box-icon > img {
        max-width: 100%
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-text {
    text-transform: uppercase
}

.info-box-more {
    display: block
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.contenttop {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.gridview2 tr td {
    padding: 5px;
    border: 1px solid #ddd;
}

.gridview2 tr th {
    padding: 5px;
}


