body {
    padding-top: 50px;
    font-family: Roboto,sans-serif;
}

.header {
    background: url(/static/images/nttamerica-header-blue-4.png) center center no-repeat;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
}
.footer {
    padding-left: 0px;
    padding-right: 0px;
}

/* Header and Global Navigation styles */
.navbar a.logo {
    display: block;
    float: left;
    margin-left: -15px;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 11px 40px 5px;
    margin-left: -10px;
    font-size: 20px;
    font-weight: 200;
    text-shadow: 0 1px 0 #000;
}

.navbar {
    margin-bottom: 1px;
}

.navbar a {
    color: #0673bb;
}

.navbar a:focus, .navbar a:hover {
    color: #4d5c64;
    text-decoration: none;
}





.mit_graph {
    width: 200px;
    height: 100px;
    padding: 0px;
}

.mit_graph-lg {
    width: 600px;
    height: 300px;
    padding: 0px;
}
.form-group {
     margin-bottom: 4px;
}


.bootstrap-dialog.type-primary .modal-header {
    background-color: #0673bb;
}




/* PRIMARY NAVIGATION  */
.primary-nav > li {
    width: 100%;
}

.primary-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 2px;
}

.primary-nav > .active > a {
    color: #ffffff;
    background-color: #0673bb;
    font-weight: bold;
}

.primary-nav > .active > a:hover {
    color: #ffffff;
    background-color: #0673bb;
}

.left-column {
/*    min-width: 150px; */
    max-width: 200px;
    padding-left: 0px;
}

/* Datatable action button styles */
.actionContainer div {
    vertical-align: middle;
    display: inline-block;
}

#workarea {
    padding-left: 3px;
    margin-top: 25px;
}

#custacct_workarea {
    padding-left: 1px;
}

.accountcontainer {
  border:2px solid #ccc;
  width:300px; height: 100px;
  overflow-y: scroll;
}

fieldset.group-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.group-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=35);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .35;
}

.form-control-feedback {
    position: absolute;
    top: 0 !important;
    right: -15px !important;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 25px;
    text-align: center;
    pointer-events: none;
}

.mt_input>i.form-control-feedback {
    position: absolute;
    top: 0 !important;
    right: -115px !important;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 25px;
    text-align: center;
    pointer-events: none;
}

.mt_input>i.glyphicon-ok {
    color: #3c763d;
}

.mt_input>i.glyphicon-remove {
    color: #a94442;
}

.has-feedback .form-control {
    padding-right: 1px !important;
}

.tooltip-wrapper {
  display: inline-block;
  margin: 1px;
}

.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  cursor: not-allowed;
}

.form-horizontal .control-label {
    padding-top: 1px;
}

.tooltip {
        position: fixed;
}

