﻿@charset "UTF-8";

body {
    padding-top: 50px;
    padding-bottom: 20px;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

/* 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 */

/*.table thead tr{
    background-color:#3276b1 !important;
    color:white;
}*/


/*##################################################*/

.typeDPK{

}
.typeObservation{
}

.datepicker{
    text-align:center;
}

/*################ Login ###################*/

.loginbody{
    background:url('../Content/Images/ParkingBackground.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:black;
}

.pwposbody{
    background:url('../Content/Images/ParkingBackgroundTransparent.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:white;
    padding-top:0;
}

.centerContainer{

    /*width: 50%;
    height: 50%;*/
    height:400px;
    width:420px;
    border-radius:15px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display:table-cell;
    background-color:rgba(255, 255, 255, 0.85);
    vertical-align:middle;
    text-align:center;
    margin: auto;
    -moz-box-shadow: 7px 7px 30px #1e1e1e;
-webkit-box-shadow: 7px 7px 30px #1e1e1e;
box-shadow: 7px 7px 30px #1e1e1e;

}

.alignCenter{
    margin: 0 auto;
}

.logo{
    background-image:url("../Content/Images/logo.png");
    background-repeat:no-repeat;
    margin-top:1em;
    margin-bottom:1em;
    width:180px;
    height:100px;
    background-size: 100% 100%;

}

.logoIPT{
    width: 130px;
    margin-top: 3em;
}


/*############### Transactions ############*/

.label-aside{
    padding-top:0.5em;
    font-size:small;
}
.label-condensed{
    line-height:1.5em;
}

.checkbox-center{
    margin-left:45% !important;
}

.panelFloatRight{
            margin: -1.9em -0.85em 0 0 !important;
        float:right !important;
}

.tableButton{
    
    font-size:1.4em !important;
    color: grey;    
}

.deleteButton{
    color:red;
    cursor: pointer !important;
}

.tableInvoices input{
    max-width: 4em;
    text-align: right;
    float:right;
}

.tableInvoices tr td:first-child span {    
    margin-left:1.2em;
}

.transactonsFilterContainer div[class^="col"]{
    padding-right: 10px !important;
    padding-left: 10px !important;

}
.transactonsFilterContainer button {
    width:100%;
    margin-bottom:0.5em;
}

.container > div.row{
   padding-top: 2em;
  
}

.labelValue{
    
}

.labelValue label{ 
    
    margin-top:0.3em;
    color: #3276b1;    
    /*background-color:  #3276b1;*/
    border-color: #285e8e;        
    
    font-size:1em;
    font-weight:normal;
    text-align:left;
    line-height:1em;
    display:block;
}

.labelValue div{
    display:inline-block;
    text-align:left;        
    font-size: 1.2em;
    
    color:black;
    font-weight:bold;  
    margin-bottom: 0.4em;
    
}

.gallery{
    margin-top:3em;
}


/*##################################################*/

/*############ Bootstrap override ##################*/

.clockpicker{
    padding-left:0 !important;
    padding-right:0 !important;
}
.row .row{
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.tooltip-inner {
    white-space:pre-wrap;
}

.input-group-addon{
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}

.input-group{
    margin-bottom:0.7em;
}

.input-group[class*=col-] {
    float: left !important;
}

.container {
        max-width: initial !important;
        width: inherit !important;
    }

.input-group-addon:first-child {
    width: 3em !important;    
}

.modal-footer {
    padding-bottom:0 !important;
}

.navbar{
   
}

td {
    vertical-align: middle !important;
}

.btn-lg{
    font-size:16px !important;
}

/*.form-control{
    font-size:28px !important;
}*/

.pw-lg{
    height:42px !important;
    font-size:24px !important;
}

.pw-logo{
    width: 240px!important;
    height:120px!important;
}

.pw-button{
    min-width: 300px!important;
    font-size: 24px!important;
}

.label-primary, .label-success, .label-info, .label-warning, .label-danger{
    color:white !important;
}

.text-bold{
    font-weight:bold;
}

.cursor-pointer{
    cursor:pointer;
}

.toggle-fullwidth .toggle{
    width:100% !important;
}

.toggle-fullwidth{
    width: 100% !important;
    margin-top: -0.33em !important;
    margin-left: -1.1em !important;
}

.toggle-fullwidth-no-left .toggle{
    width:100% !important;
}

.toggle-fullwidth-no-left {
    width: 100% !important;
    margin-top: -0.33em !important;
    margin-left: 0 !important;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }
}

/*############# Typeahead ####################*/

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*############# Toastr #######################*/
.toast {
    opacity: 1 !important;
}

/*#############  Statistics #################*/


.rowStatistics tr{
    color:black;    
}

.rowStatistics td{
    padding:0.3em 0em 0.3em 0.4em;  
    text-align:right;
}

.rowStatistics td:nth-child(2){
    text-align:left;
    
}

.rowStatistics h3 {
    text-align: center;
}

.pieContainer{
    margin-top:10%;
    margin-bottom: 2em;
}

/*#############  Statistics/Invoices #################*/

.export-button {
    margin-top: 1.5em !important;
}

.subtitle {
    color: dimgray;
    font-style: italic;
}


/*#########################################*/

/*############ Invoice ####################*/

.modalTableMaxWidth td {
    max-width: 10em;
}

.storno{
    background-color: #f5f5f5;
}

.fiskal-resend {
    background-color: #F76061;
}

.fiskal-resend:hover td {
    background-color: #FF7272 !important;
}

/*#########################################*/

/*############### Bank Excepriotns - Izvodi ###############*/
.panel-upload{
    padding: 0.7em;
    margin-bottom: -10px;
}

.panel-upload label{
    width:100%;
    text-align:center;
}

.tableModalScroll{
    height:290px;
    overflow-y:auto;
}

.checkbox-toggle{
    line-height: 3em;
    vertical-align: middle;
}

.modal-narrow{
    width: 30% !important;
    min-width:330px;
}

.modal-wide{
    width:85% !important;
}

.rowSmallFontSize{
    font-size:0.9em;
}



@media print{
   
    * {
        border-width:0px !important;
        font-size:14px;
    }

    .noPrint{
        display:none;
    }

    .modal{
        position:relative !important;
    }

    .modal-body{
        padding:0;
    }

    .modal-dialog{
        margin:0 !important;
        width:100% !important;
    }

    .modal-content {
        border-radius:0 !important;
    }

    .modal-header{
        display:none;
    }

    .col-xs-6{
        width:50% !important;
    }

    .col-xs-12{
        width:50% !important;
    }

    a {
        font-size:0 !important;
    }
}

.printButton{
    position: absolute;
    top: -3em;
    right: 5em;
}

.printButton label{
    cursor:pointer;
}


/*#########################################*/

/*############ Public ####################*/

.smsinvoicebody {
    background:url('../Content/Images/ParkingBackgroundTransparent.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:white;
    padding-top:0;
    padding-left:10px;
    padding-right:10px;
    height:100vh;
    display:flex;
    flex-direction:column;
}

.smsinvoicebuttoncontainer {
    min-width: 50%;
}

.smsinvoicebutton {
    margin-top:5px;
    font-size: 24px!important;
    width:100% !important;
    pointer-events: auto;
}

.swal-big {
    font-size:medium
}

.smsInvoiceR1 {
    font-size:large !important;
    margin-left:10px;
}

.smsInvoiceMessage {
    font-size:x-large !important;
    margin-bottom: 20px;
}

.smsInvoiceModalBody {
    margin-top:-15px !important;
}

.smsinvoice-mup-warning {
    margin-top:auto;
    font-size:9pt !important;
}

.smsinvoice-mup-divider {
    height:5px;
}

.full-height {
    height: 100%;
    display: inherit;
    flex-direction:inherit;
}

.smsinvoice-info {
    height:120px !important;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.zero-height {
    height: 0 !important;
    margin: 0 !important;
}