﻿body {
    height: auto !important;
    font-size: 14px !important;
    padding: 0 !important;
    top: 0 !important;
    color: #0c0288;
}

label {
    font-weight: 500 !important;
}

input[type="radio"] {
    position: relative !important;
    width: 15px !important;
    height: 15px !important;
    opacity: 100 !important;
}

.wrapper,
.toggledAnother {
    width: auto;
}

.fr1 {
    float: right;
    margin: 10px 0 0 0;
    cursor: pointer;
    position: relative;
}

    .fr1 a {
        moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.pos {
    position: absolute;
    left: -20px;
    top: 0px;
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRP_KP2HHUb1ZKYROZxakpF13CzPOqJF23JytQNo05OJm7hsVIzg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.pos2 {
    position: absolute;
    left: -20px;
    top: 0px;
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZ9n-qfKp3bLa5_zdX6FyWfjKM-1aI_U2qxtQdnMsEW4lAgIlp");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.toggledAnother {
    height: 2em;
}

.toggledAnother {
    float: right;
    color: #333;
    background-color: transparent;
    display: none;
}
/*Horizontal Menu - Right Align */
ul.horizontalMenu3 {
    /* position: absolute; */
    right: 72px;
    top: 45px;
    background: #fff;
    padding: 5px;
    border: solid 1px;
}

ul.horizontalMenu3 {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

    ul.horizontalMenu3 li {
        display: inline-block;
        margin: 0px 10px 0px 0px;
    }

        ul.horizontalMenu3 li:last-child {
            margin-right: 30px;
        }

        ul.horizontalMenu3 li a {
            color: #333;
            text-decoration: none;
        }

            ul.horizontalMenu3 li a:hover {
                color: #ff0000;
            }

.sidebar {
    background: #fff;
    border-right: solid 3px #0c0288;
    background-size: 100px !important;
    padding-bottom: 50px !important;
}

.dd {
    width: 25px !important;
    height: 26px;
    font-size: 18px;
    border: solid 1px;
    border-radius: 2px;
    margin-top: 0px;
}

.wrapper:lang(hi) {
    margin-top: -35px !important;
}

.wrapper:lang(mr) {
    margin-top: -35px !important;
}

iframe {
    height: 0px !important;
}

.translator {
    display: inline;
}

.spinnerModal {
    border-radius: 5px !important;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
}

.content-wrapper {
    margin-top: -15px !important;
    padding-top: 0px !important;
    background-color: #fff !important;
}

.table-bordered {
    background-color: #ecf0f5 !important;
    /* padding: 15px; */
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

/*scrollbar coomented by sanket on 22-09-2022*/
/* width */
::-webkit-scrollbar {
    width: 5px !important;
    z-index: 0;
}

 /*Track*/ 
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0c0288;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #04003a;
    }

#ajax-loader {
    width: 100px;
    height: 100px;
}

.m-t-10 {
    margin-top: 10px;
}

.btn-group.btn-group-sm.btn-block {
    display: none;
}

.field-mandatory {
    color: #f00;
    font-size: 24px;
    margin-top: -5px;
    position: absolute;
    margin-left: 3px;
}

.divPicklistClose {
    width: 35px;
    position: absolute;
    right: 15px;
    padding: 11px 12px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #ff0000 !important;
    border: 1px solid #ff0000;
}

.input-error {
    border: 1px solid #c7254e;
    margin-bottom: 4px;
    background-color: #ffecf1;
}

    .input-error * {
        background-color: #ffecf1 !important;
    }

.validation-text {
    color: #c7254e;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 15px;
    font-size: 10px;
    bottom: -11px;
}

.panel-body {
    padding: 0px !important;
}


@media screen and (max-width: 960px) {
    .panel-body {
        /*margin-top: 58px !important;*/
        padding-left: 0px !important;
        padding-right: 0px !important;

        /*display:table;*/
    }
}

.labelContent {
    font-weight: normal;
}

.main-footer {
    bottom: 0;
    color: #333;
    left: 0;
    padding: 2px 25px 2px 25px;
    position: fixed;
    right: 0;
    background: #fff;
}

    .main-footer a {
        font-weight: 500;
    }

.box {
    box-shadow: none;
}

.video-bg {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.panel-heading {
    font-weight: 600;
    padding-top: 16px;
    margin-right: 76vh;
}

@media screen and (min-width: 960px) and (max-width: 1334px) {
    .panel-heading {
        margin-right: 47vh;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .panel-heading {
        margin-right: 14vh;
    }
}

/* .panel-heading:hover {
    padding-top:13px;
    font-size:20px;
} */

.video-wrapper {
    margin-bottom: 20px;
}

.video-btn {
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.video-holder {
    width: 232px !important;
    /*height:auto !important;*/
}

/*#Webcam-Video {
      height:auto !important;
  }
  
  .cropper-canvas {
      height:auto !important;
  }
  
  .cropper-container {
      height:auto !important;
  }
  
  .cropper-drag-box {
      height:auto !important;
  }
  
  .cropper-crop-box {
      height:auto !important;
  }
  
  .cropper-face {
      height:auto !important;
  }*/

.take-photo {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666 !important;
}

.button-container {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
}

.content-wrapper {
    margin-bottom: 20px;
}

.info-box-icon {
    font-size: 20px !important;
}

.info-box-number {
    font-size: 14px !important;
}

.info-box-text {
    font-size: 12px !important;
}

.login-text {
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
}

.skin-blue .sidebar-menu > li > a {
    font-size: 14px;
    color: #0c0288;
}

.skin-blue .main-header .navbar {
    background-color: #0c0288 !important;
    /*  box-shadow: 0px 0px 5px #4a4a4a;*/
}

.skin-blue .main-header .logo {
    background-color: #0c0288 !important;
    color: #fff !important;
    font-weight: 500;
    /*max-width: 800px; */ /* Tanvi: Updated */
    max-width: 100%;
    width: auto;
    text-align: left;
    vertical-align: middle !important;
    padding: 15px 15px;
}

.fieldset .input-group {
    visibility: visible;
}
/*div.dataTables_wrapper {
    width: 100% !important;
      margin: 0 auto;
      overflow-x: auto;
      clear: both;
}*/

.data-table-head * {
    white-space: pre !important;
}

.even {
    background-color: #fff !important;
}

    .even + .child {
        background-color: #fff !important;
    }

.odd {
    background-color: #e7e9ff !important;
}

    .odd + .child {
        background-color: #e7e9ff !important;
    }

.text-danger {
    color: #ff0500;
    cursor: pointer;
}

.text-success {
    color: #2ac02c;
    cursor: pointer;
}

.text-info-print {
    color: #5f16e9;
    cursor: pointer;
}

.btnViewForm {
    cursor: pointer;
}

.btnRenewCard {
    cursor: pointer;
}

.box.box-warning {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .logo {
        display: none !important;
    }

    .skin-blue .wrapper,
    .skin-blue .main-sidebar,
    .skin-blue .left-side {
        background-color: transparent;
    }

    .main-footer {
        padding: 10px 10px;
        font-size: 12px;
        text-align: center;
    }

    .main-sidebar {
        padding-top: 50px;
    }

    ß .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 50px;
    }
}

.skin-blue .sidebar a {
    color: #fff;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
}

@media screen and (max-width: 1334px) {
    .small-box {
        text-align: center;
        height: 110px;
    }

    ul.simple-pagination {
        width: 100%;
    }

    td > span {
        padding: 5px !important;
        font-size: 1vw !important;
    }

    .tab-content .box-body {
        padding: 10px 0;
    }
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #fff;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #0c0288 !important;
    border-left-color: #0c0288;
}

.sidebar {
    background: #fff;
    border-right: solid 3px #0c0288;
}

.skin-blue .sidebar a {
    color: #e8e8e8;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #fff;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #0c0288;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}

    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        background-color: #fff !important;
        color: #0c0288 !important;
    }

.table.dataTable {
    font-size: 14px;
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
    font-weight: 600;
}

#dropdown_over {
    top: 32px !important;
    left: -228px !important;
    margin: 8px !important;
}

    #dropdown_over:nth-child() {
        top: 32px !important;
        left: -228px !important;
        padding: 5px !important;
    }

.dropdown-menu > li > a {
    border-bottom: 1px solid #d2d6de;
    padding: 10px 20px;
}

.dropdown-menu > li > div {
    border-bottom: 1px solid #d2d6de;
    padding: 10px 20px;
    cursor: pointer;
    color: #777 !important;
}

    .dropdown-menu > li > div:hover {
        background-color: #e1e3e9;
        color: #333;
    }

.dropdown-menu > li:last-child a {
    border-bottom: none;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

.light-theme .current {
    background: #eaeaea;
    color: #333;
    border-color: #cccccc;
    box-shadow: none;
    cursor: pointer;
}

ul.simple-pagination {
    padding-top: 2%;
}

.nav-tabs > li > a {
    color: #333;
    margin-right: 0px;
    line-height: 1.428571;
    border: 1px solid #d2d6de;
    border-radius: 4px 4px 4px 4px;
}

    .nav-tabs > li > a:hover {
        border-color: #0c0288;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border-bottom: 2px solid #0c0288;
    border-bottom-color: #0c0288;
}

.modal-header {
    border-bottom: 1px solid #0c0288;
    border-radius: 20px 20px 0px 0px;
}

.modal-content {
    border-radius: 20px 20px 20px 20px;
}

.close {
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #a90000;
    text-shadow: none;
    opacity: 1;
}

input[type="file"] {
    display: block;
    height: 38px;
    border: 1px solid #d2d6de;
    padding: 7px 5px;
}

.btnStartWebCam {
    width: 40px;
    height: 38px;
    border: 1px solid #d2d6de;
    border-radius: 0;
    background: #ecf0f5;
    border-left: 0;
}

.btn-upload {
    width: 80%;
    float: left;
}

.btn-add {
    margin-top: 24px;
    height: 38px;
}

.m-l-r {
    margin-left: 5px;
    margin-right: 5px;
}

.form-group {
    margin-bottom: 7px;
}

.btn-margin {
    margin-top: 5px;
    margin-bottom: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-secondary {
    background-color: #74dbef;
    border-color: #74dbef;
    border: 1px solid #74dbef;
    color: #333;
    padding: 7px 16px;
}



.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff !important;
}

.form-control[disabled] {
    background-color: #bfbbbb !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 97% !important;
}

.table > thead > tr > th {
    background: #0c0288;
    color: #fff;
}

.icon-view {
    background: #0c0288;
    padding: 5px;
    border-radius: 2px;
    color: #fff;
}

#dropdownMenuButton {
    background-color: #fff;
    color: #0c0288;
    border: solid 1px;
}

.icon-edit {
    border: solid 1px #0c0288;
    border-radius: 2px;
    color: #0c0288;
    width: 25px;
    height: 25px;
    font-size: 20px;
    padding: 2.5px;
}

    .icon-edit:hover {
        background-color: #0c0288;
        border-radius: 2px;
        color: #fff;
        width: 25px;
        height: 25px;
        font-size: 20px;
        padding: 2.5px;
    }

.icon-list {
    border: solid 1px #0c0288;
    border-radius: 2px;
    color: #0c0288;
    width: 30px;
    height: 30px;
    font-size: 25px;
}

    .icon-list:hover {
        background-color: #0c0288;
        border-radius: 2px;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 25px;
    }

.icon-delete {
    border: solid 1px #e00000;
    border-radius: 2px;
    color: #e00000;
    width: 25px;
    height: 25px;
    font-size: 20px;
    padding: 2.5px;
}

    .icon-delete:hover {
        background-color: #e00000;
        border-radius: 2px;
        color: #fff;
        width: 25px;
        height: 25px;
        font-size: 20px;
        padding: 2.5px;
    }

.icon-close {
    border: solid 1px #e00000;
    background: #e00000;
    color: #fff;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 5px;
}

.icon-afilter {
    border-radius: 3px;
    color: #0c0288;
    padding: 2px 5px;
    width: 37px;
    height: 37px;
}

.icon-rfilter {
    border-radius: 3px;
    color: #e00000;
    padding: 2px 5px;
    width: 37px;
    height: 37px;
}

.modal-dialog {
    background: #fff;
    border-radius: 20px;
}

#Captcha1_ImgCaptcha {
    width: 120px;
}

.panel-footer {
    background-color: #fff;
}

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
    padding: 0;
}

