/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
height: 100%;
font-family: 'Numans', sans-serif;
font-size: 13px;
}

label {
  text-align: right;
}

a {
    color: #0cb420;
}

a:hover, a:active {
    color: #00d81a;
}

body {
    background-color: #b4cfc0;
	/*background: linear-gradient(-45deg, #dfdfdf, #ffffff, #b4cfc0, #dfdfdf);*/
	/*background-size: 400% 400%;*/
	/*animation: gradient 60s ease infinite; */
}

@media (min-width: 1200px) {
    
    .container {
        max-width: 1800px;
    }

}

input[type=checkbox] {
    margin-left: -20px;
}

/*

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

*/

.container{
height: 100%;
}

.container.row {
	display: block;
}

div.contents div.choseabletab {
	display: none;
}

div.contents div.choseabletab.active {
	display: block;
}

.login.card{
    margin-top: auto;
    margin-bottom: auto;
    width: 300px;
    background-color: rgb(54 166 46 / 56%) !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.input-group-prepend span{
    width: 50px;
    background-color: #eee;
    color: black;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    color: black;
    background-color: #eee;
    width: 100px;
}

.login_btn:hover{
    color: black;
    background-color: white;
}

.links{
    color: white;
}

.links a{
    margin-left: 4px;
}

li.nav-item span.nav-link.realname {
	color: #313131;
}

.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim{0%{clip:rect(78px,9999px,4px,0)}5%{clip:rect(87px,9999px,70px,0)}10%{clip:rect(21px,9999px,60px,0)}15%{clip:rect(79px,9999px,83px,0)}20%{clip:rect(20px,9999px,28px,0)}25%{clip:rect(42px,9999px,78px,0)}30%{clip:rect(71px,9999px,37px,0)}35%{clip:rect(89px,9999px,49px,0)}40%{clip:rect(36px,9999px,48px,0)}45%{clip:rect(77px,9999px,67px,0)}50%{clip:rect(7px,9999px,94px,0)}55%{clip:rect(90px,9999px,79px,0)}60%{clip:rect(48px,9999px,57px,0)}65%{clip:rect(64px,9999px,35px,0)}70%{clip:rect(23px,9999px,88px,0)}75%{clip:rect(68px,9999px,27px,0)}80%{clip:rect(39px,9999px,98px,0)}85%{clip:rect(97px,9999px,57px,0)}90%{clip:rect(61px,9999px,53px,0)}95%{clip:rect(79px,9999px,44px,0)}100%{clip:rect(12px,9999px,19px,0)}}@keyframes noise-anim{0%{clip:rect(78px,9999px,4px,0)}5%{clip:rect(87px,9999px,70px,0)}10%{clip:rect(21px,9999px,60px,0)}15%{clip:rect(79px,9999px,83px,0)}20%{clip:rect(20px,9999px,28px,0)}25%{clip:rect(42px,9999px,78px,0)}30%{clip:rect(71px,9999px,37px,0)}35%{clip:rect(89px,9999px,49px,0)}40%{clip:rect(36px,9999px,48px,0)}45%{clip:rect(77px,9999px,67px,0)}50%{clip:rect(7px,9999px,94px,0)}55%{clip:rect(90px,9999px,79px,0)}60%{clip:rect(48px,9999px,57px,0)}65%{clip:rect(64px,9999px,35px,0)}70%{clip:rect(23px,9999px,88px,0)}75%{clip:rect(68px,9999px,27px,0)}80%{clip:rect(39px,9999px,98px,0)}85%{clip:rect(97px,9999px,57px,0)}90%{clip:rect(61px,9999px,53px,0)}95%{clip:rect(79px,9999px,44px,0)}100%{clip:rect(12px,9999px,19px,0)}}.error:after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 #e74a3b;top:0;color:#5a5c69;background:#f8f9fc;overflow:hidden;clip:rect(0,900px,0,0);}

.nav-tabs.tabchooser>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav.tabchooser>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs.tabchooser>li.active>a, .nav-tabs.tabchooser>li.active>a:focus, .nav-tabs.tabchooser>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

div.contents div.choseabletab {
	background-color: #fff;
	padding: 40px 10px;
}

.clients-page div.contents div.choseabletab{
    padding: 20px 10px;
}

table tbody tr.pending {
    pointer-events: none;
}

table tbody tr.pending td {
    opacity: 0.2;
}

table {
    position: relative;
}

table tbody tr.pending td {
    z-index: 100;
    position: relative;
    background: transparent !important;

}

table tbody tr.pending:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 100;
    background: transparent url(/public/media/img/topux_spin.gif) no-repeat;
    background-size: 90px 90px;
    background-position: center;
    left: 0;
}

.spin {
    width: 90px;
    height: 90px;
    background: transparent url('/public/media/img/topux_spin.gif');
    top: 0px;
    right: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 90px 90px;
    display: inline-block;
}

.crash {
    width: 600px;
    height: 600px;
    background: transparent url('/public/media/img/topux_crash.gif');
    top: 0px;
    right: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 600px 600px;
    display: inline-block;
}

.innerinfo {
    margin: 30px 0;
    padding: 20px;
    background-color: #dbe4da;
}

table#transactions {
    background-color: #ffffff;
}

table#logs {
    background-color: #ffffff;
}

.verysmall {
    font-size: 10px;
}

#topuprequests tbody tr td, #topuprequests thead tr th {
    padding: 5px;
}

#topuprequests thead tr th:nth-child(1), #topuprequests thead tr th:nth-child(2), #topuprequests thead tr th:nth-child(3),
#topuprequests tbody tr td:nth-child(1), #topuprequests tbody tr td:nth-child(2), #topuprequests thead tr th:nth-child(3) {
    width: 58px;
}

tbody tr.storno {
    background-color: #ddd;
}

.color- {
    color: #818181;
}

.color-0 {
    color: green;
}

.color-1 {
    color: orange;
}

.color-2 {
    color: red;
}

span.gray {
    color: #ddd;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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%;
}

p.balancerow {
  width: 220px;
  display: inline-block;
}

#topupModal div.modal-dialog {
  max-width: 80%;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(160, 160, 160, 0.75), rgba(0, 0, 0, 0));
}

#transactions th, #clients-table th, #customers-table th, #accounts-table th, #vehicles-table th {
    cursor: pointer;
}

div.form-group.row.hidden {
  display: none;
} 

input.form-control.deregistered {
  background-color: #eee;
}

div.ta {
  display: none;
}

div.last_runs{
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
}

div.last_runs i {
  width: 24px;
  height: 24px;
}

#toggle-filter{
    float:right;
    height:30px;
    border-radius:4px;
}
