body
{
    font-size:14px;
    background-color: #d9d9d9;
}

a, a:visited, a:hover
{
    color: black;
}

.table tbody tr td,
.table tfoot tr td
{
    vertical-align: top;
    padding: 4px 4px 4px 4px;
}

.table thead tr th
{
    text-align: center;
    padding: 4px 4px 4px 4px;
}


.navbar-dark .navbar-nav .nav-link
{
    color: white;
}

.navbar-brand
{
    padding-left:10px;
    padding-right:10px;
}

.dropdown-menu
{
    background-color: #f2f2f2;
    font-size: 14px;
    box-shadow: 5px 5px 0.3em 0.3em grey;
}

.dropdown-item
{
    color: black; padding:1px 15px 1px 10px;
}

.dropdown-item:visited
{
    color: black;
}

.red
{
color: red;
}

/* ANTIGOS (A SEGUIR) */

.dropdown-submenu
{
    position: relative;
}

.dropdown-submenu>.dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover
{
    cursor: pointer;
}

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

.dropdown-submenu>a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after
{
    border-left-color: #fff;
}

.dropdown-submenu.pull-left
{
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

div.lista-detalhe
{
    padding-left:15px;
    background-color: white;
    cursor: pointer;
    /* box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); */
}

fieldset
{
    margin:auto;
    background-color: #FFFFFF;
    overflow: hidden;
    border: 0;
}

fieldset.fieldset-border
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid silver;
    float: left;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}


legend.legend-border
{
    width:auto;
    margin-bottom: 1px;
    font-weight: bold;
}

div#context
{
    box-shadow:2px 2px #7f7f7f;
    position:fixed;
    xxbackground-color: #e6e6e6;
    background-color: darkred;
    padding: 4px;
}

div#context span
{
    padding: 5px;
}

div#context a
{
    color: white;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}

div#context a:visited
{
    color: black;
    font-weight: normal;
}

div#context a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

div#context a:hover:not(.disabled) span
{
    background-color:blue;
    color: white;
}

.context-btn
{
    padding-left: 1px;
    padding-right: 1px;
    line-height:12px;
    padding: 0px;
}

p.list-title
{
font-size:12px;
background-color: lightgrey;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
margin: 0px 0px 0px 0px;
text-align: center;
}

.was-validated .custom-select:invalid + .select2 .select2-selection
{
    border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection
{
    border-color: #28a745!important;
}
*:focus
{
  outline:0px;
}

.BlueCircle a
{
border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */

padding: 0 5px 0 5px;
background: blue;
border: 1px solid blue;
color: white;
text-align: center;
}

.GreyCircle a
{
border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */

padding: 0 5px 0 5px;
background: lightgrey;
border: 1px solid lightgrey;
color: white;
text-align: center;
}

.RedCircle a
{
border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */

padding: 0 5px 0 5px;
background: darkred;
border: 1px solid darkred;
color: white;
text-align: center;
}
/*
.container-fluid
{
    padding-left:5px;
    padding-right:5px;
}

.modal:target
{
    opacity: 1;
    top:0%;
    visibility: visible;
}

.overlay
{
    display: none;
    position: fixed;
    xz-index: 1040;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.7;
}

.modal
{
    top: 80px;
    overflow: scroll;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

*/
