﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --culoare-contur-btn1: black;
    --culoare-fundal-btn1: transparent;
    --culoare-text-btn1: black;
    --culoare-fundal-alb-galbui: #FFFFE5;
    --culoare-fundal-btn-albastru: #4969EF;
    --culoare-fundal-cerc-albastru: #2D5AAA;
    --culoare-fundal-cerc-rosu: #FF3333;
    --culoare-fundal-cerc-galben: #FFB743;
    --border-radius-1: 0.6rem;
    --border-radius-2: 1rem;
    --border-radius-3: 1.5rem;
    --border-radius-4: 2rem;
    --border-radius-5: 10rem;
}
.inter-<uniquifier > {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--culoare-fundal-alb-galbui);
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.ph-15px{
    padding-left:15px;
    padding-right:15px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



/* General
-------------------------------------------------- */
.text-black-25 {
    color: rgba(0,0,0,.25) !important
}

.text-black-10 {
    color: rgba(0,0,0,.1) !important
}


/* Style upload input
-------------------------------------------------- */
.fileinput-button {
    position: relative !important;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        font-size: 150% !important;
    }
}

/* Vizualizare document
-------------------------------------------------- */
.doc-cnt-progress {
    /*position: absolute;*/
    width: 100%;
    bottom: -4px;
}

.doc-cnt-progress > .progress {
    height: 7px !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container-3xl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1580px;
    }
}
.line-h-25px{
    line-height:25px !important;
}


@media screen and (max-width: 575px) {
    .mx-w-100 {
        width: 80% !important;
    }
}

