﻿/* Bootstrap font size change --Start*/
html {
    /*font-size: 14px;*/
    font-size:80%;
}

/*@include media-breakpoint-up(sm) {
    html {
        font-size: 16px;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 20px;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 28px;
    }*/
}
/* Bootstrap font size change --End*/
body {
    overflow-y: scroll;
    color: #294A70;
}

#loginpg {
    background: url('../images/world.jpg') no-repeat center center fixed;
    background: #fff url("../images/world.jpg") no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
}

.topbackimg {
    /*background: url('../images/backimg.jpeg') no-repeat center center fixed;*/
    background: #fff url("../images/bg_bot.jpg");
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#0398fb;*/
}

/*/*Bootstrap submenu open on mouse over*/
.navbar ul.navbar-nav li.dropdown:hover div.dropdown-menu {
    display: block;
}

.btn_asp_icon {
    border: 0;
    background-color: #fff;
}

.btn:hover > .btn_asp_icon {
    background-color: #e6e6e6;
}

.table-Cust tr > th > a {
    text-decoration: none;
    color: #fff;
}

.table-Cust td,
.table-Cust th {
    margin: 0px;
    padding: 5px !important;
}

.table-Cust th {
    text-align: center;
    font-weight: 600;
}

.table-Cust td span,
.table-Cust td input {
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 2px !important;
}
/*======= File Upload Control Button=========*/
.btn-file {
    position: relative;
    border: 1px solid #CED4DA;
    background-color: #E9ECEF;
    /*padding: 10px 10px 5px 10px;*/
    cursor: pointer;
    border-left: 0;
    border-radius: 0px 3px 0px 0px;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/*===== new code=======*/
.downloadico:before {
    font-family: FontAwesome;
    content: "\f015";
}

.btn-append {
    position: relative;
    overflow: hidden;
    background: #E9ECEF;
    border-color: #C6C9CB;
    color: #495057;
}

    .btn-append input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        display: block;
    }
/*=====k=======*/
/*.bodybg {

background: url('../images/CompanyLogo.png') no-repeat center center fixed
}*/

/* ===== Begin page header ===== */

.page-header {
    /*text-transform: capitalize;*/
    position: relative;
    padding-bottom: 5px;
    margin: 5px 0 10px;
    border-bottom: none;
    text-indent: 10px;
    text-align: left;
    margin-top: 0px;
    padding-top: 2px;
    line-height: 140%;
    font-size: 200%;
}

    .page-header a, .page-header a:hover {
        text-decoration: none;
        color: #17A2B8 !important;
        font-size: small;
    }

    /*.page-header::first-letter {
        color: #FFC107; 
    }*/

    .page-header:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #ebebeb;
    }

    .page-header:after {
        /*content: "";     position: absolute;     width: 24px;     height: 24px;     bottom: -11px;     left: 50%;     margin-left: -12px;     border: 5px solid #fff;     border-radius: 20px;     background: #45aed6;*/
        content: "";
        position: absolute;
        width: 50%;
        bottom: 0;
        left: 0%;
        height: 2px;
        background: #17A2B8; /*#FF5619;*/
    }

.page-sub-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 160%;
    color: #0063B5;
}

#LtrEvents {
    background-color: red;
}

.form-control, .chosen-single, .chosen-drop {
    border: 1px solid #e6e6e6;
    border-left-color: #17A2B8 !important;
    border-left-width: 2px !important;
    border-bottom-color: #17A2B8 !important;
    border-bottom-width: 1px !important;
}

.dropdown-menu, .dropdown-item {
    background-color: #e5d9de !important;
}

@media print {
    /* Is code ko css file ke last mein hi rakhna hai. */
    .no-print-div {
        visibility: hidden;
    }
}
