/* #000000 */

html,
body {
    height: 100%;
    background-color: rgb(245, 248, 250);
    color: black;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

/* breadcrumb */
.breadcrumb {
    background-color: rgb(234, 240, 246);
    border: 1px solid rgb(203, 214, 226);
    border-radius: 0;
    margin-top: 20px;

}

.breadcrumb a {
    color: black !important;
}

a:hover, a:focus {
    color: black;
}


a {
    color: #05504c;
}

.navbar-nav.navbar-right.nav li:hover * {
    color: #ffff00 !important;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: lightgrey;
    background-color: rgba(255, 72, 0, 0.78);
}

.pagination > li > a, .pagination > li > span {
    font-weight: bold;
    color: #FF4800;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    color: black;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: transparent;
    color: black;
}

.nav.nav-pills.nav-stacked li.active, .nav.nav-pills.nav-stacked li:hover {
    color: #fff;
    background-color: #000000;
}


/*Sizing*/
.w-100 {
    width: 100%;
}


/* griglie*/
.collections-grid-style tr th:last-child,
.groups-grid-style tr th:last-child {
    width: 95%;
}

.grid-view .table.table-striped.table-bordered thead tr th {
    color: black;
}

.grid-view .summary {
    float: right;
}

.grid-view table {
    margin-bottom: 10px;
}

.filters input {
    border-radius: 2px !important;
    background-color: rgba(234, 240, 246, 0.2);
    box-shadow: inset 0 0 0;
    border: 1px solid rgba(98, 137, 176, 0.46);
}

.table.table-striped.table-bordered {
    box-shadow: 0px 1px 10px 0px rgba(45, 62, 80, .17);
    background-color: white;
}

.table.table-striped.table-bordered th,
.table.table-striped.table-bordered td {
    border: 0.5px solid rgb(203, 214, 226);

}

.table.table-striped.table-bordered tbody {
    border: 1px solid #c9d2d9;
}

.table.table-striped.table-bordered tbody tr td:last-child {
    padding: 7px !important;
}

.grid-view .table.table-striped.table-bordered tbody tr td:last-child {
    width: 46px;
}

/* titoli */
.row-above-detail-view-style h3 {
    padding-left: 10px;
    color: black;
}

.title-style {
    text-align: center;
    /* color: white; */
}

.row-title-style {
    margin-bottom: 20px;
}

.index-title-style {
    margin-bottom: 17px;
}

/*form*/


#login_form_box,
#request-reset-pwd-form_box,
#reset-pwd-form_box {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    width: 55%;
    border-radius: 3px;
}

#login-logo, #pwd-reset-logo {
    max-height: 100%;
    width: 55%;
    border-radius: 50%;
}

.login_form_box_style .login_logo_style,
#request-reset-pwd-form_box .pwd-reset-logo-style,
.pwd-reset-logo-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-logo {
    border-radius: 50%;
}

#login-container,
#request-reset-pwd-container,
#reset-pwd-container {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.site-login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#login-form {
    width: 100%;
    /*height: calc(100vh - 200px);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#login-form .login_form_box_style {*/
/*    width: 40%;*/
/*}*/
.rememberMe_style {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}


.login_button_style {
    width: 100%;
    height: 42px;
    font-size: 16px;
}

.has-success .form-control {
    border-color: #265571;
    /*-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
    box-shadow: none;
}

.has-success .control-label {
    color: black;
}


#password-reset-link {
    color: #FF4800E3;
}

.field-loginform-username.required .control-label::after,
.field-loginform-password.required .control-label::after {
    content: '' !important;
}

#loginform-username,
#loginform-password {
    border-color: #9aa8dd;
    box-shadow: none;
    font-size: 14px;
    height: 45px;
    /*margin-top: 5px;*/
}

.field-loginform-username {
    margin-bottom: 15px;
}

.required .control-label::after,
#create-pwd-style::after {
    font-family: FontAwesome;
    font-weight: 100;
    content: "\f069";
    font-size: 7px;
    color: rgba(255, 38, 0, 0.66);
    padding-left: 3px;
    position: relative;
    top: -5px;
    text-shadow: 1px 1px 2px rgba(45, 62, 80, 0.25);

}

.asterisk-style {
    font-family: FontAwesome;
    font-weight: 100;
    content: "\f069";
    font-size: 7px;
    color: rgba(255, 38, 0, 0.66);
    position: relative;
    top: -2px;
    text-shadow: 1px 1px 2px rgba(45, 62, 80, 0.25);
    margin: 0 4px;
}

.message-required-style {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 12px;
    /*margin-top: 12px;*/
}

.form-control {
    border-radius: 3px;
    /*background-color: white;*/
    /*border: 1px solid #cbd6e2;*/
    box-shadow: none;
    background-color: rgba(234, 240, 246, 0.31);
    border: 1px solid rgb(203, 214, 226);
}

.form-box-style {
    background: white;
    padding: 14px 14px 8px 14px;
    border: 1px solid rgb(203, 214, 226);
    box-shadow: 0px 1px 5px 0px rgba(45, 62, 80, .2);
    border-radius: 3px;
    margin-bottom: 15px;

}

