.green {
    color: black;
    background-color: lightgreen !important
}

.ui-grid{
    border: none;
}

.ui-grid-viewport {
    overflow-anchor: none;
}

.form-control35 {
    display: block;
    width: 35%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control35:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control35::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control35:-ms-input-placeholder {
    color: #999;
}

.form-control35::-webkit-input-placeholder {
    color: #999;
}

.form-control35[disabled],
.form-control35[readonly],
fieldset[disabled] .form-control35 {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control35 {
    height: auto;
}

.td-valori {
    width: 35%;
}

.th-center {
    text-align: center;
}

.td-valori-terzi {
    width: 23%;
}

.grid-new {
    min-height: 300px;
}

.td-campi-terzi {
    color: cornflowerblue;
    background-color: #f1f1f1;
    font-weight: bold;
    width: 10%;
}

.td-campi {
    color: cornflowerblue;
    background-color: #f1f1f1;
    font-weight: bold;
    width: 15%;
}

.td-campi-ricerca {
    color: cornflowerblue;
    background-color: #f1f1f1;
    font-weight: bold;
}

.td-campi-georef {
    color: cornflowerblue;
    background-color: #f1f1f1;
    font-weight: bold;
    width: 30%;
}

.td-titoloerrore {
    padding: 10px;
    color: cornflowerblue;
    text-decoration: underline;
    font-size: large;
}

.td-errore {
    padding-left: 10px;
    padding-bottom: 5px;
    color: cornflowerblue;
    font-weight: bold;
}

.td-campi-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    color: cornflowerblue;
    background-color: #f1f1f1;
    font-weight: bold;
}

.divider {
    position: absolute;
    /* left:50%; */
    top: 129px;
    bottom: 0%;
    border-left: 1px solid rgb(231, 231, 231);
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.div-descrizione {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    color: cornflowerblue;
    background-color: #f1f1f1
}

.titolo-grid {
    color: cornflowerblue;
    background-color: #f1f1f1;
    font-weight: bold;
    margin-bottom: -15px;
    text-align: center;
}

.titolo-separa {
    color: cornflowerblue;
    background-color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

input.ng-invalid.ng-touched {
    background-color: #FA787E;
}

input.ng-valid.ng-touched {
    background-color: #78FA89;
}

.grid {
    width: 100%;
    height: 100%;
}

.grid-6 {
    width: 100%;
    height: 200px;
}

.blank_row {
    height: 10px !important;
    /* Overwrite any previous rules */
    background-color: #FFFFFF;
}

.table-bordered tr.noBorder td {
    border: 0 !important;
}


.glyphicon-ok-circle:before {
    content: "\e089";
}

/* make sidebar nav vertical */

@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

    .sidebar-nav .navbar ul:not {
        display: block;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.modalImage .image-wrapper {
    text-align: center;
}

.modalImage .image-wrapper img {
    max-width: 400px;
    max-height: 400px;
}

.modalImage .image-description {
    text-align: center;
    /* margin-top: 10px;*/
    color: cornflowerblue;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.gallery {
    padding: 0;
}

.gallery li {
    display: inline-block;
    margin: 0 1em 1em 0;
    list-style-type: none;
    text-align: center;
}

@media (max-width: 767px) {
    .gallery li {
        margin: 0;
    }
}

.gallery1 img {
    width: 100px;
    height: 100px;
}

.gallery2 img {
    width: 6em;
}

.gallery5 img {
    width: 120px;
}

/*Style Implemented*/
.container {
    width: 100%;
}

/*.row.content {
    height: calc(100vh + 200px);
}*/

.sidenav {
    height: 100%;
    margin: 0px;
    background-color: #fdfdfd;
}

footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

.sidenav-logo {
    width: 200px;
    padding: 20px;
}

.app-navbar {
    background-color: #0b4790;
    height: 120px;
    margin-bottom: 0px;
}

.app-navbar img {
    max-width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-radius {
    border-radius: 0px;
}

.no-border {
    border: none;
}

.red {
    background-color: red;
}

.white {
    background-color: #fff;
}

.black {
    background-color: #000;
}

.blue {
    background-color: blue;
}

.menu-navbar {
    margin: 0px;
}

/*.main-section {
    border-left: 1px solid #eee;
}*/

.navbar-nav {
    margin: auto;
}

@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
        display: none;
    }

    .row.content {
        height: auto;
    }
}