﻿/*****************login , security Questions, Forgot password, change password(Account Controller)***********************/
.login_bc {
    background: linear-gradient(to bottom, #BED30B 10%, #719E19 90%);
}

.login_text_cl {
    color: #719E19;
}

.login_btn {
    background-color: #719E19;
    color: white;
}

.text_grey_cl {
    color: #878881;
}


/***********************************layout(shared/layout) ***********************************/

.panel-header {
    background: #FFFFFF;
}

.text_special_cl {
    color: #212121
}

.navbar.bg-white .input-group .form-control, .navbar.bg-white .input-group.no-border .form-control, .navbar a.dropdown-item {
    color: #212121;
}
/******toggle lengthy gray button.....**********/
.greytoggle { /* toggle in grey colour*/
    background-color: gray;
}

    .greytoggle:hover { /* toggle button of gray color hover colour set in #719E19 */
        background-color: #719E19;
    }
/**********************************************************/


/************ data table head color**********/

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    font-size: 9.5pt;
    text-align: center;
    font-weight: bold;
    white-space: nowrap !important;
    table-layout: fixed;
    color: black;
}
/***********************************************/

label {
    color: #212121;
    font-size: 12px;
}

labelvariable {
    color: #212121;
    font-size: 12px;
}
/**************************************/
/*********button colours************/
.btnblack { /*button in black color........*/
    background-color: #212121;
    color: white;
}

.btngreen { /*button in green color........*/
    background-color: #719E19;
    color: white;
}

/******* bold line only at borders of div in page***********/
.bordergreen { /*border line in green  color........*/
    /*border: 1px solid #719E19;*/
    border: 1px solid #719E19;
    color: white;
}

.green-theme {
    background-color: red; /*#719E19;*/
}

.border-green {
    border: 1px solid #719E19;
    color: white;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #719E19;
    color: yellowgreen, white;
}

.border-grey {
    background-color: #212121;
    color: red,white;
}

.border-black {
    background-color: #28A745;
    color: white;
}

.Collapse-link {
    background-color: green;
    color: Red;
}

hr {
    border: 1px solid #719E19;
}

a:hover {
    background-color: #719E19;
    color: black;
}

.active {
    background-color: #719E19;
    color: black;
}

    .active:hover {
        background-color: #ffffff;
        color: black;
    }

.navstyle > ul > li {
    background-color: #FFFFFF;
    margin-left: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 200px;
}

.navstyle > ul > li {
    border: 1px solid #719E19;
}

a {
    color: black;
}
/*.greenbutt {
    background-color: red;
}*/

.nav-link {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

label {
    color: #212121;
    font-size: 12px;
}

.navclr:hover {
    background-color: white;
}

/*input:read-only {
    background-color: transparent;
}*/
/*.navclr {
        background-color: white;
    }*/
/*.dropdown-toggle {
        float: right;
    }*/
.cl-black {
    color: #495057 !important;
}

.text-danger {
    width: 109px;
    font-size: 10px;
    height: 0px;
}

labelvariable {
    color: #212121;
    font-size: 12px;
}
/*```````````````````````````````````*/


