﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/ /*comment by priyanka*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*commented by priyanka k on 20-Nov-2017*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Added by santosh on 22-Nov-2017 */
.ibox-title .header {
    float: left;
}

.ibox-title {
    min-height: 85px;
}

.checkbox label {
    vertical-align: text-top;
}

.nav-header {
    padding: 10px 10px;
}

.img-Logo {
    width: 200px;
}

.tabs-container {
    border: 1px solid #e8e8e8;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 100%;
}

.toast-top-full-width {
    margin-top: 0px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
}

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: none;
    }

.bgOverlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.4);
    z-index: 9999;
}

.popover {
    max-width: 400px;
}

.form-control[readonly], fieldset[readonly] .form-control, input[type=checkbox][readonly] {
    cursor: not-allowed;
}

.form-control[readonly], fieldset[readonly] .form-control {
    background-color: #eee;
    opacity: 1;
}

input[type=checkbox][readonly] {
    background-color: #eee;
}

.ibox-tools a.btn-success {
    color: #fff;
}

/* -- ADDED FOR MODAL POP UP BY SANTOSH  */

.modal-body {
    padding: 15px;
}

.dataTables_wrapper {
    padding-bottom: 10px;
}

.rowSpace {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*--- ADDED BY PRIYANKA ----------*/
.inmodal .modal-header {
    padding: 10px 15px;
    text-align: left;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #e0e5ef !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr {
    background-color: #fff;
}

.modal-footer {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color:#eaeaea;
}

.modal-body #divGradeTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divBranchTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divDepartmentTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divDivisionTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divUnitTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divCategoryTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divGroupTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-body #divEmployeeTable .dataTables_wrapper {
    padding-bottom: 0px !important;
}

.modal-content {
    border-top: solid 2px #1ab394;
}

.modal-body div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    color: #249a7f;
    white-space: nowrap;
    font-size: 12px;
    /* text-transform: uppercase; */
}

.input200 {
    width: 200px;
}

legend {
    padding: 0 15px;
    /* border: 0; */
}

