/*!
Theme Name: Accounting
Theme URI: http://underscores.me/
Author: Aalok Shrivastava
Author URI: http://underscores.me/
Description: This is fronend theme backend is not required
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accounting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Accounting is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.dataTables_filter {
    display: none;
}
.form-group {
    width: 100%;
    float: left;
}

div#page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer-copyright {
    background: #000;
    color: #fff;
    padding: 19px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    float: left;
}

.footer-copyright a{
    color: #fff;
}

.ajax_loader{
  display: none;
}

.btn_container {
    padding: 50px;
    width: 60%;
    margin: 0 auto;
}


.btn_container ul{
  list-style: none;
}

.btn_container ul a {
    margin: 21px 0px;
    background: #333;
    display: block;
    width: 100%;
     padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}

.btn_container a:hover, .btn_container a:focus {
    background: #000;
}
.btn_container a {
    margin: 21px 0px;
    background: #333;
}


div#error, #loading {
    text-align: center;
}
input#file_sec:focus {
    outline: none;
}
input#file_sec {
    width: 25%;
    margin: 0 auto;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
content: 'Scan IMEI Number';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}


footer.footer_container {
    margin-top: 100px;
}

.profile_photo img{
  max-width:180px;
}
.profile_photo input[type=file]{
padding:10px;
background:#2d2d2d;
color: #fff !important;
}

.addmore_imei.form-group{
    text-align: center;
}
.add_more_imei{
    display: none;
}

.imei_search_c{
    text-align: center;
    width: 60% !important;
    margin: 0 auto;
    padding: 40px;
}

.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.filters {
    padding: 6px 16px !important;
}

.go_back_btn {
    margin-top: 32px;
}

.go_back_btn a {
    border: 3px solid #333;
    color: #000;
    padding: 10px 24px;
    font-size: 18px;
}
.go_back_btn a::before {
  content: '<';
}


.form_container_popup .form-group {
    width: 100%;
    float: left;
}

@media screen and (max-width: 640px) {
 .btn_container {
    padding: 50px;
    width: 100%;
    margin: 0 auto;
}
input#file_sec {
    width: 60%;
    margin: 0 auto;
}
}