﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}




/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.navbar-collapse.in {
    display: block;
}
/*
a, a:hover, a:link {
    text-decoration: none;
}
*/
.Grid table, tbody, .mvc-grid-pager {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
}

    .Grid table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

.form-control, .btn {
    font-size: 14px;
}

.lupa .btn {
    margin: 1px;
}

.lupa .btn-group-sm {
    margin-bottom: 5px;
}

.small {
    font-size: 1rem;
    margin-bottom: 0px;
}

.Lista-Utilizadores {
    width: 150px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 30px;
    padding-right: 30px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.thumbnails .row {
    margin: 20px 0px 20px 0px;
}

.thumbnails img {
    width: 90px;
    margin: 0px 0px 0px 0px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
}

    .thumbnails img:hover {
        cursor: pointer;
        -webkit-transform: scale(3, 3);
        -ms-transform: scale(3, 3);
        transform: scale(3, 3);
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; /* Safari */
        box-shadow: 10px 10px 5px #888888;
        z-index: 1;
    }

.header_images img {
    width: 100%;
    margin: 10px 0px 10px 0px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
}

    .header_images img:hover {
        cursor: pointer;
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; /* Safari */
        box-shadow: 10px 10px 5px #888888;
        z-index: 1;
    }

.instagram img {
    width: 32px;
}

.instagram a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

.no-underline a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

a.no-underline:link, a.no-underline:hover, a.no-underline:active, a.no-underline:visited {
    text-decoration: none;
}

a:hover, a:active, a:link, a:visited {
    text-decoration: underline;
}

.desc-column {
    width: 50%;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color:gray;
}

.btn-pho2 {
    padding: 10px;
    border-radius: 10px;
    font-size: large;
}
.btn-pho {
    padding: 10px;
    border-radius: 10px;
    font-size: medium;
}

.Grid table, tbody, .mvc-grid-pager {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
}

.Grid table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
}


.HideOnPC a {
    margin: 1px;
}

.linha_regata:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 320px;
    box-shadow: 5px 10px 15px black;
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        /*color: black;*/
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: red;*/
}

.submenu, .submenu:visited {
    color: var(--LetraSubmenu);
    background-color: var(--FundoSubmenu);
    font-size: smaller;
}

.submenu:hover {
    color: var(--LetraSubmenuHover);
    background-color: var(--FundoSubmenuHover);
}