﻿/*
    HARDIK FORM STYLE BEGIN
*/
.DeleteCameraImage, .kz_CaptureFromCamera {
    display: none
}
.CodeMirror.cm-s-default {
    height: 400px;
    border: 1px solid gray;
}
.listDeleteMessage {
    color: red;
    text-align: center;
}
.toggle-password {
    position: absolute;
    right: 0;
    padding: 30px 35px;
    z-index:100;
}
.ui-autocomplete-loading {
    background: url('/assets/images/indicator.gif') no-repeat right center;
    background-size: 20px 20px;
}

.teaxAreaSQLEditor{
    height:300px;
}

.SqlQueryEditorLink span{
    width:100%;
    float:left;
}

.listRecordCount {
}
.kz_ListRowButton {
    white-space: nowrap;
}
#kz_ListFilterLabel::before {
    content: "Showing data of : ";
}
#kz_ListFilterData{
    color:orange;
}

input[readonly], textarea[readonly] {
    background-color: transparent;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.FileImportExcelCSV, .FileUploadMultipleFiles, .FileUploadSingleFile {
    display: none;
}

.childGridDetail {
    width: 100%
}

    .childGridDetail .PageChild_RowCount {
        width: 30px;
    }

.childGridDetail{
        overflow-x: scroll;
       overflow-y: hidden;
    }

#loading {
    position: fixed;
    z-index: 10000000;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.25;
    display: none;
}

#isItLoaded {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ImportExcelCSV, .UploadMultipleFiles, .UploadSingleFile {
    cursor: pointer;
    float: left;
}

.DeletedRow {
    background-color: #f0f0f0;
}

    .DeletedRow input, .DeletedRow select, .DeletedRow textarea {
        opacity: 0.40;
    }


/*chiild ka heading match nahii kr raa tha*/
/*.PageChild thead th {
    text-align: center;
}*/

tfoot .PageChild_RowCount {
    display: none;
}

tbody .PageChild_RowCount {
    /*width: 20px;*/
}

.page-section-row {
}
/*
    HARDIK FORM STYLE END
*/
.column-hover {
    background-color: lightblue;
}

.main-body .page-wrapper {
    padding: 0px;
}

.form-group {
    margin: 5px;
}

.pcoded .pcoded-navbar .pcoded-item > li {
    cursor: pointer;
}

.table thead, th {
    text-align: left;
    font-weight: bold;
}


#kz_list .table td, #kz_list .table th {
    padding: 0.3rem;
    padding: 0.3rem;
    word-wrap: break-word !important;
    white-space: break-spaces;
}

.form-control.form-control-right {
    text-align: right;
    padding-right: 5px;
}

.list-page-number {
    position: relative;
    padding: .3rem .3rem;
    margin-left: -1px;
    line-height: 1.25;
    z-index: 1;
}

#kaizen_tablelist {
    overflow-x: auto;
}

#kaizen_tablelistFooter .listPaging {
    float: left
}

#kaizen_tablelistFooter .listRecordCount {
    float: right
}

.list-padding {
    padding-left: 0px !important;
}

.new-lab label {
    margin-bottom: 0px !important;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}


/*
    BEGIN New style sheet added by Mukesh
*/
.subList table {
    border: 1px solid #a5a7a8 !important;
    border-radius: 3px;
    margin-left: 50px;
}

    .subList table td {
        border-top: 1px solid #a5a7a8 !important;
    }

.list-record-edit, .list-record-saveAs, .list-record-delete, .list-record-plus, .list-record-view {
    cursor: pointer;
    display: inherit;
    padding-left: 10px;
}

.kz_EditField, .kz_EditPage, .kz_AddField, .kz_AddChild, .kz_AddSection, .kz_EditSection,
.fa-filter, .tablelist_column, .list-page-number, .list-search, .list-record-edit, .list-record-delete, .badge-primary, .kz_EditChildField, #kz_closeEditor {
    cursor: pointer;
}



.getHtmlSubTable {
    font-size: 12px;
}

.subList table tbody tr:nth-of-type(2n+1) {
    background: linear-gradient(to right, #d8e7f9, #b5c2d0);
}

.subList {
    background: #f2f2f2;
}

.has-validation-callback h6 {
    margin-top: 50px;
}


    .has-validation-callback h6:nth-of-type(1) {
        margin-top: 0px !important;
    }

#kz_submit, #kz_reset {
    margin-top: 16px;
}

.list_EnquiryMaster table td:last-child {
    text-align: right;
}

#kz_submit {
    margin-right: 8px;
}

.field-required {
    color: red;
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    position: absolute;
    right: 0px;
    top: calc(50% - 8px);
    font-size: 16px;
}

.img-fluid {
    max-width: 93%;
    height: auto;
}

.ddlCompany select, .ddlLocation select {
    background-color: #499cfb !important;
    color: white !important;
    border: none !important;
    -webkit-appearance: button !important;
    appearance: button !important;
    outline: none !important;
    margin-top:10px;
}

.ddlCompany::before, .ddlLocation::before {
    content: "\e64b";
    font-family: 'themify';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 45px !important;
    color: #fff !important;
    pointer-events: none !important;
    margin-right: 13px;
}

.ddlCompany:hover::before, .ddlLocation:hover::before {
    color: rgba(255, 255, 255, 0.6);
}

.ddlCompany select option, .ddlLocation select option {
    padding: 5px !important;
}

a:focus, a:hover {
    text-decoration: none;
    color: #4099ff;
}

a {
    text-decoration: underline;
    color: #4099ff;
}

.card .card-block {
    padding: 10px 10px;
}

.fa-sort-desc, .fa-sort-asc {
    padding-left: 5px;
}

.nav-left li {
    line-height: 4 !important;
}

    .nav-left li a, .navbar-logo a, .user-profile a, .header-notification a {
        text-decoration: none;
    }

.FollowupHistory {
    overflow-x: auto;
}

.ui-dialog {
    position: absolute;
    top: 78px !important;
    z-index: 101;
}

.PageChild td {
    white-space: normal;
}

.PageChild tbody .field-label {
    display:none
}

.fm-width-100 {
   width: 100px;
}
.PageChild > tbody > tr:hover > td {
    background-color: #CFF5FF;
}
.PageChildSelectedRow td{
    background-color: #ffe8cf;
}
@media print {
    .kz_BarcodePage {
        page-break-after: always;
    }
}
.ReportHeader{
    width:45%;
    padding:20px 0px 20px 0px;
}
.ViewUploadedImage {
    max-width: 100%;
}

.kz_AddSection, .kz_AddField, .kz_AddChild, .kz_EditChild {
    background-color: #2888f7;
    color: #fff !important;
    padding: 6px;
    border-radius: 3px;
}

.bg-secondary {
    background-color: #fff !important;
}

.bg-primary {
    background-color: #fff !important;
}

.kz_section {
    border: 1px solid #c2c6ca;
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.section-editor {
    margin-top: 15px;
}

.fa-edit {
    cursor: pointer;
}

.childGridDetail {
    padding-top: 0px !important;
}