﻿/* ------------------------------------------------------------------------------------ general */

html {
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #fff;
}

.container {}

.font-normal label {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #2c3e50 !important;
}


/* ----------------------------------------------------- top header */

#header-top {
    background: #fff;
    padding: 5px 0;
}

.logo_vatra_dornei img {
    max-width: 300px;
    /* background-image: url('~/img/logo_vatra_dornei_web.jpg'); */
}


/* ----------------------------------------------------- main menu */

.navbar-default {
    background-color: #365983;
    border-color: transparent;
    border-radius: 0;
}

.navbar-brand {
    float: left;
    padding: 15px 5px 15px 15px;
    font-size: 16px;
    line-height: auto;
    height: auto;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active {
    color: #ffffff;
}

.navbar-brand-app {
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
    padding-top: 16px;
    display: inline-block;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #416a9a;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #1a242f
}

.btn-login,
button[type=submit] {
    background: #365983;
    border-color: #365983;
    margin-bottom: 5px;
}

.btn-login:hover,
button[type=submit]:hover {
    background: #2c496d;
    border-color: #2c496d;
    margin-bottom: 5px;
}

.logout-button-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.btn-logout {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 50%;
}

a {
    color: #3498DB;
}

a:hover {
    color: #365983;
}

#alerta-completare-profil {
    background: rgb(247, 247, 247);
}

.alert-info {
    background-color: rgb(247, 247, 247);
    border-color: rgb(247, 247, 247);
    color: #777;
    text-align: center;
}

.alert-info i {
    color: #a20032;
}

.alert .alert-link {
    color: #777;
    text-decoration: underline;
}


/*  demers*/

.phone {
    color: #fff;
}

.phone a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    color: #555;
    font-size: 14px;
}

.btn-efunctionar {
    line-height: 1.5;
}


/* ------------------ pasi proces */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
}

h1 a {
    color: #333;
    font-size: 2.5rem;
    font-weight: 300;
}

h1 span {
    font-size: 26px;
}

.process-id {
    padding: 2px 4px;
    font-size: 26px;
    color: #333;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.25);
}

h2 {
    font-size: 1.5rem;
}

.breadcrumb-wrapper {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.mt-3 {
    margin-top: 0px !important;
}

.breadcrumb-backlink-details {
    display: none;
}

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
}

.breadcrumb a,
.breadcrumb a kbd {
    color: #0067B8;
    font-size: 14px;
}

.breadcrumb a kbd {
    background-color: transparent;
    color: #0067B8;
    font-size: 14px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.25);
    padding: 0;
}

.font-style1 .checkbox label {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.margin-left-md {
    padding-left: 20px;
}

.margin-left-lg {
    padding-left: 40px;
}

.checkbox-horizontal {}

.checkbox-inline .form-group .checkbox label {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}


/* general (de pusin root start */

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.well {
    padding: 20px 40px;
}

h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h3:after {
    content: '';
    border-top: 2px solid #d8d8d8;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h3:after {
    margin: 0 0 0 20px;
}

.my-form-smaller label {
    font-weight: bold;
    font-size: 12px;
    color: #777;
}

.form-group-sm .form-control {
    height: 35px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.my-info-tooltip {
    color: #333;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-sm {
    border-radius: 3px;
    font-size: 14px;
    height: inherit;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-sm {
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    line-height: 1.5;
    padding: 6px 22px 6px 10px;
    border: #dce4ec 2px solid;
}

.invisible {
    display: none;
}


/* general (de pusin root end */


/* ------------------------------------------------------------------------------------ footer */

footer {
    /*background: url('http://www.primariavatra_dornei.ro/lib/tpl/img/footerbg.jpg') no-repeat center bottom;
    min-height: 200px;*/
    text-align: center;
    background-color: #0C385A;
    padding: 30px 0;
    font-size: 12px;
}

div.footerlinks {
    text-align: center;
    border-top: 1px solid #0f7fc93f;
    padding-top: 5px;
}

div.footerlinks a {
    color: #0f7fc9;
    font-size: 13px;
    padding: 5px 10px;
}

.cnt-footer h1 {
    color: rgb(162, 0, 50);
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    margin-bottom: 20px;
    position: relative;
}


/* ------------------------------------------------------------ bugetare participativa start */

body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.navbar-default {
    background-color: #0C385A;
    border-color: transparent;
    border-radius: 0;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

.navbar-nav>li>a:hover {
    border-bottom: 2px solid #fff;
    background-color: transparent !important;
}

.img-poca {
    max-width: 23% !important;
    display: block;
    margin-left: 10px;
}

.page-header-cnt {
    background-color: #ebf4fa;
    margin-bottom: 20px;
}

.page-header-title {
    padding: 65px 0;
    font-weight: 600;
    color: #0C385A;
    font-size: 33px;
}

.page-content-cnt {
    background-color: #fff;
}

.banner_container {
    background-color: #fff;
}

div.card.bp__card div.bp_title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;
    padding: 1em !important;
    text-transform: none !important;
    font-weight: 500;
}

.card-body {
    max-height: 120px;
    overflow: hidden;
}


/*bugetare participativa*/

a.indbutton {
    text-transform: uppercase;
    background: transparent!important;
    color: #2c3e50;
    padding: 8px 8px;
    border: 1px solid #0c385a;
    font-size: 12px;
    font-weight: 600;
}

a.indbutton:hover {
    transition: all .35s;
    background: #2c3e50 !important;
}

.center-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
}

img.logo_vatra-dornei_img {
    max-width: 200px;
    margin-left: 20px;
}

@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
    }
}