.dash-main {
    padding: 0;
}

.info-box-icon {
    height: 120px;
    line-height: 1.2;
    background: rgb(26 235 182 / 30%);
    padding: 5px;
}

.p-box-container {
    display: table;
    background: #fff;
    font-weight: 500;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.p-icon {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}

.p-box {
    padding: 15px;
}

.m-a-0 {
    margin: 0;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-a-0 {
    padding: 0;
}

.p-name {
    margin: 0;
    font-size: 16px;
}

.back-btn {
    margin-top: 10px;
    text-align: center;
}

    .back-btn .back-a {
        color: #333;
        cursor: pointer;
    }

.panel-profile p {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 50px;
    }

    .p-box-container {
        margin-bottom: 30px;
    }

    .content-wrapper {
        margin-bottom: 0;
        padding-bottom: 50px;
    }

    .content {
        display: block;
        overflow: hidden;
        width: auto;
    }

    #divTableForms {
        overflow-x: auto;
    }

    .no-padding-for-mobile {
        padding: 0;
    }

    .nav-tab-custom li {
        width: 100%;
    }

    .nav-tab-custom > li > a {
        border-radius: 0;
    }

    #divVisitorForm .panel-body {
        margin-top: 15px;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 8px 15px 8px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > div,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 8px 15px 8px 25px;
    }

    .btn-upload {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .panel-profile {
        width: 500px;
        margin: 0 auto;
    }
}

