﻿html {
    background: url(Images/loginBackground.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: none;
}

a {
    cursor: pointer;
}

.spinnerParams {
    width: 60px;
}
a:hover, a:active, a:focus {
  outline: 0;
}

.btn:focus, .btn:focus:active, .active.btn:focus, .focus.btn, .focus.btn:active, .focus.active.btn {
  outline: 0;
}

[ng-click] {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.feedView .panel-heading {
    padding-top: 4px;
    padding-bottom: 4px;
}

.feedView .panel-footer {
    background-color: #e5f5fb;
    color: black;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 0px;
}

.feedView .panel-footer a{
    margin-right: 12px;
    color: black;
    text-decoration: none;
}

.feedView .panel-footer a:hover{
    color: #99d9f0;
}

.feedView .panel-footer span{
    cursor: pointer;
}

.animateList.ng-enter {
  animation: fadeIn 1s;
}

.animateList.ng-leave {
  animation: fadeOut 1s;
}

.fullscreen_bg {
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loginMainScreen {
    width: 450px;
    margin: 80px auto;
}

@font-face {
    font-family: BroaderView-DemiBold;
    src: url("Fonts/BroaderView/BroaderView-DemiBold.otf");
}

@font-face {
    font-family: BroaderView-Medium;
    src: url("Fonts/BroaderView/BroaderView-Medium.otf");
}

@font-face {
    font-family: BroaderView-Light;
    src: url("Fonts/BroaderView/BroaderView-Light.otf")
}

@font-face {
    font-family: Avenir;
    src: url("Fonts/Avenir/avenir-demi.woff")
}

@font-face {
    font-family: ui-grid;
    src: url("../lib/bower_components/angular-ui-grid/fonts/ui-grid.woff")
}

/*  
    START - TOP MENU  
*/

@media (min-width:768px) {
    #sub-nav.navbar-nav {
        margin-bottom: 0px;
    }

    #sub-nav.navbar-nav.nav > li {
        position: static;
    }

    #sub-nav.navbar-nav.nav.nav-bold > li > a {
        font-family: 'Avenir', 'Verdana';
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 10px;
    }
    
    #sub-nav.navbar-nav.nav .dropdown-menu {
        left: 0 !important;
        right: 0 !important;
        box-shadow: none;
        margin: 0 auto;
        background: #EEEEEE;
        padding: 0;
    }

    #sub-nav.navbar-nav.nav .dropdown-menu > li {
        float: left;
    }

    #sub-nav.navbar-nav.nav .dropdown-menu > li > a {
        width: auto !important;
        background: transparent;
        line-height: 49px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }

    #sub-nav.navbar-nav.nav .dropdown-menu > li > a:hover {
        background: #99d9f0;
    }

    #sub-nav {
        padding-left: 35px;
    }
}

.page-header {
    margin: 0px;
    padding: 20px 0px;
}

.page-header .page-side-buttons {
    float: right;
}

.page-header .form-control {
    display: inline;
}

.page-header .page-side-buttons .list-inline>li {
    padding-right: 0px;
}

.page-header .page-side-buttons .list-inline {
    float: right;
    clear: both;
}

.page-header .page-title {
    width: 100%;
    text-align: left;
}

.page-header .page-title h2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-nav {
    background-color: #0F204B;
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

.sub-nav {
    background-color: #EEEEEE;
    margin-bottom: 0px;

    border: 0px;
    border-style: solid;
    border-bottom-width: 1px;

    min-height: 43px;

    padding-left: 0px;
    padding-right: 0px;
}

.sub-nav a{
    color: #0F204B !important;
    text-transform: none !important;
}

.sub-nav>ul>li>a{
    padding-top: 12px;
    padding-bottom: 11px;
}

.sub-nav li a.active {
    background-color: #a7adba;
}

.no-pointer-events {
    pointer-events: none;
}

.main-nav-minimized {
    height: 2px;
}

.right-nav .dropdown-menu{
    margin: 0;
    border: 0;
}

.right-nav {
    padding-right: 35px;
    margin-right: 0px;
}

.dnv-header-image {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 13px;
}

@media screen and (max-width: 767px) {
    html {
        background: none;
        background-color: #f2f2f2;
    }

    .dnv-header-image {
        float: left;
    }

    .top-branding {
        display: none;
    }

    .main-nav {
        background-color: #0F204B;
    }

    .main-nav button {
        background-color: #0F204B !important;
    }

    .right-nav {
        padding-right: 0px;
    }
    
    #sub-nav {
        padding-left: 0px;
    }
}