.glyphicon-spin {
    margin-left: 5px;
    line-height: 35px !important;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

tr.hiddenRow {
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
}

td.hiddenRow {
    padding: 1px !important;
    padding-left: 20px !important;
}

td.details-control {
    text-align:center;
    color:forestgreen;
    cursor: pointer;
}
tr.shown td.details-control {
    text-align:center;
    color:red;
}


.panel-primary>.panel-heading  {
/*    background-color: #738792 !important; */
    background-image: -webkit-linear-gradient(left, #ffffff 0, #0673bb 100%);
    background-image: linear-gradient(to right, #ffffff 0, #0673bb 100%);
/*   background-image: url(/static/images/nttamerica-header-blue-1.png); */
}

.panel-heading  {
    padding: 4px 6px 2px;
}

.panel-title {
    color: #0673bb;
    font-weight: 400;
    text-shadow: 0 1px 0 #000;
    padding-top: 2px;
}


.navbar-right>li>a {
    color: #ffffff;
    text-shadow: 0 1px 0 #000;
}

.navbar-right>li>a:hover {
    color: #ffffff;
    background-color: #0673bb;
    text-shadow: 0 0px 0 #000;
}

.navbar-right>li.open>a  {
    color: #ffffff;
    background-color: #0673bb;
    border-color: #337ab7;
}

.navbar-right>li>a:focus  {
    color: #ffffff;
    background-color: #0673bb;
    border-color: #337ab7;
}
.navbar-right>li.open>a:focus, .navbar-right>li.open>a:hover {
    color: #ffffff;
    background-color: #0673bb;
    border-color: #337ab7;
}

.panel-body {
    padding: 1px;
}


.icon-bar {
    background-color: #ffffff;
}


.dropdown-container {
    position: relative;
}

.password-progress {
    margin-top: 5px;
    margin-bottom: 0;
}

i[data-fv-icon-for="ip_version"] {
    padding-left: 25px;
}


.overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow:hover {
  overflow: visible;
}

.overflow:hover p {
  position: relative;
  background-color: white;

  box-shadow: 0 0 4px 0 black;
  border-radius: 1px;
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
}


.alert_summary_table {
    padding: 3px;
    margin-bottom: 5px;
}

.alert_summary_table > tbody:first-child > tr:first-child > td {
    border-top: 0px solid #fff !important;
    border-bottom: 0px solid #fff;
}

.alert_summary_table > tbody > tr > td  {
    border-top: 1px solid #ddd;
}

#active_alerts_table > thead:first-child > tr:first-child > th {
    border: 1px solid #0673bb;
    border-bottom: 0px solid #0673bb;
}

#active_alerts_table > tbody > tr > td {
    border: 1px solid #0673bb !important;
}


/* New for SPP Project   */
div.dataTables_info {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.dataTables_info .dataTables_length {
    margin-top: -12px;
    text-align: right;
}

div.dataTables_length {
    padding-top: 2px;
    padding-left: 6px;
}

div.dataTables_info, div.dataTables_length, div.dataTables_paginate {
    font-size: 0.9em;
    font-weight: bold !important;
    color: #777;
}

div.dataTables_length label {
    font-weight: bold !important;
    color: #777;
    margin-bottom: 2px;
}

.pagination {
    padding-top: 1px;
    padding-right: 6px;
}

.table-dark {
    color: #dfd0d0;
    background-color: #b4b9bc !important;
}

.table-alert-low {
    //background-color: #f9f4d0 !important;
}

.table-alert-medium {
    background-color: #faf9a8 !important;
}

.table-alert-high {
    background-color: #f5aba9 !important;
}

.form-control-password {
    position: absolute;
    top: 0 !important;
    right: -4px !important;
    display: block;
    width: 44px;
    height: 34px;
    line-height: 25px;
    text-align: center;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 2px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


table.dataTable {
    clear: both;
    margin-top: 1px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-bottom: 1px solid #c0c0c0 !important;
}

/* Hide the default DataTables 2.x bouncing dots loader
   We use a custom Font Awesome spinner defined in dps.js loader_image */
div.dt-processing > div:last-child {
    display: none;
}

.previous a, .next a {
    font-weight: bold;
}




div.dt-button-collection {
    min-width: 110px;
}

div.dt-button-collection .dt-button {
    min-width: 120px;
}

div.dt-button-collection button.buttons-colvis {
    display: inline-block;
    width: 49%;
}

div.buttons-export {
    width: 140px;
}


ul.dt-button-collection{
    background-color: #e5e5e5;
    border: 1px solid #c0c0c0;
}
li.dt-button a:hover{
    background-color: transparent;
    color: #115094;
    font-weight: bold;
}
li.dt-button.active a::before{
    content: '✔ ';
}

.usage_detail {
    font-size: 85%;
}

.alert_detail {
    font-size: 85%;
    margin-left: -25px;
}

.alert_alert_detail {
    font-size: 85%;
    margin-left: 0px;
}


.mitigation_detail {
    font-size: 85%;
    margin-left: -25px;
}


.rate_chart {
    padding-right: 0px !important;
}

.dropdown-item {
    font-size: 85%;
}



.rounded-0 {
  border-radius: 0;
}


.mt_table_header {
    font-size: 85%;
    background-color: #E0E0E0;
    font-weight: bold;
    margin-right: 1px;
    margin-left: 1px;
    border: 1px solid #000;
}

.mt_table_header>div {
    height:65px;
    border-right: 1px solid #000;
}

.mt_table_header>div:last-child {
    border-right: 0px;
}

.mt_table_header>div>div:nth-child(2) {
    border-top: 1px solid #000;
}

.mt_table_header>div>div:nth-child(2)>div:nth-child(1) {
    border-right: 1px solid #000;
}






.mt_table_row {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 80%;
    padding: 2px;
    margin-right: 1px;
    margin-left: 1px;
    line-height: 25px;
}

.mt_table_row>div {
    height:50px;
    border-right: 1px solid #000;
}

.mt_table_row>div:last-child {
    border-right: 0px;
}

.mt_table_row>div>div:nth-child(2) {
    border-top: 1px solid #000;
}

.mt_table_row>div>div:nth-child(2)>div:nth-child(1) {
}


.mt_defaults_col {
    text-align: center;
    margin-right: 0px;
    padding-left:2px;
    padding-right: 2px;
}

.mt_defaults {
    margin-right: 5px;
    font-size: 80%;
}

.mt_defaults>div {
    padding-left:2px;
    padding-right: 2px;
    padding-top: 5px;
}

.mt_defaults>div:last-child {
    border-right: 0px;
}

.mt_defaults>div:nth-child(1) {
}

.mt_defaults>div:nth-child(2) {
    background-color: #DEEAF6;
}


.mt_defaults2_col {
    margin-right: 0px;
    padding-left:2px;
    padding-right: 2px;
}

.mt_defaults2 {
    margin-right: 5px;
    font-size: 80%;
}

.mt_defaults2>div {
    padding-left:2px;
    padding-right: 2px;
    padding-top: 5px;
}

.mt_defaults2>div:last-child {
    border-right: 0px;
}

.mt_defaults2>div:nth-child(1) {
}

.mt_defaults2>div:nth-child(2) {
    background-color: #DEEAF6;
}





.mt_input {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:4px;
    font-size: 80%;
}


.dt_mt_input {
    width:50%;
    line-height:70%;
    padding: 2px;
    height: 20px;
    margin-top: 2px;
    margin-left: 4px;
}

.mt_label {
    font-size: 80%;
    padding: 2px;
}

.mt_text {
    font-size: 80%;
    padding: 2px;
    border-bottom: 1px solid #ccc;
}

.misuse_type_def {
    //background-image: linear-gradient(to bottom,#deeef7 0,#deeaf0 100%);
    font-size: 80%;
    padding: 2px;
}


.modal-header {
    padding: 6px;
    border-top: 1px solid #0673bb;
    border-bottom: 1px solid #e5e5e5;
}



#keys_panel_table_wrapper {
    font-size: 0.9em;
}

#services_panel_table_wrapper {
    font-size: 0.9em;
}

#users_panel_table_wrapper {
    font-size: 0.9em;
}