.mah-logo {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 230px;
}

.btn-primary:focus,
.btn-primary.focus {
    background: #0c0288 !important;
    border: #0c0288 !important;
    color: #fff !important;
}

.modal-title {
    color: #fff !important;
    border-radius: 20px;
}

.closeModal {
    color: #fff !important;
}

.tab-content {
    margin-left: -20px;
    margin-right: -20px;
}

#sidemenu {
    position: fixed;
    width: 200px;
    height: 100%;
    background: #391e57;
    padding: 30px 0;
    -webkit-transition: width 2s;
    transition: width 2s;
}

/* picklist sidebar*/
.picklist-box {
    box-shadow: -15px 0 15px rgba(148, 148, 148, 0.35);
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 99999;
    padding: 0;
    bottom: 0px;
    background-color: #f2f2f2;
    width: 50% !important;
}

.picklist-sel-opt {
    background-color: #e6e6e6 !important;
}

.picklist-box .picklistPaginationinfos {
    display: none !important;
}

#tblPickList_previous {
    display: none !important;
}

#tblPickList_next {
    display: none !important;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 11px 12px;
        font-weight: normal;
        /*pointer-events: none;*/
        line-height: 1;
        color: #ffffff;
        text-align: center;
        background-color: #0c0288 !important;
        border: 1px solid #0c0288;
    }

