﻿body {
   /* background-image: url('../Content/images/bg1.png');*/
    font-family: Calibri, Arial;
    font-size: 14px;
}

.header-content-full {
    width: 97%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    /*display: table-cell;*/
    /*height: 100%;*/
    margin: 0 auto;
    border-radius: 15px;
    background-color: white;
    border-color: silver;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 920px;

}

a {
    text-decoration: none;
    color: purple;
}

a:hover {
    text-decoration: underline;
}

.a-norm {
    text-decoration: none;
    color: purple;
}

    a-norm:hover {
        text-decoration: underline;
    }
 
.alert-message {
    padding: 20px;
    color: white;
    border: solid 1px black;
    border-radius: 4px;
    font-size: 14pt;
    /*z-index: 100;*/
   /* position: absolute;*/
}

.alert-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert-closebtn:hover {
    color: black;
    background-color: white;
}

.alert-message.error {
    background-color: #f44336;
}

.alert-message.warning {
    background-color: #ff9800;
}

.alert-message.info {
    background-color: #2196F3;
}

.alert-message.success {
    background-color: #4CAF50;
}

.ui-menu {
    padding-left: 15px;
    padding-top: 4px;
    height: 25px;
    /*text-shadow: 2px 2px 3px rgba(87,221,255,1);*/
}

    .ui-menu a {
        color: purple;
        text-decoration: none;
        font-size: 14pt;
        margin-right: 15px;
    }

        .ui-menu a:hover {
            /*box-shadow: 2px 2px 4px 2px rgba(87,221,255,1), 0 6px 5px 0 rgba(87,221,255,1);*/
            /*text-shadow: 3px 3px 5px rgba(87,221,255,1), 3px 3px 5px rgba(87,221,255,1);*/
            text-decoration: underline;
        }

.ui-menu-left {
    /*width: 700px;*/
    float: left;
}

.ui-menu-right {
    /*margin-left:800px;*/
    /*width: 170px;*/
    text-align: left;
    float: right;
    margin-right:20px;
}

.ui-sub-menu {
    padding-left: 15px;
    padding-top: 4px;
    height: 25px;
    text-shadow: 2px 2px 3px rgba(132, 225, 132,1);
}

    .ui-sub-menu a {
        color: purple;
        text-decoration: none;
        font-size: 11pt;
        margin-right: 15px;
    }

    .ui-sub-menu a:hover {
        /*box-shadow: 2px 2px 4px 2px rgba(87,221,255,1), 0 6px 5px 0 rgba(87,221,255,1);*/
        text-shadow: 3px 3px 5px rgba(132, 225, 132,1), 3px 3px 5px rgba(132, 225, 132,1);
    }


.title {
    color: black;
    font-size:24pt;
    font-weight:bold;
}

.user-logged-in {
    font-size: 14pt;
    font-weight: bold;
}

/* Add a black background color to the top navigation */
/* Add a black background color to the top navigation */
.topnav {
    position: relative;
    background-color: #835C3B; /*#333;*/
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

/* Centered section inside the top navigation */
.topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}

/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
    .topnav a, .topnav-right {
        float: none;
        display: block;
    }

    .topnav-centered a {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}
/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
    .topnav a, .topnav-centeted {
        float: none;
        display: block;
    }

    .topnav-centered a {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}


.small-icon {
    height:16px;
    width: 16px;
}

    .small-icon:hover {
        cursor: pointer;
    }

.dialog-primary-button {
    background-color: plum;
    color: black;
    font-size: medium;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

.dialog-primary-button:hover {
    opacity: 0.8;
    cursor: pointer;
    
}

.action-primary-button {
    background-color: plum;
    color: black;
    font-size: medium;
    padding: 5px 10px 5px 10px;
    margin-top: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-family: 'Comic Sans MS';
    border-radius: 25px;
    border: 1px solid gray;
}

    .action-primary-button:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.alert-message-small {
    padding: 2px 7px 2px 7px;
    color: white;
    border: solid 1px black;
    border-radius: 1px;
    font-size: 10pt;
    margin-left: 7px;
    display: none;
}

.alert-message-small.error {
    background-color: #f44336;
}

.alert-message-small.warning {
    background-color: #ff9800;
}

.alert-message-small.info {
    background-color: #2196F3;
}

.alert-message-small.success {
    background-color: #4CAF50;
}