#customers_list_panel_table_wrapper {
    font-size: 0.9em;
}

#alerts_panel_table_wrapper {
    font-size: 0.9em;
}

#mitigations_panel_table_wrapper {
    font-size: 0.9em;
}

#usage_reports_panel_table_wrapper {
    font-size: 0.9em;
}

#shds_panel_table_wrapper {
    font-size: 0.9em;
}



.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px;
}

select.input-sm {
    height: 26px;
}

.accordion-toggle {
    padding: 2px !important;
}


.select2-dropdown {
    z-index:99999 !important;
}

.select2-container {
    width: 100% !important;
}

.form-control {
    height: 28px;
    padding: 6px;
}





input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 40px;
}

/* DataTables select-checkbox styling - override global 2x scaling */
table.dataTable td.select-checkbox,
table.dataTable th.select-checkbox {
    padding: 8px 10px !important;
    text-align: center;
    vertical-align: middle;
}

table.dataTable td.select-checkbox input[type=checkbox],
table.dataTable th.select-checkbox input[type=checkbox] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    padding: 0;
    margin: 0;
}

/* Ensure checkbox column has proper width */
table.dataTable td.select-checkbox,
table.dataTable th.select-checkbox {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}


input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/* dps-print: show only the target section during printing */
@media print {
    body.dps-printing * {
        visibility: hidden;
    }

    body.dps-printing .dps-print-target,
    body.dps-printing .dps-print-target * {
        visibility: visible;
    }

    body.dps-printing .dps-print-target {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}