.picklist-box-left {
    box-shadow: 15px 0 15px rgba(148, 148, 148, 0.35);
    top: 50px;
    left: 230px;
    position: fixed;
    z-index: 111;
    padding: 0;
    bottom: 44px;
    background-color: #f2f2f2;
}

.divPicklistClose {
    text-align: right;
    font-size: 14px;
    padding: 10px;
}

.pickListTextBox > div > i {
    height: 40px;
    border-style: inset;
}

.float {
    background-color: #fff;
    color: #0c0288;
    border: solid 1px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 21px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    font-size: 25px;
    z-index: 9999;
}

    .float:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 1px;
    }

.floatb {
    position: fixed;
    width: 125px;
    height: 50px;
    bottom: 20px;
    right: 15px;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    box-shadow: 4px 4px 6px rgb(70, 70, 70);
    font-size: 25px;
    z-index: 9998;
    cursor: pointer;
    border: solid 1px #0c0288;
}

    .floatb:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 1px;
    }

#fullscreen-top {
    padding: 7px;
    background-color: #0c0288;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

    #fullscreen-top:hover {
        padding: 7px;
        background-color: #fff !important;
        color: #0c0288 !important;
        text-align: center;
        font-size: 25px;
    }

.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}

.save {
    position: fixed;
    width: 125px;
    height: 50px;
    bottom: 21px;
    right: 15px;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 25px;
    z-index: 9999;
    border: solid 1px #0c0288;
    cursor: pointer !important;
}

    .save:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 1px;
        cursor: pointer !important;
    }

.save2 {
    position: fixed;
    width: 125px;
    height: 50px;
    bottom: 21px;
    right: 75px;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 25px;
    z-index: 9999;
    border: solid 1px #0c0288;
    cursor: pointer !important;
}

    .save2:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 2px;
        cursor: pointer !important;
    }

.continue {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 21px;
    right: 15px;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 25px;
    z-index: 9999;
    border: solid 1px #0c0288;
    cursor: pointer !important;
}

    .continue:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 1px #fff;
        cursor: pointer !important;
    }

.previous {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 21px;
    right: 201px;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 25px;
    z-index: 9999;
    border: solid 1px #0c0288;
    cursor: pointer !important;
}

    .previous:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 1px #fff;
        cursor: pointer !important;
    }

.previous2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 21px;
    right: 75px;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 25px;
    z-index: 9999;
    border: solid 1px #0c0288;
    cursor: pointer !important;
}

    .previous2:hover {
        background-color: #0c0288;
        color: #fff;
        border: solid 1px #fff;
        cursor: pointer !important;
    }