@media screen and (max-width: 345px) {
    .mx-w-100 {
        width: 60% !important;
    }
}
.max-lines-2{
    line-clamp:2;
}
.li-float-left{
    float:left;
}
.li-float-right{
    float:right;
}
@media screen and (max-width: 992px) {
    .mx-w-100 {
        width: 100% !important;
    }
}
.navbar-nav {
    display: flex;
    justify-content: end;
}
.h15rem{
    height:15rem;
}
.h15rem div{
    height:100%;
}
.h15rem .center{
    display:flex;
    justify-content:center;
    align-items:center
}
.cfd-logo-minister{
    height:5rem;
    margin-left:1rem;
    margin-top:1rem;
    margin-bottom:1rem;
}
.cfd-btn1 {
    min-width: 10rem;
    min-height: 1.4rem;
    text-align: center;
    background-color: var(--culoare-fundal-btn1);
    border-radius: var(--border-radius-1);
    border-style: solid;
    border-width: 2px;
    border-color: var(--culoare-contur-btn1);
    color: var(--culoare-text-btn1);
    text-decoration: none;
    font-weight: 700;
}
.cfd-btn1 a{
    padding-top:4px;
    padding-bottom:4px;
}
.cfd-btn-albastru {
    background-color: var(--culoare-fundal-btn-albastru);
    border-color:transparent;
    color:white;
}
.cfd-btn-rosu {
    background-color: var(--culoare-fundal-cerc-rosu);
    border-color:transparent;
    color:white;
}
.cfd-btn-albastru a, .cfd-btn-rosu a{
    color: white;
}
.cfd-btn-faraContur, .cfd-btn-faraContur:hover{
    background-color: transparent;
    border-style: none;
    width: 2rem;
    height:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.cfd-casuta-cautare-dosare{
    background-color:transparent;
    border-radius:var(--border-radius-3);
    border-color:black;
    height:1.8rem;
}
.cfd-marginStangaNegativ1{
    margin-left:-1rem;
}
.cfd-marginStangaNegativ2{
    margin-left:-2rem;
}
.cfd-marginStangaNegativ3{
    margin-left:-3rem;
}
.cfd-latime-coloana-dosare-1{
    min-width:10%;
    max-width:10%;
    width:10%;
    word-wrap:normal;
    padding-left:0.5rem;
}
.cfd-latime-coloana-dosare-2{
    min-width:18%;
    max-width:18%;
    width:18%;
    word-wrap:normal;
    padding-left:0.5rem;
}
.cfd-footer-albastru{
    height:3.5rem;
    background-color:var(--culoare-fundal-btn-albastru);
    color:white;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-left:2rem;
    padding-right:2rem;
}
.cfd-footer-albastru img{
    height:2rem;
    padding-left:2rem;
}
.cfd-footer-albastru span{
    color:white;
    padding-right:2rem;
}
.cfd-ts-1{
    font-size:0.75rem;
}
.cfd-ts-2{
    font-size:1rem;
}
.cfd-ts-3{
    font-size:1.5rem;
}
.cfd-ts-4{
    font-size:2.5rem;
}
.cfd-hs-1{
    font-size:3.75rem;
}
.cfd-hs-2{
    font-size:5rem;
}
.cfd-hs-3{
    font-size:6.55rem;
}
.cfd-hs-4{
    font-size:8rem;
}
.cfd-icon-size-1{
    height:1.25rem;
    min-height:1.25rem;
    max-height:1.25rem;
}
.cfd-icon-size-2 {
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
}
.cfd-icon-size-3 {
    height: 3.5rem;
    min-height: 3.5rem;
    max-height: 3.5rem;
}
.cfd-forma-instructiuni {
    height: 5rem;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    border-radius: var(--border-radius-5);
    width: 12rem;
}
    .cfd-forma-instructiuni img {
        border-radius: var(--border-radius-5);
        margin: 0.2rem;
    }
.cfd-forma-downloadupload-depunere {
    height: 100%;
    width: 8rem;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    border-radius: var(--border-radius-5);
}
.cfd-forma-depunere {
    height: 6rem;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    border-radius: var(--border-radius-5);
    width: 100%;
}
    .cfd-forma-depunere span{
        padding-left:-1rem;
        padding-right:1rem;
        text-align:start;
    }
    .cfd-cerc-depunere {
        position: relative;
        display: flex;
        height: 6.5rem;
        width: 6.5rem;
        min-height: 6.5rem;
        min-width: 6.5rem;
        max-height: 6.5rem;
        max-width: 6.5rem;
        border-style: none;
        border-radius: 50%;
        border-width: 2px;
        border-color: gray;
        left: -1rem;
        background-color: white;
        justify-content: center;
        align-items: center;
    }
.cfd-cerc-depunere-container-img {
    border-style: none;
    border-radius: 50%;
    width: 95%;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cfd-cerc-depunere img{
    width:50%;
}
.cfd-forma-rand-documente {
    min-height: 4rem;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    border-radius: var(--border-radius-5);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.cfd-forma-rand-dosare{
    background-color:var(--culoare-fundal-btn-albastru);
    border-style:none;
    border-width:2px;
    border-color:gray;
    border-radius:var(--border-radius-1);
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    color:white;
}
.cfd-forma-rand-alocare{
    border-style:solid;
    border-width:2px;
    border-color:gray;
    border-radius:var(--border-radius-1);
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
.cfd-forma-rand-etapa{
    border-style:none;
    background-color:#e6e6e6;
    border-width:2px;
    border-color:gray;
    border-radius:var(--border-radius-1);
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
    .cfd-forma-rand-alocare span, .cfd-forma-rand-etapa span, .cfd-forma-rand-dosare span{
        text-align: start;
    }
    .cfd-bg-rotund{
        border-style:none;
        border-radius:50%;
    }
.cfd-bg-albastru{
    background-color:var(--culoare-fundal-cerc-albastru);
}
.cfd-bg-rosu {
    background-color: var(--culoare-fundal-cerc-rosu);
}
.cfd-bg-galben {
    background-color: var(--culoare-fundal-cerc-galben);
}
.cfd-text-albastru{
    color:var(--culoare-fundal-btn-albastru) !important;
}
.cfd-text-rosu {
    color: var(--culoare-fundal-cerc-rosu) !important;
}
.cfd-text-galben {
    color: var(--culoare-fundal-cerc-galben) !important;
}
.cfd-sectiune-scroll-vizualizare{
    height:60vh;
    overflow-y:scroll;
    margin-left:-2rem;
    margin-right:-2rem;
    padding-left:2rem;
    padding-right:2rem;
}
.cfd-sectiune-scroll-home-index{
    height:45vh;
    overflow-y:scroll;
    margin-left:-2rem;
    margin-right:-2rem;
    padding-left:2rem;
    padding-right:2rem;
}
    .cfd-sectiune-scroll-home-index::-webkit-scrollbar, .cfd-sectiune-scroll-vizualizare::-webkit-scrollbar {
        width: 10px;
    }

    .cfd-sectiune-scroll-home-index::-webkit-scrollbar-track, .cfd-sectiune-scroll-vizualizare::-webkit-scrollbar-track {
        background: transparent;
    }

    .cfd-sectiune-scroll-home-index::-webkit-scrollbar-thumb, .cfd-sectiune-scroll-vizualizare::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .cfd-sectiune-scroll-home-index::-webkit-scrollbar-thumb:hover, .cfd-sectiune-scroll-vizualizare::-webkit-scrollbar-thumb:hover {
            background: #666;
        }
.cfd--gri {
    background-color: lightgray; /* For browsers that do not support gradients */
    background-image: linear-gradient(135deg,#f6f6f6, white);
}
.cfd-box-shadow1 {
    box-shadow: 2px 0px 4px black;
}
.cfd-box-shadow2 {
    box-shadow: 2px 2px 10px #aaa;
}
.cfd-fw-0 {
    font-weight: 100;
}
.cfd-fw-1{
    font-weight:300;
}
.cfd-fw-2{
    font-weight:500;
}
.cfd-fw-3{
    font-weight:700;
}
.cfd-fw-4{
    font-weight:900;
}
.cfd-text-decoration-none, .cfd-text-decoration-none:hover {
    text-decoration: none;
    color: inherit;
}
.cfd-logo-grants-index{
    height:4rem;
}
.cfd-container-img-vizualizare{
    width:2.5rem;
    height: 2.5rem;
    display:flex;
    justify-content:center;
    align-items:center;
}
.cfd-h0{
    height:0 !important;
}
.cfd-lh-1{
    line-height:1;
}
.modal-content {
    border-radius: var(--border-radius-1);
    background-color: var(--culoare-fundal-alb-galbui);
    border-style:none;
}
.modal-title{
    font-weight:700;
}
.modal-body {
    font-weight:500;
    justify-content: center;
    align-items: center;
    display: flex;
}
.modal-footer{
    display:flex;
    justify-content:center;
}
.modal-footer i{
    display:none;
}
.modal-footer button{
   border-style:none;
   border-radius:var(--border-radius-1);

}
.modal-footer .btn-primary{
    background-color:var(--culoare-fundal-btn-albastru);
}
.modal-footer .btn-secondary{
    background-color:var(--culoare-fundal-cerc-rosu);
}

/*.select2-selection__rendered {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.selection span, .select2-container ul li input span, .select2-dropdown ul li input span, .select2-search, .select2-results ul li input span, .select2-results__option, .select2-results__option, .select2-search__field {
    background-color: var(--culoare-fundal-alb-galbui) !important;
    text-align:center;
}
.select2-selection__arrow{
    margin-right:2rem;
}*/

