
/* BASIC */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /*margin-bottom: 60px;  Margin bottom by footer height */
  }
  .footer {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    height: 48px; /* Set the fixed height of the footer here */
    line-height: 48px; /* Vertically center the text there */
    /* background-color: #545b61; */
    background-color: #009869;
    color: white;
  }
  .footer2 {
    background: #0e4295;
    font-size: 12px;
    height: 12px;
  }
  .toast-close-button {
    top: 3px !important;
    font-size: 14px !important;
  }

  .last-login {
    color: white !important;
    font-size: 9px;
  }
  .toast-top-right {
    bottom: 60px !important;
    top: unset !important;
  }
  .bootstrap-datetimepicker-widget table td.day {
    height: 0px !important;
    line-height: 14px !important;
  }
  .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 15px !important;
    height: 0!important;
}
  .green {
    color: #009869;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    top: 3px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ccc; */
    /* background-color: #009869; */
    background-color: #cc3300;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .case-closed {
    font-weight: bold;
    color: green;
  }
  .case-pending {
    font-weight: bold;
    color: #cc3300;
  }

  input:checked + .slider {
    /* background-color: #2196F3; */
    background-color: 	#009869;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  /* Custom Login Form */
  .login-container{
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 1000px;
    }
    .login-form-1{
        padding: 5%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
        background: ghostwhite;
    }
    .login-form-1 h3{
        text-align: center;
        color: #333;
    }
    .login-form-2{
        padding: 5%;
        background: #0062cc;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .login-form-2 h3{
        text-align: center;
        color: #fff;
    }
    .login-form-2 h6{
        text-align: left;
        color:#fff;
    }
    .login-container form{
        padding: 10%;
    }
    .btnSubmit{
        width: 50%;
        border-radius: 1rem;
        padding: 1.5%;
        border: none;
        cursor: pointer;
    }
/*    .otp-receive-btn::hover{
        color: #0E4295 !important
    }*/
    .btnReport{
        width: 150px;
        border-radius: 1rem;
        padding: 3%;
        border: none;
        cursor: pointer;
        font-weight: 600;
        color: #0062cc;
        background-color: #fff;
    }
    .login-form-1 .btnSubmit{
        font-weight: 600;
        color: #fff;
        background-color: #0062cc;
    }
     .login-form-1 .btnSubmit:hover{
        color: #0E4295 !important;
    }
    .login-form-2 .btnSubmit{
        font-weight: 600;
        color: #0062cc;
        background-color: #fff;
    }
    .login-form-2 .ForgetPwd{
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }
    .login-form-1 .ForgetPwd{
        color: #0062cc;
        font-weight: 600;
        text-decoration: none;
    }

  
  .body-bg {
    background-color: #f8f9fa;
  }
  
  a {
    color: #4d5258;
    display:inline-block;
    text-decoration: none;
    font-weight: 400;
  }
  
  .nav-menu {
    background-color: #009869;
  }
  
  .menu-text {
    color: white !important;
    font-size: 16px;
    font-weight: 600;
  }
  /* STRUCTURE */
  
  .wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 0px;
  }
  
  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 325px;
    position: relative;
    padding: 25px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
    margin-top: 15%;
    margin-right: 10%;
  }
  
  #formFooter {
    /* background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; */
  }
  
  
  .logo {
    padding-bottom: 0px;
    margin-top: 0px;
    height: 66px;
    width: 69px;
  }
 
  .print-logo {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  
  .red {
    color: red;
  }
  /* FORM TYPOGRAPHY*/
  
  input[type=button], .login-submit, input[type=reset]  {
    /* background-color: #4b5056; */
    /* background-color: #007bff;
    border: none;
    color: white;
    padding: 15px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 5px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
  }
  .login-submit {
    /* background-color: #4b5056; */
    font: 400 13.3333px Arial;
    background-color: #007bff;
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 5px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .login-submit:hover {
    cursor: pointer;
  }
  .modal-backdrop {
    /* z-index: 1050; */
  }
  
  input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color: #39ace7;
  }
  
  input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  
  .login {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 60%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }
  
  input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
  }
  
  input[type=text]:placeholder {
    color: #cccccc;
  }
  
  .filter-dropdown {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #6f7880 !important;
  }
  
  .filter-row {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  /* ANIMATIONS */
  
  /* Simple CSS3 Fade-in-down Animation */
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /* Simple CSS3 Fade-in Animation */
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
  .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
  
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
  
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }
  
  .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  /* Simple CSS3 Fade-in Animation */
  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #4b5056;
    content: "";
    transition: width 0.2s;
  }
  
  .underlineHover:hover {
    color: #0d0d0d;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  
  
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {
    width:60%;
  }
  
  .header-size {
    background: #0E4295;
    height: 75px;
    padding: 40px !important;
  }
  .quicklink-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    /* display: table-cell; */
    vertical-align: middle }
  
  /* .quicklinks {
    margin-top: 10px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50%; 
  } */
  .quicklinks-text {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: black;
  }
  /* .quicklinks-box {
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0px;
    padding-right: 0;
    border: 1px solid lightgray;
  } */
  .login-section1 {
    background: #575c62;
    color: white;
    font-size: 30px;
    font-weight: 700;
    padding-top: 20%;
  }
  .login-section2 {
    background-color: #393e42;
    color: white;
    font-size: 20px;
  }
  .login-input {
  
  }
  
  /* DASHBOARD */
  .nav-text {
    padding-left: 0px !important;
    padding-right: 5px !important;
    font-weight: 500;
    font-size: 12px; 
  }
  .dashboard-section {
    border: 1px solid #f6f7f2;
    border-radius: 5px;
    background-color: #f6f7f2;
    margin-bottom: 15px;
  }
  
  .count-cards {
    margin: 15px 0px 15px 0px;
    padding: 10px;
    background: white;
    /* box-shadow: 1px 1px 1px 1px; */
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 24px -10px rgba(0,0,0,0.75);
  }
  
  .page-title {
    border-bottom: 1px solid gray;
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 30px;
  }
  
  .print-icons {
    font-size: 32px;
  }
  
  .dashboard {
    margin-top: 15px;
    padding-left: 35px;
    padding-right: 45px;
    padding-bottom: 50px;
  }
  
  .form-rounded {
    border-radius: 1rem !important;
  }
  /* input::placeholder {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
  } */
  input.search-placeholder {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
  }
  .font-user {
    font-size: 12px !important;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
    /* background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(254,254,254,0) 100%); */
  }
  .table-striped tbody tr:nth-of-type(even):hover {
    background: #fff !important;
    box-shadow: 10px 10px 26px -13px rgba(0,0,0,0.75) !important;
    cursor: pointer;
    transform: scale(1.01);
    
  }
  .table-striped tbody tr:nth-of-type(odd):hover {
    background: #fff !important;
    box-shadow: 10px 10px 26px -13px rgba(0,0,0,0.75) !important;
    cursor: pointer;
    transform: scale(1.01);
  }
  .fir-table{
    width:100%; 
    border-collapse:collapse; 
  }
  .fir-table td{ 
    /* padding:7px; border:#4e95f4 1px solid; */
  }
  /* Define the default color for all the table rows */
  .fir-table tr{
    /* background: #b8d1f3; */
  }
  /* Define the hover highlight color for the table row */
    /* .fir-table tr:hover {
          background-color: #fff !important;
    } */
  .update-card {
    padding: 0px !important;
    float: right;
    text-align: right;
    /* padding-bottom: 83px; */
    margin-top: -10px;
  }
  
  .red-left-border {
    border-left: 4px solid #dd4b39;
  }
  .edit-dlt-card {
    font-size: 12px; 
    float: right;
  }
  .card-head {
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid lightgray;
    padding: 5px 15px;
  }
  .add-btn {
    font-size: 12px !important;
    color: #009869 !important;
    border-color: #009869!important;
  }
  .add-btn-white {
    font-size: 12px !important;
    color: #fff !important;
    border-color: #fff!important;
    padding: 1px !important ;
    padding-left: 3px !important ;
    padding-right: 3px !important ;
  }
  .add-btn-red {
    font-size: 12px !important;
    color: red !important;
    border-color: red!important;
  }
  .text-blue {
    color: #0e4295;
  }
  .remove-btn {
    padding: 0 5px !important;
    font-size: 12px !important;
  }
  .add-btn:hover {
    color: white !important;
    /* background: #4c5157 !important; */
    background: #0e4295;
  }
  
  .fir-inline-form {
    padding-bottom: 12px;
    align-items: unset !important;
  }
  .contact-searchbox {
    width: 25% !important;
    margin-bottom: 15px;
    display: inline !important;
    font-size: 12px !important;
  }
  
  .blue-box {
    background: #00c0ef;
    color: white;
  }
  
  .green-box {
    background: #00A659;
    color: white;
  }
  
  .yellow-box {
    background: #f39c12;
    color: white;
  }
  
  .colorbox-text {
    font-weight: 400;
  }
  
  .red-box{
    background: #c64333;
    color: white;
  }
  .nav-pills .nav-link.active {
    background-color: #0e4295 !important;
  }
  .contact-card{
    /* border: 1px solid black; */
    border-radius: 5px;
    background: white;
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
    /* padding: 10px; */
    margin-bottom: 15px !important;
  }
  .quicklink{
    border: 1px solid #d9dde1;
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
    /* padding: 10px; */
    /* margin-bottom: 2px !important; */
  }
  .contact-circle {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
  }
  .contact-text {
    font-size: 12px !important;
  }
  .fir-table {
    font-size: 12px;
  }

  .th-firtable {
    width: 100%;
    margin-bottom: 0rem !important;
    color: #212529;
  }
  /* .dashboard1 {
    padding-left: 50px;
    padding-right: 40px;
  } */
  
  .main-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 60px;
  }
  .system-title {
    /* font-size: 2.0rem; */
    font-size: 1.2rem;
    padding-top: 20px;
  }
  .user-dropdown {
    left: -85px !important;
    font-size: 12px !important;
  }

  .invalid-feedback {
    color: red;
    font-size: 13px;
  }
  .move-left {
    width: 25px !important;
    box-shadow: none !important;
    margin-left: 0px;
  }
  .incident-data {
    word-break:break-all;
  }
  .delete-modal {
    text-align: center;
    font-weight: 500;
    color: #636363;
  }
  .delete-button {
    background: #f15e5e !important;
    color: white !important;
  }
  .delete-button:hover .delete-button:focus {
    background: #ee3535 !important;
  }
  .cancel-button {
    background: #c1c1c1 !important;
  }
  
  @media (min-width: 576px){
    .annex-modal {
        max-width: 870px !important;
    }
    .annex-modalb {
      max-width: 1024px !important;
    }
    .casualty-modal {
      max-width: 1111px !important;
    }
  }
  .head-row {
    color: white;
    font-size: 10px;
    width: 150px;
    margin-top: 45px;
    margin-right: -116px !important;
  }
  /*
   * Sidebar
   */
  
  .section-title {
    /* background: #4c5157; */
    background: #0e4295;
    color: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .sidebar-sticky {
    position: relative;
    top: 0;
    box-shadow: 1px 2px 66px 10px rgba(0,0,0,0.18) !important;
    border: 1px solid #dee2e6;
    border-radius: 5px;
  
    /* height: calc(100vh - 48px); */
    /* padding-top: .5rem; */
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 400;
    color: #333;
    font-size: 12px;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .side-nav {
    border-bottom: 1px solid #dee2e6;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /* Incident log */
  ul.timeline {
    list-style-type: none;
    position: relative;
  }
  ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
  }
  ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
  }
  ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /* border: 3px solid #22c0e8; */
    border: 3px solid #009869;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
  }
  .log-text {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .log-title {
    color: #0e4295 !important;
    font-weight: 500;
  }
  
  /* Image gallery */
  
  
  /* .filter-button
  {
      font-size: 18px;
      border: 1px solid #42B32F;
      border-radius: 5px;
      text-align: center;
      color: #42B32F;
      margin-bottom: 30px;
  
  }
  .filter-button:hover
  {
      font-size: 18px;
      border: 1px solid #42B32F;
      border-radius: 5px;
      text-align: center;
      color: #ffffff;
      background-color: #42B32F;
  
  }
  .filter-button:active
  {
      background-color: #42B32F;
      color: white;
  } */
  
  /* .btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  } */
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .modal-border {
    border: 3px solid #009869 !important;
  }

.page {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}


/* Datatables */

.dataTables_info {
  font-size: 12px;
  margin-left: 12px;
}

.dataTables_paginate {
  font-size: 12px;
  margin: 5px 0 5px 0;
} 

.dataTables_filter {
  margin-top: 9px;
  margin-right: 15px;
}

.dataTables_length {
  font-size: 12px;
  margin: 15px 0px 0px 5px;
}

.dt-buttons {
  float: right;
  margin-right: 20px;
  margin-top: 9px;
}

.firyear {
  padding-left: 7px !important;
  padding-right: 0px !important;
}

.select2-selection__rendered, .select2-results__option, .select2-search__field{
  font-size: 13px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 32px !important;
  color: #495057 !important;
}