﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}
    
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select{
   max-width: 380px;
}



.trans {
    font-size: 85%;
}
  /*datatables css*/
@media screen and (max-width: 767px) {
	div.dataTables_length {
		text-align: left;
	}
}

@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.navbar-top-links li a {
    padding-top: 15px;
     padding-bottom: 15px;
    padding-left: 10px;
     padding-right: 10px;
    min-height: 50px;
}
.lgi-big{
     padding: 20px 30px;
}

.with_fee {
    font-size:130%;
}
@media (min-width: 992px) {
    .modal-xl {
        width: 80%;
    }
}
.modal-wide .modal-dialog {
    width: 80%; /* or whatever you wish */
}

.footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.footer-copyright {
    padding-top: 10px
}