/*
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 : 17-may-2018, 14:26:03
    Author     : Alex
*/

.modal {
    overflow: hidden;
}
.modal-dialog {
    margin-right: 0;
    margin-left: 0;
}
.modal-header {
  height:90px;
  padding: 20px;
  cursor: move;
  /*background-color:#18456b;
  color:white;*/
}
.modal-title {
  margin-top:-10px;
  font-size:16px;
}
.modal-header .close {
  margin-top:-10px;
}
.modal-body {
  padding: 5px 35px 20px;
}
.modal-body h3 {
  text-align: center;
}
.modal-body p {
  padding-top:10px;
  font-size: 1.1em;
}

table {
    border: solid 1px;
    border-color: rgb(96,48,32);
}

tbody tr:hover{
    background-color:moccasin;
    color:rgb(96,48,32);
}

#menubar {
    display: block;
    color: red;
}

.btn-default:hover {
    background-color:wheat;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*.modal
{
    position: absolute;
    z-index: 9;
    overflow: hidden;
    bottom: auto;
    right: auto;
}

.modal-dialog{
    margin-right: 0;
    margin-left: 0;
}

.modal-header {
    z-index: 10;
    cursor: move;
    color: white; 
    background-image: linear-gradient(rgb(60,30,20),rgb(120,60,40),rgb(60,30,20));
}

.modal.fade.ui-draggable-dragging {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.modal.fade.nofly {
    top: 10%;        
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.modal-draggable .modal-backdrop {
  position: fixed;
}

.modal.modal-draggable {
    overflow: overflow-y;
}

.modal-draggable .modal-header:hover {
  cursor: move;
}*/

thead {
    color: white; 
    background-image: linear-gradient(rgb(60,30,20),rgb(120,60,40),rgb(60,30,20));
}

input {
    border-radius: 5px;
    padding: 3px;
}

select {
    border-radius: 5px;
    padding: 3px;
}

/*@media only screen and (max-width : 1200px) {
       .navbar-collapse li a { color: black; }
}*/