<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><?=$this->session->userdata['settings']['title_short']?></title>
    <link rel="icon" href="<?= base_url($this->session->userdata['settings']['fav_icon'])?> " 
          type="image/x-icon"/>
    <link rel="shortcut icon" href="<?= base_url($this->session->userdata['settings']['fav_icon']) ?>" 
          type="image/x-icon"/>

    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/select2.min.css">

    <!-- DataTable -->
    <!-- <link rel="stylesheet" href="<?= base_url() ?>assets/css/dataTables/dataTables.bootstrap.css"> -->
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/dataTables/jquery.dataTables.min.css">
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/dataTables/buttons.dataTables.min.css">


    <link rel="stylesheet" href="<?= base_url() ?>assets/css/AdminLTE.min.css">
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/pace.css">
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/<?= $this->config->item("theme_color") ?>.css">
    <link rel="stylesheet" href="<?= base_url() ?>assets/css/custom-style.css?<?= time() ?>">
    <link href="<?php echo base_url();?>assets/css/parsley/parsley.css" rel="stylesheet">
    <link href="<?php echo base_url();?>assets/css/bootstrap-datepicker3.css" rel="stylesheet">

    <link rel="stylesheet" type="text/css" href="<?= base_url('assets/css/clockpicker.css') ?>">

    <script src="<?= base_url() ?>assets/js/jQuery-2.1.4.min.js"></script>

    <script type="text/javascript">
        report_data = ride_ids = [];
    </script>
  </head>