/* bottoni */
ul.navbar-nav.navbar-right.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

/*.nav li > form > button.logout {*/
/*    padding: 15px 10px!important;*/
/*}*/

#navbar-brand li a,
#navbar-brand #logout-btn {
    padding: 0;
    margin-left: 8px;
}

#navbar-brand #logout-btn {
    font-size: 24px;
}

#navbar-brand #my-profile-button a {
    font-size: 18px;
    background-color: transparent;
}

#my-profile-button.active a {
    color: black;
}

#navbar-brand li {
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

/*#welcome-message a {*/
/*    color: black!important;*/
/*}*/

#welcome-message {
    margin-right: 15px;
}

.btn.btn-default.dropdown-toggle {
    height: 38px;
}

.button-orange-style {
    background-color: rgba(255, 38, 0, 0.64);
    color: white;
    border-radius: 2px;
    box-shadow: 0px 1px 5px 0px rgba(45, 62, 80, .3);
}

.button-orange-style:hover {
    background-color: rgba(165, 5, 5, 0.64);
    color: white;
}

.button-blue-style {
    background: #5286b2;
    color: white;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(45, 62, 80, .2);
}

.button-blue-style:hover {
    background: #476079;
    color: white;
}

.button-black-style {
    background-color: rgba(0, 0, 0, 0.87);
    color: white;
    border-radius: 2px;
    border-color: white;
}

.button-black-style:hover {
    background: #000000;
    color: white;
}

.button-transparent-style {
    background-color: transparent;
    color: white;
    border-radius: 2px;
}

.button-transparent-style:hover {
    background: #000000;
    color: white;
}

.edit-button, .delete-button {
    font-size: 17px;
}

/* pills */
#brand-logo {
    height: 100%;
}

#navbar-menu .active > a,
#navbar-menun .active > a:hover,
#navbar-menu li > a:hover,
#navbar-menu .active > a:focus {
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
}

#navbar-menu li {
    margin-right: 2px;
}


#navbar-menu li a {
    line-height: 0 !important;
    border: 1px solid transparent;
}

#navbar-menu {
    min-height: 30px;
    padding: 2px;
}

.navbar-brand {
    padding: 2px 15px;
}

.nav.nav-pills.nav-stacked {
    background-color: transparent;

}

.nav.nav-pills.nav-stacked .nav.nav-pills.nav-stacked.nav-tabs,
.nav.nav-pills.nav-stacked {
    border: none;
}

.nav.nav-pills.nav-stacked .tab-content {
    display: none;
}

.nav.nav-pills.nav-stacked a {
    color: rgba(255, 255, 255, 0.81);
}

.nav.nav-pills.nav-stacked li {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 3px;
}

.nav.nav-pills.nav-stacked li:not(:last-child) {
    margin-bottom: 1px;
}

.nav.nav-pills.nav-stacked a,
.nav.nav-pills.nav-stacked a:hover {
    background: transparent;
    border: transparent;
    color: white;
}

.nav.nav-pills.nav-stacked li.active,
.nav.nav-pills.nav-stacked li:hover {
    color: #fff;
    background-color: #000000;
    border-radius: 3px !important;
}

/* nav top */
.navbar-inverse {
    box-shadow: 0px 1px 5px 0px rgba(45, 62, 80, .4);
    border-color: transparent;
    margin-bottom: 0;
}

#navbar-brand {
    background-color: black;
}

#navbar-brand * {
    color: white;
}


#navbar-menu {
    background-color: #4e4e4e;
}

#brand-logo {
    border-radius: 50%;
}

.collapse.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.wrap .navbar li a,
.wrap .navbar li button {
    color: rgba(255, 255, 255, 0.68);
}

.wrap.login-view {
    background-color: #000000;
}


.navbar-brand {
    color: white !important;
}


.filter-dropdown {
    padding: 7.5px;
    border-radius: 3px;
    border: 1px solid grey;
}

.row-above-detail-view-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-buttons-style {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.action-buttons-style a {
    margin-left: 5px;
}

.row-detail-view-style {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 20px;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    /*padding: 0 0 60px;*/
}

.footer {
    height: 60px;
    background-color: white;
    color: #FF4800;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: 0;
}

.wrap > .container {
    min-height: calc(90vh - 60px);
    padding-bottom: 60px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.summary {
    float: right;
}


.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
/*.nav li > form > button.logout {*/
/*    padding: 15px;*/
/*    border: none;*/
/*}*/

/*@media(max-width:767px) {*/
/*    .nav li > form > button.logout {*/
/*        display:block;*/
/*        text-align: left;*/
/*        width: 100%;*/
/*        padding: 10px 15px;*/
/*    }*/
/*}*/

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.small-square-button {
    width: 32px;
    height: 32px;
}

#icon_buttons {
    display: flex;
    justify-content: space-between;
    width: calc(32px * 3 + 12px);
}

#credential-annotation {
    resize: vertical;
}

select.form-control {
    background-color: rgb(245, 248, 250);
}

.wrap.register-view {
    background-color: #000000;
    background-image: url("/media/background_top.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.user-form {
    margin-top: 40px;
    margin-bottom: 80px;
}

button a {
    color: white;
}