.navbar-brand {
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
    font-family: "BroaderView-Medium";
    pointer-events: none;
    font-size: 42px;
    margin-top: 3px;
}

.navbar-brand-topic {
    font-family: "BroaderView-Light";
    font-size: 30px;
    padding-top: 0px;
    margin: 0px;
    margin-left: -38px !important;
    height: 40px;
    padding: 0px;
}

.navbar-static-top {
    border-width: 0px;    
}

.brand-header {
    font-family: "BroaderView-Medium";
    font-size: 20px;
}

.display-true {
    display: block !important;
}

/*  
    END - TOP MENU
*/

.h40 {
    height: 40px;
}

.w220 {
    width: 220px;
}


.w500 {
    width: 500px;
}
.h250 {
    height: 250px;
}

textarea.h250 {
    height: 250px;
}

.mt20 {
    margin-top: 20px;
}

.mr3 {
    margin-right: 3px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb35 {
    margin-bottom: 35px;
}

.ml10{
    margin-left: 10px;
}

.ml15{
    margin-left: 15px;
}

.pb15 {
    padding-bottom: 15px;
}    

.p20 {
    padding: 20px;
}

.alert-compact {
    padding: 5px 10px;
}

.text-compact {
    margin-bottom: 0px;
    line-height: 20pt;
}

.container-padding {
    padding: 0px 5px 20px 5px;
}

.container-messages {
    margin-left: -20px;
    margin-right: -20px;
}

.container-messages .alert{
    margin-bottom: 0px;
}

.pt20 {
    padding-top: 20px;
}

.p0 {
    padding: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.prp10 {
    padding-right: 10%;
}

.col-padding-right0 {
    padding-right: 0px;
}

.gray {
    background: #cccccc;
}
    
.lightGray {
    background-color: #f2f2f2;
}

.noneBackgroundImage{
    background-image: none;
}

.confirmationHeader .btn-group button {
    border-radius: 0px;
    background-color: #cccccc;
}

.confirmationHeader .btn-default .badge-green{
    background-color: #36842d;
}

.confirmationHeader .btn-default .badge-red{
    background-color: #c4262e;
}

.crop {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div .hoover:hover {
    opacity: 0.8;
}

.content {
    padding: 20px;
}

.required{
    font-size: 23px;
    margin-right: 5px;
    float: left;
    line-height: 0px;
    padding-top: 14px;
}

.required +label {
    display: block;
}

.form-horizontal .control-label.text-left{
    text-align: left;
}

.color-red {
    color: #c4262e;
}

.red-border {
    border-color: #c4262e;
}

.dialog-width-800 .ngdialog-content {
    width : 800px !important;
}

.treeViewPanel {
    overflow: hidden;
    -ms-scroll-limit: 0 0 0 0;
}

.companyCyan {
    color: #009fda;
}

.checkbox-control {
    margin-top: -10px;
}

.checkbox-description {
    margin-top: -5px;
    margin-bottom: 20px;
}

.checkbox-description:empty {
    display:none;
}

.grid {
  width: 100%;
  height: 61vh;
}

.focus a {
    background-color: #a7adba;
}

/*css loader*/

.loader {
    border: 8px solid white; /* Light grey */
    border-top: 8px solid #8DD6F7; /* Blue */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 0.7s linear infinite;
}

@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

button.accordeon-submit {
    margin-top: 5px; 
    margin-bottom: 15px;
}

.separated ~ .separated {
    border-left: 1px solid #000000;
    padding-left: 0.35em;
}


@media print {
    .alerts-printable .alert-danger {
        border: 2px solid red;
    }

    .alerts-printable .alert-success {
        border: 2px solid green;
    }

    .alerts-printable .alert-info {
        border: 2px solid blue;
    }

    .alerts-printable .alert-warning {
        border: 2px solid gold;
    }
}

.text-crossed {
    text-decoration: line-through;
}

.distribution-result {
    width: 125px;
    padding-left: 0px;
    padding-right: 6px;
    text-align: right;
    float: left;
}

.answer-value {
    display: block; 
    overflow: hidden
}

.attachment-action {
    margin-right: -10px;
    margin-top: -4px;
    float: right;
}

.attachment-button {
    border: 0;
}

.text-area {
    resize: none;
    margin-top: 10px;
    text-align: justify;
}

*.hover-cyan:hover {
    color: #009fda;
}