.cancle {
    display: none;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .floatb {
        bottom: 30px !important;
        right: 15px !important;
    }

    .save {
        position: fixed;
        width: 125px;
        height: 50px;
        bottom: 21px;
        right: 15px;
        background-color: #fff;
        color: #0c0288;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        font-size: 25px;
        z-index: 9999;
        border: solid 1px #0c0288;
        cursor: pointer !important;
    }

        .save:hover {
            background-color: #0c0288;
            color: #fff;
            border: solid 2px;
            cursor: pointer !important;
        }

    .save2 {
        position: fixed;
        width: 125px;
        height: 50px;
        bottom: 23px;
        right: 75px;
        background-color: #fff;
        color: #0c0288;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        font-size: 25px;
        z-index: 9999;
        border: solid 1px #0c0288;
        cursor: pointer !important;
    }

        .save2:hover {
            background-color: #0c0288;
            color: #fff;
            border: solid 2px;
            cursor: pointer !important;
        }

    .continue {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 23px;
        right: 15px;
        background-color: #fff;
        color: #0c0288;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        font-size: 25px;
        z-index: 9999;
        border: solid 1px #0c0288;
        cursor: pointer !important;
    }

        .continue:hover {
            background-color: #0c0288;
            color: #fff;
            border: solid 1px #fff;
            cursor: pointer !important;
        }

    .previous {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 23px;
        right: 207px;
        background-color: #fff;
        color: #0c0288;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        font-size: 25px;
        z-index: 9999;
        border: solid 1px #0c0288;
        cursor: pointer !important;
    }

        .previous:hover {
            background-color: #0c0288;
            color: #fff;
            border: solid 1px #fff;
            cursor: pointer !important;
        }

    .cancle {
        display: none;
    }
}

.sidebar-toggle:hover {
    background-color: #fff !important;
    color: #333 !important;
}

.divContent {
    margin-top: 25px;
}

.hideControl {
    display: none !important;
}

.showControl {
    display: block !important;
}

.full-width {
    width: 100%;
}

.hide {
    display: none;
}

.form-control {
    height: 40px;
}

    .form-control.has-addon {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

span.input-group-addon {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.text-wrap {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
    overflow: hidden !important;
}

.width-200 {
    max-width: 200px;
}

.buttons {
    margin-top: 12px;
}

.update {
    color: #170abf !important;
    border: solid 1px #170abf !important;
    background-color: #fff !important;
    margin: 15px;
    font-weight: 600;
}

.deletes {
    color: #f93154 !important;
    border: solid 1px #f93154;
    background-color: #fff !important;
    margin: 15px;
    font-weight: 600;
}

    .deletes:hover,
    .deletes:active,
    .deletes.hover {
        background-color: #5f0817 !important;
        border: solid 1px #5f0817 !important;
        color: #fff !important;
    }

.update:hover,
.update:active,
.update.hover {
    background-color: #0b0564 !important;
    border: solid 1px #0b0564 !important;
    color: #fff !important;
}

.Convicted {
    background-color: #f5dbd9 !important;
    color: #a32100 !important;
    padding: 2px;
    border: solid 1px #ebafa6 !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.Abetted {
    background-color: #f5dbd9 !important;
    color: #a32100 !important;
    padding: 2px;
    border: solid 1px #ebafa6 !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.Active {
    background-color: #e1f1f6 !important;
    color: #004a70 !important;
    padding: 2px;
    border: solid 1px #49afd9 !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.Acquitted {
    background-color: #f5dbd9 !important;
    color: #a32100 !important;
    padding: 2px;
    border: solid 1px #ebafa6 !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.Withdrawal {
    background-color: #f5dbd9 !important;
    color: #a32100 !important;
    padding: 2px;
    border: solid 1px #ebafa6 !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.SummaryClosed {
    background-color: #f5dbd9 !important;
    color: #a32100 !important;
    padding: 2px;
    border: solid 1px #ebafa6 !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.Transferred {
    background-color: #ffe7c1 !important;
    color: #ab5d30 !important;
    padding: 2px;
    border: solid 1px #e7702b !important;
    border-radius: 5px;
    width: 115px;
    display: inline-block;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
}

.caselist {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*//Add - For IO dropdown by sanket on 22-09-2022//*/
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: 0 !important;
    left: 5px !important;
    float: left !important;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 15px;
}
/*//end*/

/*//Add - For Datatable Horizontal scroll by sanket on 22-09-2022//*/
div.dataTables_wrapper {
    width: 100% !important;
    margin: 0 auto;
    /*overflow-x: auto;*/
    clear: both;
}

/*display none previous button of datatable pagination*/

/*.paginate_button previous {
    display: none !important;
}*/

.paginate_button.previous {
    position: unset;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #0c0288;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    z-index: 0;
    border: solid 1px #0c0288;
    cursor: auto !important;
}

/*fieldset div {
    margin-top:5px;
}*/