body {
    background: #1f3649 !important;
    background: -moz-radial-gradient(center, ellipse cover, #1f3649 0%, #17253d 44%, #040d11 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1f3649), color-stop(44%, #17253d), color-stop(100%, #040d11)) !important;
    background: -webkit-radial-gradient(center, ellipse cover, #1f3649 0%, #17253d 44%, #040d11 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, #1f3649 0%, #17253d 44%, #040d11 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, #1f3649 0%, #17253d 44%, #040d11 100%) !important;
    background: radial-gradient(ellipse at center, #1f3649 0%, #17253d 44%, #040d11 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@account-color-dark', endColorstr='#040d11', GradientType=1) !important;
}



.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.login-outer {
    margin: 50px auto;
    width: 800px;
    max-width: 100%;
}

.login-sign {
    float: left;
    height: 300px;
    background-color: #2bb9b0;
}

.login-form {
    max-width: 100%;
    height: 300px;
    background-color: #f9f9f9;
    padding: 15px;
}

.login-icon {
    font-size: 107px;
    color: #fff;
    padding: 41% 34%;
}

.login-heading {
    font-size: 31px;
    padding-left: 20px;
    color: #4baf9c;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 990px) {
    .login-sign {
        float: left;
        height: 410px;
        background-color: #2bb9b0;
    }

    .login-form {
        max-width: 100%;
        height: 410px;
        background-color: #f9f9f9;
        padding: 15px;
    }
}



@media all and (max-width: 767px) {
    .login-sign {
        display: none;
    }
}


/*--- ADDED BY SANDEEP TRIGUNAYAT ----------*/

.input70 {
    width: 70px !important;
}

.input80 {
    width: 80px !important;
}

.input90 {
    width: 90px !important;
}

.input100 {
    width: 100px !important;
}

.input110 {
    width: 110px !important;
}

.input120 {
    width: 120px !important;
}

.input130 {
    width: 130px !important;
}

.input140 {
    width: 140px !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #c7eae3 !important;
}

.text-wrap {
    word-wrap: break-word;
}

/*.wrapper {
  padding: 0px 0px;
}*/
/*.wrapper-content {
  padding: 0px 0px 40px;
}

.ibox-title {  
    border-width: 0px 0 0;  
}

.gray-bg {
    background-color: #fff;
}*/

.ibox-title {
    border-width: 0px 0 0;
}

::placeholder {
    color: rgb(201, 203, 206) !important;
}

.text-primary {
    color: #1ab394 !important;
}






/*--- ADDED BY Priyanka ----------*/
.mnav {
    font-size: 12px;
    display: none !important;
}

.dnav {
    display: block !important;
}


@media all and (max-width: 600px) {
    .login-sign {
        display: none;
    }

    .mnav {
        font-size: 13px;
        display: block !important;
    }

    .dnav {
        display: none !important;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 3px;
        font-size: 13px;
        line-height: 20px;
    }

    .mlog {
        font-size: 18px !important;
        color: #1ab394 !important;
    }
}

@media all and (max-width: 350px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 3px;
        font-size: 12px;
        line-height: 20px;
    }
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    border-top: 3px solid #1ab394;
}

/*--- Added by Santosh V. on 22-Aug-2018 ----------*/
.ibox-tools .btn-danger {
    color: #fff;
}


.helpButton {
    /*font-size: 3em;*/
    /*color: #eaeaea;*/
    width: 30px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    padding-right: 10px;
}

    .helpButton:hover {
        color: #e0ac49;
    }

.spineHelpLink .fa-question-circle {
    color: #a9c088;
}

    .spineHelpLink .fa-question-circle:hover {
        color: #8dbd48;
    }


/*------Added by Sandeep, 05/07/2018--------*/
@media all and (max-width: 600px) {
    .smscreenhide {
        display: none;
    }

    .wizard > .steps > ul > li {
        width: auto !important;
    }
}

@media all and (min-width:599px) {
    .lgscreenhide {
        display: none;
    }
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e5e6e7 !important;
    border-radius: 0px !important;
    cursor: text;
}

.std-modalfooter-bottom {
    margin-bottom: 5px !important;
}

/*------Added by Sandeep, 01/12/2018--------*/
table .checkbox {
    padding-top: 0px !important;
}

.customSelect .ui-selecting {
    /*background: #FECA40;*/
    background: #23c6c8;
}

.customSelect .ui-selected {
    /*background: #FECA40;*/
}

/*------Added by Sandeep for Budget Master, 31/07/2017--------*/

.bt-bg-aqua {
    color: #fff !important;
    background-color: #64e3e4;
}

.bt-bg-yllw {
    color: #96989a !important;
    background-color: #eff185;
}

.bt-bg-rd {
    color: #fff !important;
    background-color: #f58287;
}

.bt-bg-grn {
    color: #fff !important;
    background-color: #63e6b6;
}


.bt-bg-pnk {
    color: #fff !important;
    background-color: #ef87ad;
}

.bt-bg-fsquare {
    color: #fff !important;
    background-color: #f71752;
}

.bt-bg-yho {
    color: #fff !important;
    background-color: #b951da;
}

.bt-activeDiv {
    border: 1px solid lightgray;
    width: auto !important;
}

.bt-widget {
    border-radius: 5px;
    padding: 10px 20px 6px 20px;
    margin-left: 15px;
}


/*start OTP Form Css added by parmar on 19-February-2020*/

.otpElement {
    padding-left: 15px;
    border: 0;
    background-image: linear-gradient( to left, black 70%, rgba(255, 255, 255, 0) 0% );
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    outline: none;
}

.otp-pass-Letter-spacing {
    letter-spacing: 45px;
}

.otp-num-Letter-spacing {
    letter-spacing: 43px;
}

.otpElement-lg-4 {
    width: 220px;
    min-width: 220px;
}

.otpElement-lg-6 {
    width: 330px;
    min-width: 330px;
}

.otpInnerDiv {
    left: 0;
    position: sticky;
}

.otpOuterDiv {
    overflow: hidden;
}

.otpOuterDiv-lg-4 {
    width: 190px;
}

.otpOuterDiv-lg-6 {
    width: 300px;
}

.fieldOTP {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.ifa-eye {
    font-size: 15pt;
}
/*end OTP Form Css */

/*Added By Amol on 25-Feb-2020. For Show data in block format*/
.macroBlockList {
    list-style-type: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    font-weight: 600;
    line-height: 19px;
}

.macroBorder-list {
    display: inline-block;
    padding: 0;
    margin: 0;
}

/*End of Block macro format*/

.fa-8x{
    font-size: 8em !important;
}