﻿@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}
.date-control {
    background-image: url(/assets/apps/img/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
}
.dis_flex{
    display:flex
}
.direct_row{
    flex-direction:row
}
.center_text{
    text-align:center
}
.border_0{
    border:0!important
}