﻿body {
    font-family: 'Gotham Book', sans-serif;
}

.nzomenuitem{
    font-weight:700;
}

.nzogridheader {
    background-color: gray;
    color: white;
}

.nzogrid {
    background-color: lightgray;
    margin-top: 2px;
    font-size: 12px;
    color: #337ab7;
    word-break: break-all;
    flex: none
}

.nzogrid_small {
    background-color: lightgray;
    margin-top: 2px;
    font-size: 11px;
    color: #337ab7;
    word-break: break-all;
    flex: none
}

.nzogrid_red span {
    color: #B22222 !important;
}

.nzogrid_green span {
    color: green !important;
}

.nzogrid_black span {
    color: black !important;
}

.nzogrid_orange span {
    color: #F4A460 !important;
}

.nzokey {
    margin-top: 0px !important;
}

.nzokey div {
    float: right;
}

.nzokey_normal {
    background-color: #337ab7;
    margin-left: 15px;
}

.nzokey_red {
    background-color: #B22222;
    margin-left: 15px;
}

.nzokey_orange {
    background-color: #F4A460;
    margin-left: 15px;
}

.nzokey_green {
    background-color: green;
    margin-left: 15px;
}

.nzokey_black {
    background-color: black;
    margin-left: 15px;
}

.nzogrid_rightalign {
    text-align: right;
}

.nzogrid span {
    font-size: 12px;
    color: #337ab7;
}

.nzogrid_small span {
    font-size: 11px;
    color: #337ab7;
}

.nzodropdown {
    font-size: 12px;
    appearance: auto;
    margin-bottom: 6px;
}

.nzoedit {
    font-size: 12px;
}

.nzoedit input{
    font-size: 12px;
}

.nzoeditarea {
    width: 100%;
    height: 100px !important;
    font-size: 12px !important;
    margin-bottom: 6px;
    /*border: 1px solid lightgrey;*/
}

.nzoeditarea_250 {
    min-height: 250px !important;
}

.nzoeditarea_400 {
    min-height: 400px !important;
}

.nzotextbox {
    width: 100%;
    margin-bottom: 6px;
    font-size: 12px !important;
    /*color: #337ab7 !important;*/
    /*border: 1px solid lightgrey !important;*/
    padding-left: 5px !important;
    height: 26px !important;
}

.nzotextbox_header {
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px !important;
    padding-left: 5px !important;
    height: 26px !important;
}

.nzotextbox_leftalign {
    text-align: left;
    padding-left: 0px;
}

.nzotextbox_rightalign {
    text-align: right;
    padding-right: 0px;
}

.nzotextbox_20 {
    width: 20px;
}

.nzotextbox_40 {
    width: 40px;
}

.nzotextbox_60 {
    width: 60px;
}

.nzotextbox_80 {
    width: 80px;
}

.nzotextbox_100 {
    width: 100px;
}

.nzotextbox_120 {
    width: 120px;
}

.nzotextbox_140 {
    width: 140px;
}

.nzotextbox_160 {
    width: 160px;
}

.nzotextbox_180 {
    width: 180px;
}

.nzotextbox_200 {
    width: 200px;
}

.nzobutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    color: initial;
    font-size: 12px;
    color: black; /*#337ab7;*/
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white; /*transparent;*/
    box-shadow: 0px 0px 1px 1px lightgrey inset;
    margin-right: 10px;
    text-align: center;
    
}

button.nzobutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    color: initial;
    font-size: 12px;
    color: black; /*#337ab7;*/
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white; /*transparent;*/
    box-shadow: 0px 0px 1px 1px lightgrey inset;
    margin-right: 10px;
}

button.nzobutton_left {
    margin-left: 0px;
}

.nzobutton_60 {
    width: 60px;
}

.nzobutton_80 {
    width: 80px;
}

.nzobutton_100 {
    width: 100px;
}

.nzobutton_120 {
    width: 120px;
}

.nzobutton_140 {
    width: 140px;
}

.nzobutton_150 {
    width: 150px;
}

.nzobutton_160 {
    width: 160px;
}

.nzobutton_200 {
    width: 200px;
}

.nzobutton_250 {
    width: 250px;
}

