﻿/* 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;
}

/* hover dropdown menus */
@media only screen and (max-width: 991px) {
    .navbar-hover .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li {
        position: relative;
    }

        .navbar-hover .collapse ul li:hover > ul {
            display: block;
        }

    .navbar-hover .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }

        .navbar-hover .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 250px;
            display: none;
        }
    /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

.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;
    overflow: hidden;
    border: 1px solid #CED4DA;
    background-color: #E9ECEF;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border-left: 0;
    border-radius: 0px 3px 0px 0px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 80px;
        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;
}

.DataEntrytable td,
.DataEntrytable th {
    margin: 0px !important;
    padding: 0px !important;
}

.DataEntrytable .textCell {
    margin: 0px !important;
    padding: 5px !important;
}

/*=======*/
.farmerControlData {
    background-color: #FFFFFF;
    /*border: 2px solid #FFF;*/
    padding: 10px;
    box-shadow: 1px 1px 3px #888888;
}

    .farmerControlData td {
        padding: 2px 5px !important;
    }

    .farmerControlData .divi {
        border-bottom: 2px solid #ddd;
    }

    .farmerControlData .infotitle {
        /*font-weight: 600;*/
        background-color: #F9F9FC;
        color: #555;
    }

    .farmerControlData .dmrno {
        /*float: right;*/
        color: #8000D1;
        font-weight: 500;
        padding-left: 10px;
    }


    .farmerControlData .txt, .farmerControlData .amt {
        color: #000000;
        font-weight: 500;
    }

    .farmerControlData .amt {
        color: red;
        float: right;
    }

    .farmerControlData .limt {
        color: #E3A102;
        float: left;
        font-weight: 500;
        padding-left: 15px;
    }



/*.farmerControlData tr td {
font-size:12px !important;
}

.farmerControlData tr td{
margin:2px !important;
padding:2px !important;
font-size:10pt;
}*/
@media print {
    /* Is code ko css file ke last mein hi rakhna hai. */
    .no-print-div {
        visibility: hidden;
    }
}
