
/*theme color changes start*/

body {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('../images/Krishna_tells_Gita_to_Arjuna.jpg');
    /*    background: url(https://upload.wikimedia.org/wikipedia/commons/b/b0/Krishna_tells_Gita_to_Arjuna.jpg) no-repeat 0 50%;*/
    background-size: cover;
}

.navbar-default {
    background: inherit;
}


.form-control {
    border-color: #ea941b;
}

.nav > li > a {
    color: #000;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #da6728;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #da6728;
}

.navbar-default {
    border-color: #da6728;
    background-color: #ea941b;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #ea941b;
    border-color: #da6728;
}

.panel-default {
    border-color: #da6728;
}

.field-validation-error {
    /*position: absolute;
    background: #fff;
    z-index: 999;
    border: 1px solid;*/
    color: #c00;
}

.input-validation-error {
    border: 1px solid #c00;
}

.navbar-default .navbar-brand {
    color: #000;
}

.table a {
    font-size: 20px;
    text-decoration: underline;
    margin: 0 2px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #000;
    background-color: #ea941b;
    border-color: #da6728;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        background-color: #da6728;
        color: #fff;
    }

#page-wrapper {
    min-height: 1000px;
    background-color:inherit;
    border-left:0 none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ea941b;
    border: 1px solid #da6728;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #da6728 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #ea941b;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #ea941b;
}

    .nav-tabs a:hover {
        color: #000;
    }

.dataTables_processing {
    position: fixed;
    left: 50%;
    top: 50%;
    background: rgb(255, 255, 255);
    padding: 20px;
    border: 1px solid;
    border-radius: 4px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 99;
}

.ui-widget-header {
    border: 1px solid #da6728;
    background: #ea941b;
    color: #000;
}

.ui-widget.ui-widget-content {
    border: 1px solid #da6728;
}

/*theme color changes end*/

.file-link {
    margin: 2px 0 0 2px;
}

    .file-link .far {
        color: #cb0606 !important;
        font-size: 14px;
    }

input[type=radio] {
    margin: 2px 0 0;
}


.input-group-addon {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.img-cont {
    max-width: 100px;
}

    .img-cont img {
        max-width: 100px;
    }