﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?9731");

/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

  ================================================ */
  
:root {
    --color-primary: #1F4788; /*primary-color*/
    --color-primary-hover: #1F4788; /*primary-color*/
    --color-secondary: #1F4788; /*primary-color*/
}

/*--------------------------Styling for buttons within the Feasibility Proposal Table--------------------*/

.icon-background {
    background-position: center center;
    color: white;
    background-color:  rgb(31,71,136);    
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.table-button {
    width: 40px;
    height: 40px;
    background-color: #1f4788;
    color: white;  
    border-color: transparent;
    text-align: center;
    background-color: #1f4788;   
}

.table-button:hover {
    opacity: 0.9;
}

.table-button-container {
    background-color: #1f4788;   
    padding: 4px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transform: scale(0.7);
}

.table-button-container:hover {
    opacity: 0.75;
}
/*
.hide-forma{
    display: none;
}

.dispaly-forma{
    display: block;   
}

.hide-feasibility{
    display: none;   
}

.dispaly-feasibility{
    display: block;   
}

.hide-formb{
    display: none;
}

.dispaly-formb{
    display: block;   
}

.hide-administrator{
    display: none;
}

.dispaly-administrator{
    display: block;   
    margin-left: 0px;
}*/


.top-left-image {
    max-wdth: 32px;
    background-color: whitesmoke;
    /*transform: scale(0.7);*/
    
}
.logo-container {
    background-color: whitesmoke;
    border-radius: 5px;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
    margin-right: 15px;
    padding-left: 5px;
}
.hidden {
    display: none;
}
.icon-color-primary {
    font-color: var(--color-primary);
    color: var(--color-primary);
}

/*--------------------------SIDE MENU STYLING------------------------*/
div.navigation-menu{
    background-color: var(--color-primary);
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.Menu_TopMenu > div a, .Menu_TopMenu > div a:visited {
    color: white;
}

.Menu_TopMenu .fa, .Menu_DropDownPanel .fa {
    color: white;
}
/*--------------------------SIDE MENU STYLING END--------------------*/
.expression {
    width: 38px;
}