.nzobutton_300 {
    width: 300px;
}

.nzobutton_400 {
    width: 400px;
}

.nzobutton_500 {
    width: 500px;
}

.nzoheader {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
}

.nzoheaderrowtop {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
    width:100%;
}

.nzoheaderbuttons {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    float: left;
    display: inline-block;
    /*width: auto;*/
}

.nzoheaderbuttons_right {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    float: right;
    display: inline-block;
    text-align:right;
    /*width: auto;*/
}

.nzoheaderrow {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.nzoheaderrow_grey {
    background-color: lightgrey;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid black;
}

.nzoheaderrow_grey_bottom {
    background-color: lightgrey;
    margin-bottom: 0px;
    border-radius: 3px;
    border: 1px solid black;
}

.nzoheaderrow_bottom {
    margin-bottom: 0px;
}

.nzoheaderrow div {
    font-size: 12px;
    color: #337ab7;
    padding-left: 0px;
}

.nzoheaderrowtop div {
    font-size: 12px;
    color: #337ab7;
    padding-left: 0px;
}

.nzoheaderrow span {
    padding-left: 15px;
}

.nzoheaderrowtop span {
    padding-left: 15px;
}

.nzoheaderrow_span_left {
    padding-left: 0px !important;
}

.nzogridcontainerheader {
    padding: 0px 0px 0px 0px;
    margin-top: 12px;
    font-size: 12px;
}

.nzogridcontainerheader div {
    margin-right: 0px;
    margin-left: 0px;
}

.nzogridheader {
    flex: none;
    padding-top:2px;
    padding-bottom:2px;
}

.nzogridcontainer {
    padding: 0px 0px 0px 0px
}

.nzogridcontainer div {
    margin-right: 0px;
    margin-left: 0px;
}

.nzocombosmall{
    padding: 3px;
}

.nzocombosmall_80 {
    width: 100px;
}

.nzocombosmall_100 {
    width: 100px;
}

.nzocombosmall_120 {
    width: 120px;
}

.nzocombosmall_140 {
    width: 140px;
}

.nzocombosmall_160 {
    width: 160px;
}

.nzoactionlink {
    margin-top:10px;
}

.nzobuttonrow{
    margin-top:10px;
}

.nzocheckbox {
    /*margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px !important;
    border: 1px solid lightgrey !important;
    width: auto;
    float: left;
    min-height: 20px !important;*/
    width: 26px;
    margin-bottom: 6px;
    padding-left: 5px !important;
    height: 26px !important;
    appearance: checkbox !important;
    float: left;
    border: 1px solid lightgrey !important;
}

.nzocheckbox_small {
    font-size: 12px;
    width: 20px;
    padding-left: 5px !important;
    height: 20px !important;
    appearance: checkbox !important;
    float: left;
    border: 1px solid lightgrey !important;
}

    

input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

    input[type=checkbox].nzocheckbox:before {
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 15px;
        color: transparent !important;
        background: #fef2e0;
        display: block;
        width: 26px;
        height: 26px;
        border: 1px solid lightgrey;
        margin-right: 7px;
        padding-left: 5px;
    }

    input[type=checkbox]:checked:before {
        color: black !important;
    }

.nzooiglisting .row {
    margin-left: 0px;
    margin-right: 0px;
}

.oigpricingdesc {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: solid 1px;
    border-color: lightgray;
}

.nzomagazinelogin {
    font-family: 'Gotham Book', sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 30% !important;
    max-width: 30% !important;
    margin: 0 35% !important;
}

    .nzomagazinelogin button {
        height: auto;
        width: 80px;
    }

.showdeclaration .modal-dialog {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 5px;
    margin-left: -200px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 20%;
    z-index: 11;
    width: 360px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    pointer-events: all;
}

.hidedeclaration .modal-dialog {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 5px;
    margin-left: -200px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 11;
    width: 360px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.closemodale {
    height: 50px;
    width: 150px;
    text-align: center;
    padding: 30px !important;
}

.nzomagazineloginsmall {
    font-family: 'Gotham Book', sans-serif;
    font-size: 12px !important;
    font-weight: 700
}


