/* 
    Created on : 23-Feb-2017, 7:52:42 PM
    Author     : Velimir Ljubibratic
*/

/* PMD standard jumbotron for page headers */
#jumbHeader .jumbotron-pmd {
   padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 0;
   min-height: 140px;
   max-height: 140px;
   padding-left: 20px;
   padding-right: 20px;
   background-color: white;
}

/* Remove margins from standard navbar */
.navbar {
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 0;
}

/* Double line style */
hr.style1 {
   border-top: 3px double #8c8b8b;
}

/* PMD Standard Table Style */
.PMDTable-fixed {
   width: 100%;
   margin-top: 0px;
   margin-bottom: 0px;
}
.PMDTable-fixed > thead > tr > th {
   line-height: 2em;
   border-top: 1px solid gray;
   border-bottom: 2px solid gray;
   padding-top: 2px;
   padding-bottom: 2px;
}
.PMDTable-fixed > tbody > tr > td {
   line-height: 2em;
   border-bottom: 1px solid #ccc;
   padding-top: 5px;
   padding-bottom: 5px;
}
.PMDTable-fixed > tfoot > tr > th {
   line-height: 2em;
   border-top: 2px solid gray;
   border-bottom: 1px solid gray;
   padding-top: 2px;
   padding-bottom: 2px;
}

/* PMD standard modal dialog box */
.modal-header, hh4, .close {
   background-color: #5cb85c;
   color: white !important;
   text-align: left;
   font-size: 18px;
}
.modal-footer {
   background-color: #f9f9f9;
}

.modal-xl {
   width: 1100px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 2;
    cursor: pointer;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #008852;
  border-bottom: 16px solid #008852;
  border-left: 16px solid #B46A55;
  border-right: 16px solid #B46A55;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
