/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 31, 2017, 12:24:51 AM
    Author     : darko
*/



.my_navbar {
    background-color: white;
    border: 0;       
}
.my_navbar:hover {
    color: black; 
    
}



.m-item:hover {
    background-color: #555;
    
}


.language:hover {
    color: black;    
}

.language {
    cursor: pointer;
}

#MycompanyView th {
    width: 270px;
}

#MycompanyView {
    width: 50%;    
    float: left;
}

.btn-space {
    margin-right: 20px;
}

#invspays td { 
    white-space: normal; 
}

#hed-container-det-create {
    margin-top: 10px;
}

#det-create-head1 {
    float:left;
    
}

#det-create-head2
{
    float:right;
   
}

#paydet-index-pay-data {
    font-size: 24px;
}

#detail-index-doc-data {
    font-size: 24px;
}

body {
  padding-top: 54px;
}

/*@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

#modalHeaderBank {
    text-align: center;
}

#modalHeaderGuide {
    text-align: center;
}

#modalHeaderMycompany {
    text-align: center;
}

#modalHeaderTax {
    text-align: center;
}

.ContainerHomePage {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/*.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}*/

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*.one-header {
  height: 50vh;
  min-height: 300px;
  background: url('hpic.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}*/


